home *** CD-ROM | disk | FTP | other *** search
- object TemplateEditorForm: TTemplateEditorForm
- Tag = 255
- Left = 359
- Top = 190
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Code Template Editor'
- ClientHeight = 246
- ClientWidth = 438
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poMainFormCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lTemplateFileName: TLabel
- Left = 9
- Top = 7
- Width = 45
- Height = 13
- Caption = 'File name'
- Transparent = True
- end
- object bLoadTemplate: TButton
- Tag = 107
- Left = 67
- Top = 216
- Width = 90
- Height = 24
- Caption = 'Load template'
- TabOrder = 1
- OnClick = bLoadTemplateClick
- end
- object bSaveTemplate: TButton
- Tag = 108
- Left = 162
- Top = 216
- Width = 90
- Height = 24
- Caption = 'Save template'
- TabOrder = 2
- OnClick = bSaveTemplateClick
- end
- object bOK: TButton
- Tag = 100
- Left = 257
- Top = 216
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- end
- object bCancel: TButton
- Tag = 101
- Left = 345
- Top = 216
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object gTemplates: TGroupBox
- Left = 9
- Top = 29
- Width = 420
- Height = 181
- Caption = 'Templates'
- TabOrder = 0
- object bAdd: TButton
- Tag = 109
- Left = 326
- Top = 19
- Width = 83
- Height = 24
- Caption = 'Add'
- TabOrder = 1
- OnClick = bAddClick
- end
- object bDelete: TButton
- Tag = 110
- Left = 326
- Top = 82
- Width = 83
- Height = 24
- Caption = 'Delete'
- TabOrder = 3
- OnClick = bDeleteClick
- end
- object bEdit: TButton
- Tag = 111
- Left = 326
- Top = 51
- Width = 83
- Height = 24
- Caption = 'Edit'
- TabOrder = 2
- OnClick = bEditClick
- end
- object wTemplate: TListView
- Left = 10
- Top = 19
- Width = 304
- Height = 152
- Columns = <
- item
- Caption = 'Name'
- MinWidth = 50
- Width = 90
- end
- item
- Caption = 'Description'
- MinWidth = 50
- Width = 194
- end>
- ColumnClick = False
- HideSelection = False
- ReadOnly = True
- RowSelect = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = wTemplateChange
- OnDblClick = bEditClick
- OnInfoTip = wTemplateInfoTip
- end
- object bUp: TButton
- Tag = 110
- Left = 326
- Top = 114
- Width = 83
- Height = 24
- Caption = 'Move up'
- Enabled = False
- TabOrder = 4
- OnClick = bUpClick
- end
- object bDown: TButton
- Tag = 110
- Left = 326
- Top = 146
- Width = 83
- Height = 24
- Caption = 'Move down'
- Enabled = False
- TabOrder = 5
- OnClick = bDownClick
- end
- end
- object eFileName: TEdit
- Left = 76
- Top = 4
- Width = 353
- Height = 21
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 5
- end
- object OpenDialog: TJvOpenDialog2000
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 88
- Top = 104
- end
- object SaveDialog: TJvSaveDialog2000
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 120
- Top = 104
- end
- end
-