home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form About
- BackColor = &H00C0C0C0&
- BorderStyle = 0 'None
- Caption = "ABOUT..."
- ClientHeight = 2445
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 5775
- ClipControls = 0 'False
- Height = 2850
- Left = 1035
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2430.091
- ScaleMode = 0 'User
- ScaleWidth = 5775
- Top = 1140
- Width = 5895
- Begin SSPanel Panel3D1
- BevelWidth = 2
- Height = 2445
- Left = 0
- Outline = -1 'True
- RoundedCorners = 0 'False
- TabIndex = 3
- Top = 0
- Width = 5775
- Begin CommandButton btnOK
- Caption = "&OK"
- Default = -1 'True
- Height = 465
- Left = 2250
- TabIndex = 4
- Top = 1800
- Width = 1275
- End
- Begin Image Icon
- Height = 480
- Left = 180
- Picture = ABOUT.FRX:0000
- Top = 180
- Width = 480
- End
- Begin Label ProgrName
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Message Box Designer"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 13.5
- FontStrikethru = 0 'False
- FontUnderline = -1 'True
- Height = 360
- Left = 1080
- TabIndex = 0
- Top = 180
- Width = 3615
- End
- Begin Label Copyright
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "(c)1995 M J Warwick"
- Height = 195
- Left = 1080
- TabIndex = 1
- Top = 630
- Width = 3615
- End
- Begin Label DistText
- Alignment = 2 'Center
- BackColor = &H00C0C0C0&
- Caption = "Please Copy Freely Without Modification Or Charge."
- Height = 195
- Left = 660
- TabIndex = 2
- Top = 1260
- Width = 4455
- End
- End
- Option Explicit
- Sub btnOK_Click ()
- 'remove form
- Unload Me
- End Sub
- Sub Form_Load ()
- 'centre form on screen
- Center_Form Me
- Me.Refresh
- End Sub
-