VERSION 5.00 Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX" Begin VB.Form Form1 BackColor = &H80000013& Caption = "Form1" ClientHeight = 5340 ClientLeft = 4155 ClientTop = 5700 ClientWidth = 8595 LinkTopic = "Form1" ScaleHeight = 5340 ScaleWidth = 8595 Begin VB.CommandButton Command2 Caption = "Command2" Height = 735 Left = 7200 TabIndex = 12 Top = 4200 Width = 1335 End Begin VB.Data Data1 BackColor = &H80000018& Caption = "Data1" Connect = "Access" DatabaseName = "" DefaultCursorType= 0 'DefaultCursor DefaultType = 2 'UseODBC Exclusive = 0 'False Height = 375 Left = 7200 Options = 0 ReadOnly = 0 'False RecordsetType = 1 'Dynaset RecordSource = "" Top = 2760 Width = 1215 End Begin VB.OptionButton Option2 BackColor = &H80000013& Caption = "Option2" Height = 375 Left = 7200 TabIndex = 11 Top = 2160 Width = 1335 End Begin VB.OptionButton Option1 BackColor = &H80000013& Caption = "Option1" Height = 375 Left = 7200 TabIndex = 10 Top = 1560 Width = 1335 End Begin VB.CommandButton command1 Caption = "end" Height = 735 Left = 7200 Picture = "form1.frx":0000 TabIndex = 9 Top = 3240 Width = 1335 End Begin VB.Frame Frame1 BackColor = &H80000013& Caption = "Frame1" Height = 1935 Left = 120 TabIndex = 0 Top = 360 Width = 6495 Begin VB.CheckBox Check1 BackColor = &H80000013& Caption = "Check1" Height = 495 Left = 3240 TabIndex = 3 Top = 1200 Width = 3015 End Begin VB.TextBox Text2 BackColor = &H80000018& Height = 735 Left = 3240 TabIndex = 2 Text = "Text1" Top = 240 Width = 3015 End Begin VB.Label Label1 BackColor = &H80000018& BorderStyle = 1 'Fixed Single Height = 1455 Left = 120 TabIndex = 4 Top = 240 Width = 2895 End End Begin VB.Frame Frame2 BackColor = &H80000013& Caption = "Frame2" Height = 5055 Left = 0 TabIndex = 1 Top = 120 Width = 6855 Begin ComctlLib.ProgressBar ProgressBar1 Height = 135 Left = 360 TabIndex = 14 Top = 4680 Width = 3135 _ExtentX = 5530 _ExtentY = 238 _Version = 327682 Appearance = 1 End Begin ComctlLib.Slider Slider1 Height = 255 Left = 4080 TabIndex = 13 Top = 4680 Width = 2535 _ExtentX = 4471 _ExtentY = 450 _Version = 327682 End Begin VB.FileListBox File1 Height = 2235 Left = 3960 TabIndex = 8 Top = 2400 Width = 2655 End Begin VB.DirListBox Dir1 Height = 2115 Left = 1320 TabIndex = 7 Top = 2400 Width = 2535 End Begin VB.ComboBox Combo1 Height = 315 Left = 240 TabIndex = 6 Text = "Combo1" Top = 2880 Width = 975 End Begin VB.DriveListBox Drive1 Height = 315 Left = 240 TabIndex = 5 Top = 2400 Width = 975 End End Begin VB.Image Image1 Height = 1080 Left = 7080 Picture = "form1.frx":15F942 Stretch = -1 'True Top = 240 Width = 1200 End End Attribute VB_Name = "Form1" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub Command1_Click() End End Sub Private Sub Image1_DblClick() End End Sub