VERSION 4.00 Begin VB.Form Form1 AutoRedraw = -1 'True Caption = " Bolygon" ClientHeight = 6555 ClientLeft = 2910 ClientTop = 1710 ClientWidth = 8145 Height = 6960 Left = 2850 LinkTopic = "Form1" ScaleHeight = 6555 ScaleWidth = 8145 Top = 1365 Width = 8265 Begin VB.TextBox Text1 Height = 375 Left = 240 TabIndex = 1 Text = "Text1" Top = 240 Width = 975 End Begin VB.CommandButton Command1 Caption = "&Quit" Height = 375 Left = 6840 TabIndex = 0 Top = 6000 Width = 1215 End End Attribute VB_Name = "Form1" Attribute VB_Creatable = False Attribute VB_Exposed = False Private Sub Command1_Click() Unload Me End End Sub Private Sub Form_Load() Bolygone End Sub