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

📄 warehouseoutform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class WarehouseOutForm
    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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(WarehouseOutForm))
        Dim label13 As System.Windows.Forms.Label
        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
        Me.客户名称TextBox = New System.Windows.Forms.TextBox
        Me.客户名称label = New System.Windows.Forms.Label
        Me.收款方式ComboBox = New System.Windows.Forms.ComboBox
        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.label9 = New System.Windows.Forms.Label
        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.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
        Me.printDocument1 = New System.Drawing.Printing.PrintDocument
        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.采购单号ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
        Me.查询原采购单ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.toolStripLabel1 = New System.Windows.Forms.ToolStripLabel
        Me.客户名称ToolStripComboBox = New System.Windows.Forms.ToolStripComboBox
        Me.toolStripLabel2 = New System.Windows.Forms.ToolStripLabel
        Me.生产日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.商品名称TextBox = New System.Windows.Forms.TextBox
        Me.商品编号TextBox = New System.Windows.Forms.TextBox
        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
        label13 = New System.Windows.Forms.Label
        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()
        '
        '客户名称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(345, 337)
        Me.客户名称TextBox.Name = "客户名称TextBox"
        Me.客户名称TextBox.ReadOnly = True
        Me.客户名称TextBox.Size = New System.Drawing.Size(192, 21)
        Me.客户名称TextBox.TabIndex = 132
        '
        '客户名称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(281, 345)
        Me.客户名称label.Name = "客户名称label"
        Me.客户名称label.Size = New System.Drawing.Size(65, 12)
        Me.客户名称label.TabIndex = 131
        Me.客户名称label.Text = "客户名称:"
        '
        '收款方式ComboBox
        '
        Me.收款方式ComboBox.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.收款方式ComboBox.FormattingEnabled = True
        Me.收款方式ComboBox.Items.AddRange(New Object() {"现金", "银行卡", "支票", "汇票"})
        Me.收款方式ComboBox.Location = New System.Drawing.Point(345, 364)
        Me.收款方式ComboBox.Name = "收款方式ComboBox"
        Me.收款方式ComboBox.Size = New System.Drawing.Size(70, 20)
        Me.收款方式ComboBox.TabIndex = 130
        '
        'label6
        '
        Me.label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label6.AutoSize = True
        Me.label6.Location = New System.Drawing.Point(286, 369)
        Me.label6.Name = "label6"
        Me.label6.Size = New System.Drawing.Size(65, 12)
        Me.label6.TabIndex = 129
        Me.label6.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(201, 363)
        Me.实收金额TextBox.Name = "实收金额TextBox"
        Me.实收金额TextBox.Size = New System.Drawing.Size(81, 21)
        Me.实收金额TextBox.TabIndex = 128
        Me.实收金额TextBox.Text = "-0"
        '
        'label5
        '
        Me.label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label5.AutoSize = True
        Me.label5.Location = New System.Drawing.Point(142, 369)
        Me.label5.Name = "label5"
        Me.label5.Size = New System.Drawing.Size(65, 12)
        Me.label5.TabIndex = 127
        Me.label5.Text = "实收金额:"
        '
        '出库日期DateTimePicker
        '
        Me.出库日期DateTimePicker.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.出库日期DateTimePicker.Location = New System.Drawing.Point(413, 392)
        Me.出库日期DateTimePicker.Name = "出库日期DateTimePicker"
        Me.出库日期DateTimePicker.Size = New System.Drawing.Size(124, 21)
        Me.出库日期DateTimePicker.TabIndex = 126
        '
        '说明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(52, 393)
        Me.说明TextBox.Name = "说明TextBox"
        Me.说明TextBox.Size = New System.Drawing.Size(284, 21)
        Me.说明TextBox.TabIndex = 125
        '
        'label9
        '
        Me.label9.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.label9.AutoSize = True
        Me.label9.Location = New System.Drawing.Point(4, 397)
        Me.label9.Name = "label9"
        Me.label9.Size = New System.Drawing.Size(41, 12)
        Me.label9.TabIndex = 124
        Me.label9.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(342, 398)
        Me.label8.Name = "label8"
        Me.label8.Size = New System.Drawing.Size(65, 12)
        Me.label8.TabIndex = 123
        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(468, 364)
        Me.经办人TextBox.Name = "经办人TextBox"
        Me.经办人TextBox.Size = New System.Drawing.Size(68, 21)
        Me.经办人TextBox.TabIndex = 122
        '
        '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(417, 369)
        Me.label7.Name = "label7"
        Me.label7.Size = New System.Drawing.Size(53, 12)
        Me.label7.TabIndex = 121
        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(69, 366)
        Me.退货金额TextBox.Name = "退货金额TextBox"
        Me.退货金额TextBox.ReadOnly = True
        Me.退货金额TextBox.Size = New System.Drawing.Size(71, 21)
        Me.退货金额TextBox.TabIndex = 120
        '
        '退货金额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(4, 369)
        Me.退货金额label.Name = "退货金额label"
        Me.退货金额label.Size = New System.Drawing.Size(65, 12)
        Me.退货金额label.TabIndex = 119
        Me.退货金额label.Text = "退货金额:"
        '
        'printPreviewDialog1
        '
        Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
        Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)

⌨️ 快捷键说明

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