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

  1. object StringsPropPage: TStringsPropPage
  2.   Left = 196
  3.   Top = 111
  4.   Width = 313
  5.   Height = 184
  6.   Caption = 'Strings'
  7.   ParentFont = True
  8.   OnCreate = FormCreate
  9.   OnDestroy = FormDestroy
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Label1: TLabel
  13.     Left = 6
  14.     Top = 141
  15.     Width = 166
  16.     Height = 13
  17.     Caption = '<Press CTRL-ENTER for new line>'
  18.   end
  19.   object StringMemo: TMemo
  20.     Left = 6
  21.     Top = 30
  22.     Width = 292
  23.     Height = 109
  24.     ScrollBars = ssVertical
  25.     TabOrder = 2
  26.   end
  27.   object ClearBtn: TButton
  28.     Left = 246
  29.     Top = 3
  30.     Width = 50
  31.     Height = 20
  32.     Caption = '&Clear'
  33.     TabOrder = 1
  34.     OnClick = ClearBtnClick
  35.   end
  36.   object PropName: TComboBox
  37.     Left = 96
  38.     Top = 3
  39.     Width = 145
  40.     Height = 21
  41.     ItemHeight = 13
  42.     TabOrder = 0
  43.     OnChange = PropNameChange
  44.     OnClick = PropNameClick
  45.   end
  46.   object StaticText2: TStaticText
  47.     Left = 9
  48.     Top = 6
  49.     Width = 77
  50.     Height = 17
  51.     Caption = 'Property Name:'
  52.     TabOrder = 3
  53.   end
  54. end
  55.