home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 218
- Top = 100
- ActiveControl = Edit1
- BorderStyle = bsDialog
- Caption = 'Call DLL Demo'
- ClientHeight = 121
- ClientWidth = 246
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 11
- Width = 145
- Height = 13
- Caption = 'Enter &password to match:'
- FocusControl = Edit1
- end
- object Bevel1: TBevel
- Left = 8
- Top = 56
- Width = 225
- Height = 9
- Shape = bsTopLine
- end
- object Edit1: TEdit
- Left = 8
- Top = 28
- Width = 225
- Height = 20
- TabOrder = 0
- end
- object Button1: TButton
- Left = 8
- Top = 80
- Width = 77
- Height = 27
- Caption = '&Test'
- Default = True
- TabOrder = 1
- OnClick = Button1Click
- end
- object GroupBox1: TGroupBox
- Left = 96
- Top = 64
- Width = 145
- Height = 49
- Caption = 'Test Results'
- TabOrder = 2
- object StatusLbl: TLabel
- Left = 8
- Top = 20
- Width = 89
- Height = 13
- Caption = '[Not tested yet]'
- end
- end
- end
-