📄 frmwiz.frm
字号:
VERSION 4.00
Begin VB.Form frmWizard
BorderStyle = 3 'Fixed Dialog
Caption = "ZIP Wizard"
ClientHeight = 5880
ClientLeft = 1050
ClientTop = 1785
ClientWidth = 7455
Height = 6285
Icon = "FRMWIZ.frx":0000
Left = 990
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5880
ScaleWidth = 7455
ShowInTaskbar = 0 'False
Top = 1440
Width = 7575
Begin VB.CommandButton cmdFinish
Caption = "&Finish"
Enabled = 0 'False
Height = 375
Left = 5760
TabIndex = 17
Top = 5280
Width = 1455
End
Begin VB.CommandButton cmdCancel
Cancel = -1 'True
Caption = "Cancel"
Height = 375
Left = 240
TabIndex = 2
Top = 5280
Width = 1455
End
Begin VB.CommandButton cmdBack
Caption = "<-- &Back"
Enabled = 0 'False
Height = 375
Left = 2640
TabIndex = 1
Top = 5280
Width = 1455
End
Begin VB.CommandButton cmdNext
Caption = "&Next -->"
Enabled = 0 'False
Height = 375
Left = 4200
TabIndex = 0
Top = 5280
Width = 1455
End
Begin VB.PictureBox Picture1
BackColor = &H00FFFFFF&
Height = 4695
Left = 240
Picture = "FRMWIZ.frx":030A
ScaleHeight = 4635
ScaleWidth = 2235
TabIndex = 19
Top = 240
Width = 2295
End
Begin VB.Frame fraStep
Caption = "Summary"
Height = 4695
Index = 4
Left = 2760
TabIndex = 14
Top = 360
Width = 4575
Begin VB.TextBox txtSummary
Height = 3855
Left = 240
Locked = -1 'True
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 44
Text = "FRMWIZ.frx":530A
Top = 480
Width = 4095
End
End
Begin VB.Frame fraStep
Caption = "Advanced options"
Height = 4695
Index = 3
Left = 2640
TabIndex = 13
Top = 120
Width = 4575
Begin VB.Frame fraOption
Caption = "Do you want to use long filenames?"
Height = 855
Index = 6
Left = 240
TabIndex = 29
Top = 1440
Width = 4095
Begin VB.OptionButton optLFN
Caption = "Yes"
Height = 255
Index = 0
Left = 360
TabIndex = 40
Top = 480
Width = 855
End
Begin VB.OptionButton optLFN
Caption = "No"
Height = 255
Index = 1
Left = 360
TabIndex = 41
Top = 240
Value = -1 'True
Width = 855
End
End
Begin VB.Frame fraOption
Caption = "Do you want to add a comment to the archive?"
Height = 1695
Index = 5
Left = 240
TabIndex = 28
Top = 2520
Width = 4095
Begin VB.TextBox txtComment
Enabled = 0 'False
Height = 855
Left = 1080
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 43
Top = 720
Width = 2655
End
Begin VB.OptionButton optComment
Caption = "Yes"
Height = 255
Index = 0
Left = 360
TabIndex = 32
Top = 480
Width = 615
End
Begin VB.OptionButton optComment
Caption = "No"
Height = 255
Index = 1
Left = 360
TabIndex = 33
Top = 240
Value = -1 'True
Width = 735
End
Begin VB.Label lblComment
Caption = "Comment"
Enabled = 0 'False
Height = 255
Left = 360
TabIndex = 42
Top = 765
Width = 700
End
End
Begin VB.Frame fraOption
Caption = "Do you want to create a multi-disk archive?"
Height = 855
Index = 4
Left = 240
TabIndex = 27
Top = 360
Width = 4095
Begin VB.OptionButton optSpan
Caption = "Yes"
Height = 255
Index = 0
Left = 360
TabIndex = 30
Top = 480
Width = 975
End
Begin VB.OptionButton optSpan
Caption = "No"
Height = 255
Index = 1
Left = 360
TabIndex = 31
Top = 240
Value = -1 'True
Width = 975
End
End
End
Begin VB.Frame fraStep
Caption = "Options"
Height = 4695
Index = 2
Left = 2640
TabIndex = 12
Top = 120
Width = 4575
Begin VB.Frame fraOption
Caption = "Set the compression level"
Height = 1335
Index = 2
Left = 240
TabIndex = 22
Top = 2880
Width = 4095
Begin VB.OptionButton optLevel
Caption = "None - fastest"
Height = 255
Index = 0
Left = 360
TabIndex = 26
Top = 240
Width = 1335
End
Begin VB.OptionButton optLevel
Caption = "Minimum"
Height = 255
Index = 1
Left = 360
TabIndex = 25
Top = 480
Width = 1335
End
Begin VB.OptionButton optLevel
Caption = "Normal"
Height = 255
Index = 2
Left = 360
TabIndex = 24
Top = 720
Value = -1 'True
Width = 1335
End
Begin VB.OptionButton optLevel
Caption = "Maximum - slowest"
Height = 255
Index = 3
Left = 360
TabIndex = 23
Top = 960
Width = 1935
End
End
Begin VB.Frame fraOption
Caption = "Do you want to encrypt the files in this archive?"
Height = 1215
Index = 1
Left = 240
TabIndex = 21
Top = 1440
Width = 4095
Begin VB.TextBox txtPassword
Enabled = 0 'False
Height = 285
Left = 1120
TabIndex = 39
Top = 720
Width = 2640
End
Begin VB.OptionButton optEncrypt
Caption = "No"
Height = 255
Index = 1
Left = 360
TabIndex = 37
Top = 240
Value = -1 'True
Width = 855
End
Begin VB.OptionButton optEncrypt
Caption = "Yes"
Height = 255
Index = 0
Left = 360
TabIndex = 36
Top = 480
Width = 615
End
Begin VB.Label lblPassword
Caption = "Password"
Enabled = 0 'False
Height = 255
Left = 360
TabIndex = 38
Top = 760
Width = 740
End
End
Begin VB.Frame fraOption
Caption = "Do you want to store the full path information ?"
Height = 855
Index = 0
Left = 240
TabIndex = 20
Top = 360
Width = 4095
Begin VB.OptionButton optFull
Caption = "No"
Height = 255
Index = 1
Left = 360
TabIndex = 35
Top = 240
Width = 855
End
Begin VB.OptionButton optFull
Caption = "Yes"
Height = 255
Index = 0
Left = 360
TabIndex = 34
Top = 480
Value = -1 'True
Width = 855
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -