home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutForm
- BorderStyle = 3 'Fixed Double
- Caption = "About..."
- ClientHeight = 2565
- ClientLeft = 1080
- ClientTop = 1560
- ClientWidth = 3420
- Height = 2970
- Left = 1020
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2565
- ScaleWidth = 3420
- Top = 1215
- Width = 3540
- Begin CommandButton Command1
- Caption = "OK"
- Default = -1 'True
- Height = 396
- Left = 1152
- TabIndex = 4
- Top = 2016
- Width = 1020
- End
- Begin PictureBox Picture1
- AutoSize = -1 'True
- BorderStyle = 0 'None
- Height = 480
- Left = 1440
- Picture = DDE_ABT.FRX:0000
- ScaleHeight = 480
- ScaleWidth = 480
- TabIndex = 3
- Top = 96
- Width = 480
- End
- Begin Label Label3
- Alignment = 2 'Center
- Caption = "Keith R. Pleas"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 252
- Left = 960
- TabIndex = 2
- Top = 1632
- Width = 1572
- End
- Begin Label Label2
- Alignment = 2 'Center
- Caption = "Windows Tech Journal, May 1992"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 252
- Left = 384
- TabIndex = 1
- Top = 1152
- Width = 2724
- End
- Begin Label Label1
- Alignment = 2 'Center
- Caption = "LINK, THEN LEAP"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "System"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 444
- Left = 192
- TabIndex = 0
- Top = 576
- Width = 2988
- End
- Sub Command1_Click ()
- Unload AboutForm
- End Sub
-