📄 frmwangong.vb
字号:
Imports System.Data.OleDb
Public Class frmWanGong
Inherits System.Windows.Forms.Form
#Region " Windows 窗体设计器生成的代码 "
Public Sub New()
MyBase.New()
'该调用是 Windows 窗体设计器所必需的。
InitializeComponent()
'在 InitializeComponent() 调用之后添加任何初始化
End Sub
'窗体重写 dispose 以清理组件列表。
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改此过程。
'不要使用代码编辑器修改它。
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents dp As System.Windows.Forms.DateTimePicker
Friend WithEvents txtPf As System.Windows.Forms.TextBox
Friend WithEvents txtJg As System.Windows.Forms.TextBox
Friend WithEvents cbGx As System.Windows.Forms.ComboBox
Friend WithEvents txtSl As System.Windows.Forms.TextBox
Friend WithEvents txtJe As System.Windows.Forms.TextBox
Friend WithEvents btnNext As System.Windows.Forms.Button
Friend WithEvents btnSave As System.Windows.Forms.Button
Friend WithEvents txtXm As System.Windows.Forms.TextBox
Friend WithEvents cbGh As System.Windows.Forms.ComboBox
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
Friend WithEvents Label13 As System.Windows.Forms.Label
Friend WithEvents Label14 As System.Windows.Forms.Label
Friend WithEvents txtJg1 As System.Windows.Forms.TextBox
Friend WithEvents txtFei1 As System.Windows.Forms.TextBox
Friend WithEvents txtFei2 As System.Windows.Forms.TextBox
Friend WithEvents txtFei3 As System.Windows.Forms.TextBox
Friend WithEvents txtJg2 As System.Windows.Forms.TextBox
Friend WithEvents txtJg3 As System.Windows.Forms.TextBox
Friend WithEvents Label15 As System.Windows.Forms.Label
Friend WithEvents txtBz As System.Windows.Forms.TextBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.Label1 = New System.Windows.Forms.Label
Me.dp = New System.Windows.Forms.DateTimePicker
Me.Label2 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.txtPf = New System.Windows.Forms.TextBox
Me.txtJg = New System.Windows.Forms.TextBox
Me.cbGx = New System.Windows.Forms.ComboBox
Me.Label7 = New System.Windows.Forms.Label
Me.txtSl = New System.Windows.Forms.TextBox
Me.txtJe = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.btnNext = New System.Windows.Forms.Button
Me.btnSave = New System.Windows.Forms.Button
Me.Label9 = New System.Windows.Forms.Label
Me.txtXm = New System.Windows.Forms.TextBox
Me.Label10 = New System.Windows.Forms.Label
Me.cbGh = New System.Windows.Forms.ComboBox
Me.Label11 = New System.Windows.Forms.Label
Me.txtFei1 = New System.Windows.Forms.TextBox
Me.Label3 = New System.Windows.Forms.Label
Me.txtFei2 = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.txtFei3 = New System.Windows.Forms.TextBox
Me.Label12 = New System.Windows.Forms.Label
Me.Label13 = New System.Windows.Forms.Label
Me.Label14 = New System.Windows.Forms.Label
Me.txtJg1 = New System.Windows.Forms.TextBox
Me.txtJg2 = New System.Windows.Forms.TextBox
Me.txtJg3 = New System.Windows.Forms.TextBox
Me.Label15 = New System.Windows.Forms.Label
Me.txtBz = New System.Windows.Forms.TextBox
Me.SuspendLayout()
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(160, 24)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(72, 23)
Me.Label1.TabIndex = 15
Me.Label1.Text = "完工日期:"
'
'dp
'
Me.dp.Location = New System.Drawing.Point(232, 24)
Me.dp.Name = "dp"
Me.dp.Size = New System.Drawing.Size(112, 21)
Me.dp.TabIndex = 14
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(40, 112)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(56, 23)
Me.Label2.TabIndex = 17
Me.Label2.Text = "产品:"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(288, 112)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(56, 23)
Me.Label5.TabIndex = 24
Me.Label5.Text = "工序:"
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(288, 144)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(56, 23)
Me.Label6.TabIndex = 25
Me.Label6.Text = "价格:"
'
'txtPf
'
Me.txtPf.Location = New System.Drawing.Point(120, 112)
Me.txtPf.Name = "txtPf"
Me.txtPf.TabIndex = 1
Me.txtPf.Text = ""
'
'txtJg
'
Me.txtJg.Location = New System.Drawing.Point(360, 144)
Me.txtJg.Name = "txtJg"
Me.txtJg.ReadOnly = True
Me.txtJg.TabIndex = 9
Me.txtJg.Text = ""
'
'cbGx
'
Me.cbGx.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cbGx.Location = New System.Drawing.Point(360, 112)
Me.cbGx.Name = "cbGx"
Me.cbGx.Size = New System.Drawing.Size(104, 20)
Me.cbGx.TabIndex = 2
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(40, 144)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(56, 23)
Me.Label7.TabIndex = 18
Me.Label7.Text = "完工数:"
'
'txtSl
'
Me.txtSl.Location = New System.Drawing.Point(120, 144)
Me.txtSl.Name = "txtSl"
Me.txtSl.TabIndex = 3
Me.txtSl.Text = ""
'
'txtJe
'
Me.txtJe.Location = New System.Drawing.Point(360, 280)
Me.txtJe.Name = "txtJe"
Me.txtJe.ReadOnly = True
Me.txtJe.TabIndex = 13
Me.txtJe.Text = ""
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(288, 280)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(64, 23)
Me.Label8.TabIndex = 29
Me.Label8.Text = "金额:"
'
'btnNext
'
Me.btnNext.Location = New System.Drawing.Point(100, 328)
Me.btnNext.Name = "btnNext"
Me.btnNext.Size = New System.Drawing.Size(104, 40)
Me.btnNext.TabIndex = 30
Me.btnNext.Text = "下一张"
'
'btnSave
'
Me.btnSave.Location = New System.Drawing.Point(300, 328)
Me.btnSave.Name = "btnSave"
Me.btnSave.Size = New System.Drawing.Size(104, 40)
Me.btnSave.TabIndex = 31
Me.btnSave.Text = "保存/退出"
'
'Label9
'
Me.Label9.Location = New System.Drawing.Point(288, 88)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(56, 23)
Me.Label9.TabIndex = 23
Me.Label9.Text = "姓名:"
'
'txtXm
'
Me.txtXm.Location = New System.Drawing.Point(360, 80)
Me.txtXm.Name = "txtXm"
Me.txtXm.TabIndex = 8
Me.txtXm.Text = ""
'
'Label10
'
Me.Label10.Location = New System.Drawing.Point(40, 80)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(56, 23)
Me.Label10.TabIndex = 16
Me.Label10.Text = "工号:"
'
'cbGh
'
Me.cbGh.Location = New System.Drawing.Point(120, 80)
Me.cbGh.Name = "cbGh"
Me.cbGh.Size = New System.Drawing.Size(104, 20)
Me.cbGh.TabIndex = 0
'
'Label11
'
Me.Label11.Location = New System.Drawing.Point(40, 184)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(72, 23)
Me.Label11.TabIndex = 19
Me.Label11.Text = "不合格(料)"
'
'txtFei1
'
Me.txtFei1.Location = New System.Drawing.Point(120, 184)
Me.txtFei1.Name = "txtFei1"
Me.txtFei1.TabIndex = 4
Me.txtFei1.Text = ""
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(40, 216)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(72, 23)
Me.Label3.TabIndex = 20
Me.Label3.Text = "不合格(责)"
'
'txtFei2
'
Me.txtFei2.Location = New System.Drawing.Point(120, 216)
Me.txtFei2.Name = "txtFei2"
Me.txtFei2.TabIndex = 5
Me.txtFei2.Text = ""
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(40, 248)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(80, 23)
Me.Label4.TabIndex = 21
Me.Label4.Text = "不合格(回用)"
'
'txtFei3
'
Me.txtFei3.Location = New System.Drawing.Point(120, 248)
Me.txtFei3.Name = "txtFei3"
Me.txtFei3.TabIndex = 6
Me.txtFei3.Text = ""
'
'Label12
'
Me.Label12.Location = New System.Drawing.Point(288, 184)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -