object ProgIDChangeForm: TProgIDChangeForm Left = 533 Top = 613 ActiveControl = ComboBox1 BorderStyle = bsDialog Caption = 'Zm�nit ProgID' ClientHeight = 78 ClientWidth = 170 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poOwnerFormCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ComboBox1: TComboBox Left = 8 Top = 16 Width = 155 Height = 21 ItemHeight = 13 MaxLength = 16382 Sorted = True TabOrder = 0 end object Button1: TButton Left = 8 Top = 45 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 88 Top = 45 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 2 end end