home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 October / Chip_2004-10_cd1.bin / software / code / setup.exe / CodePad.exe / 0 / RCDATA / TDEFEDITORCOPYBLOCKFORM / TDEFEDITORCOPYBLOCKFORM.txt
Encoding:
Text File  |  2003-02-24  |  1.5 KB  |  79 lines

  1. object DefEditorCopyBlockForm: TDefEditorCopyBlockForm
  2.   Left = 260
  3.   Top = 424
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Copy Block'
  7.   ClientHeight = 142
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lParent: TLabel
  22.     Left = 191
  23.     Top = 7
  24.     Width = 31
  25.     Height = 13
  26.     Caption = 'Parent'
  27.     FocusControl = eTree
  28.     Transparent = True
  29.   end
  30.   object lSelectBlock: TLabel
  31.     Left = 10
  32.     Top = 7
  33.     Width = 59
  34.     Height = 13
  35.     Caption = 'Select block'
  36.     FocusControl = eListBox
  37.     Transparent = True
  38.   end
  39.   object eTree: TTreeView
  40.     Left = 191
  41.     Top = 24
  42.     Width = 171
  43.     Height = 83
  44.     HideSelection = False
  45.     Indent = 19
  46.     ReadOnly = True
  47.     ShowRoot = False
  48.     TabOrder = 1
  49.   end
  50.   object bOK: TButton
  51.     Left = 191
  52.     Top = 113
  53.     Width = 83
  54.     Height = 24
  55.     Caption = 'OK'
  56.     Default = True
  57.     ModalResult = 1
  58.     TabOrder = 2
  59.   end
  60.   object bCancel: TButton
  61.     Left = 279
  62.     Top = 113
  63.     Width = 83
  64.     Height = 24
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     ModalResult = 2
  68.     TabOrder = 3
  69.   end
  70.   object eListBox: TListBox
  71.     Left = 10
  72.     Top = 24
  73.     Width = 171
  74.     Height = 83
  75.     ItemHeight = 13
  76.     TabOrder = 0
  77.   end
  78. end
  79.