📄 frmclasssel.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form FrmClassSel
ClientHeight = 6330
ClientLeft = 60
ClientTop = 345
ClientWidth = 6675
LinkTopic = "Form1"
ScaleHeight = 6330
ScaleWidth = 6675
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Cmd_Cancel
Caption = "取消"
Height = 495
Left = 3600
TabIndex = 2
Top = 5040
Width = 1215
End
Begin VB.CommandButton Cmd_OK
Caption = "确定"
Height = 495
Left = 1200
TabIndex = 1
Top = 5040
Width = 1215
End
Begin MSComctlLib.TreeView TreeView1
Height = 3735
Left = 1320
TabIndex = 0
Top = 360
Width = 3615
_ExtentX = 6376
_ExtentY = 6588
_Version = 393217
Style = 7
ImageList = "ImageList1"
Appearance = 1
End
Begin MSComctlLib.ImageList ImageList1
Left = 240
Top = 360
_ExtentX = 1005
_ExtentY = 1005
BackColor = -2147483643
ImageWidth = 32
ImageHeight = 32
MaskColor = 12632256
_Version = 393216
BeginProperty Images {2C247F25-8591-11D1-B16A-00C0F0283628}
NumListImages = 5
BeginProperty ListImage1 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmClassSel.frx":0000
Key = ""
EndProperty
BeginProperty ListImage2 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmClassSel.frx":2992
Key = ""
EndProperty
BeginProperty ListImage3 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmClassSel.frx":5324
Key = ""
EndProperty
BeginProperty ListImage4 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmClassSel.frx":7CB6
Key = ""
EndProperty
BeginProperty ListImage5 {2C247F27-8591-11D1-B16A-00C0F0283628}
Picture = "FrmClassSel.frx":A648
Key = ""
EndProperty
EndProperty
End
End
Attribute VB_Name = "FrmClassSel"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -