object RecordTemplateForm: TRecordTemplateForm Left = 150 Top = 129 BorderStyle = bsDialog Caption = 'Save Record As Template' ClientHeight = 238 ClientWidth = 527 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poScreenCenter ShowHint = True OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 427 Top = 0 Width = 100 Height = 238 Align = alRight BevelOuter = bvNone TabOrder = 0 object OKBtn: TBitBtn Left = 12 Top = 8 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 12 Top = 40 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 12 Top = 72 Width = 77 Height = 27 TabOrder = 2 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end end object Panel2: TPanel Left = 0 Top = 0 Width = 427 Height = 238 Align = alClient BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 1 object Label1: TLabel Left = 8 Top = 8 Width = 93 Height = 13 Caption = 'Template Name:' end object Label2: TLabel Left = 224 Top = 8 Width = 111 Height = 13 Caption = 'Existing Templates:' end object Edit1: TEdit Left = 8 Top = 24 Width = 209 Height = 21 Hint = 'Enter New Or Existing Template Name' TabOrder = 0 end object ListBox1: TListBox Left = 224 Top = 24 Width = 193 Height = 169 Hint = 'Double Click To Change' ItemHeight = 13 TabOrder = 2 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object DeleteBtn: TButton Left = 287 Top = 201 Width = 66 Height = 24 Hint = 'Delete Selected Template' Caption = '&Delete' TabOrder = 3 OnClick = DeleteBtnClick end object GroupBox1: TGroupBox Left = 8 Top = 50 Width = 209 Height = 176 Caption = 'Set Date To System Date:' TabOrder = 1 end end end