📄 费的.frm
字号:
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 4920
ClientLeft = 60
ClientTop = 450
ClientWidth = 6915
LinkTopic = "Form1"
ScaleHeight = 4920
ScaleWidth = 6915
StartUpPosition = 3 '窗口缺省
Begin VB.Label lblLabels
Caption = "所属设备:"
Height = 255
Index = 6
Left = 0
TabIndex = 6
Top = 2400
Width = 1815
End
Begin VB.Label lblLabels
Caption = "检定周期:"
Height = 255
Index = 5
Left = 0
TabIndex = 5
Top = 2040
Width = 1815
End
Begin VB.Label lblLabels
Caption = "量程:"
Height = 255
Index = 4
Left = 0
TabIndex = 4
Top = 1680
Width = 1815
End
Begin VB.Label lblLabels
Caption = "分类:"
Height = 255
Index = 3
Left = 0
TabIndex = 3
Top = 1320
Width = 1815
End
Begin VB.Label lblLabels
Caption = "仪表名称:"
Height = 255
Index = 2
Left = 0
TabIndex = 2
Top = 840
Width = 1815
End
Begin VB.Label lblLabels
Caption = "仪表编号:"
Height = 255
Index = 1
Left = 0
TabIndex = 1
Top = 480
Width = 1815
End
Begin VB.Label lblLabels
Caption = "序号:"
Height = 255
Index = 0
Left = 0
TabIndex = 0
Top = 0
Width = 1815
End
End
Attribute VB_Name = "Form1"
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 + -