home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Intro
- BackColor = &H00FFFFFF&
- BorderStyle = 3 'Fixed Double
- Caption = "Font Viewer"
- ClientHeight = 2910
- ClientLeft = 1980
- ClientTop = 1935
- ClientWidth = 4830
- ControlBox = 0 'False
- Height = 3315
- Icon = INTRO.FRX:0000
- Left = 1920
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2910
- ScaleWidth = 4830
- Top = 1590
- Width = 4950
- Begin PictureBox Picture1
- BackColor = &H00FFFFFF&
- BorderStyle = 0 'None
- Height = 555
- Left = 1980
- Picture = INTRO.FRX:0302
- ScaleHeight = 555
- ScaleWidth = 645
- TabIndex = 1
- Top = 1260
- Width = 645
- End
- Begin Timer Timer1
- Interval = 8000
- Left = 3600
- Top = 1170
- End
- Begin Label Label6
- Caption = "User Education"
- ForeColor = &H00800000&
- Height = 285
- Left = 3150
- TabIndex = 6
- Top = 2520
- Width = 1365
- End
- Begin Label Label5
- Caption = "Applications/DABU"
- ForeColor = &H00800000&
- Height = 195
- Left = 270
- TabIndex = 5
- Top = 2520
- Width = 1815
- End
- Begin Label Label4
- Caption = "Frederick F. Freeland Jr."
- ForeColor = &H00800000&
- Height = 285
- Left = 1260
- TabIndex = 4
- Top = 2250
- Width = 2265
- End
- Begin Label Label3
- Caption = "Developed by:"
- ForeColor = &H00800000&
- Height = 285
- Left = 1620
- TabIndex = 3
- Top = 1980
- Width = 1365
- End
- Begin Label Label2
- BackColor = &H00FFFFFF&
- Caption = "
- 1990 Microsoft Corporation."
- ForeColor = &H00C00000&
- Height = 285
- Left = 990
- TabIndex = 2
- Top = 810
- Width = 2895
- End
- Begin Label Label7
- BackColor = &H00FFFFFF&
- Caption = "Version 2.0"
- ForeColor = &H00C00000&
- Height = 195
- Left = 1800
- TabIndex = 7
- Top = 540
- Width = 1275
- End
- Begin Label Label1
- BackColor = &H00FFFFFF&
- Caption = "Microsoft Font Viewer "
- ForeColor = &H000000C0&
- Height = 285
- Left = 1260
- TabIndex = 0
- Top = 270
- Width = 2535
- End
- Sub Form_Load ()
- ' Initialize form position
- Left = (Screen.Width - Width) / 2
- Top = (Screen.Height - Height) / 2
- FontViewer.Hide
- End Sub
- Sub Timer1_Timer ()
- FontViewer.Show
- Unload Intro
- End Sub
-