VERSION 4.00 Begin VB.Form Form1 BackColor = &H00FFFFFF& Caption = "GrDemo" ClientHeight = 9030 ClientLeft = 1260 ClientTop = 1620 ClientWidth = 11595 ForeColor = &H00FF0000& Height = 9435 Left = 1200 LinkTopic = "Form1" ScaleHeight = 9030 ScaleWidth = 11595 Top = 1275 Width = 11715 Begin VB.CommandButton Command2 Caption = "Quit" Height = 375 Left = 10320 TabIndex = 1 Top = 8400 Width = 975 End Begin VB.CommandButton Command1 Caption = "Demo" Height = 375 Left = 9000 TabIndex = 0 Top = 8400 Width = 1095 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() GrDemo End Sub Private Sub Command2_Click() Unload Me End End Sub Private Sub Form_Load() MaxX = 11000: MaxY = 8000 End Sub