home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form frmAbout
- BackColor = &H00000000&
- ClientHeight = 2730
- ClientLeft = 60
- ClientTop = 60
- ClientWidth = 4230
- ControlBox = 0 'False
- HelpContextID = 40
- LinkTopic = "Form1"
- ScaleHeight = 2730
- ScaleWidth = 4230
- StartUpPosition = 2 'CenterScreen
- Begin VB.Label lblAExit
- AutoSize = -1 'True
- BackColor = &H80000007&
- Caption = "(please click anywhere on the form)"
- ForeColor = &H00FFFFFF&
- Height = 195
- Left = 1560
- TabIndex = 7
- Top = 2400
- Width = 2505
- End
- Begin VB.Label lblemail
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "rcarpent@seidata.com"
- ForeColor = &H0080C0FF&
- Height = 195
- Left = 960
- TabIndex = 6
- Top = 2040
- Width = 1605
- End
- Begin VB.Label lblAEmail
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "Email:"
- ForeColor = &H008080FF&
- Height = 195
- Left = 360
- TabIndex = 5
- Top = 2040
- Width = 420
- End
- Begin VB.Label lblWebsite
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "http://www.angelfire.com/rock/starcastle"
- ForeColor = &H0000C0C0&
- Height = 195
- Left = 960
- TabIndex = 4
- Top = 1680
- Width = 2955
- End
- Begin VB.Label lblWeb
- BackColor = &H00000000&
- Caption = "website:"
- ForeColor = &H0000C000&
- Height = 255
- Left = 240
- TabIndex = 3
- Top = 1680
- Width = 615
- End
- Begin VB.Label lblAMsg
- BackColor = &H00000000&
- Caption = "Please read the 'Help' (contents) file for information on the concept of FREEWARE."
- ForeColor = &H000080FF&
- Height = 375
- Left = 240
- TabIndex = 2
- Top = 1080
- Width = 3735
- End
- Begin VB.Label lblAVer
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "V 1.0.0"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 9.75
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H00FF8080&
- Height = 240
- Left = 1560
- TabIndex = 1
- Top = 600
- Width = 585
- End
- Begin VB.Label lblATitle
- AutoSize = -1 'True
- BackColor = &H00000000&
- Caption = "Keep Your Names"
- BeginProperty Font
- Name = "MS Sans Serif"
- Size = 13.5
- Charset = 0
- Weight = 400
- Underline = 0 'False
- Italic = 0 'False
- Strikethrough = 0 'False
- EndProperty
- ForeColor = &H000000FF&
- Height = 360
- Left = 960
- TabIndex = 0
- Top = 120
- Width = 2325
- End
- Begin VB.Image imgAbout
- BorderStyle = 1 'Fixed Single
- Height = 540
- Left = 240
- Picture = "frmAbout.frx":0000
- Top = 120
- Width = 540
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Click()
- frmAbout.Hide
- frmMain.Show
- End Sub
-