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

  1. object DefEditorBlockDelimitersForm: TDefEditorBlockDelimitersForm
  2.   Left = 297
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Block Delimiters'
  7.   ClientHeight = 129
  8.   ClientWidth = 232
  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 bOK: TButton
  22.     Tag = 100
  23.     Left = 52
  24.     Top = 100
  25.     Width = 83
  26.     Height = 24
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 1
  31.   end
  32.   object bCancel: TButton
  33.     Tag = 101
  34.     Left = 140
  35.     Top = 100
  36.     Width = 83
  37.     Height = 24
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 2
  42.   end
  43.   object GroupBox1: TGroupBox
  44.     Left = 9
  45.     Top = 2
  46.     Width = 214
  47.     Height = 92
  48.     TabOrder = 0
  49.     object lLeftDelimiter: TLabel
  50.       Tag = 171
  51.       Left = 10
  52.       Top = 18
  53.       Width = 59
  54.       Height = 13
  55.       Caption = 'Left delimiter'
  56.       Transparent = True
  57.     end
  58.     object lRightDelimiter: TLabel
  59.       Tag = 171
  60.       Left = 10
  61.       Top = 43
  62.       Width = 66
  63.       Height = 13
  64.       Caption = 'Right delimiter'
  65.       Transparent = True
  66.     end
  67.     object eText1: TEdit
  68.       Left = 85
  69.       Top = 16
  70.       Width = 117
  71.       Height = 21
  72.       TabOrder = 0
  73.     end
  74.     object eText2: TEdit
  75.       Left = 85
  76.       Top = 39
  77.       Width = 117
  78.       Height = 21
  79.       TabOrder = 1
  80.     end
  81.     object cArePartOfBlock: TCheckBox
  82.       Left = 10
  83.       Top = 67
  84.       Width = 192
  85.       Height = 17
  86.       Caption = 'Are part of block'
  87.       TabOrder = 2
  88.     end
  89.   end
  90. end
  91.