home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / htmlPaint / htmlpb.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Encoding:
Text File  |  1998-12-30  |  3.8 KB  |  140 lines

  1. object Form3: TForm3
  2.   Left = 232
  3.   Top = 204
  4.   BorderStyle = bsDialog
  5.   Caption = 'Font Color'
  6.   ClientHeight = 85
  7.   ClientWidth = 388
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   ShowHint = True
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Shape1: TShape
  21.     Left = 224
  22.     Top = 0
  23.     Width = 163
  24.     Height = 89
  25.   end
  26.   object Label1: TLabel
  27.     Left = 240
  28.     Top = 40
  29.     Width = 126
  30.     Height = 13
  31.     Cursor = crIBeam
  32.     Hint = 'What the font color will be'
  33.     Caption = 'This is what it will look like.'
  34.     Color = clWhite
  35.     ParentColor = False
  36.     OnClick = Label1Click
  37.   end
  38.   object Label2: TLabel
  39.     Left = 8
  40.     Top = 16
  41.     Width = 51
  42.     Height = 13
  43.     Caption = 'Font Color:'
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 8
  47.     Top = 48
  48.     Width = 201
  49.     Height = 9
  50.     Shape = bsTopLine
  51.   end
  52.   object SpeedButton1: TSpeedButton
  53.     Left = 128
  54.     Top = 56
  55.     Width = 81
  56.     Height = 25
  57.     Hint = 'Generate the HTML code'
  58.     Caption = 'Get Code'
  59.     Glyph.Data = {
  60.       76010000424D7601000000000000760000002800000020000000100000000100
  61.       04000000000000010000130B0000130B00001000000000000000000000000000
  62.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  63.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0033333333B333
  64.       333B33FF33337F3333F73BB3777BB7777BB3377FFFF77FFFF77333B000000000
  65.       0B3333777777777777333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  66.       07333337F33333337F333330FFFFFFFF07333337F33333337F333330FFFFFFFF
  67.       07333FF7F33333337FFFBBB0FFFFFFFF0BB37777F3333333777F3BB0FFFFFFFF
  68.       0BBB3777F3333FFF77773330FFFF000003333337F333777773333330FFFF0FF0
  69.       33333337F3337F37F3333330FFFF0F0B33333337F3337F77FF333330FFFF003B
  70.       B3333337FFFF77377FF333B000000333BB33337777777F3377FF3BB3333BB333
  71.       3BB33773333773333773B333333B3333333B7333333733333337}
  72.     NumGlyphs = 2
  73.     OnClick = SpeedButton1Click
  74.   end
  75.   object SpeedButton2: TSpeedButton
  76.     Left = 48
  77.     Top = 56
  78.     Width = 73
  79.     Height = 25
  80.     Hint = 'Close this window'
  81.     Caption = 'Cancel'
  82.     Glyph.Data = {
  83.       76010000424D7601000000000000760000002800000020000000100000000100
  84.       04000000000000010000130B0000130B00001000000000000000000000000000
  85.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  86.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  87.       333333333333333333333333333333333333333FFF33FF333FFF339993370733
  88.       999333777FF37FF377733339993000399933333777F777F77733333399970799
  89.       93333333777F7377733333333999399933333333377737773333333333990993
  90.       3333333333737F73333333333331013333333333333777FF3333333333910193
  91.       333333333337773FF3333333399000993333333337377737FF33333399900099
  92.       93333333773777377FF333399930003999333337773777F777FF339993370733
  93.       9993337773337333777333333333333333333333333333333333333333333333
  94.       3333333333333333333333333333333333333333333333333333}
  95.     NumGlyphs = 2
  96.     OnClick = SpeedButton2Click
  97.   end
  98.   object Edit1: TEdit
  99.     Left = 64
  100.     Top = 8
  101.     Width = 73
  102.     Height = 33
  103.     Cursor = crArrow
  104.     TabStop = False
  105.     AutoSize = False
  106.     Color = clBlack
  107.     Enabled = False
  108.     ReadOnly = True
  109.     TabOrder = 0
  110.   end
  111.   object Edit2: TEdit
  112.     Left = 72
  113.     Top = 16
  114.     Width = 57
  115.     Height = 17
  116.     TabStop = False
  117.     AutoSelect = False
  118.     AutoSize = False
  119.     ReadOnly = True
  120.     TabOrder = 1
  121.     Text = '#000000'
  122.     OnDblClick = Edit2DblClick
  123.   end
  124.   object Button2: TButton
  125.     Left = 144
  126.     Top = 8
  127.     Width = 65
  128.     Height = 33
  129.     Hint = 'Pick Font Color'
  130.     Caption = 'Pick Color'
  131.     TabOrder = 2
  132.     OnClick = Button2Click
  133.   end
  134.   object Color1: TColorDialog
  135.     Ctl3D = True
  136.     Options = [cdFullOpen]
  137.     Top = 56
  138.   end
  139. end
  140.