📄 frmnav.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmNav
Caption = "Quick Nav"
ClientHeight = 6270
ClientLeft = 60
ClientTop = 345
ClientWidth = 5520
LinkTopic = "Form1"
ScaleHeight = 6270
ScaleWidth = 5520
StartUpPosition = 3 '窗口缺省
Begin VB.PictureBox picSnippet
BorderStyle = 0 'None
Height = 2655
Left = 1080
ScaleHeight = 2655
ScaleWidth = 2055
TabIndex = 10
Top = 2040
Visible = 0 'False
Width = 2055
Begin MSComctlLib.ListView lstSnippet
Height = 1815
Left = 480
TabIndex = 11
Top = 600
Width = 1455
_ExtentX = 2566
_ExtentY = 3201
View = 2
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = -1 'True
OLEDropMode = 1
_Version = 393217
Icons = "images"
SmallIcons = "images"
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
OLEDropMode = 1
NumItems = 0
End
End
Begin VB.PictureBox pic32
BorderStyle = 0 'None
Height = 480
Left = 4440
ScaleHeight = 32
ScaleMode = 3 'Pixel
ScaleWidth = 32
TabIndex = 8
Top = 225
Visible = 0 'False
Width = 480
End
Begin VB.PictureBox pic16
BorderStyle = 0 'None
Height = 240
Left = 2850
ScaleHeight = 240
ScaleWidth = 240
TabIndex = 7
Top = 270
Visible = 0 'False
Width = 240
End
Begin VB.PictureBox Picture4
BorderStyle = 0 'None
Height = 3555
Left = 2640
ScaleHeight = 3555
ScaleWidth = 2505
TabIndex = 2
Top = -600
Width = 2505
Begin VB.PictureBox picSize
BackColor = &H8000000C&
BorderStyle = 0 'None
Height = 50
Left = 240
ScaleHeight = 45
ScaleWidth = 495
TabIndex = 9
Top = 1920
Visible = 0 'False
Width = 495
End
Begin VB.DriveListBox Drive1
Height = 315
Left = 300
TabIndex = 4
Top = 0
Width = 2235
End
Begin VB.DirListBox Dir1
Height = 1440
Left = 315
TabIndex = 3
Top = 420
Width = 2220
End
Begin MSComctlLib.ListView File1
Height = 1710
Left = 480
TabIndex = 5
Top = 2040
Width = 1620
_ExtentX = 2858
_ExtentY = 3016
View = 3
LabelEdit = 1
LabelWrap = -1 'True
HideSelection = 0 'False
_Version = 393217
ForeColor = -2147483640
BackColor = -2147483643
BorderStyle = 1
Appearance = 1
NumItems = 2
BeginProperty ColumnHeader(1) {BDD1F052-858B-11D1-B16A-00C0F0283628}
Text = "文件"
Object.Width = 2540
EndProperty
BeginProperty ColumnHeader(2) {BDD1F052-858B-11D1-B16A-00C0F0283628}
SubItemIndex = 1
Text = "路径"
Object.Width = 2540
EndProperty
End
Begin VB.Image imgSize
Height = 50
Left = 360
MouseIcon = "frmNav.frx":0000
MousePointer = 99 'Custom
Top = 1920
Width = 2055
End
End
Begin VB.PictureBox Picture5
BorderStyle = 0 'None
Height = 2595
Left = 2160
ScaleHeight = 2595
ScaleWidth = 2265
TabIndex = 0
Top = 2160
Visible = 0 'False
Width = 2265
Begin MSComctlLib.ImageList images
Left = 1500
Top = 390
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 2
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmNav.frx":0152
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmNav.frx":06A4
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.TreeView TagsD
Height = 1530
Left = 1725
TabIndex = 1
Top = 90
Width = 2070
_ExtentX = 3651
_ExtentY = 2699
_Version = 393217
Indentation = 5
LineStyle = 1
Style = 7
ImageList = "images"
Appearance = 1
End
End
Begin MSComctlLib.TabStrip Tbs
Height = 4335
Left = 240
TabIndex = 6
Top = 360
Width = 3660
_ExtentX = 6456
_ExtentY = 7646
Placement = 1
_Version = 393216
BeginProperty Tabs {1EFB6598-857C-11D1-B16A-00C0F0283628}
NumTabs = 3
BeginProperty Tab1 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "文件"
ImageVarType = 2
EndProperty
BeginProperty Tab2 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "标记"
ImageVarType = 2
EndProperty
BeginProperty Tab3 {1EFB659A-857C-11D1-B16A-00C0F0283628}
Caption = "Snippets"
ImageVarType = 2
EndProperty
EndProperty
BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851}
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
End
Begin MSComctlLib.ImageList iml32
Left = 360
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
MaskColor = -2147483644
_Version = 393216
End
Begin MSComctlLib.ImageList iml16
Left = 0
Top = 0
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
MaskColor = -2147483644
_Version = 393216
End
End
Attribute VB_Name = "frmNav"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:05/06/19
'描 述:完整版本的超强文件编辑器
'网 站:http://www.mndsoft.com/
'e-mail:mnd@mndsoft.com
'OICQ : 88382850
'****************************************************************************
Option Explicit
'Icon Sizes in pixels
Private Const LARGE_ICON As Integer = 32
Private Const SMALL_ICON As Integer = 16
Private Const MAX_PATH = 260
Private Const ILD_TRANSPARENT = &H1 'Display transparent
'ShellInfo Flags
Private Const SHGFI_DISPLAYNAME = &H200
Private Const SHGFI_EXETYPE = &H2000
Private Const SHGFI_SYSICONINDEX = &H4000 'System icon index
Private Const SHGFI_LARGEICON = &H0 'Large icon
Private Const SHGFI_SMALLICON = &H1 'Small icon
Private Const SHGFI_SHELLICONSIZE = &H4
Private Const SHGFI_TYPENAME = &H400
Private Const BASIC_SHGFI_FLAGS = SHGFI_TYPENAME _
Or SHGFI_SHELLICONSIZE Or SHGFI_SYSICONINDEX _
Or SHGFI_DISPLAYNAME Or SHGFI_EXETYPE
Private Type SHFILEINFO 'As required by ShInfo
hIcon As Long
iIcon As Long
dwAttributes As Long
szDisplayName As String * MAX_PATH
szTypeName As String * 80
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -