home *** CD-ROM | disk | FTP | other *** search
- object TemplateEditorItemForm: TTemplateEditorItemForm
- Left = 269
- Top = 219
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Code Template Item'
- ClientHeight = 197
- ClientWidth = 356
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lShortcutName: TLabel
- Left = 9
- Top = 7
- Width = 69
- Height = 13
- Caption = 'Shortcut name'
- Transparent = True
- end
- object lDescription: TLabel
- Left = 152
- Top = 7
- Width = 53
- Height = 13
- Caption = 'Description'
- Transparent = True
- end
- object lCode: TLabel
- Left = 9
- Top = 50
- Width = 25
- Height = 13
- Caption = 'Code'
- Transparent = True
- end
- object lUseCharForPosition: TLabel
- Left = 80
- Top = 50
- Width = 138
- Height = 13
- Caption = '(use | char for cursor position)'
- Transparent = True
- end
- object bOK: TButton
- Left = 177
- Top = 166
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = bOKClick
- end
- object bCancel: TButton
- Left = 265
- Top = 166
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 4
- end
- object eCode: TMemo
- Left = 9
- Top = 66
- Width = 338
- Height = 92
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 2
- WordWrap = False
- end
- object eShortcut: TEdit
- Left = 9
- Top = 24
- Width = 121
- Height = 21
- TabOrder = 0
- OnChange = eShortcutChange
- end
- object eDescription: TEdit
- Left = 152
- Top = 24
- Width = 195
- Height = 21
- TabOrder = 1
- end
- end
-