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

📄 salereduceform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
        Me.label9.Size = New System.Drawing.Size(41, 12)
        Me.label9.TabIndex = 210
        Me.label9.Text = "说明:"
        '
        '商品编号TextBox
        '
        Me.商品编号TextBox.Location = New System.Drawing.Point(68, 116)
        Me.商品编号TextBox.Name = "商品编号TextBox"
        Me.商品编号TextBox.ReadOnly = True
        Me.商品编号TextBox.Size = New System.Drawing.Size(71, 21)
        Me.商品编号TextBox.TabIndex = 192
        '
        '客户名称ToolStripComboBox
        '
        Me.客户名称ToolStripComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.客户名称ToolStripComboBox.Name = "客户名称ToolStripComboBox"
        Me.客户名称ToolStripComboBox.Size = New System.Drawing.Size(150, 25)
        '
        'toolStripLabel1
        '
        Me.toolStripLabel1.Name = "toolStripLabel1"
        Me.toolStripLabel1.Size = New System.Drawing.Size(65, 22)
        Me.toolStripLabel1.Text = "客户名称:"
        '
        '减少商品Button
        '
        Me.减少商品Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.减少商品Button.Image = CType(resources.GetObject("减少商品Button.Image"), System.Drawing.Image)
        Me.减少商品Button.Location = New System.Drawing.Point(448, 170)
        Me.减少商品Button.Name = "减少商品Button"
        Me.减少商品Button.Size = New System.Drawing.Size(90, 23)
        Me.减少商品Button.TabIndex = 183
        Me.减少商品Button.Text = "减少商品"
        Me.减少商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.减少商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.减少商品Button.UseVisualStyleBackColor = True
        '
        '添加商品Button
        '
        Me.添加商品Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.添加商品Button.Image = CType(resources.GetObject("添加商品Button.Image"), System.Drawing.Image)
        Me.添加商品Button.Location = New System.Drawing.Point(358, 171)
        Me.添加商品Button.Name = "添加商品Button"
        Me.添加商品Button.Size = New System.Drawing.Size(90, 23)
        Me.添加商品Button.TabIndex = 182
        Me.添加商品Button.Text = "添加商品"
        Me.添加商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.添加商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.添加商品Button.UseVisualStyleBackColor = True
        '
        '保存退货单Button
        '
        Me.保存退货单Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.保存退货单Button.Image = CType(resources.GetObject("保存退货单Button.Image"), System.Drawing.Image)
        Me.保存退货单Button.Location = New System.Drawing.Point(436, 88)
        Me.保存退货单Button.Name = "保存退货单Button"
        Me.保存退货单Button.Size = New System.Drawing.Size(100, 23)
        Me.保存退货单Button.TabIndex = 181
        Me.保存退货单Button.Text = "保存退货单"
        Me.保存退货单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.保存退货单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.保存退货单Button.UseVisualStyleBackColor = True
        '
        '打印退货单Button
        '
        Me.打印退货单Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.打印退货单Button.Image = CType(resources.GetObject("打印退货单Button.Image"), System.Drawing.Image)
        Me.打印退货单Button.Location = New System.Drawing.Point(436, 59)
        Me.打印退货单Button.Name = "打印退货单Button"
        Me.打印退货单Button.Size = New System.Drawing.Size(100, 23)
        Me.打印退货单Button.TabIndex = 180
        Me.打印退货单Button.Text = "打印退货单"
        Me.打印退货单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.打印退货单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.打印退货单Button.UseVisualStyleBackColor = True
        '
        '新增退货单Button
        '
        Me.新增退货单Button.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.新增退货单Button.Image = CType(resources.GetObject("新增退货单Button.Image"), System.Drawing.Image)
        Me.新增退货单Button.Location = New System.Drawing.Point(436, 30)
        Me.新增退货单Button.Name = "新增退货单Button"
        Me.新增退货单Button.Size = New System.Drawing.Size(100, 23)
        Me.新增退货单Button.TabIndex = 179
        Me.新增退货单Button.Text = "新增退货单"
        Me.新增退货单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.新增退货单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.新增退货单Button.UseVisualStyleBackColor = True
        '
        '销售明细DataGridView
        '
        Me.销售明细DataGridView.AllowUserToAddRows = False
        Me.销售明细DataGridView.AllowUserToDeleteRows = False
        Me.销售明细DataGridView.AllowUserToResizeRows = False
        Me.销售明细DataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.销售明细DataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.销售明细DataGridView.Location = New System.Drawing.Point(5, 30)
        Me.销售明细DataGridView.MultiSelect = False
        Me.销售明细DataGridView.Name = "销售明细DataGridView"
        Me.销售明细DataGridView.ReadOnly = True
        Me.销售明细DataGridView.RowHeadersVisible = False
        Me.销售明细DataGridView.RowTemplate.Height = 23
        Me.销售明细DataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
        Me.销售明细DataGridView.Size = New System.Drawing.Size(425, 81)
        Me.销售明细DataGridView.TabIndex = 178
        '
        'toolStrip1
        '
        Me.toolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.toolStripLabel1, Me.客户名称ToolStripComboBox, Me.toolStripLabel2, Me.销售单号ToolStripComboBox, Me.查询原销售单ToolStripButton})
        Me.toolStrip1.Location = New System.Drawing.Point(0, 0)
        Me.toolStrip1.Name = "toolStrip1"
        Me.toolStrip1.Size = New System.Drawing.Size(542, 25)
        Me.toolStrip1.TabIndex = 177
        Me.toolStrip1.Text = "toolStrip1"
        '
        'SaleReduceForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.ClientSize = New System.Drawing.Size(542, 416)
        Me.Controls.Add(Me.label8)
        Me.Controls.Add(Me.经办人TextBox)
        Me.Controls.Add(Me.label7)
        Me.Controls.Add(Me.退货金额TextBox)
        Me.Controls.Add(Me.退货金额label)
        Me.Controls.Add(Me.退货单号TextBox)
        Me.Controls.Add(Me.label2)
        Me.Controls.Add(Me.自编号TextBox)
        Me.Controls.Add(Me.label1)
        Me.Controls.Add(Me.退货明细DataGridView)
        Me.Controls.Add(Me.金额TextBox)
        Me.Controls.Add(Me.实际销售价TextBox)
        Me.Controls.Add(Me.数量TextBox)
        Me.Controls.Add(Me.实际退货价TextBox)
        Me.Controls.Add(Me.单位TextBox)
        Me.Controls.Add(Me.规格型号TextBox)
        Me.Controls.Add(Me.商品名称TextBox)
        Me.Controls.Add(Me.客户名称TextBox)
        Me.Controls.Add(Me.客户名称label)
        Me.Controls.Add(Me.付款方式ComboBox)
        Me.Controls.Add(Me.label6)
        Me.Controls.Add(Me.实付金额TextBox)
        Me.Controls.Add(Me.label5)
        Me.Controls.Add(Me.入库日期DateTimePicker)
        Me.Controls.Add(Me.说明TextBox)
        Me.Controls.Add(Me.label9)
        Me.Controls.Add(Me.商品编号TextBox)
        Me.Controls.Add(label12)
        Me.Controls.Add(label11)
        Me.Controls.Add(label10)
        Me.Controls.Add(商品编号Label)
        Me.Controls.Add(商品名称Label)
        Me.Controls.Add(规格型号Label)
        Me.Controls.Add(单位Label)
        Me.Controls.Add(实际销售价Label)
        Me.Controls.Add(Me.减少商品Button)
        Me.Controls.Add(Me.添加商品Button)
        Me.Controls.Add(Me.保存退货单Button)
        Me.Controls.Add(Me.打印退货单Button)
        Me.Controls.Add(Me.新增退货单Button)
        Me.Controls.Add(Me.销售明细DataGridView)
        Me.Controls.Add(Me.toolStrip1)
        Me.Name = "SaleReduceForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "商品销售退货登记"
        CType(Me.退货明细DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        CType(Me.销售明细DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.toolStrip1.ResumeLayout(False)
        Me.toolStrip1.PerformLayout()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents label8 As System.Windows.Forms.Label
    Private WithEvents 经办人TextBox As System.Windows.Forms.TextBox
    Private WithEvents label7 As System.Windows.Forms.Label
    Private WithEvents 退货金额TextBox As System.Windows.Forms.TextBox
    Private WithEvents 退货金额label As System.Windows.Forms.Label
    Private WithEvents 退货单号TextBox As System.Windows.Forms.TextBox
    Private WithEvents label2 As System.Windows.Forms.Label
    Private WithEvents 自编号TextBox As System.Windows.Forms.TextBox
    Private WithEvents label1 As System.Windows.Forms.Label
    Private WithEvents 退货明细DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents 金额TextBox As System.Windows.Forms.TextBox
    Private WithEvents 实际销售价TextBox As System.Windows.Forms.TextBox
    Private WithEvents 数量TextBox As System.Windows.Forms.TextBox
    Private WithEvents 实际退货价TextBox As System.Windows.Forms.TextBox
    Private WithEvents 单位TextBox As System.Windows.Forms.TextBox
    Private WithEvents 规格型号TextBox As System.Windows.Forms.TextBox
    Private WithEvents 商品名称TextBox As System.Windows.Forms.TextBox
    Private WithEvents 客户名称TextBox As System.Windows.Forms.TextBox
    Private WithEvents 客户名称label As System.Windows.Forms.Label
    Private WithEvents 付款方式ComboBox As System.Windows.Forms.ComboBox
    Private WithEvents 销售单号ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
    Private WithEvents 查询原销售单ToolStripButton As System.Windows.Forms.ToolStripButton
    Private WithEvents printDocument1 As System.Drawing.Printing.PrintDocument
    Private WithEvents printPreviewDialog1 As System.Windows.Forms.PrintPreviewDialog
    Private WithEvents label6 As System.Windows.Forms.Label
    Private WithEvents 实付金额TextBox As System.Windows.Forms.TextBox
    Private WithEvents label5 As System.Windows.Forms.Label
    Private WithEvents 入库日期DateTimePicker As System.Windows.Forms.DateTimePicker
    Private WithEvents 说明TextBox As System.Windows.Forms.TextBox
    Private WithEvents toolStripLabel2 As System.Windows.Forms.ToolStripLabel
    Private WithEvents label9 As System.Windows.Forms.Label
    Private WithEvents 商品编号TextBox As System.Windows.Forms.TextBox
    Private WithEvents 客户名称ToolStripComboBox As System.Windows.Forms.ToolStripComboBox
    Private WithEvents toolStripLabel1 As System.Windows.Forms.ToolStripLabel
    Private WithEvents 减少商品Button As System.Windows.Forms.Button
    Private WithEvents 添加商品Button As System.Windows.Forms.Button
    Private WithEvents 保存退货单Button As System.Windows.Forms.Button
    Private WithEvents 打印退货单Button As System.Windows.Forms.Button
    Private WithEvents 新增退货单Button As System.Windows.Forms.Button
    Private WithEvents 销售明细DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents toolStrip1 As System.Windows.Forms.ToolStrip
End Class

⌨️ 快捷键说明

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