home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BackColor = &H00C0C0C0&
- BorderStyle = 1 'Fixed Single
- Caption = "About Visual Data"
- ControlBox = 0 'False
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.6
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 2580
- Left = 2136
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2160
- ScaleWidth = 5076
- Top = 2208
- Width = 5172
- Begin PictureBox PIC_Icon
- BackColor = &H00C0C0C0&
- 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
- BackColor = &H00C0C0C0&
- Caption = "Microsoft Visual Basic Pro"
- Height = 264
- Left = 1320
- TabIndex = 2
- Top = 360
- Width = 2532
- End
- Begin Label LAB_2
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Visual Data Sample Application"
- Height = 216
- Left = 1200
- TabIndex = 3
- Top = 840
- Width = 2892
- End
- Begin Label Label1
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Version 3.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
-