home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form SheetForm
- Appearance = 0 'Flat
- BackColor = &H00C0C0C0&
- Caption = "Formula One Spreadsheet"
- ClientHeight = 3645
- ClientLeft = 1230
- ClientTop = 2790
- ClientWidth = 4185
- BeginProperty Font
- name = "MS Sans Serif"
- charset = 0
- weight = 700
- size = 8.25
- underline = 0 'False
- italic = 0 'False
- strikethrough = 0 'False
- EndProperty
- ForeColor = &H80000008&
- Height = 4110
- Icon = "F1Book.frx":0000
- Left = 1140
- LinkTopic = "Form1"
- MDIChild = -1 'True
- ScaleHeight = 3645
- ScaleWidth = 4185
- Top = 2415
- Width = 4365
- Begin VCIF1Lib.F1Book F1Book1
- Height = 3615
- Left = 0
- TabIndex = 0
- Top = 0
- Width = 4155
- _version = 65536
- _extentx = 7329
- _extenty = 6376
- _stockprops = 96
- borderstyle = 1
- appname = ""
- filename = "F1Book.frx":044A
- End
- Attribute VB_Name = "SheetForm"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- Top = 0
- Left = 0
- Width = MDIForm1.ScaleWidth
- Height = MDIForm1.ScaleHeight
- End Sub
- Private Sub Form_Resize()
- F1Book1.Width = ScaleWidth - F1Book1.Left
- F1Book1.Height = ScaleHeight - F1Book1.Top
- End Sub
-