object ChooseExtDlg: TChooseExtDlg Left = 416 Top = 279 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Select file type' ClientHeight = 83 ClientWidth = 249 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object OKBtn: TButton Left = 11 Top = 51 Width = 75 Height = 25 Caption = 'Open' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 163 Top = 51 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object FileTypes: TComboBox Left = 8 Top = 16 Width = 233 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end end