home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / komunik / webedit / data.z / WebEdit.exe / 0 / RCDATA / TFRMDIVISION / TFRMDIVISION.txt
Text File  |  1996-10-14  |  4KB  |  182 lines

  1. object frmDivision: TfrmDivision
  2.   Left = 408
  3.   Top = 178
  4.   HelpContext = 29
  5.   ActiveControl = OKBtn
  6.   BorderStyle = bsDialog
  7.   Caption = 'Division'
  8.   ClientHeight = 163
  9.   ClientWidth = 311
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 293
  23.     Height = 117
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object lblClass: TLabel
  28.     Left = 12
  29.     Top = 20
  30.     Width = 25
  31.     Height = 13
  32.     Caption = '&Class'
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object lblAlign: TLabel
  40.     Left = 12
  41.     Top = 48
  42.     Width = 23
  43.     Height = 13
  44.     Caption = '&Align'
  45.     Font.Color = clBlack
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object lblClear: TLabel
  52.     Left = 12
  53.     Top = 76
  54.     Width = 24
  55.     Height = 13
  56.     Caption = 'C&lear'
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object OKBtn: TBitBtn
  64.     Left = 56
  65.     Top = 132
  66.     Width = 77
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 4
  72.     NumGlyphs = 2
  73.     Spacing = -1
  74.     IsControl = True
  75.   end
  76.   object CancelBtn: TBitBtn
  77.     Left = 140
  78.     Top = 132
  79.     Width = 77
  80.     Height = 25
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     ModalResult = 2
  84.     TabOrder = 5
  85.     NumGlyphs = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object HelpBtn: TBitBtn
  90.     Left = 224
  91.     Top = 132
  92.     Width = 77
  93.     Height = 25
  94.     Caption = '&Help'
  95.     TabOrder = 6
  96.     OnClick = HelpBtnClick
  97.     NumGlyphs = 2
  98.     Spacing = -1
  99.     IsControl = True
  100.   end
  101.   object cmbClass: TComboBox
  102.     Left = 64
  103.     Top = 16
  104.     Width = 229
  105.     Height = 21
  106.     Hint = 'Class of the division'
  107.     Font.Color = clBlack
  108.     Font.Height = -11
  109.     Font.Name = 'MS Sans Serif'
  110.     Font.Style = []
  111.     ItemHeight = 13
  112.     Items.Strings = (
  113.       'abstract'
  114.       'appendix'
  115.       'chapter'
  116.       'section')
  117.     ParentFont = False
  118.     ParentShowHint = False
  119.     ShowHint = True
  120.     Sorted = True
  121.     TabOrder = 0
  122.   end
  123.   object cmbAlign: TComboBox
  124.     Left = 64
  125.     Top = 44
  126.     Width = 229
  127.     Height = 21
  128.     Hint = 'Alignment of the division'
  129.     Font.Color = clBlack
  130.     Font.Height = -11
  131.     Font.Name = 'MS Sans Serif'
  132.     Font.Style = []
  133.     ItemHeight = 13
  134.     Items.Strings = (
  135.       'center'
  136.       'left'
  137.       'right')
  138.     ParentFont = False
  139.     ParentShowHint = False
  140.     ShowHint = True
  141.     Sorted = True
  142.     TabOrder = 1
  143.   end
  144.   object cmbClear: TComboBox
  145.     Left = 64
  146.     Top = 72
  147.     Width = 229
  148.     Height = 21
  149.     Hint = 'Forces the division to be displayed below any images'
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = []
  154.     ItemHeight = 13
  155.     Items.Strings = (
  156.       'all'
  157.       'left'
  158.       'right')
  159.     ParentFont = False
  160.     ParentShowHint = False
  161.     ShowHint = True
  162.     Sorted = True
  163.     TabOrder = 2
  164.   end
  165.   object chkNoWrap: TCheckBox
  166.     Left = 52
  167.     Top = 100
  168.     Width = 237
  169.     Height = 17
  170.     Hint = 'Prevents the division from wrapping, if possible'
  171.     Caption = '&NoWrap'
  172.     Font.Color = clBlack
  173.     Font.Height = -11
  174.     Font.Name = 'MS Sans Serif'
  175.     Font.Style = []
  176.     ParentFont = False
  177.     ParentShowHint = False
  178.     ShowHint = True
  179.     TabOrder = 3
  180.   end
  181. end
  182.