📄 frminfo.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FrmInfo
Caption = "信息"
ClientHeight = 4290
ClientLeft = 60
ClientTop = 345
ClientWidth = 2925
Icon = "FrmInfo.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
ScaleHeight = 4290
ScaleWidth = 2925
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.TreeView TreeInfo
Height = 4095
Left = 90
TabIndex = 0
Top = 90
Width = 2745
_ExtentX = 4842
_ExtentY = 7223
_Version = 393217
HideSelection = 0 'False
LabelEdit = 1
Style = 7
BorderStyle = 1
Appearance = 0
End
End
Attribute VB_Name = "FrmInfo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Resize()
If Me.WindowState = 1 Then Exit Sub
TreeInfo.Width = Me.Width - 300
TreeInfo.Height = Me.Height - 600
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -