home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / sharewar / neosoft / win / qm41 / install / qmwin.exe / 0 / RCDATA / TFILLPALETTE / TFILLPALETTE.txt
Encoding:
Text File  |  1996-10-11  |  977 b   |  49 lines

  1. object FillPalette: TFillPalette
  2.   Left = 250
  3.   Top = 32
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'FillPalette'
  7.   ClientHeight = 185
  8.   ClientWidth = 163
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   KeyPreview = True
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   OnKeyDown = FormKeyDown
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 15
  22.   object PatternImage: TNeoImage
  23.     Left = 4
  24.     Top = 4
  25.     Width = 155
  26.     Height = 155
  27.     AutoSize = True
  28.     OnMouseDown = PatternImageMouseDown
  29.     OnMouseMove = PatternImageMouseMove
  30.     OnMouseUp = PatternImageMouseUp
  31.   end
  32.   object Transparent: TCheckBox
  33.     Left = 37
  34.     Top = 164
  35.     Width = 89
  36.     Height = 17
  37.     Caption = 'Transparent'
  38.     TabOrder = 0
  39.     OnClick = TransparentClick
  40.   end
  41.   object Timer: TTimer
  42.     Enabled = False
  43.     Interval = 500
  44.     OnTimer = TimerTimer
  45.     Left = 124
  46.     Top = 12
  47.   end
  48. end
  49.