📄 producefinish.frm
字号:
VERSION 5.00
Begin VB.Form ProduceFinish
BorderStyle = 1 'Fixed Single
Caption = "添加生产完工单"
ClientHeight = 4125
ClientLeft = 45
ClientTop = 330
ClientWidth = 5055
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 4125
ScaleWidth = 5055
StartUpPosition = 3 '窗口缺省
Begin VB.Frame Frame2
Height = 550
Left = 0
TabIndex = 17
Top = 3480
Width = 5055
Begin VB.CommandButton Command4
Caption = "打印"
Height = 350
Left = 240
TabIndex = 27
Top = 160
Width = 855
End
Begin VB.CommandButton Command3
Caption = "退出"
Height = 350
Left = 3720
TabIndex = 20
Top = 160
Width = 855
End
Begin VB.CommandButton Command2
Caption = "保存"
Default = -1 'True
Height = 350
Left = 2760
TabIndex = 19
Top = 160
Width = 855
End
Begin VB.CommandButton Command1
Caption = "新增"
Height = 350
Left = 1800
TabIndex = 18
Top = 160
Width = 855
End
End
Begin VB.Frame Frame1
Height = 3495
Left = 0
TabIndex = 0
Top = 0
Width = 5055
Begin VB.ComboBox Combo1
Height = 300
Left = 3240
TabIndex = 30
Top = 2040
Width = 1575
End
Begin VB.CommandButton Command6
Height = 240
Left = 4480
Picture = "ProduceFinish.frx":0000
Style = 1 'Graphical
TabIndex = 29
Top = 2065
Visible = 0 'False
Width = 300
End
Begin VB.CommandButton Command5
Height = 240
Left = 1960
Picture = "ProduceFinish.frx":01F2
Style = 1 'Graphical
TabIndex = 28
Top = 270
Width = 300
End
Begin VB.TextBox Text11
Alignment = 1 'Right Justify
Enabled = 0 'False
Height = 300
Left = 3240
MaxLength = 8
TabIndex = 25
Text = "2"
Top = 840
Width = 1575
End
Begin VB.TextBox Text10
Enabled = 0 'False
Height = 300
Left = 3240
MaxLength = 35
TabIndex = 23
Text = "0"
Top = 240
Width = 1575
End
Begin VB.TextBox Text9
Enabled = 0 'False
Height = 300
Left = 3240
TabIndex = 21
Top = 2040
Visible = 0 'False
Width = 1575
End
Begin VB.TextBox Text8
Height = 735
Left = 960
MaxLength = 255
TabIndex = 15
Top = 2640
Width = 3735
End
Begin VB.TextBox Text7
Enabled = 0 'False
Height = 300
Left = 960
MaxLength = 10
TabIndex = 14
Top = 2040
Width = 1335
End
Begin VB.TextBox Text6
Alignment = 1 'Right Justify
Enabled = 0 'False
Height = 300
Left = 3240
MaxLength = 8
TabIndex = 13
Text = "0"
Top = 1425
Width = 1575
End
Begin VB.TextBox Text5
Alignment = 1 'Right Justify
Enabled = 0 'False
Height = 300
Left = 960
MaxLength = 8
TabIndex = 12
Text = "5"
Top = 1425
Width = 1335
End
Begin VB.TextBox Text4
Enabled = 0 'False
Height = 300
Left = 8040
MaxLength = 8
TabIndex = 11
Text = "0"
Top = 1185
Visible = 0 'False
Width = 1575
End
Begin VB.TextBox Text3
Enabled = 0 'False
Height = 300
Left = 5760
MaxLength = 8
TabIndex = 10
Text = "0"
Top = 1185
Visible = 0 'False
Width = 1335
End
Begin VB.TextBox Text2
Enabled = 0 'False
Height = 300
Left = 960
MaxLength = 20
TabIndex = 9
Text = "2"
Top = 840
Width = 1335
End
Begin VB.TextBox Text1
Enabled = 0 'False
Height = 300
Left = 960
TabIndex = 2
Top = 240
Width = 1335
End
Begin VB.Label Label11
AutoSize = -1 'True
Caption = "未完工量:"
ForeColor = &H80000007&
Height = 180
Left = 2400
TabIndex = 26
Top = 915
Width = 810
End
Begin VB.Label Label10
AutoSize = -1 'True
Caption = "执行员工:"
ForeColor = &H80000008&
Height = 180
Left = 2400
TabIndex = 24
Top = 285
Width = 810
End
Begin VB.Label Label9
AutoSize = -1 'True
Caption = "库 位:"
ForeColor = &H00000000&
Height = 180
Left = 2400
TabIndex = 22
Top = 2085
Width = 810
End
Begin VB.Label Label8
AutoSize = -1 'True
Caption = "备 注:"
ForeColor = &H80000008&
Height = 180
Left = 120
TabIndex = 16
Top = 2595
Width = 810
End
Begin VB.Label Label7
AutoSize = -1 'True
Caption = "完成时间:"
ForeColor = &H80000008&
Height = 180
Left = 120
TabIndex = 8
Top = 2115
Width = 810
End
Begin VB.Label Label6
AutoSize = -1 'True
Caption = "加 工费:"
ForeColor = &H80000008&
Height = 180
Left = 2400
TabIndex = 7
Top = 1485
Width = 810
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "完成件数:"
ForeColor = &H80000008&
Height = 180
Left = 120
TabIndex = 6
Top = 1470
Width = 810
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "返工件数"
ForeColor = &H80000008&
Height = 180
Left = 7200
TabIndex = 5
Top = 1230
Visible = 0 'False
Width = 720
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "报损件数:"
ForeColor = &H80000008&
Height = 180
Left = 4920
TabIndex = 4
Top = 1230
Visible = 0 'False
Width = 810
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "生产物料:"
ForeColor = &H80000007&
Height = 180
Left = 120
TabIndex = 3
Top = 915
Width = 810
End
Begin VB.Label Label1
AutoSize = -1 'True
Caption = "生产单号:"
ForeColor = &H00000000&
Height = 180
Left = 120
TabIndex = 1
Top = 300
Width = 810
End
End
End
Attribute VB_Name = "ProduceFinish"
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 + -