home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / delphi / tstrclas.lzh / TESTBED.DFM / TESTBED.txt
Text File  |  1995-11-11  |  1KB  |  65 lines

  1. object SCTestBed: TSCTestBed
  2.   Left = 315
  3.   Top = 153
  4.   BorderStyle = bsDialog
  5.   Caption = 'TStringClass test bed demo'
  6.   ClientHeight = 399
  7.   ClientWidth = 605
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object FuncGb: TGroupBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 585
  21.     Height = 137
  22.     Caption = ' &Function List '
  23.     TabOrder = 0
  24.     object Label4: TLabel
  25.       Left = 352
  26.       Top = 24
  27.       Width = 150
  28.       Height = 13
  29.       Caption = 'APChar : PChar = '#39'PChar string'#39';'
  30.     end
  31.     object Label2: TLabel
  32.       Left = 352
  33.       Top = 48
  34.       Width = 203
  35.       Height = 13
  36.       Caption = 'APath : STRING = '#39'c:\windows\system.ini'#39';'
  37.     end
  38.     object Label3: TLabel
  39.       Left = 352
  40.       Top = 72
  41.       Width = 149
  42.       Height = 13
  43.       Caption = 'AStr : STRING = '#39'Pascal string'#39';'
  44.     end
  45.     object FuncLb: TListBox
  46.       Left = 16
  47.       Top = 24
  48.       Width = 305
  49.       Height = 97
  50.       ItemHeight = 13
  51.       Sorted = True
  52.       TabOrder = 0
  53.       OnClick = FuncLbClick
  54.     end
  55.   end
  56.   object GroupBox1: TGroupBox
  57.     Left = 8
  58.     Top = 152
  59.     Width = 585
  60.     Height = 241
  61.     Caption = ' Test Results '
  62.     TabOrder = 1
  63.   end
  64. end
  65.