VERSION 5.00 Begin VB.Form Form1 Caption = "Eatme" ClientHeight = 3840 ClientLeft = 60 ClientTop = 345 ClientWidth = 5865 LinkTopic = "Form1" ScaleHeight = 3840 ScaleWidth = 5865 StartUpPosition = 3 'Windows Default Begin VB.CheckBox Check1 Caption = "Check1" Height = 255 Left = 3360 TabIndex = 5 Top = 1080 Width = 135 End Begin VB.TextBox Text3 Height = 1215 Left = 120 TabIndex = 4 Text = "Text3" Top = 2520 Width = 1815 End Begin VB.CommandButton Command3 Caption = "Push Me.. " Height = 615 Left = 120 TabIndex = 3 Top = 1680 Width = 1815 End Begin VB.CommandButton Command2 Caption = "DUH" Height = 615 Left = 120 TabIndex = 2 Top = 840 Width = 1815 End Begin VB.TextBox Text1 Height = 495 Left = 2400 TabIndex = 1 Text = "Text1" Top = 240 Width = 2295 End Begin VB.CommandButton Command1 Caption = "Blah" Height = 615 Left = 120 TabIndex = 0 Top = 120 Width = 1815 End Begin VB.Label Label1 Caption = "this is a test label" Height = 375 Left = 2880 TabIndex = 7 Top = 2000 Width = 2175 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False