home *** CD-ROM | disk | FTP | other *** search
- object Framehsvform: TFramehsvform
- Left = 0
- Top = 0
- Width = 202
- Height = 137
- TabOrder = 0
- object Panel1: TPanel
- Left = 0
- Top = 120
- Width = 202
- Height = 17
- Hint = 'Here you see the chosen color.'
- Align = alBottom
- TabOrder = 0
- object Button1: TButton
- Left = 0
- Top = 0
- Width = 57
- Height = 17
- Hint = 'Shows a bigger dialog for color selection.'
- Caption = 'Choose...'
- TabOrder = 0
- OnClick = Button1Click
- end
- end
- object HSVBox1: THSVBox
- Left = 0
- Top = 0
- Width = 202
- Height = 120
- OnChange = HSVBox1Change
- Align = alClient
- ParentShowHint = False
- ShowHint = False
- end
- object formstorage1: tformstorage1
- Active = False
- IniFileName = '\software\PicMaster\storage'
- Options = []
- UseRegistry = True
- OnRestorePlacement = formstorage1RestorePlacement
- StoredValues = <
- item
- Name = 'Color'
- Value = 0
- end>
- BeforeStorage = formstorage1BeforeStorage
- AllwaysSave = False
- end
- end
-