home *** CD-ROM | disk | FTP | other *** search
- object DefEditorCopyBlockForm: TDefEditorCopyBlockForm
- Left = 260
- Top = 424
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Copy Block'
- ClientHeight = 142
- ClientWidth = 373
- 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 lParent: TLabel
- Left = 191
- Top = 7
- Width = 31
- Height = 13
- Caption = 'Parent'
- FocusControl = eTree
- Transparent = True
- end
- object lSelectBlock: TLabel
- Left = 10
- Top = 7
- Width = 59
- Height = 13
- Caption = 'Select block'
- FocusControl = eListBox
- Transparent = True
- end
- object eTree: TTreeView
- Left = 191
- Top = 24
- Width = 171
- Height = 83
- HideSelection = False
- Indent = 19
- ReadOnly = True
- ShowRoot = False
- TabOrder = 1
- end
- object bOK: TButton
- Left = 191
- Top = 113
- Width = 83
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object bCancel: TButton
- Left = 279
- Top = 113
- Width = 83
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object eListBox: TListBox
- Left = 10
- Top = 24
- Width = 171
- Height = 83
- ItemHeight = 13
- TabOrder = 0
- end
- end
-