blood.frm
来自「社区医疗系统实现了数字电压计参数的无线传送和温度参数的传送」· FRM 代码 · 共 89 行
FRM
89 行
VERSION 5.00
Begin VB.Form blood
Caption = "测量的生理参数"
ClientHeight = 5655
ClientLeft = 60
ClientTop = 450
ClientWidth = 6705
LinkTopic = "Form1"
ScaleHeight = 5655
ScaleWidth = 6705
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame1
Height = 4575
Left = 240
TabIndex = 0
Top = 240
Width = 5295
Begin VB.TextBox Text4
Height = 375
Left = 1560
TabIndex = 8
Text = "0"
Top = 2160
Width = 1815
End
Begin VB.TextBox Text3
Height = 375
Left = 1560
TabIndex = 7
Text = "0"
Top = 1560
Width = 1815
End
Begin VB.TextBox Text2
Height = 375
Left = 1560
TabIndex = 6
Text = "0"
Top = 840
Width = 1815
End
Begin VB.TextBox Text1
Height = 375
Left = 1560
TabIndex = 5
Text = "0"
Top = 240
Width = 1815
End
Begin VB.Label Label7
Caption = "体温: "
Height = 495
Left = 240
TabIndex = 4
Top = 2280
Width = 735
End
Begin VB.Label Label6
Caption = "脉搏:"
Height = 375
Left = 240
TabIndex = 3
Top = 1560
Width = 615
End
Begin VB.Label Label5
Caption = "低压:"
Height = 495
Left = 240
TabIndex = 2
Top = 960
Width = 615
End
Begin VB.Label Label4
Caption = "高压:"
Height = 495
Left = 240
TabIndex = 1
Top = 360
Width = 1215
End
End
End
Attribute VB_Name = "blood"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?