设置.frm
来自「模拟屏 实时控制 监测 报警 监测报告」· FRM 代码 · 共 43 行
FRM
43 行
VERSION 5.00
Begin VB.Form Form5
Caption = "Form5"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form5"
MDIChild = -1 'True
ScaleHeight = 3195
ScaleWidth = 4680
Begin VB.TextBox Text1
Alignment = 2 'Center
Height = 495
Left = 2280
TabIndex = 1
Text = "1000"
Top = 360
Width = 855
End
Begin VB.Label Label2
Caption = "ms"
Height = 375
Left = 3240
TabIndex = 2
Top = 480
Width = 375
End
Begin VB.Label Label1
Caption = " 读取两个数据的时间间隔:(默认为1000)"
Height = 375
Left = 240
TabIndex = 0
Top = 480
Width = 1815
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?