📄 kemu.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form selKemu
Caption = "选择科目"
ClientHeight = 5790
ClientLeft = 60
ClientTop = 345
ClientWidth = 4995
LinkTopic = "Form1"
ScaleHeight = 5790
ScaleWidth = 4995
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.TreeView TreeView1
Height = 5535
Left = 480
TabIndex = 0
Top = 120
Width = 3975
_ExtentX = 7011
_ExtentY = 9763
_Version = 393217
PathSeparator = ""
Style = 7
Appearance = 1
End
End
Attribute VB_Name = "selKemu"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub TreeView1_BeforeLabelEdit(Cancel As Integer)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -