📄 frmuserinfo.frm
字号:
VERSION 5.00
Object = "{EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0"; "SHDOCVW.dll"
Begin VB.Form frmUserInfo
Caption = "用户资料"
ClientHeight = 6705
ClientLeft = 1980
ClientTop = 2775
ClientWidth = 9735
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6705
ScaleWidth = 9735
Begin SHDocVwCtl.WebBrowser InfoWeb
Height = 6735
Left = 0
TabIndex = 0
Top = 0
Width = 9735
ExtentX = 17171
ExtentY = 11880
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
End
Attribute VB_Name = "frmUserInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
InfoWeb.Silent = True
End Sub
Private Sub Form_Resize()
InfoWeb.Height = Me.Height - 100
InfoWeb.Width = Me.Width - 80
End Sub
Private Sub InfoWeb_NewWindow2(ppDisp As Object, Cancel As Boolean)
Set ppDisp = InfoWeb.Document
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -