home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / picmaster / picmaster.exe / picmaster.en / 0 / RCDATA / TFRAMEHSVFORM / TFRAMEHSVFORM.txt
Encoding:
Text File  |  2001-05-24  |  1.0 KB  |  51 lines

  1. object Framehsvform: TFramehsvform
  2.   Left = 0
  3.   Top = 0
  4.   Width = 202
  5.   Height = 137
  6.   TabOrder = 0
  7.   object Panel1: TPanel
  8.     Left = 0
  9.     Top = 120
  10.     Width = 202
  11.     Height = 17
  12.     Hint = 'Here you see the chosen color.'
  13.     Align = alBottom
  14.     TabOrder = 0
  15.     object Button1: TButton
  16.       Left = 0
  17.       Top = 0
  18.       Width = 57
  19.       Height = 17
  20.       Hint = 'Shows a bigger dialog for color selection.'
  21.       Caption = 'Choose...'
  22.       TabOrder = 0
  23.       OnClick = Button1Click
  24.     end
  25.   end
  26.   object HSVBox1: THSVBox
  27.     Left = 0
  28.     Top = 0
  29.     Width = 202
  30.     Height = 120
  31.     OnChange = HSVBox1Change
  32.     Align = alClient
  33.     ParentShowHint = False
  34.     ShowHint = False
  35.   end
  36.   object formstorage1: tformstorage1
  37.     Active = False
  38.     IniFileName = '\software\PicMaster\storage'
  39.     Options = []
  40.     UseRegistry = True
  41.     OnRestorePlacement = formstorage1RestorePlacement
  42.     StoredValues = <
  43.       item
  44.         Name = 'Color'
  45.         Value = 0
  46.       end>
  47.     BeforeStorage = formstorage1BeforeStorage
  48.     AllwaysSave = False
  49.   end
  50. end
  51.