费的.frm
来自「这是一个基于VB开发的程序,实现的是对仪器的查找和定期检修,并对检修的设备进行相」· FRM 代码 · 共 81 行
FRM
81 行
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 + =
减小字号Ctrl + -
显示快捷键?