📄 frm_datacontrol.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Frm_DataControl
Caption = "Form1"
ClientHeight = 4965
ClientLeft = 60
ClientTop = 345
ClientWidth = 7875
LinkTopic = "Form1"
ScaleHeight = 4965
ScaleWidth = 7875
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text1
Height = 270
Left = 3960
TabIndex = 2
Text = "Text1"
Top = 120
Width = 1335
End
Begin MSComctlLib.TreeView TreeView1
Height = 3975
Left = 120
TabIndex = 0
Top = 120
Width = 2055
_ExtentX = 3625
_ExtentY = 7011
_Version = 393217
Style = 7
Appearance = 1
End
Begin VB.Label Label1
Caption = "Label1"
Height = 255
Left = 2520
TabIndex = 1
Top = 120
Width = 1095
End
End
Attribute VB_Name = "Frm_DataControl"
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 + -