object frmTemplateFieldEditor: TfrmTemplateFieldEditor Left = 294 Top = 211 Width = 640 Height = 447 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Template Field Editor' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object splLeft: TSplitter Left = 273 Top = 25 Height = 359 Beveled = True end object pnlBottom: TPanel Left = 0 Top = 384 Width = 632 Height = 29 Align = alBottom TabOrder = 2 DesignSize = ( 632 29) object lblReq: TStaticText Left = 132 Top = 8 Width = 134 Height = 17 Caption = '* Indicates a Required Field' TabOrder = 5 end object btnOK: TButton Left = 392 Top = 4 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'OK' ModalResult = 1 TabOrder = 2 OnClick = btnOKClick end object btnCancel: TButton Left = 472 Top = 4 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = btnCancelClick end object btnApply: TButton Left = 552 Top = 4 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'Apply' TabOrder = 4 OnClick = btnApplyClick end object btnPreview: TButton Left = 279 Top = 4 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'Preview' Enabled = False TabOrder = 1 OnClick = btnPreviewClick end object cbHide: TCheckBox Left = 6 Top = 6 Width = 115 Height = 17 Caption = 'Hide Inactive Fields' Checked = True State = cbChecked TabOrder = 0 OnClick = cbHideClick end end object pnlObjs: TPanel Left = 0 Top = 25 Width = 273 Height = 359 Align = alLeft Caption = 'pnlObjs' TabOrder = 0 OnResize = pnlObjsResize object lblObjs: TLabel Left = 1 Top = 1 Width = 271 Height = 13 Align = alTop Caption = 'Template Fields' end object cbxObjs: TORComboBox Left = 1 Top = 14 Width = 271 Height = 344 Style = orcsSimple Align = alClient AutoSelect = True Caption = 'Template Fields' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 0 MaxLength = 0 Pieces = '2,3' HideSynonyms = True Sorted = False SynonymChars = '' TabPositions = '34,45,55,65,75' TabOrder = 0 OnChange = cbxObjsChange OnKeyDown = cbxObjsKeyDown OnNeedData = cbxObjsNeedData OnSynonymCheck = cbxObjsSynonymCheck CharsNeedMatch = 1 end end object pnlRight: TPanel Left = 276 Top = 25 Width = 356 Height = 359 Align = alClient Constraints.MinWidth = 356 TabOrder = 1 OnResize = FormResize object splBottom: TSplitter Left = 1 Top = 271 Width = 354 Height = 3 Cursor = crVSplit Align = alBottom Beveled = True end object pnlPreview: TPanel Left = 1 Top = 274 Width = 354 Height = 84 Align = alBottom TabOrder = 1 OnResize = FormResize object lblNotes: TLabel Left = 1 Top = 1 Width = 352 Height = 13 Align = alTop Caption = 'Notes:' end object reNotes: TRichEdit Left = 1 Top = 14 Width = 352 Height = 69 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False PopupMenu = popText ScrollBars = ssBoth TabOrder = 0 WantTabs = True OnChange = reNotesChange OnEnter = edtpopControlEnter OnKeyUp = reNotesKeyUp OnResizeRequest = reItemsResizeRequest end end object pnlObjInfo: TPanel Left = 1 Top = 1 Width = 354 Height = 270 Align = alClient TabOrder = 0 OnResize = FormResize DesignSize = ( 354 270) object lblName: TLabel Left = 4 Top = 8 Width = 31 Height = 13 Caption = 'Name:' end object lblS2: TLabel Left = 4 Top = 75 Width = 23 Height = 13 Caption = 'lblS2' end object lblLM: TLabel Left = 3 Top = 194 Width = 42 Height = 13 Hint = 'Text to replace template field when used in List Manager' Anchors = [akLeft, akBottom] Caption = 'LM Text:' ParentShowHint = False ShowHint = True end object lblS1: TLabel Left = 4 Top = 53 Width = 23 Height = 13 Caption = 'lblS1' end object lblType: TLabel Left = 4 Top = 32 Width = 27 Height = 13 Caption = 'Type:' end object lblTextLen: TLabel Left = 255 Top = 31 Width = 45 Height = 13 Anchors = [akTop, akRight] Caption = 'Text Len:' end object lblLength: TLabel Left = 157 Top = 31 Width = 46 Height = 13 Anchors = [akTop, akRight] Caption = 'Field Len:' end object lblS3: TLabel Left = 4 Top = 97 Width = 23 Height = 13 Caption = 'lblS3' end object lblLine: TLabel Left = 4 Top = 152 Width = 23 Height = 13 Caption = 'Line:' end object lblCol: TLabel Left = 4 Top = 168 Width = 18 Height = 13 Caption = 'Col:' end object edtName: TCaptionEdit Left = 50 Top = 4 Width = 300 Height = 22 Anchors = [akLeft, akTop, akRight] CharCase = ecUpperCase Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] MaxLength = 60 ParentFont = False PopupMenu = popText TabOrder = 0 OnChange = edtNameChange OnEnter = edtpopControlEnter OnExit = edtNameExit Caption = 'Name' end object edtLMText: TCaptionEdit Left = 50 Top = 189 Width = 300 Height = 22 Hint = 'Text to replace template field when used in List Manager' Anchors = [akLeft, akRight, akBottom] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] MaxLength = 70 ParentFont = False ParentShowHint = False PopupMenu = popText ShowHint = True TabOrder = 7 OnChange = edtLMTextChange OnEnter = edtpopControlEnter Caption = 'LM Text' end object cbxType: TORComboBox Left = 50 Top = 27 Width = 102 Height = 21 Anchors = [akLeft, akTop, akRight] Style = orcsDropDown AutoSelect = True Caption = 'Type' Color = clWindow DropDownCount = 11 Items.Strings = ( '' 'E^Edit Box' 'C^Combo Box' 'B^Button' 'X^Check Boxes' 'R^Radio Buttons' 'D^Date' 'N^Number' 'H^Hyperlink' 'W^Word Processing' 'T^Text') ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 1 OnChange = cbxTypeChange CharsNeedMatch = 1 end object edtTextLen: TCaptionEdit Left = 309 Top = 27 Width = 26 Height = 21 Anchors = [akTop, akRight] TabOrder = 4 Text = '0' OnChange = edtTextLenChange Caption = 'Text Length' end object udTextLen: TUpDown Left = 335 Top = 27 Width = 15 Height = 21 Anchors = [akTop, akRight] Associate = edtTextLen Max = 240 TabOrder = 5 end object pnlSwap: TPanel Left = 50 Top = 49 Width = 300 Height = 140 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone TabOrder = 6 object edtDefault: TCaptionEdit Left = 0 Top = 0 Width = 300 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] MaxLength = 70 ParentFont = False PopupMenu = popText TabOrder = 2 OnChange = edtDefaultChange OnEnter = edtpopControlEnter OnExit = ControlExit Align = alTop Caption = 'Default Value' end object pnlNum: TPanel Left = 0 Top = 22 Width = 300 Height = 22 Align = alTop BevelOuter = bvNone TabOrder = 0 object lblMin: TLabel Left = 53 Top = 4 Width = 20 Height = 13 Caption = 'Min:' end object lblInc: TLabel Left = 207 Top = 4 Width = 50 Height = 13 Caption = 'Increment:' end object lblMaxVal: TLabel Left = 129 Top = 4 Width = 23 Height = 13 Caption = 'Max:' end object udDefNum: TUpDown Left = 34 Top = 0 Width = 15 Height = 21 Associate = edtDefNum Min = -9999 Max = 9999 TabOrder = 1 Thousands = False end object edtDefNum: TCaptionEdit Left = 0 Top = 0 Width = 34 Height = 21 TabOrder = 0 Text = '0' OnChange = edtDefNumChange Caption = 'Default Number' end object udMinVal: TUpDown Left = 110 Top = 0 Width = 15 Height = 21 Associate = edtMinVal Min = -9999 Max = 9999 TabOrder = 3 Thousands = False end object edtMinVal: TCaptionEdit Left = 76 Top = 0 Width = 34 Height = 21 TabOrder = 2 Text = '0' OnChange = edtMinValChange Caption = 'Minimum' end object udInc: TUpDown Left = 285 Top = 0 Width = 15 Height = 21 Associate = edtInc Min = 1 Max = 999 Position = 1 TabOrder = 7 end object edtInc: TCaptionEdit Left = 259 Top = 0 Width = 26 Height = 21 TabOrder = 6 Text = '1' OnChange = edtIncChange Caption = 'Increment' end object edtMaxVal: TCaptionEdit Left = 155 Top = 0 Width = 34 Height = 21 TabOrder = 4 Text = '0' OnChange = edtMaxValChange Caption = 'Maimum' end object udMaxVal: TUpDown Left = 189 Top = 0 Width = 15 Height = 21 Associate = edtMaxVal Min = -9999 Max = 9999 TabOrder = 5 Thousands = False end end object edtURL: TCaptionEdit Left = 0 Top = 66 Width = 300 Height = 22 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] MaxLength = 240 ParentFont = False PopupMenu = popText TabOrder = 3 OnChange = edtURLChange OnEnter = edtpopControlEnter Align = alTop Caption = 'URL' end object reItems: TRichEdit Left = 0 Top = 110 Width = 300 Height = 30 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ParentFont = False PopupMenu = popText ScrollBars = ssBoth TabOrder = 5 WantTabs = True OnChange = reItemsChange OnEnter = edtpopControlEnter OnExit = ControlExit OnKeyUp = reNotesKeyUp OnResizeRequest = reItemsResizeRequest OnSelectionChange = reItemsSelectionChange end object cbxDefault: TORComboBox Left = 0 Top = 44 Width = 300 Height = 22 Style = orcsDropDown Align = alTop AutoSelect = True Caption = 'Default Selection' Color = clWindow DropDownCount = 8 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] ItemHeight = 14 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 ParentFont = False Sorted = False SynonymChars = '<>' TabOrder = 1 TabStop = True OnChange = cbxDefaultChange CharsNeedMatch = 1 end object pnlDate: TPanel Left = 0 Top = 88 Width = 300 Height = 22 Align = alTop BevelOuter = bvNone TabOrder = 4 DesignSize = ( 300 22) object lblDateType: TLabel Left = 111 Top = 4 Width = 53 Height = 13 Anchors = [akTop, akRight] Caption = 'Date Type:' end object edtDateDef: TCaptionEdit Left = 0 Top = 0 Width = 106 Height = 21 Anchors = [akLeft, akTop, akRight] MaxLength = 70 PopupMenu = popText TabOrder = 0 OnChange = edtDefaultChange OnEnter = edtpopControlEnter Caption = 'Default Date' end object cbxDateType: TORComboBox Left = 167 Top = 0 Width = 133 Height = 21 Anchors = [akTop, akRight] Style = orcsDropDown AutoSelect = True Caption = 'Date Type' Color = clWindow DropDownCount = 8 Items.Strings = ( 'D^Date' 'T^Date & Time' 'R^Date & Required Time' 'C^Combo Style' 'Y^Combo Year Only' 'M^Combo Year & Month') ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = False LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 1 OnChange = cbxDateTypeChange CharsNeedMatch = 1 end end end object edtLen: TCaptionEdit Left = 214 Top = 27 Width = 19 Height = 21 Anchors = [akTop, akRight] TabOrder = 2 Text = '1' OnChange = edtLenChange Caption = 'Field Length' end object udLen: TUpDown Left = 233 Top = 27 Width = 15 Height = 21 Anchors = [akTop, akRight] Associate = edtLen Min = 1 Max = 70 Position = 1 TabOrder = 3 end object gbIndent: TGroupBox Left = 232 Top = 213 Width = 118 Height = 59 Anchors = [akLeft, akBottom] Caption = ' Indent ' TabOrder = 9 object lblIndent: TLabel Left = 10 Top = 14 Width = 58 Height = 13 Caption = 'Indent Field:' end object lblPad: TLabel Left = 10 Top = 37 Width = 57 Height = 13 Caption = 'Indent Text:' end object edtIndent: TCaptionEdit Left = 72 Top = 10 Width = 21 Height = 21 TabOrder = 0 Text = '0' OnChange = edtIndentChange Caption = 'Indent Field' end object udIndent: TUpDown Left = 93 Top = 10 Width = 15 Height = 21 Associate = edtIndent Max = 30 TabOrder = 1 Thousands = False end object udPad: TUpDown Left = 93 Top = 33 Width = 15 Height = 21 Associate = edtPad Max = 30 TabOrder = 2 Thousands = False end object edtPad: TCaptionEdit Left = 72 Top = 33 Width = 21 Height = 21 TabOrder = 3 Text = '0' OnChange = edtPadChange Caption = 'Indent Text' end end object gbMisc: TGroupBox Left = 10 Top = 213 Width = 207 Height = 59 Anchors = [akLeft, akBottom] Caption = ' Miscellaneous ' TabOrder = 8 object cbActive: TCheckBox Left = 6 Top = 14 Width = 67 Height = 17 BiDiMode = bdLeftToRight Caption = 'Inactive' ParentBiDiMode = False TabOrder = 0 OnClick = cbActiveClick end object cbRequired: TCheckBox Left = 6 Top = 37 Width = 67 Height = 17 Caption = 'Required' TabOrder = 1 OnClick = cbRequiredClick end object cbSepLines: TCheckBox Left = 83 Top = 14 Width = 99 Height = 17 Caption = 'Separate Lines' TabOrder = 2 OnClick = cbSepLinesClick end object cbExclude: TCheckBox Left = 83 Top = 37 Width = 118 Height = 17 Caption = 'Exclude From Note' TabOrder = 3 OnClick = cbExcludeClick end end end end object pnlTop: TPanel Left = 0 Top = 0 Width = 632 Height = 25 Align = alTop BevelOuter = bvNone TabOrder = 3 DesignSize = ( 632 25) object MenuBar1: TMenuBar Left = 0 Top = 0 Width = 23 Height = 25 Align = alLeft AutoSize = True ButtonHeight = 21 ButtonWidth = 43 Caption = 'MenuBar1' Flat = True Menu = mnuMain ShowCaptions = True TabOrder = 0 end object btnNew: TButton Left = 557 Top = 2 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'New' TabOrder = 3 OnClick = mnuNewClick end object btnCopy: TButton Left = 478 Top = 2 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'Copy' Enabled = False TabOrder = 2 OnClick = mnuCopyClick end object btnDelete: TButton Left = 399 Top = 2 Width = 75 Height = 21 Anchors = [akTop, akRight, akBottom] Caption = 'Delete' Enabled = False TabOrder = 1 OnClick = mnuDeleteClick end end object mnuMain: TMainMenu Left = 8 Top = 64 object mnuAction: TMenuItem Caption = '&Action' OnClick = mnuActionClick object mnuNew: TMenuItem Caption = '&New' OnClick = mnuNewClick end object mnuCopy: TMenuItem Caption = '&Copy' OnClick = mnuCopyClick end object mnuDelete: TMenuItem Caption = '&Delete' OnClick = mnuDeleteClick end object mnuPreview: TMenuItem Caption = '&Preview' OnClick = btnPreviewClick end end end object popText: TPopupMenu OnPopup = popTextPopup Left = 339 Top = 204 object mnuBPUndo: TMenuItem Caption = '&Undo' ShortCut = 16474 OnClick = mnuBPUndoClick end object N8: TMenuItem Caption = '-' end object mnuBPCut: TMenuItem Caption = 'Cu&t' ShortCut = 16472 OnClick = mnuBPCutClick end object mnuBPCopy: TMenuItem Caption = '&Copy' ShortCut = 16451 OnClick = mnuBPCopyClick end object mnuBPPaste: TMenuItem Caption = '&Paste' ShortCut = 16470 OnClick = mnuBPPasteClick end object mnuBPSelectAll: TMenuItem Caption = 'Select &All' ShortCut = 16449 OnClick = mnuBPSelectAllClick end object N2: TMenuItem Caption = '-' end object mnuBPCheckGrammar: TMenuItem Caption = 'Check &Grammar' ShortCut = 16455 OnClick = mnuBPCheckGrammarClick end object mnuBPSpellCheck: TMenuItem Caption = 'Check &Spelling' ShortCut = 16467 OnClick = mnuBPSpellCheckClick end object N14: TMenuItem Caption = '-' end object mnuInsertTemplateField: TMenuItem Caption = 'Insert Template &Field' ShortCut = 16454 OnClick = mnuInsertTemplateFieldClick end end object DKLanguageController1: TDKLanguageController Left = 304 Top = 208 LangData = { 160066726D54656D706C6174654669656C64456469746F720101000000010000 00070043617074696F6E015A000000070073706C4C65667400000900706E6C42 6F74746F6D000006006C626C526571010100000002000000070043617074696F 6E00050062746E4F4B010100000003000000070043617074696F6E0009006274 6E43616E63656C010100000004000000070043617074696F6E00080062746E41 70706C79010100000005000000070043617074696F6E000A0062746E50726576 696577010100000006000000070043617074696F6E0006006362486964650101 00000007000000070043617074696F6E000700706E6C4F626A73010100000008 000000070043617074696F6E0007006C626C4F626A7301010000000900000007 0043617074696F6E0007006362784F626A7301020000000A0000000700436170 74696F6E0B0000000C0053796E6F6E796D4368617273000800706E6C52696768 740000090073706C426F74746F6D00000A00706E6C5072657669657700000800 6C626C4E6F74657301010000000C000000070043617074696F6E00070072654E 6F74657300000A00706E6C4F626A496E666F000007006C626C4E616D65010100 00000D000000070043617074696F6E0005006C626C533201010000000E000000 070043617074696F6E0005006C626C4C4D010200000010000000070043617074 696F6E0F000000040048696E740005006C626C53310101000000110000000700 43617074696F6E0007006C626C54797065010100000012000000070043617074 696F6E000A006C626C546578744C656E01010000001300000007004361707469 6F6E0009006C626C4C656E677468010100000014000000070043617074696F6E 0005006C626C5333010100000015000000070043617074696F6E0007006C626C 4C696E65010100000016000000070043617074696F6E0006006C626C436F6C01 0100000017000000070043617074696F6E0007006564744E616D650101000000 18000000070043617074696F6E0009006564744C4D5465787401020000001A00 0000070043617074696F6E19000000040048696E740007006362785479706501 020000001B000000070043617074696F6E1C00000005004974656D73000A0065 6474546578744C656E01010000001D000000070043617074696F6E0009007564 546578744C656E00000700706E6C5377617000000A0065647444656661756C74 01010000001E000000070043617074696F6E000600706E6C4E756D000006006C 626C4D696E01010000001F000000070043617074696F6E0006006C626C496E63 010100000020000000070043617074696F6E0009006C626C4D617856616C0101 00000021000000070043617074696F6E00080075644465664E756D0000090065 64744465664E756D010100000022000000070043617074696F6E00080075644D 696E56616C000009006564744D696E56616C0101000000230000000700436170 74696F6E0005007564496E6300000600656474496E6301010000002400000007 0043617074696F6E0009006564744D617856616C010100000025000000070043 617074696F6E00080075644D617856616C0000060065647455524C0101000000 26000000070043617074696F6E00070072654974656D7300000A006362784465 6661756C74010100000027000000070043617074696F6E000700706E6C446174 6500000B006C626C446174655479706501010000002800000007004361707469 6F6E000A0065647444617465446566010100000029000000070043617074696F 6E000B00636278446174655479706501020000002A000000070043617074696F 6E2B00000005004974656D730006006564744C656E01010000002C0000000700 43617074696F6E00050075644C656E000008006762496E64656E740101000000 2D000000070043617074696F6E0009006C626C496E64656E7401010000002E00 0000070043617074696F6E0006006C626C50616401010000002F000000070043 617074696F6E000900656474496E64656E740101000000300000000700436170 74696F6E0008007564496E64656E740000050075645061640000060065647450 6164010100000031000000070043617074696F6E00060067624D697363010100 000032000000070043617074696F6E0008006362416374697665010100000033 000000070043617074696F6E000A006362526571756972656401010000003400 0000070043617074696F6E000A0063625365704C696E65730101000000350000 00070043617074696F6E00090063624578636C75646501010000003600000007 0043617074696F6E000600706E6C546F70000008004D656E7542617231010100 000037000000070043617074696F6E00060062746E4E65770101000000380000 00070043617074696F6E00070062746E436F7079010100000039000000070043 617074696F6E00090062746E44656C65746501010000003A0000000700436170 74696F6E0007006D6E754D61696E000009006D6E75416374696F6E0101000000 3B000000070043617074696F6E0006006D6E754E657701010000003C00000007 0043617074696F6E0007006D6E75436F707901010000003D0000000700436170 74696F6E0009006D6E7544656C65746501010000003E00000007004361707469 6F6E000A006D6E755072657669657701010000003F000000070043617074696F 6E000700706F7054657874000009006D6E754250556E646F0101000000400000 00070043617074696F6E0002004E38000008006D6E7542504375740101000000 41000000070043617074696F6E0009006D6E754250436F707901010000004200 0000070043617074696F6E000A006D6E75425050617374650101000000430000 00070043617074696F6E000E006D6E75425053656C656374416C6C0101000000 44000000070043617074696F6E0002004E32000011006D6E754250436865636B 4772616D6D6172010100000045000000070043617074696F6E000F006D6E7542 505370656C6C436865636B010100000046000000070043617074696F6E000300 4E3134000016006D6E75496E7365727454656D706C6174654669656C64010100 000047000000070043617074696F6E00} end end