home *** CD-ROM | disk | FTP | other *** search
- object DefEditorLineForm: TDefEditorLineForm
- Left = 322
- Top = 204
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Keyword'
- ClientHeight = 83
- ClientWidth = 232
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object bOK: TButton
- Tag = 100
- Left = 52
- Top = 54
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Tag = 101
- Left = 140
- Top = 54
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 2
- Width = 214
- Height = 46
- TabOrder = 0
- object lDefEditorLineText: TLabel
- Tag = 171
- Left = 10
- Top = 18
- Width = 41
- Height = 13
- Caption = 'Keyword'
- Transparent = True
- end
- object eText: TEdit
- Left = 85
- Top = 15
- Width = 117
- Height = 21
- TabOrder = 0
- end
- end
- end
-