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

📄 iostockaddmod.vb

📁 本文件为进销存管理系统的代码 在VB的环境下运行 用比较简单的结构完成的
💻 VB
📖 第 1 页 / 共 2 页
字号:
Public Class IOStockAddMod
    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 Label3 As System.Windows.Forms.Label
    Friend WithEvents Label4 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 cmdOK As System.Windows.Forms.Button
    Friend WithEvents cmdCancel As System.Windows.Forms.Button
    Friend WithEvents txtReportID As System.Windows.Forms.TextBox
    Friend WithEvents txtPrice As System.Windows.Forms.TextBox
    Friend WithEvents txtSum As System.Windows.Forms.TextBox
    Friend WithEvents cmbRoom As System.Windows.Forms.ComboBox
    Friend WithEvents txtCount As System.Windows.Forms.TextBox
    Friend WithEvents txtRemark As System.Windows.Forms.TextBox
    Friend WithEvents cmbClient As System.Windows.Forms.ComboBox
    Friend WithEvents cmbGoods As System.Windows.Forms.ComboBox
    Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
    Friend WithEvents Label11 As System.Windows.Forms.Label
    Friend WithEvents Label12 As System.Windows.Forms.Label
    Friend WithEvents cmbUser As System.Windows.Forms.ComboBox
    Friend WithEvents cmbStockman As System.Windows.Forms.ComboBox
    Friend WithEvents rabPay As System.Windows.Forms.RadioButton
    Friend WithEvents rabNopay As System.Windows.Forms.RadioButton
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
        Me.Label1 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label6 = New System.Windows.Forms.Label
        Me.Label7 = New System.Windows.Forms.Label
        Me.Label8 = New System.Windows.Forms.Label
        Me.Label9 = New System.Windows.Forms.Label
        Me.Label10 = New System.Windows.Forms.Label
        Me.txtReportID = New System.Windows.Forms.TextBox
        Me.txtPrice = New System.Windows.Forms.TextBox
        Me.txtSum = New System.Windows.Forms.TextBox
        Me.cmbRoom = New System.Windows.Forms.ComboBox
        Me.cmbUser = New System.Windows.Forms.ComboBox
        Me.cmbClient = New System.Windows.Forms.ComboBox
        Me.txtCount = New System.Windows.Forms.TextBox
        Me.txtRemark = New System.Windows.Forms.TextBox
        Me.cmdOK = New System.Windows.Forms.Button
        Me.cmdCancel = New System.Windows.Forms.Button
        Me.cmbGoods = New System.Windows.Forms.ComboBox
        Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker
        Me.rabPay = New System.Windows.Forms.RadioButton
        Me.rabNopay = New System.Windows.Forms.RadioButton
        Me.Label11 = New System.Windows.Forms.Label
        Me.cmbStockman = New System.Windows.Forms.ComboBox
        Me.Label12 = New System.Windows.Forms.Label
        Me.SuspendLayout()
        '
        'Label1
        '
        Me.Label1.Location = New System.Drawing.Point(24, 32)
        Me.Label1.Name = "Label1"
        Me.Label1.Size = New System.Drawing.Size(72, 16)
        Me.Label1.TabIndex = 0
        Me.Label1.Text = "货单编号:"
        '
        'Label2
        '
        Me.Label2.Location = New System.Drawing.Point(288, 32)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(64, 16)
        Me.Label2.TabIndex = 1
        Me.Label2.Text = "业务员:"
        '
        'Label3
        '
        Me.Label3.Location = New System.Drawing.Point(24, 72)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(72, 16)
        Me.Label3.TabIndex = 2
        Me.Label3.Text = "货品:"
        '
        'Label4
        '
        Me.Label4.Location = New System.Drawing.Point(288, 72)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(56, 16)
        Me.Label4.TabIndex = 3
        Me.Label4.Text = "数量:"
        '
        'Label5
        '
        Me.Label5.Location = New System.Drawing.Point(24, 112)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(56, 16)
        Me.Label5.TabIndex = 4
        Me.Label5.Text = "价格:"
        '
        'Label6
        '
        Me.Label6.Location = New System.Drawing.Point(288, 112)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(72, 16)
        Me.Label6.TabIndex = 5
        Me.Label6.Text = "总金额:"
        '
        'Label7
        '
        Me.Label7.Location = New System.Drawing.Point(24, 152)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(72, 16)
        Me.Label7.TabIndex = 6
        Me.Label7.Text = "仓库编号:"
        '
        'Label8
        '
        Me.Label8.Location = New System.Drawing.Point(288, 152)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(64, 16)
        Me.Label8.TabIndex = 7
        Me.Label8.Text = "供应商:"
        '
        'Label9
        '
        Me.Label9.Location = New System.Drawing.Point(24, 192)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(72, 16)
        Me.Label9.TabIndex = 8
        Me.Label9.Text = "日期:"
        '
        'Label10
        '
        Me.Label10.Location = New System.Drawing.Point(24, 280)
        Me.Label10.Name = "Label10"
        Me.Label10.Size = New System.Drawing.Size(56, 16)
        Me.Label10.TabIndex = 9
        Me.Label10.Text = "备注:"
        '
        'txtReportID
        '
        Me.txtReportID.Location = New System.Drawing.Point(104, 32)
        Me.txtReportID.Name = "txtReportID"
        Me.txtReportID.Size = New System.Drawing.Size(128, 21)
        Me.txtReportID.TabIndex = 10
        Me.txtReportID.Text = ""
        '
        'txtPrice
        '
        Me.txtPrice.Location = New System.Drawing.Point(104, 104)
        Me.txtPrice.Name = "txtPrice"
        Me.txtPrice.Size = New System.Drawing.Size(128, 21)
        Me.txtPrice.TabIndex = 11
        Me.txtPrice.Text = ""
        '
        'txtSum
        '
        Me.txtSum.Location = New System.Drawing.Point(376, 104)
        Me.txtSum.Name = "txtSum"
        Me.txtSum.Size = New System.Drawing.Size(128, 21)
        Me.txtSum.TabIndex = 12
        Me.txtSum.Text = ""
        '
        'cmbRoom
        '
        Me.cmbRoom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cmbRoom.Location = New System.Drawing.Point(104, 144)
        Me.cmbRoom.Name = "cmbRoom"
        Me.cmbRoom.Size = New System.Drawing.Size(128, 20)
        Me.cmbRoom.TabIndex = 14
        '
        'cmbUser
        '
        Me.cmbUser.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cmbUser.Location = New System.Drawing.Point(376, 24)
        Me.cmbUser.Name = "cmbUser"
        Me.cmbUser.Size = New System.Drawing.Size(128, 20)
        Me.cmbUser.TabIndex = 15
        '
        'cmbClient
        '
        Me.cmbClient.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cmbClient.Location = New System.Drawing.Point(376, 144)
        Me.cmbClient.Name = "cmbClient"
        Me.cmbClient.Size = New System.Drawing.Size(128, 20)
        Me.cmbClient.TabIndex = 16
        '
        'txtCount
        '
        Me.txtCount.Location = New System.Drawing.Point(376, 64)
        Me.txtCount.Name = "txtCount"
        Me.txtCount.Size = New System.Drawing.Size(128, 21)
        Me.txtCount.TabIndex = 17
        Me.txtCount.Text = ""
        '
        'txtRemark
        '
        Me.txtRemark.Location = New System.Drawing.Point(104, 272)
        Me.txtRemark.Multiline = True
        Me.txtRemark.Name = "txtRemark"
        Me.txtRemark.Size = New System.Drawing.Size(400, 80)
        Me.txtRemark.TabIndex = 18
        Me.txtRemark.Text = ""
        '
        'cmdOK
        '
        Me.cmdOK.Location = New System.Drawing.Point(160, 368)
        Me.cmdOK.Name = "cmdOK"
        Me.cmdOK.TabIndex = 19
        Me.cmdOK.Text = "确 定"
        '
        'cmdCancel
        '
        Me.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
        Me.cmdCancel.Location = New System.Drawing.Point(288, 368)
        Me.cmdCancel.Name = "cmdCancel"
        Me.cmdCancel.TabIndex = 20
        Me.cmdCancel.Text = "取 消"
        '
        'cmbGoods
        '
        Me.cmbGoods.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList

⌨️ 快捷键说明

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