📄 frmarchive.frm
字号:
VERSION 5.00
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Object = "*\AVBZip_Control.vbp"
Begin VB.Form frmArchive
BorderStyle = 1 'Fixed Single
Caption = "Richsoft VBZip"
ClientHeight = 4680
ClientLeft = 150
ClientTop = 720
ClientWidth = 7335
Icon = "frmArchive.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4680
ScaleWidth = 7335
StartUpPosition = 3 'Windows Default
Begin VBZip_Control.RichsoftVBZip VBZip
Left = 5280
Top = 3720
_ExtentX = 1720
_ExtentY = 1720
End
Begin MSComDlg.CommonDialog cdlZip
Left = 4680
Top = 3720
_ExtentX = 847
_ExtentY = 847
_Version = 393216
DialogTitle = "Richsoft VBZip"
Filter = "Zip Files|*.zip"
End
Begin ComctlLib.ListView lvwArchive
Height = 3135
Left = 120
TabIndex = 3
Top = 120
Width = 7095
_ExtentX = 12515
_ExtentY = 5530
View = 3
LabelEdit = 1
MultiSelect = -1 'True
LabelWrap = -1 'True
HideSelection = 0 'False
_Version = 327682
SmallIcons = "iglIcons"
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 6
BeginProperty ColumnHeader(1) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
Key = ""
Object.Tag = ""
Text = "Filename"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
SubItemIndex = 1
Key = ""
Object.Tag = ""
Text = "Date/Time"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(3) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
Alignment = 1
SubItemIndex = 2
Key = ""
Object.Tag = ""
Text = "Size"
Object.Width = 1764
EndProperty
BeginProperty ColumnHeader(4) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
Alignment = 1
SubItemIndex = 3
Key = ""
Object.Tag = ""
Text = "Packed"
Object.Width = 1764
EndProperty
BeginProperty ColumnHeader(5) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
Alignment = 1
SubItemIndex = 4
Key = ""
Object.Tag = ""
Text = "Ratio"
Object.Width = 882
EndProperty
BeginProperty ColumnHeader(6) {0713E8C7-850A-101B-AFC0-4210102A8DA7}
SubItemIndex = 5
Key = ""
Object.Tag = ""
Text = "Path"
Object.Width = 2540
EndProperty
End
Begin VB.Label lblFiles
Alignment = 1 'Right Justify
Height = 255
Left = 3360
TabIndex = 4
Top = 3360
Width = 3855
End
Begin VB.Label lblRichsoft
BackStyle = 0 'Transparent
Caption = "Richsoft Computing 2001"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 120
TabIndex = 2
Top = 3600
Width = 2175
End
Begin VB.Label lblWeb
Caption = "www.richsoftcomputing.btinternet.co.uk"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 255
Left = 120
MouseIcon = "frmArchive.frx":030A
MousePointer = 99 'Custom
TabIndex = 1
Tag = "www.richsoftcomputing.btinternet.co.uk"
Top = 3840
Width = 3015
End
Begin VB.Label lblEmail
BackStyle = 0 'Transparent
Caption = "richsoftcomputing@btinternet.com"
BeginProperty Font
Name = "MS Sans Serif"
Size = 8.25
Charset = 0
Weight = 400
Underline = -1 'True
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H8000000D&
Height = 255
Left = 120
MouseIcon = "frmArchive.frx":045C
MousePointer = 99 'Custom
TabIndex = 0
Tag = "mailto:richsoftcomputing@btinternet.com?subject=Richsoft VBZip"
Top = 4080
Width = 3135
End
Begin ComctlLib.ImageList iglIcons
Left = 6480
Top = 3600
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 327682
BeginProperty Images {0713E8C2-850A-101B-AFC0-4210102A8DA7}
NumListImages = 1
BeginProperty ListImage1 {0713E8C3-850A-101B-AFC0-4210102A8DA7}
Picture = "frmArchive.frx":05AE
Key = ""
EndProperty
EndProperty
End
Begin VB.Menu mnuFile
Caption = "&File"
Begin VB.Menu mnuOpen
Caption = "&Open..."
Shortcut = ^O
End
Begin VB.Menu mnuFileSep
Caption = "-"
End
Begin VB.Menu mnuExit
Caption = "E&xit"
Shortcut = ^Q
End
End
Begin VB.Menu mnuActionS
Caption = "&Actions"
Begin VB.Menu mnuAdd
Caption = "&Add..."
End
Begin VB.Menu mnuDelete
Caption = "&Delete..."
End
Begin VB.Menu mnuExtract
Caption = "&Extract..."
End
Begin VB.Menu mnuView
Caption = "&View..."
End
Begin VB.Menu mnuActionSep
Caption = "-"
End
Begin VB.Menu mnuSelectAll
Caption = "Select All"
Shortcut = ^A
End
Begin VB.Menu mnuInvert
Caption = "Invert Selection"
End
End
Begin VB.Menu mnuHelp
Caption = "&Help"
Begin VB.Menu mnuAbout
Caption = "About Richsoft VBZip..."
End
End
Begin VB.Menu mnuPopup
Caption = "Popup Menu"
Visible = 0 'False
Begin VB.Menu mnuPopupExtract
Caption = "&Extract..."
End
Begin VB.Menu mnuPopupDelete
Caption = "&Delete..."
End
Begin VB.Menu mnuPopupView
Caption = "&View..."
End
Begin VB.Menu mnuPopupSep
Caption = "-"
End
Begin VB.Menu mnuPopupSelectAll
Caption = "Select All"
End
Begin VB.Menu mnuPopupInvert
Caption = "Invert Selection"
End
Begin VB.Menu mnuPopupSep1
Caption = "-"
End
Begin VB.Menu mnuPopupProperties
Caption = "&File Properties..."
End
End
End
Attribute VB_Name = "frmArchive"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'==============================================================================
'Richsoft Computing 2001
'Richard Southey
'This code is e-mailware, if you use it please e-mail me and tell me about
'your program.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -