VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 6855 ClientLeft = 60 ClientTop = 450 ClientWidth = 9285 LinkTopic = "Form1" ScaleHeight = 6855 ScaleWidth = 9285 StartUpPosition = 3 'Windows-Standard Begin VB.ListBox List1 Height = 1815 Left = 6720 TabIndex = 7 Top = 4440 Width = 2295 End Begin VB.CommandButton Command5 Caption = "Command5" Height = 735 Left = 6840 TabIndex = 6 Top = 3480 Width = 2175 End Begin VB.CommandButton Command4 Caption = "Command4" Height = 735 Left = 6840 TabIndex = 5 Top = 2640 Width = 2175 End Begin VB.CommandButton Command3 Caption = "Command3" Height = 735 Left = 6840 TabIndex = 4 Top = 1800 Width = 2175 End Begin VB.CommandButton Command2 Caption = "Command2" Height = 735 Left = 6840 TabIndex = 3 Top = 960 Width = 2175 End Begin VB.CommandButton Command1 Caption = "Command1" Height = 615 Left = 6840 TabIndex = 2 Top = 240 Width = 2175 End Begin VB.TextBox Text2 Height = 6015 Left = 240 TabIndex = 1 Text = "Text2" Top = 240 Width = 6375 End Begin VB.TextBox Text1 Height = 375 Left = 240 TabIndex = 0 Text = "Text1" Top = 6360 Width = 8775 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False