home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form DBA
- Caption = "DB Access Form"
- ClientHeight = 1920
- ClientLeft = 855
- ClientTop = 2565
- ClientWidth = 7395
- ControlBox = 0 'False
- Height = 2325
- Left = 795
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 1920
- ScaleWidth = 7395
- Top = 2220
- Width = 7515
- Begin TextBox Message
- Height = 372
- Left = 1440
- TabIndex = 1
- Top = 1320
- Width = 5772
- End
- Begin TextBox ClientID
- Height = 372
- Left = 4320
- TabIndex = 5
- Top = 720
- Width = 2172
- End
- Begin TextBox ErrorStat
- Height = 372
- Left = 1440
- TabIndex = 0
- Top = 720
- Width = 1092
- End
- Begin TextBox db
- Height = 372
- Left = 1440
- TabIndex = 7
- Top = 120
- Width = 5772
- End
- Begin Label Label3
- Alignment = 1 'Right Justify
- Caption = "Message from server:"
- Height = 492
- Left = 240
- TabIndex = 4
- Top = 1320
- Width = 1092
- End
- Begin Label Label4
- Alignment = 1 'Right Justify
- Caption = "Client ID no:"
- Height = 372
- Left = 3120
- TabIndex = 6
- Top = 720
- Width = 972
- End
- Begin Label Label2
- Alignment = 1 'Right Justify
- Caption = "Error status of last call:"
- Height = 492
- Left = 240
- TabIndex = 3
- Top = 720
- Width = 1092
- End
- Begin Label Label1
- Alignment = 1 'Right Justify
- Caption = "Data to/from server:"
- Height = 492
- Left = 0
- TabIndex = 2
- Top = 120
- Width = 1332
- End
- 'VBDB version 1.0 for Visual Basic 1.0 and Windows 3.0
- '(C)1991 Marquis Computing. All Rights Reserved.
- 'DBACCESS -- client application form for accessing
- 'the database management server VBDB.
- 'DO NOT MODIFY THIS FORM!
- DefInt A-Z
-