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

  1. object FrmStyle: TFrmStyle
  2.   Left = 309
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   Caption = 'Style'
  6.   ClientHeight = 149
  7.   ClientWidth = 374
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblStyleTag: TLabel
  16.     Left = 8
  17.     Top = 88
  18.     Width = 41
  19.     Height = 13
  20.     Caption = '&Style tag'
  21.     FocusControl = cbStyleTag
  22.   end
  23.   object btbOK: TButton
  24.     Left = 184
  25.     Top = 120
  26.     Width = 89
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 3
  32.   end
  33.   object btnCancel: TButton
  34.     Left = 280
  35.     Top = 120
  36.     Width = 89
  37.     Height = 25
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 4
  41.   end
  42.   object btnStyleAssistant: TBitBtn
  43.     Left = 296
  44.     Top = 88
  45.     Width = 75
  46.     Height = 25
  47.     Hint = 'Style Assistant'
  48.     Caption = 'St&yle'
  49.     ParentShowHint = False
  50.     ShowHint = True
  51.     TabOrder = 2
  52.     OnClick = btnStyleAssistantClick
  53.     Glyph.Data = {
  54.       76010000424D7601000000000000760000002800000020000000100000000100
  55.       0400000000000001000000000000000000000000000000000000000000000000
  56.       80000080000000808000800000008000800080800000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00300000000000
  58.       00333FFFFFFFFFFFFF3338777777777770333888888888888F3338FFFFFFFFFF
  59.       703338F3333333338F3338FFFFFFFFFF703338F3FFF33FFF8F3338F999FF9999
  60.       703338F8883388888F3338FF9FFFF997703338F38FFFF8888F3338FF7999999F
  61.       703338F3388888838F3338FFF9FF997F703338F338F388F38F3338FFF79F99FF
  62.       703338F3338F88338F3338FFFF9997FF703338F333888F338F3338FFFF799FFF
  63.       703338F3333883338F3338FFFFF97FFF703338F3333833338F3338FFFFFFFF00
  64.       003338F3333333FFFF3338FFFFFFFF7F833338F333333373833338FFFFFFFF78
  65.       333338FFFFFFFF78333338888888888333333888888888833333}
  66.     NumGlyphs = 2
  67.   end
  68.   object cbStyleTag: TComboBox
  69.     Left = 56
  70.     Top = 88
  71.     Width = 145
  72.     Height = 21
  73.     Hint = 'Choose a style tag'
  74.     Style = csDropDownList
  75.     ItemHeight = 13
  76.     Items.Strings = (
  77.       '<STYLE>..</STYLE>'
  78.       '<SPAN STYLE>..</SPAN>'
  79.       'STYLE='
  80.       '{ }')
  81.     ParentShowHint = False
  82.     ShowHint = True
  83.     TabOrder = 1
  84.   end
  85.   object MemoStyle: TMemo
  86.     Left = 8
  87.     Top = 8
  88.     Width = 361
  89.     Height = 73
  90.     TabOrder = 0
  91.   end
  92. end
  93.