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

  1. object frmHorizRule: TfrmHorizRule
  2.   Left = 420
  3.   Top = 131
  4.   HelpContext = 66
  5.   ActiveControl = rbPlain
  6.   BorderStyle = bsDialog
  7.   Caption = 'Horizontal Rule'
  8.   ClientHeight = 202
  9.   ClientWidth = 259
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object OKBtn: TBitBtn
  21.     Left = 8
  22.     Top = 172
  23.     Width = 77
  24.     Height = 25
  25.     Caption = 'OK'
  26.     Default = True
  27.     ModalResult = 1
  28.     TabOrder = 2
  29.     NumGlyphs = 2
  30.     Spacing = -1
  31.     IsControl = True
  32.   end
  33.   object CancelBtn: TBitBtn
  34.     Left = 92
  35.     Top = 172
  36.     Width = 77
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 3
  42.     NumGlyphs = 2
  43.     Spacing = -1
  44.     IsControl = True
  45.   end
  46.   object HelpBtn: TBitBtn
  47.     Left = 176
  48.     Top = 172
  49.     Width = 77
  50.     Height = 25
  51.     Caption = '&Help'
  52.     TabOrder = 4
  53.     OnClick = HelpBtnClick
  54.     NumGlyphs = 2
  55.     Spacing = -1
  56.     IsControl = True
  57.   end
  58.   object gbExtended: TGroupBox
  59.     Left = 8
  60.     Top = 44
  61.     Width = 245
  62.     Height = 121
  63.     Enabled = False
  64.     TabOrder = 5
  65.     object lblSize: TLabel
  66.       Left = 6
  67.       Top = 20
  68.       Width = 20
  69.       Height = 13
  70.       Caption = '&Size'
  71.       Enabled = False
  72.       FocusControl = txtSize
  73.       Font.Color = clBlack
  74.       Font.Height = -11
  75.       Font.Name = 'MS Sans Serif'
  76.       Font.Style = []
  77.       ParentFont = False
  78.     end
  79.     object lblWidth: TLabel
  80.       Left = 6
  81.       Top = 48
  82.       Width = 28
  83.       Height = 13
  84.       Caption = '&Width'
  85.       Enabled = False
  86.       FocusControl = txtWidth
  87.       Font.Color = clBlack
  88.       Font.Height = -11
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.     object lblAlign: TLabel
  94.       Left = 6
  95.       Top = 76
  96.       Width = 23
  97.       Height = 13
  98.       Caption = '&Align'
  99.       Enabled = False
  100.       FocusControl = cmbAlign
  101.       Font.Color = clBlack
  102.       Font.Height = -11
  103.       Font.Name = 'MS Sans Serif'
  104.       Font.Style = []
  105.       ParentFont = False
  106.     end
  107.     object cmbAlign: TComboBox
  108.       Left = 72
  109.       Top = 72
  110.       Width = 145
  111.       Height = 21
  112.       Hint = 'Alignment of the line'
  113.       Style = csDropDownList
  114.       Enabled = False
  115.       Font.Color = clBlack
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ItemHeight = 13
  120.       Items.Strings = (
  121.         'Left'
  122.         'Center'
  123.         'Right')
  124.       ParentFont = False
  125.       TabOrder = 3
  126.     end
  127.     object cbNoShade: TCheckBox
  128.       Left = 72
  129.       Top = 100
  130.       Width = 73
  131.       Height = 17
  132.       Hint = 'Displays the line flat instead of 3D'
  133.       Caption = '&NoShade'
  134.       Enabled = False
  135.       Font.Color = clBlack
  136.       Font.Height = -11
  137.       Font.Name = 'MS Sans Serif'
  138.       Font.Style = []
  139.       ParentFont = False
  140.       TabOrder = 4
  141.     end
  142.     object cbPercent: TCheckBox
  143.       Left = 112
  144.       Top = 44
  145.       Width = 89
  146.       Height = 17
  147.       Hint = 'Is Width a percentage of document width?'
  148.       Caption = '&Percent'
  149.       Enabled = False
  150.       Font.Color = clBlack
  151.       Font.Height = -11
  152.       Font.Name = 'MS Sans Serif'
  153.       Font.Style = []
  154.       ParentFont = False
  155.       TabOrder = 2
  156.     end
  157.     object txtSize: TEdit
  158.       Left = 72
  159.       Top = 16
  160.       Width = 33
  161.       Height = 21
  162.       Hint = 'Thickness of the line'
  163.       Font.Color = clBlack
  164.       Font.Height = -11
  165.       Font.Name = 'MS Sans Serif'
  166.       Font.Style = []
  167.       ParentFont = False
  168.       TabOrder = 0
  169.       OnKeyPress = NumericKeyPress
  170.     end
  171.     object txtWidth: TEdit
  172.       Left = 72
  173.       Top = 44
  174.       Width = 33
  175.       Height = 21
  176.       Hint = 'Width of the line'
  177.       Font.Color = clBlack
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.       TabOrder = 1
  183.       OnChange = txtWidthChange
  184.       OnKeyPress = NumericKeyPress
  185.     end
  186.   end
  187.   object rbPlain: TRadioButton
  188.     Left = 12
  189.     Top = 8
  190.     Width = 85
  191.     Height = 17
  192.     Hint = 'Plain <HR> tag'
  193.     Caption = '&Plain'
  194.     Checked = True
  195.     Font.Color = clBlack
  196.     Font.Height = -11
  197.     Font.Name = 'MS Sans Serif'
  198.     Font.Style = []
  199.     ParentFont = False
  200.     TabOrder = 0
  201.     TabStop = True
  202.     OnClick = rbPlainClick
  203.   end
  204.   object rbExtended: TRadioButton
  205.     Left = 12
  206.     Top = 28
  207.     Width = 85
  208.     Height = 17
  209.     Hint = 'Extended <HR> tag'
  210.     Caption = '&Extended'
  211.     Font.Color = clBlack
  212.     Font.Height = -11
  213.     Font.Name = 'MS Sans Serif'
  214.     Font.Style = []
  215.     ParentFont = False
  216.     TabOrder = 1
  217.     OnClick = rbExtendedClick
  218.   end
  219. end
  220.