📄 inv_masterquality_frm.frm
字号:
VERSION 5.00
Begin VB.Form Inv_MasterQuality_Frm
Caption = "质量管理属性"
ClientHeight = 4695
ClientLeft = 60
ClientTop = 345
ClientWidth = 8385
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
ScaleHeight = 4695
ScaleWidth = 8385
StartUpPosition = 3 '窗口缺省
Begin VB.TextBox InputText
Alignment = 2 'Center
Height = 315
Index = 61
Left = 6570
TabIndex = 5
Top = 1680
Width = 615
End
Begin VB.TextBox InputText
Alignment = 2 'Center
Height = 315
Index = 60
Left = 1290
TabIndex = 4
Top = 1680
Width = 615
End
Begin VB.TextBox InputText
BackColor = &H80000003&
ForeColor = &H80000005&
Height = 360
Index = 59
Left = 5250
TabIndex = 3
Top = 960
Width = 2415
End
Begin VB.TextBox InputText
BackColor = &H80000003&
ForeColor = &H80000005&
Height = 360
Index = 58
Left = 1290
TabIndex = 2
Top = 960
Width = 2415
End
Begin VB.TextBox InputText
Alignment = 2 'Center
Height = 315
Index = 57
Left = 3930
TabIndex = 1
Top = 1680
Width = 615
End
Begin VB.TextBox InputText
Alignment = 2 'Center
Height = 345
Index = 50
Left = 1290
TabIndex = 0
Top = 2160
Width = 2415
End
Begin VB.Label LineLabel
BackColor = &H80000007&
BorderStyle = 1 'Fixed Single
Height = 30
Left = 120
TabIndex = 16
Top = 600
Width = 7695
End
Begin VB.Label TitleLabel8
AutoSize = -1 'True
Caption = "(天)"
Height = 210
Left = 7290
TabIndex = 15
Top = 1680
Width = 420
End
Begin VB.Label TitleLabel3
AutoSize = -1 'True
Caption = "待验期:"
Height = 210
Left = 540
TabIndex = 14
Top = 1680
Width = 840
End
Begin VB.Label TitleLabel2
AutoSize = -1 'True
Caption = "物料代码:"
Height = 210
Left = 4290
TabIndex = 13
Top = 960
Width = 1050
End
Begin VB.Label TitleLabel1
AutoSize = -1 'True
Caption = "物料名称:"
Height = 210
Left = 330
TabIndex = 12
Top = 960
Width = 1050
End
Begin VB.Label TitleLabel0
AutoSize = -1 'True
Caption = "物品主记录-质量管理属性"
ForeColor = &H00800000&
Height = 210
Left = 210
TabIndex = 11
Top = 240
Width = 2415
End
Begin VB.Label TitleLabel5
AutoSize = -1 'True
Caption = "复验间隔期:"
Height = 210
Left = 2730
TabIndex = 10
Top = 1680
Width = 1260
End
Begin VB.Label TitleLabel4
AutoSize = -1 'True
Caption = "(天)"
Height = 210
Left = 2010
TabIndex = 9
Top = 1680
Width = 420
End
Begin VB.Label TitleLabel6
AutoSize = -1 'True
Caption = "(天)"
Height = 210
Left = 4650
TabIndex = 8
Top = 1680
Width = 420
End
Begin VB.Label TitleLabel7
AutoSize = -1 'True
Caption = "最长保存期:"
Height = 210
Left = 5400
TabIndex = 7
Top = 1680
Width = 1260
End
Begin VB.Label TitleLabel9
AutoSize = -1 'True
Caption = "批号:"
Height = 210
Left = 690
TabIndex = 6
Top = 2160
Width = 630
End
End
Attribute VB_Name = "Inv_MasterQuality_Frm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
Private Sub Form_Load()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -