object ImportForm: TImportForm Left = 299 Top = 225 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Importing Template' ClientHeight = 140 ClientWidth = 207 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 84 Width = 206 Height = 2 end object Label1: TLabel Left = 28 Top = 16 Width = 142 Height = 13 Caption = 'Select a template for importing' end object Button1: TButton Left = 20 Top = 104 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 112 Top = 104 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object CBTemplate: TComboBox Left = 28 Top = 32 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end end