📄 frmsearch1.frm
字号:
VERSION 5.00
Begin VB.Form frmsearch1
BorderStyle = 1 'Fixed Single
Caption = "产品等级的查询"
ClientHeight = 6000
ClientLeft = 45
ClientTop = 330
ClientWidth = 7170
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6000
ScaleWidth = 7170
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "返回"
Height = 495
Left = 4800
TabIndex = 11
Top = 5400
Width = 1575
End
Begin VB.Frame Frame1
Caption = "查询结果"
BeginProperty Font
Name = "宋体"
Size = 15.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 4935
Left = 240
TabIndex = 0
Top = 240
Width = 6015
Begin VB.TextBox Text
BackColor = &H80000000&
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 4
Left = 3000
TabIndex = 10
Top = 3960
Width = 1935
End
Begin VB.TextBox Text
BackColor = &H80000000&
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 3
Left = 3000
TabIndex = 9
Top = 3240
Width = 1935
End
Begin VB.TextBox Text
BackColor = &H80000000&
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 2
Left = 3000
TabIndex = 8
Top = 2520
Width = 1935
End
Begin VB.TextBox Text
BackColor = &H80000000&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 1
Left = 3000
TabIndex = 3
Top = 1800
Width = 1935
End
Begin VB.TextBox Text
BackColor = &H80000000&
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Index = 0
Left = 3000
TabIndex = 2
Top = 1080
Width = 1935
End
Begin VB.Label Label7
Caption = "数量(件)"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 495
Left = 3000
TabIndex = 13
Top = 600
Width = 1575
End
Begin VB.Label Label6
Caption = "产品等级"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 12
Top = 600
Width = 1215
End
Begin VB.Label Label5
Caption = "废品:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 7
Top = 4080
Width = 1095
End
Begin VB.Label Label4
Caption = "返修品:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 6
Top = 3384
Width = 1095
End
Begin VB.Label Label3
Caption = "二级处理品:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 5
Top = 2688
Width = 1335
End
Begin VB.Label Label2
Caption = "一级处理品:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 4
Top = 1992
Width = 1335
End
Begin VB.Label Label1
Caption = "合格品:"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 960
TabIndex = 1
Top = 1296
Width = 1095
End
End
End
Attribute VB_Name = "frmsearch1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
frmOptions.Show
End Sub
Private Sub Form_Load()
Dim i As Integer
For i = 0 To 4
Text(i).Text = gradeNum(i)
Next i
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -