home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Shared_DLLs / stdvcl32.dll / RCDATA / TPICTUREPROPPAGE / TPICTUREPROPPAGE.txt
Text File  |  2000-02-01  |  1KB  |  70 lines

  1. object PicturePropPage: TPicturePropPage
  2.   Left = 196
  3.   Top = 113
  4.   Width = 397
  5.   Height = 168
  6.   Caption = 'Pictures'
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TBevel
  13.     Left = 213
  14.     Top = 6
  15.     Width = 169
  16.     Height = 112
  17.     Style = bsRaised
  18.   end
  19.   object Image1: TImage
  20.     Left = 213
  21.     Top = 6
  22.     Width = 169
  23.     Height = 130
  24.     Stretch = True
  25.   end
  26.   object BrowseBtn: TButton
  27.     Left = 9
  28.     Top = 63
  29.     Width = 70
  30.     Height = 25
  31.     Caption = '&Browse...'
  32.     TabOrder = 3
  33.     OnClick = BrowseBtnClick
  34.   end
  35.   object PropName: TComboBox
  36.     Left = 9
  37.     Top = 30
  38.     Width = 121
  39.     Height = 21
  40.     ItemHeight = 13
  41.     TabOrder = 0
  42.     OnChange = PropNameChange
  43.   end
  44.   object StaticText1: TStaticText
  45.     Left = 6
  46.     Top = 9
  47.     Width = 83
  48.     Height = 17
  49.     Caption = '&Property Name:'
  50.     TabOrder = 1
  51.   end
  52.   object StaticText2: TStaticText
  53.     Left = 153
  54.     Top = 9
  55.     Width = 51
  56.     Height = 17
  57.     Caption = 'P&review:'
  58.     TabOrder = 2
  59.   end
  60.   object OpenPictureDialog1: TOpenPictureDialog
  61.     Filter = 
  62.       'All (*.bmp;*.ico;*.emf;*.wmf)|*.bmp;*.ico;*.emf;*.wmf|Bitmaps (*' +
  63.       '.bmp)|*.bmp|Icons (*.ico)|*.ico|Enhanced Metafiles (*.emf)|*.emf' +
  64.       '|Metafiles (*.wmf)|*.wmf'
  65.     Title = 'Load Picture'
  66.     Left = 60
  67.     Top = 96
  68.   end
  69. end
  70.