home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / handson / files / cppwkshp / UndocForm.dfm / UndocForm.txt
Encoding:
Text File  |  2000-02-07  |  782 b   |  42 lines

  1. object Form1: TForm1
  2.   Left = 390
  3.   Top = 304
  4.   Width = 432
  5.   Height = 191
  6.   Caption = 'Undocumented Icon Picker Demo'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Image: TImage
  17.     Left = 167
  18.     Top = 12
  19.     Width = 42
  20.     Height = 45
  21.     AutoSize = True
  22.     Center = True
  23.     Stretch = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 14
  27.     Top = 74
  28.     Width = 102
  29.     Height = 13
  30.     Caption = 'No Icon selected.......'
  31.   end
  32.   object Picker: TBitBtn
  33.     Left = 14
  34.     Top = 12
  35.     Width = 131
  36.     Height = 25
  37.     Caption = 'Choose an Icon...'
  38.     TabOrder = 0
  39.     OnClick = PickerClick
  40.   end
  41. end
  42.