home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form AboutBox
- BorderStyle = 3 'Fixed Double
- Caption = "About OLE Control Demo"
- ClientHeight = 3045
- ClientLeft = 2655
- ClientTop = 1800
- ClientWidth = 4785
- Height = 3450
- Left = 2595
- LinkMode = 1 'Source
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3045
- ScaleWidth = 4785
- Top = 1455
- Width = 4905
- Begin CommandButton Command1
- Cancel = -1 'True
- Caption = "OK"
- Default = -1 'True
- Height = 495
- Left = 1800
- TabIndex = 4
- Top = 2400
- Width = 1215
- End
- Begin Label Label1
- Caption = "Microsoft Windows"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 1440
- TabIndex = 0
- Top = 480
- Width = 2055
- End
- Begin Label Label2
- Caption = "OLE Control Demo "
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 1440
- TabIndex = 1
- Top = 825
- Width = 1995
- End
- Begin Label Label3
- Caption = "Version 1.00"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 255
- Left = 1740
- TabIndex = 2
- Top = 1215
- Width = 1455
- End
- Begin Label Label4
- Caption = "(c) Copyright Microsoft Corp. 1990 - 1992"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- Height = 375
- Left = 240
- TabIndex = 3
- Top = 1800
- Width = 4335
- End
- Sub Command1_Click ()
- Unload AboutBox
- End Sub
-