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

  1. object FrmFont: TFrmFont
  2.   Left = 320
  3.   Top = 140
  4.   BorderStyle = bsDialog
  5.   Caption = 'Font'
  6.   ClientHeight = 215
  7.   ClientWidth = 303
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 16
  15.   object lbl1stChoice: TLabel
  16.     Left = 8
  17.     Top = 80
  18.     Width = 49
  19.     Height = 13
  20.     Caption = '&1st choice'
  21.     FocusControl = cb1stChoice
  22.     Font.Color = clBlack
  23.     Font.Height = -11
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.   end
  28.   object lbl2ndChoice: TLabel
  29.     Left = 8
  30.     Top = 112
  31.     Width = 53
  32.     Height = 13
  33.     Caption = '&2nd choice'
  34.     Enabled = False
  35.     FocusControl = cb2ndChoice
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object lblSize: TLabel
  43.     Left = 8
  44.     Top = 144
  45.     Width = 20
  46.     Height = 13
  47.     Caption = '&Size'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object lblColor: TLabel
  55.     Left = 8
  56.     Top = 16
  57.     Width = 24
  58.     Height = 13
  59.     Caption = '&Color'
  60.     FocusControl = cbColor
  61.     Font.Color = clBlack
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = []
  65.     ParentFont = False
  66.   end
  67.   object btnOK: TButton
  68.     Left = 112
  69.     Top = 184
  70.     Width = 89
  71.     Height = 25
  72.     Caption = 'OK'
  73.     Default = True
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ModalResult = 1
  79.     ParentFont = False
  80.     TabOrder = 5
  81.   end
  82.   object btnCancel: TButton
  83.     Left = 208
  84.     Top = 184
  85.     Width = 89
  86.     Height = 25
  87.     Caption = 'Cancel'
  88.     Font.Color = clBlack
  89.     Font.Height = -11
  90.     Font.Name = 'MS Sans Serif'
  91.     Font.Style = []
  92.     ModalResult = 2
  93.     ParentFont = False
  94.     TabOrder = 6
  95.   end
  96.   object btnColor: TBitBtn
  97.     Left = 200
  98.     Top = 16
  99.     Width = 97
  100.     Height = 22
  101.     Hint = 'Select font color'
  102.     Caption = 'Select color'
  103.     Font.Color = clBlack
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 1
  111.     OnClick = btnColorClick
  112.     Glyph.Data = {
  113.       76010000424D7601000000000000760000002800000020000000100000000100
  114.       0400000000000001000000000000000000000000000000000000000000000000
  115.       80000080000000808000800000008000800080800000C0C0C000808080000000
  116.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777703333300
  117.       7777777788888888777777733B7B7B7B007777788777777788777737B7B74447
  118.       B707778777778FF77787737B117B44447B707877FF77888F777833B99917B744
  119.       B7B0887888F7778877783B7B997B7B7B7B70877788777777777837B7B7B7B000
  120.       073087777777788887883B222B7B70F40707877FF77778F8878737AA27B7B000
  121.       40778788F777788888773BAA7B7B7B737407878877777778788737B7B555B730
  122.       778087777FFF778877883F7BFFF57B0777008777888F7787778833F7BFF7B307
  123.       7700887778877887778873FF7B7B70777770787F7777787777787733FFF30777
  124.       77777788FFF88777777777733333777777777778888877777777}
  125.     NumGlyphs = 2
  126.   end
  127.   object pnlColor: TPanel
  128.     Left = 72
  129.     Top = 47
  130.     Width = 121
  131.     Height = 23
  132.     Hint = 'Current color'
  133.     BevelInner = bvRaised
  134.     BevelOuter = bvLowered
  135.     Font.Color = clBlack
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ParentFont = False
  140.     ParentShowHint = False
  141.     ShowHint = True
  142.     TabOrder = 7
  143.   end
  144.   object cbColor: TComboBox
  145.     Left = 72
  146.     Top = 16
  147.     Width = 121
  148.     Height = 21
  149.     Hint = 'Enter color name here'
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = []
  154.     ItemHeight = 13
  155.     Items.Strings = (
  156.       'Aqua'
  157.       'Black'
  158.       'Blue'
  159.       'Fuchsia'
  160.       'Gray'
  161.       'Green'
  162.       'Lime'
  163.       'Maroon'
  164.       'Navy'
  165.       'Olive'
  166.       'Purple'
  167.       'Red'
  168.       'Silver'
  169.       'Teal'
  170.       'White'
  171.       'Yellow')
  172.     ParentFont = False
  173.     ParentShowHint = False
  174.     ShowHint = True
  175.     TabOrder = 0
  176.     OnChange = cbColorChange
  177.   end
  178.   object EditSize: TEdit
  179.     Left = 72
  180.     Top = 144
  181.     Width = 121
  182.     Height = 21
  183.     Hint = 'Font size (either absolute or relative)'
  184.     Font.Color = clBlack
  185.     Font.Height = -11
  186.     Font.Name = 'MS Sans Serif'
  187.     Font.Style = []
  188.     ParentFont = False
  189.     ParentShowHint = False
  190.     ShowHint = True
  191.     TabOrder = 4
  192.   end
  193.   object cb1stChoice: TComboBox
  194.     Left = 72
  195.     Top = 80
  196.     Width = 225
  197.     Height = 21
  198.     Font.Color = clBlack
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = []
  202.     ItemHeight = 13
  203.     ParentFont = False
  204.     Sorted = True
  205.     TabOrder = 2
  206.     OnChange = cb1stChoiceChange
  207.   end
  208.   object cb2ndChoice: TComboBox
  209.     Left = 72
  210.     Top = 112
  211.     Width = 225
  212.     Height = 21
  213.     Enabled = False
  214.     Font.Color = clBlack
  215.     Font.Height = -11
  216.     Font.Name = 'MS Sans Serif'
  217.     Font.Style = []
  218.     ItemHeight = 13
  219.     ParentFont = False
  220.     Sorted = True
  221.     TabOrder = 3
  222.   end
  223.   object DlgColor: TColorDialog
  224.     Ctl3D = True
  225.     Left = 8
  226.     Top = 184
  227.   end
  228. end
  229.