📄 frmdeviceclass.frm
字号:
VERSION 5.00
Begin VB.Form frmAlgBuff
Caption = "设备类管理"
ClientHeight = 6585
ClientLeft = 60
ClientTop = 345
ClientWidth = 9210
LinkTopic = "Form2"
ScaleHeight = 6585
ScaleWidth = 9210
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox Text4
Height = 495
Left = 1320
TabIndex = 7
Text = "Text1"
Top = 960
Width = 1575
End
Begin VB.TextBox Text3
Height = 495
Left = 1320
TabIndex = 6
Text = "Text1"
Top = 1560
Width = 1575
End
Begin VB.TextBox Text2
Height = 495
Left = 1320
TabIndex = 5
Text = "Text1"
Top = 2160
Width = 1575
End
Begin VB.TextBox Text1
Height = 495
Left = 1320
TabIndex = 4
Text = "Text1"
Top = 240
Width = 1575
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "设备类别名"
Height = 180
Index = 4
Left = 240
TabIndex = 3
Top = 1080
Width = 900
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "使用年限"
Height = 180
Index = 3
Left = 240
TabIndex = 2
Top = 1680
Width = 720
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "数 量"
Height = 180
Index = 2
Left = 360
TabIndex = 1
Top = 2280
Width = 540
End
Begin VB.Label label
AutoSize = -1 'True
Caption = "设备类别号"
Height = 180
Index = 0
Left = 240
TabIndex = 0
Top = 360
Width = 900
End
End
Attribute VB_Name = "frmAlgBuff"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -