object TemplateList: TTemplateList Left = 200 Top = 94 BorderStyle = bsDialog Caption = 'Templates' ClientHeight = 207 ClientWidth = 250 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 2 Top = 36 Width = 245 Height = 73 AutoSize = False Caption = 'Label1' WordWrap = True end object Label2: TLabel Left = 2 Top = 120 Width = 81 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Template' end object TemplateListing: TFileListBox Left = 6 Top = 182 Width = 157 Height = 19 TabStop = False ItemHeight = 16 TabOrder = 0 end object OKbtn: TButton Left = 172 Top = 4 Width = 73 Height = 27 Caption = '&OK' TabOrder = 1 OnClick = OKbtnClick end object CancelBtn: TButton Left = 94 Top = 4 Width = 73 Height = 27 Cancel = True Caption = '&Cancel' TabOrder = 2 OnClick = OKbtnClick end object TemplateDir: TComboBox Left = 88 Top = 116 Width = 157 Height = 24 DropDownCount = 4 ItemHeight = 16 MaxLength = 8 Sorted = True TabOrder = 3 OnDblClick = TemplateDirDblClick OnKeyDown = TemplateDirKeyDown end object ScratchBtn: TButton Left = 86 Top = 176 Width = 159 Height = 27 Caption = 'Start Plan from Scratch' TabOrder = 4 TabStop = False OnClick = ScratchBtnClick end object helpBtn: TButton Left = 4 Top = 4 Width = 73 Height = 27 Caption = '&Help' TabOrder = 5 OnClick = helpBtnClick end end