home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0"; "COMCTL32.OCX"
- Begin VB.Form Form6
- Caption = "Drive Copy"
- ClientHeight = 3630
- ClientLeft = 2700
- ClientTop = 3135
- ClientWidth = 4680
- LinkTopic = "Form6"
- ScaleHeight = 3630
- ScaleWidth = 4680
- Begin VB.TextBox Text1
- Alignment = 2 'Center
- Height = 1695
- Left = 2400
- MultiLine = -1 'True
- TabIndex = 9
- Text = "Form6.frx":0000
- Top = 720
- Width = 2055
- End
- Begin ComctlLib.ProgressBar ProgressBar1
- Height = 375
- Left = 120
- TabIndex = 8
- Top = 3120
- Width = 4455
- _ExtentX = 7858
- _ExtentY = 661
- _Version = 327682
- Appearance = 1
- End
- Begin VB.OptionButton Option2
- Caption = "Delete Copied Files"
- Height = 255
- Left = 2400
- TabIndex = 7
- Top = 2640
- Width = 2055
- End
- Begin VB.OptionButton Option1
- Caption = "Copy Files"
- Height = 255
- Left = 120
- TabIndex = 6
- Top = 2640
- Width = 1935
- End
- Begin VB.CheckBox Check4
- Caption = "Include Read Only Files"
- Height = 375
- Left = 120
- TabIndex = 5
- Top = 2040
- Value = 1 'Checked
- Width = 4335
- End
- Begin VB.CheckBox Check3
- Caption = "Include Hidden Files"
- Height = 375
- Left = 120
- TabIndex = 4
- Top = 1560
- Value = 1 'Checked
- Width = 4335
- End
- Begin VB.CheckBox Check2
- Caption = "Include System files"
- Height = 375
- Left = 120
- TabIndex = 3
- Top = 1080
- Value = 1 'Checked
- Width = 4335
- End
- Begin VB.CheckBox Check1
- Caption = "Include Archive Set Files"
- Height = 375
- Left = 120
- TabIndex = 2
- Top = 600
- Value = 1 'Checked
- Width = 4335
- End
- Begin VB.DriveListBox Drive2
- Height = 315
- Left = 2400
- TabIndex = 1
- Top = 120
- Width = 2175
- End
- Begin VB.DriveListBox Drive1
- Height = 315
- Left = 120
- TabIndex = 0
- Top = 120
- Width = 2055
- End
- Attribute VB_Name = "Form6"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
-