home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk12 / calldll.pak / MAIN.DFM / MAIN.txt
Encoding:
Text File  |  1995-08-24  |  1.1 KB  |  63 lines

  1. object Form1: TForm1
  2.   Left = 218
  3.   Top = 100
  4.   ActiveControl = Edit1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Call DLL Demo'
  7.   ClientHeight = 121
  8.   ClientWidth = 246
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 8
  17.     Top = 11
  18.     Width = 145
  19.     Height = 13
  20.     Caption = 'Enter &password to match:'
  21.     FocusControl = Edit1
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 225
  27.     Height = 9
  28.     Shape = bsTopLine
  29.   end
  30.   object Edit1: TEdit
  31.     Left = 8
  32.     Top = 28
  33.     Width = 225
  34.     Height = 20
  35.     TabOrder = 0
  36.   end
  37.   object Button1: TButton
  38.     Left = 8
  39.     Top = 80
  40.     Width = 77
  41.     Height = 27
  42.     Caption = '&Test'
  43.     Default = True
  44.     TabOrder = 1
  45.     OnClick = Button1Click
  46.   end
  47.   object GroupBox1: TGroupBox
  48.     Left = 96
  49.     Top = 64
  50.     Width = 145
  51.     Height = 49
  52.     Caption = 'Test Results'
  53.     TabOrder = 2
  54.     object StatusLbl: TLabel
  55.       Left = 8
  56.       Top = 20
  57.       Width = 89
  58.       Height = 13
  59.       Caption = '[Not tested yet]'
  60.     end
  61.   end
  62. end
  63.