📄 frmbrowse.frm
字号:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "shdocvw.dll"
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmBrowse
Caption = "Internal Browser"
ClientHeight = 4875
ClientLeft = 60
ClientTop = 345
ClientWidth = 8475
Icon = "frmBrowse.frx":0000
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 4875
ScaleWidth = 8475
Begin MSComctlLib.ImageList imgBrowse
Left = 7800
Top = 2640
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 16
ImageHeight = 16
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 6
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":1042
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":1594
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":1AE6
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":2038
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":258A
Key = ""
EndProperty
BeginProperty ListImage6 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "frmBrowse.frx":2ADC
Key = ""
EndProperty
EndProperty
End
Begin MSComctlLib.Toolbar tbMain
Align = 1 'Align Top
Height = 330
Left = 0
TabIndex = 2
Top = 0
Width = 8475
_ExtentX = 14949
_ExtentY = 582
ButtonWidth = 609
ButtonHeight = 582
Style = 1
ImageList = "imgBrowse"
_Version = 393216
BeginProperty Buttons {66833FE8-8583-11D1-B16A-00C0F0283628}
NumButtons = 7
BeginProperty Button1 {66833FEA-8583-11D1-B16A-00C0F0283628}
Style = 3
EndProperty
BeginProperty Button2 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "back"
Object.ToolTipText = "Back"
ImageIndex = 1
EndProperty
BeginProperty Button3 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "for"
Object.ToolTipText = "Forward"
ImageIndex = 2
EndProperty
BeginProperty Button4 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "stop"
Object.ToolTipText = "Stop"
ImageIndex = 3
EndProperty
BeginProperty Button5 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "reload"
Object.ToolTipText = "Refresh"
ImageIndex = 4
EndProperty
BeginProperty Button6 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "home"
Object.ToolTipText = "Home"
ImageIndex = 5
EndProperty
BeginProperty Button7 {66833FEA-8583-11D1-B16A-00C0F0283628}
Key = "search"
Object.ToolTipText = "&Search"
ImageIndex = 6
EndProperty
EndProperty
End
Begin SHDocVwCtl.WebBrowser www
Height = 3975
Left = 480
TabIndex = 1
Top = 480
Width = 7095
ExtentX = 12515
ExtentY = 7011
ViewMode = 0
Offline = 0
Silent = 0
RegisterAsBrowser= 0
RegisterAsDropTarget= 1
AutoArrange = 0 'False
NoClientEdge = 0 'False
AlignLeft = 0 'False
NoWebView = 0 'False
HideFileNames = 0 'False
SingleClick = 0 'False
SingleSelection = 0 'False
NoFolders = 0 'False
Transparent = 0 'False
ViewID = "{0057D0E0-3573-11CF-AE69-08002B2E1262}"
Location = ""
End
Begin MSComctlLib.StatusBar stBar
Align = 2 'Align Bottom
Height = 255
Left = 0
TabIndex = 0
Top = 4620
Width = 8475
_ExtentX = 14949
_ExtentY = 450
_Version = 393216
BeginProperty Panels {8E3867A5-8586-11D1-B16A-00C0F0283628}
NumPanels = 1
BeginProperty Panel1 {8E3867AB-8586-11D1-B16A-00C0F0283628}
AutoSize = 1
Object.Width = 14420
EndProperty
EndProperty
End
End
Attribute VB_Name = "frmBrowse"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
www.Move 0, tbMain.Height, Me.ScaleWidth, Me.ScaleHeight - stBar.Height - tbMain.Height
End Sub
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:05/06/19
'描 述:完整版本的超强文件编辑器
'网 站:http://www.mndsoft.com/
'e-mail:mnd@mndsoft.com
'OICQ : 88382850
'****************************************************************************
Private Sub tbMain_ButtonClick(ByVal Button As MSComctlLib.Button)
On Error Resume Next
Select Case Button.Key
Case "back"
www.GoBack
Case "for"
www.GoForward
Case "refresh"
www.Refresh
Case "home"
www.Navigate "http://www.sourceforge.net/projects/cedit"
Case "stop"
www.Stop
Case "search"
www.Navigate "http://www.yahoo.com"
End Select
End Sub
Private Sub www_StatusTextChange(ByVal Text As String)
stBar.Panels(1).Text = Text
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -