⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmoutput.vb

📁 VB写的进销存管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
Imports System.Data
Imports System.Data.SqlClient
Public Class frmOutput
    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 GBOutput As System.Windows.Forms.GroupBox
    Friend WithEvents GBAddCustomer As System.Windows.Forms.GroupBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents txtPrice As System.Windows.Forms.TextBox
    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 txtDay As System.Windows.Forms.TextBox
    Friend WithEvents txtMonth As System.Windows.Forms.TextBox
    Friend WithEvents txtYear As System.Windows.Forms.TextBox
    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 Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents Label13 As System.Windows.Forms.Label
    Friend WithEvents Label19 As System.Windows.Forms.Label
    Friend WithEvents Label14 As System.Windows.Forms.Label
    Friend WithEvents Label15 As System.Windows.Forms.Label
    Friend WithEvents txtStoreCount As System.Windows.Forms.TextBox
    Friend WithEvents txtCount As System.Windows.Forms.TextBox
    Friend WithEvents cobBusinessman As System.Windows.Forms.ComboBox
    Friend WithEvents cobProduct As System.Windows.Forms.ComboBox
    Friend WithEvents cobCustomer As System.Windows.Forms.ComboBox
    Friend WithEvents txtOId As System.Windows.Forms.TextBox
    Friend WithEvents bunOutputUpdate As System.Windows.Forms.Button
    Friend WithEvents bunCancelAdd As System.Windows.Forms.Button
    Friend WithEvents bunAddOutput As System.Windows.Forms.Button
    Friend WithEvents txtCId As System.Windows.Forms.TextBox
    Friend WithEvents txtCName As System.Windows.Forms.TextBox
    Friend WithEvents txtCaddr As System.Windows.Forms.TextBox
    Friend WithEvents txtCPhone As System.Windows.Forms.TextBox
    Friend WithEvents bunCustomerCancel As System.Windows.Forms.Button
    Friend WithEvents bunCustomerUpdate As System.Windows.Forms.Button
    Friend WithEvents bunAddCustomer As System.Windows.Forms.Button
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.GBOutput = New System.Windows.Forms.GroupBox
        Me.txtDay = New System.Windows.Forms.TextBox
        Me.txtMonth = New System.Windows.Forms.TextBox
        Me.txtYear = New System.Windows.Forms.TextBox
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.Label11 = New System.Windows.Forms.Label
        Me.txtStoreCount = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.txtCount = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.txtPrice = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.cobBusinessman = New System.Windows.Forms.ComboBox
        Me.Label4 = New System.Windows.Forms.Label
        Me.cobProduct = New System.Windows.Forms.ComboBox
        Me.Label3 = New System.Windows.Forms.Label
        Me.cobCustomer = New System.Windows.Forms.ComboBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.txtOId = New System.Windows.Forms.TextBox
        Me.bunCancelAdd = New System.Windows.Forms.Button
        Me.bunOutputUpdate = New System.Windows.Forms.Button
        Me.bunAddOutput = New System.Windows.Forms.Button
        Me.GBAddCustomer = New System.Windows.Forms.GroupBox
        Me.txtCPhone = New System.Windows.Forms.TextBox
        Me.Label14 = New System.Windows.Forms.Label
        Me.txtCaddr = New System.Windows.Forms.TextBox
        Me.txtCName = New System.Windows.Forms.TextBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.txtCId = New System.Windows.Forms.TextBox
        Me.Label13 = New System.Windows.Forms.Label
        Me.Label19 = New System.Windows.Forms.Label
        Me.bunCustomerUpdate = New System.Windows.Forms.Button
        Me.bunAddCustomer = New System.Windows.Forms.Button
        Me.bunCustomerCancel = New System.Windows.Forms.Button
        Me.Label15 = New System.Windows.Forms.Label
        Me.GBOutput.SuspendLayout()
        Me.GBAddCustomer.SuspendLayout()
        Me.SuspendLayout()
        '
        'GBOutput
        '
        Me.GBOutput.Controls.Add(Me.txtDay)
        Me.GBOutput.Controls.Add(Me.txtMonth)
        Me.GBOutput.Controls.Add(Me.txtYear)
        Me.GBOutput.Controls.Add(Me.Label8)
        Me.GBOutput.Controls.Add(Me.Label9)
        Me.GBOutput.Controls.Add(Me.Label10)
        Me.GBOutput.Controls.Add(Me.Label11)
        Me.GBOutput.Controls.Add(Me.txtStoreCount)
        Me.GBOutput.Controls.Add(Me.Label7)
        Me.GBOutput.Controls.Add(Me.txtCount)
        Me.GBOutput.Controls.Add(Me.Label6)
        Me.GBOutput.Controls.Add(Me.txtPrice)
        Me.GBOutput.Controls.Add(Me.Label5)
        Me.GBOutput.Controls.Add(Me.cobBusinessman)
        Me.GBOutput.Controls.Add(Me.Label4)
        Me.GBOutput.Controls.Add(Me.cobProduct)
        Me.GBOutput.Controls.Add(Me.Label3)
        Me.GBOutput.Controls.Add(Me.cobCustomer)
        Me.GBOutput.Controls.Add(Me.Label1)
        Me.GBOutput.Controls.Add(Me.Label2)
        Me.GBOutput.Controls.Add(Me.txtOId)
        Me.GBOutput.Controls.Add(Me.bunCancelAdd)
        Me.GBOutput.Controls.Add(Me.bunOutputUpdate)
        Me.GBOutput.Controls.Add(Me.bunAddOutput)
        Me.GBOutput.Location = New System.Drawing.Point(8, 8)
        Me.GBOutput.Name = "GBOutput"
        Me.GBOutput.Size = New System.Drawing.Size(552, 192)
        Me.GBOutput.TabIndex = 0
        Me.GBOutput.TabStop = False
        Me.GBOutput.Text = "销售登记"
        '
        'txtDay
        '
        Me.txtDay.BackColor = System.Drawing.SystemColors.Window
        Me.txtDay.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtDay.Location = New System.Drawing.Point(480, 112)
        Me.txtDay.Name = "txtDay"
        Me.txtDay.Size = New System.Drawing.Size(40, 21)
        Me.txtDay.TabIndex = 116
        Me.txtDay.Text = ""
        '
        'txtMonth
        '
        Me.txtMonth.BackColor = System.Drawing.SystemColors.Window
        Me.txtMonth.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtMonth.Location = New System.Drawing.Point(424, 112)
        Me.txtMonth.Name = "txtMonth"
        Me.txtMonth.Size = New System.Drawing.Size(40, 21)
        Me.txtMonth.TabIndex = 115
        Me.txtMonth.Text = ""
        '
        'txtYear
        '
        Me.txtYear.BackColor = System.Drawing.SystemColors.Window
        Me.txtYear.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtYear.Location = New System.Drawing.Point(344, 112)
        Me.txtYear.Name = "txtYear"
        Me.txtYear.Size = New System.Drawing.Size(64, 21)
        Me.txtYear.TabIndex = 111
        Me.txtYear.Text = ""
        '
        'Label8
        '
        Me.Label8.Location = New System.Drawing.Point(520, 120)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(16, 16)
        Me.Label8.TabIndex = 114
        Me.Label8.Text = "日"
        '
        'Label9
        '
        Me.Label9.Location = New System.Drawing.Point(464, 120)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(16, 16)
        Me.Label9.TabIndex = 113
        Me.Label9.Text = "月"
        '
        'Label10
        '
        Me.Label10.Location = New System.Drawing.Point(408, 120)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(16, 16)
        Me.Label10.TabIndex = 112
        Me.Label10.Text = "年"
        '
        'Label11
        '
        Me.Label11.ForeColor = System.Drawing.Color.Red
        Me.Label11.Location = New System.Drawing.Point(280, 120)
        Me.Label11.Name = "Label11"
        Me.Label11.Size = New System.Drawing.Size(80, 24)
        Me.Label11.TabIndex = 110
        Me.Label11.Text = "※日  期:"
        '
        'txtStoreCount
        '
        Me.txtStoreCount.BackColor = System.Drawing.SystemColors.Window
        Me.txtStoreCount.Enabled = False
        Me.txtStoreCount.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtStoreCount.Location = New System.Drawing.Point(344, 80)
        Me.txtStoreCount.Name = "txtStoreCount"
        Me.txtStoreCount.Size = New System.Drawing.Size(192, 21)
        Me.txtStoreCount.TabIndex = 109
        Me.txtStoreCount.Text = ""
        '
        'Label7
        '
        Me.Label7.ForeColor = System.Drawing.Color.Red
        Me.Label7.Location = New System.Drawing.Point(280, 88)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(80, 24)
        Me.Label7.TabIndex = 108
        Me.Label7.Text = "※库存量:"
        '
        'txtCount
        '
        Me.txtCount.BackColor = System.Drawing.SystemColors.Window
        Me.txtCount.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtCount.Location = New System.Drawing.Point(72, 112)
        Me.txtCount.Name = "txtCount"
        Me.txtCount.Size = New System.Drawing.Size(192, 21)
        Me.txtCount.TabIndex = 107
        Me.txtCount.Text = ""
        '
        'Label6
        '
        Me.Label6.ForeColor = System.Drawing.Color.Red
        Me.Label6.Location = New System.Drawing.Point(16, 120)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(80, 24)
        Me.Label6.TabIndex = 106
        Me.Label6.Text = "※数量:"
        '
        'txtPrice
        '
        Me.txtPrice.BackColor = System.Drawing.SystemColors.Window
        Me.txtPrice.ForeColor = System.Drawing.SystemColors.WindowText
        Me.txtPrice.Location = New System.Drawing.Point(72, 80)
        Me.txtPrice.Name = "txtPrice"
        Me.txtPrice.Size = New System.Drawing.Size(192, 21)
        Me.txtPrice.TabIndex = 105
        Me.txtPrice.Text = ""
        '
        'Label5
        '
        Me.Label5.ForeColor = System.Drawing.Color.Red
        Me.Label5.Location = New System.Drawing.Point(16, 88)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(80, 24)
        Me.Label5.TabIndex = 104
        Me.Label5.Text = "※单价:"
        '
        'cobBusinessman
        '
        Me.cobBusinessman.Location = New System.Drawing.Point(344, 48)
        Me.cobBusinessman.Name = "cobBusinessman"
        Me.cobBusinessman.Size = New System.Drawing.Size(192, 20)
        Me.cobBusinessman.TabIndex = 103
        '
        'Label4
        '
        Me.Label4.ForeColor = System.Drawing.Color.Red
        Me.Label4.Location = New System.Drawing.Point(280, 56)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(88, 24)
        Me.Label4.TabIndex = 102
        Me.Label4.Text = "※业务员:"
        '
        'cobProduct
        '
        Me.cobProduct.Location = New System.Drawing.Point(72, 48)
        Me.cobProduct.Name = "cobProduct"
        Me.cobProduct.Size = New System.Drawing.Size(192, 20)
        Me.cobProduct.TabIndex = 101
        '
        'Label3
        '
        Me.Label3.ForeColor = System.Drawing.Color.Red
        Me.Label3.Location = New System.Drawing.Point(16, 56)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(80, 24)
        Me.Label3.TabIndex = 100
        Me.Label3.Text = "※商品:"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -