home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Top100sh / Internet / Htmltool / HTMLTOOL.exe / 0 / RCDATA / TFRMHEADING / TFRMHEADING.txt
Text File  |  1998-01-30  |  3KB  |  161 lines

  1. object FrmHeading: TFrmHeading
  2.   Left = 396
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Insert heading'
  6.   ClientHeight = 154
  7.   ClientWidth = 211
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object gbAlignment: TGroupBox
  15.     Left = 112
  16.     Top = 8
  17.     Width = 89
  18.     Height = 73
  19.     Caption = ' Alignment '
  20.     Font.Color = clBlack
  21.     Font.Height = -11
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     ParentFont = False
  25.     TabOrder = 1
  26.     object rbRight: TRadioButton
  27.       Left = 8
  28.       Top = 48
  29.       Width = 57
  30.       Height = 17
  31.       Caption = ' Right'
  32.       Font.Color = clBlack
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.       TabOrder = 0
  38.     end
  39.     object rbLeft: TRadioButton
  40.       Left = 8
  41.       Top = 16
  42.       Width = 57
  43.       Height = 17
  44.       Caption = ' Left'
  45.       Checked = True
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 1
  52.       TabStop = True
  53.     end
  54.     object rbCenter: TRadioButton
  55.       Left = 8
  56.       Top = 32
  57.       Width = 57
  58.       Height = 17
  59.       Caption = ' Center'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       TabOrder = 2
  66.     end
  67.   end
  68.   object gbSize: TGroupBox
  69.     Left = 8
  70.     Top = 8
  71.     Width = 97
  72.     Height = 121
  73.     Caption = ' Size '
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 0
  80.     object rb1: TRadioButton
  81.       Left = 8
  82.       Top = 16
  83.       Width = 70
  84.       Height = 17
  85.       Caption = ' 1 (large)'
  86.       Checked = True
  87.       TabOrder = 0
  88.       TabStop = True
  89.     end
  90.     object rb2: TRadioButton
  91.       Left = 8
  92.       Top = 32
  93.       Width = 57
  94.       Height = 17
  95.       Caption = ' 2'
  96.       TabOrder = 1
  97.     end
  98.     object rb3: TRadioButton
  99.       Left = 8
  100.       Top = 48
  101.       Width = 57
  102.       Height = 17
  103.       Caption = ' 3'
  104.       TabOrder = 2
  105.     end
  106.     object rb5: TRadioButton
  107.       Left = 8
  108.       Top = 80
  109.       Width = 57
  110.       Height = 17
  111.       Caption = ' 5'
  112.       TabOrder = 3
  113.     end
  114.     object rb6: TRadioButton
  115.       Left = 8
  116.       Top = 96
  117.       Width = 65
  118.       Height = 17
  119.       Caption = ' 6 (small)'
  120.       TabOrder = 4
  121.     end
  122.     object rb4: TRadioButton
  123.       Left = 8
  124.       Top = 64
  125.       Width = 57
  126.       Height = 17
  127.       Caption = ' 4'
  128.       TabOrder = 5
  129.     end
  130.   end
  131.   object btnOK: TButton
  132.     Left = 112
  133.     Top = 88
  134.     Width = 89
  135.     Height = 25
  136.     Caption = 'OK'
  137.     Default = True
  138.     Font.Color = clBlack
  139.     Font.Height = -11
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = []
  142.     ModalResult = 1
  143.     ParentFont = False
  144.     TabOrder = 2
  145.   end
  146.   object btnCancel: TButton
  147.     Left = 112
  148.     Top = 120
  149.     Width = 89
  150.     Height = 25
  151.     Caption = 'Cancel'
  152.     Font.Color = clBlack
  153.     Font.Height = -11
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = []
  156.     ModalResult = 2
  157.     ParentFont = False
  158.     TabOrder = 3
  159.   end
  160. end
  161.