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

  1. object Form9: TForm9
  2.   Left = 366
  3.   Top = 271
  4.   BorderStyle = bsDialog
  5.   Caption = 'Help on slide bars'
  6.   ClientHeight = 148
  7.   ClientWidth = 368
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 280
  19.     Top = 120
  20.     Width = 81
  21.     Height = 25
  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.     OnClick = SpeedButton1Click
  38.   end
  39.   object Memo1: TMemo
  40.     Left = 8
  41.     Top = 8
  42.     Width = 353
  43.     Height = 105
  44.     Cursor = crArrow
  45.     Color = clBtnFace
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     Lines.Strings = (
  52.       
  53.         'The slide bars can be used to get the exact color you are lookin' +
  54.         'g for.'
  55.       
  56.         'To get a color, slide the slide bars around until you have a col' +
  57.         'or that looks'
  58.       
  59.         'nice.  If you want more of a certain color in the main color, sl' +
  60.         'ide the'
  61.       
  62.         'corresponding bar until you have the color you like.  The boxes ' +
  63.         'below'
  64.       
  65.         'the slide bars tell you the intensity of that certain color.  On' +
  66.         'ce you have'
  67.       
  68.         'found the color you think looks the best, press the "OK" button.' +
  69.         '  If you'
  70.       'don'#39't like that color, press "Cancel".')
  71.     ParentFont = False
  72.     ReadOnly = True
  73.     TabOrder = 0
  74.   end
  75. end
  76.