home *** CD-ROM | disk | FTP | other *** search
/ IT.SOFT 22 / ITSOFTCD_22.iso / pc / shareware22 / file / HTMLTOOL.ZIP / HTMLTOOL.exe / 0 / RCDATA / TFRMHORLINE / TFRMHORLINE.txt
Encoding:
Text File  |  1998-01-30  |  4.2 KB  |  207 lines

  1. object FrmHorLine: TFrmHorLine
  2.   Left = 390
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Horizontal line'
  6.   ClientHeight = 216
  7.   ClientWidth = 217
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object rbPlain: TRadioButton
  15.     Left = 8
  16.     Top = 24
  17.     Width = 65
  18.     Height = 17
  19.     Hint = 'plai <HR> tag'
  20.     Caption = '&Plain'
  21.     Checked = True
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     TabStop = True
  31.     OnClick = PlainExtendChange
  32.   end
  33.   object rbExtended: TRadioButton
  34.     Left = 8
  35.     Top = 48
  36.     Width = 65
  37.     Height = 17
  38.     Hint = 'extended <HR> tag'
  39.     Caption = '&Extended'
  40.     Font.Color = clBlack
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     ParentShowHint = False
  46.     ShowHint = True
  47.     TabOrder = 1
  48.     OnClick = PlainExtendChange
  49.   end
  50.   object Panel1: TPanel
  51.     Left = 8
  52.     Top = 72
  53.     Width = 201
  54.     Height = 137
  55.     BevelInner = bvRaised
  56.     BevelOuter = bvLowered
  57.     Enabled = False
  58.     Font.Color = clBlack
  59.     Font.Height = -11
  60.     Font.Name = 'MS Sans Serif'
  61.     Font.Style = []
  62.     ParentFont = False
  63.     TabOrder = 2
  64.     object lblSize: TLabel
  65.       Left = 8
  66.       Top = 16
  67.       Width = 20
  68.       Height = 13
  69.       Caption = '&Size'
  70.       Enabled = False
  71.       FocusControl = seSize
  72.     end
  73.     object lblWidth: TLabel
  74.       Left = 8
  75.       Top = 48
  76.       Width = 28
  77.       Height = 13
  78.       Caption = '&Width'
  79.       Enabled = False
  80.       FocusControl = seWidth
  81.     end
  82.     object lblAlign: TLabel
  83.       Left = 8
  84.       Top = 80
  85.       Width = 23
  86.       Height = 13
  87.       Caption = '&Align'
  88.       Enabled = False
  89.       FocusControl = cbAlign
  90.     end
  91.     object cbPercent: TCheckBox
  92.       Left = 136
  93.       Top = 48
  94.       Width = 63
  95.       Height = 17
  96.       Hint = 'is wigth apercentage of document width ?'
  97.       Caption = ' Percent'
  98.       Enabled = False
  99.       Font.Color = clBlack
  100.       Font.Height = -11
  101.       Font.Name = 'MS Sans Serif'
  102.       Font.Style = []
  103.       ParentFont = False
  104.       ParentShowHint = False
  105.       ShowHint = True
  106.       TabOrder = 2
  107.     end
  108.     object cbNoShade: TCheckBox
  109.       Left = 8
  110.       Top = 112
  111.       Width = 75
  112.       Height = 17
  113.       Hint = 'display line flat ?'
  114.       Caption = ' No shade'
  115.       Enabled = False
  116.       ParentShowHint = False
  117.       ShowHint = True
  118.       TabOrder = 4
  119.     end
  120.     object seWidth: TSpinEdit
  121.       Left = 40
  122.       Top = 48
  123.       Width = 89
  124.       Height = 22
  125.       Hint = 'width of the line'
  126.       Enabled = False
  127.       Font.Color = clBlack
  128.       Font.Height = -11
  129.       Font.Name = 'MS Sans Serif'
  130.       Font.Style = []
  131.       MaxValue = 100000
  132.       MinValue = 0
  133.       ParentFont = False
  134.       ParentShowHint = False
  135.       ShowHint = True
  136.       TabOrder = 1
  137.       Value = 1
  138.     end
  139.     object cbAlign: TComboBox
  140.       Left = 40
  141.       Top = 80
  142.       Width = 145
  143.       Height = 21
  144.       Hint = 'alignment of the line'
  145.       DropDownCount = 3
  146.       Enabled = False
  147.       Font.Color = clBlack
  148.       Font.Height = -11
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ItemHeight = 13
  152.       Items.Strings = (
  153.         'Left'
  154.         'Center'
  155.         'Right')
  156.       ParentFont = False
  157.       ParentShowHint = False
  158.       ShowHint = True
  159.       TabOrder = 3
  160.       Text = 'Left'
  161.     end
  162.     object seSize: TSpinEdit
  163.       Left = 40
  164.       Top = 16
  165.       Width = 89
  166.       Height = 22
  167.       Hint = 'size (thickness) of the line'
  168.       Enabled = False
  169.       MaxValue = 100000
  170.       MinValue = 0
  171.       ParentShowHint = False
  172.       ShowHint = True
  173.       TabOrder = 0
  174.       Value = 1
  175.     end
  176.   end
  177.   object btnOK: TButton
  178.     Left = 120
  179.     Top = 8
  180.     Width = 89
  181.     Height = 25
  182.     Caption = 'OK'
  183.     Default = True
  184.     Font.Color = clBlack
  185.     Font.Height = -11
  186.     Font.Name = 'MS Sans Serif'
  187.     Font.Style = []
  188.     ModalResult = 1
  189.     ParentFont = False
  190.     TabOrder = 3
  191.   end
  192.   object btnCancel: TButton
  193.     Left = 120
  194.     Top = 40
  195.     Width = 89
  196.     Height = 25
  197.     Caption = 'Cancel'
  198.     Font.Color = clBlack
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ModalResult = 2
  203.     ParentFont = False
  204.     TabOrder = 4
  205.   end
  206. end
  207.