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

  1. object FrmDivision: TFrmDivision
  2.   Left = 315
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Division'
  6.   ClientHeight = 103
  7.   ClientWidth = 297
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object lblClass: TLabel
  15.     Left = 8
  16.     Top = 8
  17.     Width = 25
  18.     Height = 13
  19.     Caption = '&Class'
  20.     FocusControl = cbClass
  21.     Font.Color = clBlack
  22.     Font.Height = -11
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object lblAlign: TLabel
  28.     Left = 8
  29.     Top = 40
  30.     Width = 23
  31.     Height = 13
  32.     Caption = '&Align'
  33.     FocusControl = cbAlign
  34.     Font.Color = clBlack
  35.     Font.Height = -11
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object lblClear: TLabel
  41.     Left = 8
  42.     Top = 72
  43.     Width = 24
  44.     Height = 13
  45.     Caption = 'C&lear'
  46.     FocusControl = cbClear
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object cbClass: TComboBox
  54.     Left = 40
  55.     Top = 8
  56.     Width = 145
  57.     Height = 21
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ItemHeight = 13
  63.     Items.Strings = (
  64.       'Abstract'
  65.       'Appendix'
  66.       'Chapter'
  67.       'Section')
  68.     ParentFont = False
  69.     TabOrder = 0
  70.   end
  71.   object cbAlign: TComboBox
  72.     Left = 40
  73.     Top = 40
  74.     Width = 145
  75.     Height = 21
  76.     Font.Color = clBlack
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ItemHeight = 13
  81.     Items.Strings = (
  82.       'Center'
  83.       'Justify'
  84.       'Left'
  85.       'Right')
  86.     ParentFont = False
  87.     TabOrder = 1
  88.   end
  89.   object cbClear: TComboBox
  90.     Left = 40
  91.     Top = 72
  92.     Width = 145
  93.     Height = 21
  94.     Font.Color = clBlack
  95.     Font.Height = -11
  96.     Font.Name = 'MS Sans Serif'
  97.     Font.Style = []
  98.     ItemHeight = 13
  99.     Items.Strings = (
  100.       'All'
  101.       'Left'
  102.       'Right')
  103.     ParentFont = False
  104.     TabOrder = 2
  105.   end
  106.   object btnOK: TButton
  107.     Left = 200
  108.     Top = 40
  109.     Width = 89
  110.     Height = 25
  111.     Caption = 'OK'
  112.     Default = True
  113.     Font.Color = clBlack
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = []
  117.     ModalResult = 1
  118.     ParentFont = False
  119.     TabOrder = 4
  120.   end
  121.   object btnCancel: TButton
  122.     Left = 200
  123.     Top = 72
  124.     Width = 89
  125.     Height = 25
  126.     Caption = 'Cancel'
  127.     Font.Color = clBlack
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ModalResult = 2
  132.     ParentFont = False
  133.     TabOrder = 5
  134.   end
  135.   object cbNoWrap: TCheckBox
  136.     Left = 192
  137.     Top = 8
  138.     Width = 97
  139.     Height = 17
  140.     Caption = ' &No wrap'
  141.     Font.Color = clBlack
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     ParentFont = False
  146.     TabOrder = 3
  147.   end
  148. end
  149.