object COMBOINPUT: TCOMBOINPUT Left = 218 Top = 184 BorderIcons = [] BorderStyle = bsDialog ClientHeight = 199 ClientWidth = 312 Font.Color = clBtnText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Prompt: TLabel Left = 8 Top = 4 Width = 300 Height = 28 AutoSize = False WordWrap = True end object lbText: TLabel Left = 8 Top = 60 Width = 300 Height = 14 AutoSize = False Caption = 'Or select predefined selection type:' WordWrap = True end object ComboEdit: TComboBox Left = 8 Top = 35 Width = 300 Height = 21 DropDownCount = 10 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False TabOrder = 0 end object OK: TButton Tag = 4001 Left = 143 Top = 174 Width = 80 Height = 23 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 end object Cancel: TButton Tag = 4002 Left = 227 Top = 174 Width = 80 Height = 23 Cancel = True Caption = 'Cancel' TabOrder = 4 OnClick = CancelClick end object ListPredefined: TListBox Left = 8 Top = 76 Width = 298 Height = 93 ItemHeight = 13 TabOrder = 1 OnClick = ListPredefinedClick OnDblClick = ListPredefinedDblClick end object DefineButton: TButton Left = 61 Top = 174 Width = 80 Height = 23 Cancel = True Caption = '&Define...' TabOrder = 2 OnClick = DefineButtonClick end object Translate1: TTranslate Left = 8 Top = 184 end object ResolutionFix1: TResolutionFix Left = 40 Top = 180 end end