home *** CD-ROM | disk | FTP | other *** search
- object FillPalette: TFillPalette
- Left = 250
- Top = 32
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'FillPalette'
- ClientHeight = 185
- ClientWidth = 163
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- KeyPreview = True
- Scaled = False
- OnCreate = FormCreate
- OnHide = FormHide
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 15
- object PatternImage: TNeoImage
- Left = 4
- Top = 4
- Width = 155
- Height = 155
- AutoSize = True
- OnMouseDown = PatternImageMouseDown
- OnMouseMove = PatternImageMouseMove
- OnMouseUp = PatternImageMouseUp
- end
- object Transparent: TCheckBox
- Left = 37
- Top = 164
- Width = 89
- Height = 17
- Caption = 'Transparent'
- TabOrder = 0
- OnClick = TransparentClick
- end
- object Timer: TTimer
- Enabled = False
- Interval = 500
- OnTimer = TimerTimer
- Left = 124
- Top = 12
- end
- end
-