home *** CD-ROM | disk | FTP | other *** search
- object DefEditorBlockDelimitersForm: TDefEditorBlockDelimitersForm
- Left = 297
- Top = 176
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Block Delimiters'
- ClientHeight = 129
- 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 = 100
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object bCancel: TButton
- Tag = 101
- Left = 140
- Top = 100
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 2
- Width = 214
- Height = 92
- 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 = 16
- Width = 117
- Height = 21
- TabOrder = 0
- end
- object eText2: TEdit
- Left = 85
- Top = 39
- Width = 117
- Height = 21
- TabOrder = 1
- end
- object cArePartOfBlock: TCheckBox
- Left = 10
- Top = 67
- Width = 192
- Height = 17
- Caption = 'Are part of block'
- TabOrder = 2
- end
- end
- end
-