home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmAbout
- Caption = "About Best Team Selector"
- ClientHeight = 2505
- ClientLeft = 1140
- ClientTop = 1515
- ClientWidth = 3000
- Height = 2910
- Left = 1080
- LinkTopic = "Form1"
- ScaleHeight = 2505
- ScaleWidth = 3000
- Top = 1170
- Width = 3120
- Begin VB.PictureBox Picture1
- Height = 1935
- Left = 0
- ScaleHeight = 1875
- ScaleWidth = 2895
- TabIndex = 1
- Top = 0
- Width = 2955
- Begin VB.Label Label1
- Alignment = 2 'Center
- Caption = "Created by Frank Font 1995"
- Height = 315
- Left = 240
- TabIndex = 3
- Top = 1170
- Width = 2445
- End
- Begin VB.Label lblVersion
- Alignment = 2 'Center
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 12
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- Height = 375
- Left = 60
- TabIndex = 2
- Top = 1470
- Width = 2835
- End
- Begin VB.Image Image1
- Height = 960
- Left = 240
- Picture = "frmAbout.frx":0000
- Top = 150
- Width = 2490
- End
- End
- Begin VB.CommandButton cmdOK
- Caption = "&OK"
- Height = 525
- Left = 30
- TabIndex = 0
- Top = 1980
- Width = 2925
- End
- Attribute VB_Name = "frmAbout"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub cmdOK_Click()
- Unload frmAbout
- End Sub
- Private Sub Form_Load()
- Left = (Screen.Width - Width) / 2
- TOP = (Screen.Height - Height) / 2
- lblVersion.Caption = gProgramVersion
- MousePointer = 0
- End Sub
-