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

📄 salereduceform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SaleReduceForm
    Inherits System.Windows.Forms.Form

    'Form 重写 Dispose,以清理组件列表。
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        If disposing AndAlso components IsNot Nothing Then
            components.Dispose()
        End If
        MyBase.Dispose(disposing)
    End Sub

    'Windows 窗体设计器所必需的
    Private components As System.ComponentModel.IContainer

    '注意: 以下过程是 Windows 窗体设计器所必需的
    '可以使用 Windows 窗体设计器修改它。
    '不要使用代码编辑器修改它。
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Dim label12 As System.Windows.Forms.Label
        Dim label11 As System.Windows.Forms.Label
        Dim label10 As System.Windows.Forms.Label
        Dim 商品编号Label As System.Windows.Forms.Label
        Dim 商品名称Label As System.Windows.Forms.Label
        Dim 规格型号Label As System.Windows.Forms.Label
        Dim 单位Label As System.Windows.Forms.Label
        Dim 实际销售价Label As System.Windows.Forms.Label
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SaleReduceForm))
        Me.label8 = New System.Windows.Forms.Label
        Me.经办人TextBox = New System.Windows.Forms.TextBox
        Me.label7 = New System.Windows.Forms.Label
        Me.退货金额TextBox = New System.Windows.Forms.TextBox
        Me.退货金额label = New System.Windows.Forms.Label
        Me.退货单号TextBox = New System.Windows.Forms.TextBox
        Me.label2 = New System.Windows.Forms.Label
        Me.自编号TextBox = New System.Windows.Forms.TextBox
        Me.label1 = New System.Windows.Forms.Label
        Me.退货明细DataGridView = New System.Windows.Forms.DataGridView
        Me.金额TextBox = New System.Windows.Forms.TextBox
        Me.实际销售价TextBox = New System.Windows.Forms.TextBox
        Me.数量TextBox = New System.Windows.Forms.TextBox
        Me.实际退货价TextBox = New System.Windows.Forms.TextBox
        Me.单位TextBox = New System.Windows.Forms.TextBox
        Me.规格型号TextBox = New System.Windows.Forms.TextBox
        Me.商品名称TextBox = New System.Windows.Forms.TextBox
        Me.客户名称TextBox = New System.Windows.Forms.TextBox
        Me.客户名称label = New System.Windows.Forms.Label
        Me.付款方式ComboBox = New System.Windows.Forms.ComboBox
        Me.销售单号ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
        Me.查询原销售单ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.printDocument1 = New System.Drawing.Printing.PrintDocument
        Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
        Me.label6 = New System.Windows.Forms.Label
        Me.实付金额TextBox = New System.Windows.Forms.TextBox
        Me.label5 = New System.Windows.Forms.Label
        Me.入库日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.说明TextBox = New System.Windows.Forms.TextBox
        Me.toolStripLabel2 = New System.Windows.Forms.ToolStripLabel
        Me.label9 = New System.Windows.Forms.Label
        Me.商品编号TextBox = New System.Windows.Forms.TextBox
        Me.客户名称ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
        Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
        Me.减少商品Button = New System.Windows.Forms.Button
        Me.添加商品Button = New System.Windows.Forms.Button
        Me.保存退货单Button = New System.Windows.Forms.Button
        Me.打印退货单Button = New System.Windows.Forms.Button
        Me.新增退货单Button = New System.Windows.Forms.Button
        Me.销售明细DataGridView = New System.Windows.Forms.DataGridView
        Me.toolStrip1 = New System.Windows.Forms.ToolStrip
        label12 = New System.Windows.Forms.Label
        label11 = New System.Windows.Forms.Label
        label10 = New System.Windows.Forms.Label
        商品编号Label = New System.Windows.Forms.Label
        商品名称Label = New System.Windows.Forms.Label
        规格型号Label = New System.Windows.Forms.Label
        单位Label = New System.Windows.Forms.Label
        实际销售价Label = New System.Windows.Forms.Label
        CType(Me.退货明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.销售明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.toolStrip1.SuspendLayout()
        Me.SuspendLayout()
        '
        'label12
        '
        label12.AutoSize = True
        label12.Location = New System.Drawing.Point(241, 173)
        label12.Name = "label12"
        label12.Size = New System.Drawing.Size(35, 12)
        label12.TabIndex = 191
        label12.Text = "金额:"
        '
        'label11
        '
        label11.AutoSize = True
        label11.Location = New System.Drawing.Point(143, 173)
        label11.Name = "label11"
        label11.Size = New System.Drawing.Size(35, 12)
        label11.TabIndex = 190
        label11.Text = "数量:"
        '
        'label10
        '
        label10.AutoSize = True
        label10.Location = New System.Drawing.Point(3, 173)
        label10.Name = "label10"
        label10.Size = New System.Drawing.Size(71, 12)
        label10.TabIndex = 189
        label10.Text = "实际退货价:"
        '
        '商品编号Label
        '
        商品编号Label.AutoSize = True
        商品编号Label.Location = New System.Drawing.Point(3, 121)
        商品编号Label.Name = "商品编号Label"
        商品编号Label.Size = New System.Drawing.Size(59, 12)
        商品编号Label.TabIndex = 184
        商品编号Label.Text = "商品编号:"
        '
        '商品名称Label
        '
        商品名称Label.AutoSize = True
        商品名称Label.Location = New System.Drawing.Point(145, 121)
        商品名称Label.Name = "商品名称Label"
        商品名称Label.Size = New System.Drawing.Size(59, 12)
        商品名称Label.TabIndex = 185
        商品名称Label.Text = "商品名称:"
        '
        '规格型号Label
        '
        规格型号Label.AutoSize = True
        规格型号Label.Location = New System.Drawing.Point(2, 148)
        规格型号Label.Name = "规格型号Label"
        规格型号Label.Size = New System.Drawing.Size(59, 12)
        规格型号Label.TabIndex = 186
        规格型号Label.Text = "规格型号:"
        '
        '单位Label
        '
        单位Label.AutoSize = True
        单位Label.Location = New System.Drawing.Point(266, 148)
        单位Label.Name = "单位Label"
        单位Label.Size = New System.Drawing.Size(35, 12)
        单位Label.TabIndex = 187
        单位Label.Text = "单位:"
        '
        '实际销售价Label
        '
        实际销售价Label.AutoSize = True
        实际销售价Label.Location = New System.Drawing.Point(373, 147)
        实际销售价Label.Name = "实际销售价Label"
        实际销售价Label.Size = New System.Drawing.Size(71, 12)
        实际销售价Label.TabIndex = 188
        实际销售价Label.Text = "实际销售价:"
        '
        'label8
        '
        Me.label8.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.label8.AutoSize = True
        Me.label8.Location = New System.Drawing.Point(343, 398)
        Me.label8.Name = "label8"
        Me.label8.Size = New System.Drawing.Size(65, 12)
        Me.label8.TabIndex = 209
        Me.label8.Text = "入库日期:"
        '
        '经办人TextBox
        '
        Me.经办人TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.经办人TextBox.Location = New System.Drawing.Point(472, 366)
        Me.经办人TextBox.Name = "经办人TextBox"
        Me.经办人TextBox.Size = New System.Drawing.Size(68, 21)
        Me.经办人TextBox.TabIndex = 208
        '
        'label7
        '
        Me.label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label7.AutoSize = True
        Me.label7.Location = New System.Drawing.Point(424, 369)
        Me.label7.Name = "label7"
        Me.label7.Size = New System.Drawing.Size(53, 12)
        Me.label7.TabIndex = 207
        Me.label7.Text = "经办人:"
        '
        '退货金额TextBox
        '
        Me.退货金额TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.退货金额TextBox.Location = New System.Drawing.Point(70, 366)
        Me.退货金额TextBox.Name = "退货金额TextBox"
        Me.退货金额TextBox.ReadOnly = True
        Me.退货金额TextBox.Size = New System.Drawing.Size(71, 21)
        Me.退货金额TextBox.TabIndex = 206
        '
        '退货金额label
        '
        Me.退货金额label.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.退货金额label.AutoSize = True
        Me.退货金额label.Location = New System.Drawing.Point(5, 369)
        Me.退货金额label.Name = "退货金额label"
        Me.退货金额label.Size = New System.Drawing.Size(65, 12)
        Me.退货金额label.TabIndex = 205
        Me.退货金额label.Text = "退货金额:"
        '
        '退货单号TextBox
        '
        Me.退货单号TextBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.退货单号TextBox.Location = New System.Drawing.Point(204, 339)
        Me.退货单号TextBox.Name = "退货单号TextBox"
        Me.退货单号TextBox.Size = New System.Drawing.Size(72, 21)
        Me.退货单号TextBox.TabIndex = 204
        '
        'label2
        '
        Me.label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label2.AutoSize = True
        Me.label2.Location = New System.Drawing.Point(145, 345)

⌨️ 快捷键说明

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