?? frmmain.frm
字號:
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "comdlg32.ocx"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form frmMain
Caption = "WinBig"
ClientHeight = 4620
ClientLeft = 165
ClientTop = 735
ClientWidth = 8985
Icon = "frmMain.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
ScaleHeight = 4620
ScaleWidth = 8985
StartUpPosition = 3 'Windows Default
Begin MSComctlLib.ProgressBar pbBar
Height = 240
Left = 90
TabIndex = 3
Top = 1920
Visible = 0 'False
Width = 5400
_ExtentX = 9525
_ExtentY = 423
_Version = 393216
Appearance = 0
Scrolling = 1
End
Begin MSComctlLib.ImageList ilImages
Left = 705
Top = 1125
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 7
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":030A
Key = "New"
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":0464
Key = "Open"
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":09A6
Key = "Extract"
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":0B00
Key = "ExtractAll"
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":0C5A
Key = "Gray"
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":0FAE
Key = "Green"
EndProperty
BeginProperty ListImage7 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmMain.frx":1502
Key = "Red"
EndProperty
EndProperty
End
Begin MSComDlg.CommonDialog dlgCommonDialog
Left = 90
Top = 1095
_ExtentX = 847
_ExtentY = 847
_Version = 393216
End
Begin MSComctlLib.ListView lvList
Height = 540
Left = 15
TabIndex = 2
Top = 465
Width = 1560
_ExtentX = 2752
_ExtentY = 953
View = 3
LabelEdit = 1
MultiSelect = -1 'True
LabelWrap = 0 'False
HideSelection = 0 'False
OLEDropMode = 1
AllowReorder = -1 'True
FullRowSelect = -1 'True
GridLines = -1 'True
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
OLEDropMode = 1
NumItems = 0
End
Begin MSComctlLib.Toolbar tbBar
Align = 1 'Align Top
Height = 420
Left = 0
TabIndex = 1
Top = 0
Width = 8985
_ExtentX = 15849
_ExtentY = 741
ButtonWidth = 609
ButtonHeight = 582
AllowCustomize = 0 'False
Wrappable = 0 'False
Appearance = 1
ImageList = "ilImages"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 7
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "New"
Object.ToolTipText = "New Big File"
ImageIndex = 1
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
Object.Width = 100
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Open"
Object.ToolTipText = "Open Big File"
ImageIndex = 2
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
Object.Width = 100
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Extract"
Object.ToolTipText = "Extract Selected file(s)"
ImageIndex = 3
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 4
Object.Width = 25
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "Extractall"
Object.ToolTipText = "Extract All file(s)"
ImageIndex = 4
EndProperty
EndProperty
BorderStyle = 1
End
Begin MSComctlLib.StatusBar sbStatus
Align = 2 'Align Bottom
Height = 300
Left = 0
TabIndex = 0
Top = 4320
Width = 8985
_ExtentX = 15849
_ExtentY = 529
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 3
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Object.Width = 9702
MinWidth = 9702
EndProperty
BeginProperty Panel2 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Bevel = 0
Object.Width = 529
MinWidth = 529
EndProperty
BeginProperty Panel3 {8E3867AB-8586-11D1-B16A-00C0F0283628}
Bevel = 0
Object.Width = 529
MinWidth = 529
EndProperty
EndProperty
End
Begin VB.Menu mnuFile
Caption = "&File"
Begin VB.Menu mnuOpen
Caption = "&Open Big Archive"
Shortcut = ^O
End
Begin VB.Menu mnuNew
Caption = "&New Big Archive"
Shortcut = ^N
End
Begin VB.Menu mnuSep1
Caption = "-"
End
Begin VB.Menu mnuExit
Caption = "&Exit"
Shortcut = ^X
End
Begin VB.Menu mnuRecentFile
Caption = "-"
Index = 0
Visible = 0 'False
End
Begin VB.Menu mnuRecentFile
Caption = "RecentFile1"
Index = 1
Visible = 0 'False
End
Begin VB.Menu mnuRecentFile
Caption = "RecentFile2"
Index = 2
Visible = 0 'False
End
Begin VB.Menu mnuRecentFile
Caption = "RecentFile3"
Index = 3
Visible = 0 'False
End
Begin VB.Menu mnuRecentFile
Caption = "RecentFile4"
Index = 4
Visible = 0 'False
End
End
Begin VB.Menu mnuActions
Caption = "&Actions"
Begin VB.Menu mnuExtract
Caption = "&Extract selected file(s)"
Shortcut = ^E
End
Begin VB.Menu mnuExtAll
Caption = "Extract &All to Directory"
Shortcut = ^A
End
End
Begin VB.Menu mnuHelp
Caption = "&Help"
Begin VB.Menu mnuAbout
Caption = "&About"
End
End
End
Attribute VB_Name = "frmMain"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private sfile As String
Private mbNumSort As Boolean
Private mSelectStart As Boolean
Private fFrmExtractDir As frmExtractDir
Private fFrmabout As frmAbout
Private Sub Form_Load()
GetRecentFiles Me
Me.Left = GetSetting(App.EXEName, "Settings", "MainLeft", 1000)
Me.Top = GetSetting(App.EXEName, "Settings", "MainTop", 1000)
Me.Width = GetSetting(App.EXEName, "Settings", "MainWidth", 6500)
Me.Height = GetSetting(App.EXEName, "Settings", "MainHeight", 6500)
SetupListView
Set fFrmExtractDir = New frmExtractDir
Load fFrmExtractDir
Set fFrmabout = New frmAbout
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -