home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BorderStyle = 3 'Fixed Double
- Caption = "About Visual Data"
- ControlBox = 0 'False
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2580
- Icon = 0
- Left = 2130
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2175
- ScaleWidth = 5055
- Top = 2205
- Width = 5175
- Begin PictureBox PIC_Icon
- BorderStyle = 0 'None
- Height = 600
- Left = 480
- Picture = ABOUTBOX.FRX:0000
- ScaleHeight = 600
- ScaleWidth = 480
- TabIndex = 1
- Top = 240
- Width = 480
- End
- Begin CommandButton OkayButton
- Cancel = -1 'True
- Caption = "&OK"
- Default = -1 'True
- Height = 360
- Left = 2040
- TabIndex = 0
- Top = 1560
- Width = 1080
- End
- Begin Label LAB_1
- Alignment = 2 'Center
- Caption = "Microsoft Visual Basic Pro"
- Height = 264
- Left = 1320
- TabIndex = 2
- Top = 360
- Width = 2532
- End
- Begin Label LAB_2
- Alignment = 2 'Center
- Caption = "Visual Data Sample Application"
- Height = 216
- Left = 1200
- TabIndex = 3
- Top = 840
- Width = 2892
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "Version 1.00"
- Height = 216
- Left = 1320
- TabIndex = 4
- Top = 1080
- Width = 2532
- End
- Sub Form_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
- Sub Form_Load ()
- Left = (Screen.Width - Width) / 2
- End Sub
- Sub OkayButton_Click ()
- Unload Me
- End Sub
- Sub OkayButton_KeyPress (KeyAscii As Integer)
- Unload Me
- End Sub
-