home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / RKEDIT / RKEDIT.EXE / 0 / RCDATA / TFRMONBEGINOFLINES / TFRMONBEGINOFLINES.txt
Text File  |  2003-04-17  |  3KB  |  161 lines

  1. inherited frmOnBeginOfLines: TfrmOnBeginOfLines
  2.   Left = 446
  3.   Top = 397
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert on begin of line'
  6.   ClientHeight = 269
  7.   ClientWidth = 367
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 16
  23.     Width = 161
  24.     Height = 65
  25.     TabOrder = 1
  26.     object cbText: TComboBox
  27.       Left = 8
  28.       Top = 24
  29.       Width = 145
  30.       Height = 21
  31.       ItemHeight = 13
  32.       TabOrder = 0
  33.     end
  34.   end
  35.   object rbText: TRadioButton
  36.     Left = 16
  37.     Top = 15
  38.     Width = 41
  39.     Height = 17
  40.     Caption = 'Text'
  41.     Checked = True
  42.     TabOrder = 0
  43.     TabStop = True
  44.   end
  45.   object GroupBox2: TGroupBox
  46.     Left = 8
  47.     Top = 88
  48.     Width = 161
  49.     Height = 145
  50.     TabOrder = 3
  51.     object Label1: TLabel
  52.       Left = 8
  53.       Top = 24
  54.       Width = 54
  55.       Height = 13
  56.       Caption = 'Start value:'
  57.     end
  58.     object seStartValue: TSpinEdit
  59.       Left = 8
  60.       Top = 40
  61.       Width = 145
  62.       Height = 22
  63.       MaxValue = 0
  64.       MinValue = 0
  65.       TabOrder = 0
  66.       Value = 1
  67.     end
  68.     object cbLeadingZeros: TCheckBox
  69.       Left = 8
  70.       Top = 72
  71.       Width = 149
  72.       Height = 17
  73.       Caption = 'Leading zeros'
  74.       TabOrder = 1
  75.     end
  76.     object cbSpaceAfterNum: TCheckBox
  77.       Left = 8
  78.       Top = 96
  79.       Width = 149
  80.       Height = 17
  81.       Caption = 'Space after number'
  82.       Checked = True
  83.       State = cbChecked
  84.       TabOrder = 2
  85.     end
  86.     object cbAlignToRight: TCheckBox
  87.       Left = 8
  88.       Top = 120
  89.       Width = 149
  90.       Height = 17
  91.       Caption = 'Align to right'
  92.       TabOrder = 3
  93.     end
  94.   end
  95.   object rbNumbers: TRadioButton
  96.     Left = 16
  97.     Top = 87
  98.     Width = 65
  99.     Height = 17
  100.     Caption = 'Numbers'
  101.     TabOrder = 2
  102.   end
  103.   object GroupBox3: TGroupBox
  104.     Left = 176
  105.     Top = 16
  106.     Width = 185
  107.     Height = 217
  108.     TabOrder = 5
  109.     object rgIntentType: TRadioGroup
  110.       Left = 8
  111.       Top = 24
  112.       Width = 169
  113.       Height = 161
  114.       Caption = 'Type of indent'
  115.       ItemIndex = 3
  116.       Items.Strings = (
  117.         '* (asterix)'
  118.         '+ (plus)'
  119.         '# (sharp)'
  120.         #8226' (bullet)'
  121.         '> (quote)')
  122.       TabOrder = 0
  123.     end
  124.     object cbSpaceAfterChar: TCheckBox
  125.       Left = 8
  126.       Top = 192
  127.       Width = 169
  128.       Height = 17
  129.       Caption = 'Place space after char'
  130.       Checked = True
  131.       State = cbChecked
  132.       TabOrder = 1
  133.     end
  134.   end
  135.   object rbChar: TRadioButton
  136.     Left = 192
  137.     Top = 16
  138.     Width = 81
  139.     Height = 17
  140.     Caption = 'Indent char'
  141.     TabOrder = 4
  142.   end
  143.   object BitBtn1: TBitBtn
  144.     Left = 204
  145.     Top = 240
  146.     Width = 75
  147.     Height = 25
  148.     TabOrder = 6
  149.     OnClick = BitBtn1Click
  150.     Kind = bkOK
  151.   end
  152.   object BitBtn2: TBitBtn
  153.     Left = 286
  154.     Top = 240
  155.     Width = 75
  156.     Height = 25
  157.     TabOrder = 7
  158.     Kind = bkCancel
  159.   end
  160. end
  161.