home *** CD-ROM | disk | FTP | other *** search
- object DefEditorBlockForm: TDefEditorBlockForm
- Left = 260
- Top = 424
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Block'
- ClientHeight = 150
- ClientWidth = 241
- 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 lBlock: TLabel
- Left = 10
- Top = 11
- Width = 27
- Height = 13
- Caption = 'Block'
- FocusControl = eText
- Transparent = True
- end
- object lParent: TLabel
- Left = 10
- Top = 32
- Width = 31
- Height = 13
- Caption = 'Parent'
- FocusControl = eTree
- Transparent = True
- end
- object eText: TEdit
- Left = 61
- Top = 8
- Width = 171
- Height = 21
- MaxLength = 64
- TabOrder = 0
- end
- object eTree: TTreeView
- Left = 61
- Top = 32
- Width = 171
- Height = 83
- HideSelection = False
- Indent = 19
- ReadOnly = True
- ShowRoot = False
- TabOrder = 1
- end
- object bOK: TButton
- Left = 61
- Top = 121
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Left = 149
- Top = 121
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- end
-