VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 9660 ClientLeft = 2730 ClientTop = 1740 ClientWidth = 6585 LinkTopic = "Form1" ScaleHeight = 9660 ScaleWidth = 6585 Begin VB.ListBox List1 Height = 450 Left = 4440 TabIndex = 7 Top = 5640 Width = 855 End Begin VB.ComboBox Combo1 Height = 315 Left = 1440 TabIndex = 6 Text = "Combo1" Top = 5520 Width = 1695 End Begin VB.TextBox Text1 Height = 495 Left = 1320 TabIndex = 5 Text = "Text1" Top = 360 Width = 2415 End Begin VB.HScrollBar HScroll1 Height = 375 Left = 2040 TabIndex = 4 Top = 6840 Width = 2655 End Begin VB.VScrollBar VScroll1 Height = 3015 Left = 4920 TabIndex = 3 Top = 1440 Width = 975 End Begin VB.CheckBox Check1 Caption = "Check1" Height = 1095 Left = 1800 TabIndex = 2 Top = 4080 Width = 2535 End Begin VB.OptionButton Option1 Caption = "Option1" Height = 735 Left = 1920 TabIndex = 1 Top = 2760 Width = 1815 End Begin VB.CommandButton Command1 Caption = "Command1" Height = 855 Left = 1560 TabIndex = 0 Top = 1200 Width = 1815 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Option Explicit Private Sub Form_Load() End Sub