home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BorderStyle = 1 'Fixed Single
- Caption = "Information"
- ClientHeight = 3195
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 4680
- ControlBox = 0 'False
- LinkTopic = "Form2"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 3195
- ScaleWidth = 4680
- ShowInTaskbar = 0 'False
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "&Ok"
- Height = 495
- Left = 1680
- TabIndex = 5
- Top = 2640
- Width = 1095
- End
- Begin VB.Frame Frame1
- Height = 855
- Left = 120
- TabIndex = 2
- Top = 1200
- Width = 4455
- Begin VB.Label Label3
- Caption = $"frmAbout.frx":0000
- Height = 615
- Left = 120
- TabIndex = 3
- Top = 120
- Width = 4215
- End
- End
- Begin VB.Label Label4
- Alignment = 2 'Center
- BorderStyle = 1 'Fixed Single
- Caption = "Vale-of-Tranquility@Juno.com"
- BeginProperty Font
- Name = "Arial"
- Size = 12
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 120
- TabIndex = 4
- Top = 2160
- Width = 4455
- End
- Begin VB.Line Line2
- X1 = 120
- X2 = 4440
- Y1 = 1080
- Y2 = 1080
- End
- Begin VB.Label Label2
- Caption = "created by heresy on july 28, 1999 using microsoft visual basic 6.0"
- Height = 495
- Left = 120
- TabIndex = 1
- Top = 600
- Width = 4335
- End
- Begin VB.Line Line1
- X1 = 120
- X2 = 4440
- Y1 = 480
- Y2 = 480
- End
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "CD Tray Open and Close"
- BeginProperty Font
- Name = "Arial"
- Size = 18
- Charset = 0
- Weight = 700
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- Height = 495
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 4575
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Unload Me
- End Sub
-