home *** CD-ROM | disk | FTP | other *** search
- object DefEditorPairForm: TDefEditorPairForm
- Left = 368
- Top = 178
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Delimiters'
- ClientHeight = 109
- 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 = 80
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Tag = 101
- Left = 140
- Top = 80
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 2
- Width = 214
- Height = 72
- TabOrder = 0
- object lLeftDelimiter: TLabel
- Tag = 171
- Left = 10
- Top = 18
- Width = 59
- Height = 13
- Caption = 'Left delimiter'
- Transparent = True
- end
- object lRightDelimiter: TLabel
- Tag = 171
- Left = 10
- Top = 43
- Width = 66
- Height = 13
- Caption = 'Right delimiter'
- Transparent = True
- end
- object eText1: TEdit
- Left = 85
- Top = 15
- Width = 117
- Height = 21
- TabOrder = 0
- end
- object eText2: TEdit
- Left = 85
- Top = 40
- Width = 117
- Height = 21
- TabOrder = 1
- end
- end
- end
-