home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 390
- Top = 304
- Width = 432
- Height = 191
- Caption = 'Undocumented Icon Picker Demo'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object Image: TImage
- Left = 167
- Top = 12
- Width = 42
- Height = 45
- AutoSize = True
- Center = True
- Stretch = True
- end
- object Label1: TLabel
- Left = 14
- Top = 74
- Width = 102
- Height = 13
- Caption = 'No Icon selected.......'
- end
- object Picker: TBitBtn
- Left = 14
- Top = 12
- Width = 131
- Height = 25
- Caption = 'Choose an Icon...'
- TabOrder = 0
- OnClick = PickerClick
- end
- end
-