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

  1. object Form10: TForm10
  2.   Left = 358
  3.   Top = 235
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tips'
  6.   ClientHeight = 196
  7.   ClientWidth = 408
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SpeedButton1: TSpeedButton
  17.     Left = 312
  18.     Top = 168
  19.     Width = 89
  20.     Height = 25
  21.     Hint = 'Close this window'
  22.     Caption = '&OK'
  23.     Glyph.Data = {
  24.       76010000424D7601000000000000760000002800000020000000100000000100
  25.       04000000000000010000120B0000120B00001000000000000000000000000000
  26.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  27.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  28.       555555555555555555555555555555555555555555FF55555555555559055555
  29.       55555555577FF5555555555599905555555555557777F5555555555599905555
  30.       555555557777FF5555555559999905555555555777777F555555559999990555
  31.       5555557777777FF5555557990599905555555777757777F55555790555599055
  32.       55557775555777FF5555555555599905555555555557777F5555555555559905
  33.       555555555555777FF5555555555559905555555555555777FF55555555555579
  34.       05555555555555777FF5555555555557905555555555555777FF555555555555
  35.       5990555555555555577755555555555555555555555555555555}
  36.     NumGlyphs = 2
  37.     ParentShowHint = False
  38.     ShowHint = True
  39.     OnClick = SpeedButton1Click
  40.   end
  41.   object Memo1: TMemo
  42.     Left = 8
  43.     Top = 8
  44.     Width = 393
  45.     Height = 153
  46.     Lines.Strings = (
  47.       ' --Once you get a scheme you like, save it and load it later.'
  48.       
  49.         ' --Try getting you color with slide bars by using the "Use Slide' +
  50.         ' Bars" option in the'
  51.       '    options menu.'
  52.       
  53.         ' --Click the background/text/link etc in the preview section to ' +
  54.         'change its color.'
  55.       
  56.         ' --Use the Font Color tool in the Other Tools menu to chose font' +
  57.         ' color.'
  58.       
  59.         ' --Use the Add a Picture tool in the Other Tools menu to get the' +
  60.         ' code to add a'
  61.       '    picture.'
  62.       
  63.         ' --Use the handy Quick Reference to keep track of the main color' +
  64.         's.  You can'
  65.       
  66.         '    even make it always on top by right clicking on it and selec' +
  67.         'ting Always On'
  68.       '    Top.')
  69.     ReadOnly = True
  70.     TabOrder = 0
  71.   end
  72. end
  73.