📄 form2.frm
字号:
VERSION 5.00
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 6060
ClientLeft = 60
ClientTop = 465
ClientWidth = 8460
LinkTopic = "Form2"
ScaleHeight = 6060
ScaleWidth = 8460
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Caption = "甲烷(CH4)浓度"
Height = 1575
Left = 480
TabIndex = 20
Top = 600
Width = 3375
Begin VB.Label Label1
Caption = " 瞬时浓度"
Height = 255
Left = 240
TabIndex = 26
Top = 360
Width = 1215
End
Begin VB.Label Label2
Caption = " 平均浓度"
Height = 375
Left = 360
TabIndex = 25
Top = 720
Width = 1095
End
Begin VB.Label Label3
Caption = "标准浓度"
Height = 375
Left = 480
TabIndex = 24
Top = 1080
Width = 855
End
Begin VB.Label Label4
Caption = " 0.0%"
Height = 255
Left = 1800
TabIndex = 23
Top = 360
Width = 1455
End
Begin VB.Label Label5
Caption = " 0.0%"
Height = 255
Left = 2040
TabIndex = 22
Top = 720
Width = 1095
End
Begin VB.Label Label6
Caption = " 0.0%"
Height = 255
Left = 1920
TabIndex = 21
Top = 1080
Width = 975
End
End
Begin VB.Frame Frame2
Caption = "其他数据"
Height = 2415
Left = 480
TabIndex = 11
Top = 2400
Width = 3375
Begin VB.Label Label7
Caption = " 50%"
Height = 255
Left = 1800
TabIndex = 19
Top = 360
Width = 1335
End
Begin VB.Label Label8
Caption = " 透光率"
Height = 255
Left = 360
TabIndex = 18
Top = 360
Width = 1215
End
Begin VB.Label Label9
Caption = " 压 力"
Height = 255
Left = 480
TabIndex = 17
Top = 840
Width = 615
End
Begin VB.Label Label10
Caption = " 0.0"
Height = 255
Left = 2160
TabIndex = 16
Top = 840
Width = 735
End
Begin VB.Label Label11
Caption = " 温 度"
Height = 255
Left = 480
TabIndex = 15
Top = 1320
Width = 735
End
Begin VB.Label Label12
Caption = " 0.00"
Height = 255
Left = 1920
TabIndex = 14
Top = 1320
Width = 975
End
Begin VB.Label Label13
Caption = " 状 态"
Height = 375
Left = 360
TabIndex = 13
Top = 1800
Width = 855
End
Begin VB.Label Label14
Caption = "正常"
Height = 255
Left = 2160
TabIndex = 12
Top = 1800
Width = 495
End
End
Begin VB.CommandButton Command1
Caption = "退出"
Height = 375
Left = 840
TabIndex = 10
Top = 5040
Width = 1095
End
Begin VB.CommandButton Command2
Caption = "所有数据"
Height = 375
Left = 2280
TabIndex = 9
Top = 5040
Width = 1095
End
Begin VB.Frame Frame3
Caption = "几种功能"
Height = 4215
Left = 4560
TabIndex = 2
Top = 600
Width = 3255
Begin VB.CommandButton Command3
Caption = "二次谐波信号图"
Height = 375
Left = 360
TabIndex = 8
Top = 480
Width = 2535
End
Begin VB.CommandButton Command4
Caption = "绘制读数曲线"
Height = 375
Left = 360
TabIndex = 7
Top = 1080
Width = 2535
End
Begin VB.CommandButton Command5
Caption = "测量配置"
Height = 375
Left = 360
TabIndex = 6
Top = 1680
Width = 2535
End
Begin VB.CommandButton Command6
Caption = "文件下载与上传"
Height = 375
Left = 360
TabIndex = 5
Top = 2880
Width = 2535
End
Begin VB.CommandButton Command7
Caption = "阅读日志"
Height = 375
Left = 360
TabIndex = 4
Top = 2280
Width = 2535
End
Begin VB.CommandButton Command9
Caption = "仪器校准"
Height = 375
Left = 360
TabIndex = 3
Top = 3480
Width = 2535
End
End
Begin VB.CommandButton Command8
Caption = "屏幕更新时间(s)"
Height = 375
Left = 4920
TabIndex = 1
Top = 5040
Width = 1695
End
Begin VB.TextBox Text1
Height = 390
Left = 6840
TabIndex = 0
Text = "5"
Top = 5040
Width = 735
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
Private Sub Command3_Click()
Form6.Show
End Sub
Private Sub Command7_Click()
log.Show
End Sub
Private Sub Command9_Click()
Form4.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -