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

📄 salegatheringform.designer.vb

📁 一个商品销售管理系统
💻 VB
📖 第 1 页 / 共 3 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SaleGatheringForm
    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()
        Me.components = New System.ComponentModel.Container
        Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SaleGatheringForm))
        Dim label1 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 纳税人识别号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.MySaleDataSet = New 商品销售管理系统.MySaleDataSet
        Me.采购商信息BindingSource = New System.Windows.Forms.BindingSource(Me.components)
        Me.采购商信息TableAdapter = New 商品销售管理系统.MySaleDataSetTableAdapters.采购商信息TableAdapter
        Me.采购商信息BindingNavigator = New System.Windows.Forms.BindingNavigator(Me.components)
        Me.BindingNavigatorMoveFirstItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMovePreviousItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorPositionItem = New System.Windows.Forms.ToolStripTextBox
        Me.BindingNavigatorCountItem = New System.Windows.Forms.ToolStripLabel
        Me.BindingNavigatorSeparator1 = New System.Windows.Forms.ToolStripSeparator
        Me.BindingNavigatorMoveNextItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorMoveLastItem = New System.Windows.Forms.ToolStripButton
        Me.BindingNavigatorSeparator2 = New System.Windows.Forms.ToolStripSeparator
        Me.采购商信息BindingNavigatorSaveItem = New System.Windows.Forms.ToolStripButton
        Me.客户名称ToolStripLabel = New System.Windows.Forms.ToolStripLabel
        Me.客户名称ToolStripTextBox = New System.Windows.Forms.ToolStripTextBox
        Me.查询ToolStripButton = New System.Windows.Forms.ToolStripButton
        Me.groupBox1 = New System.Windows.Forms.GroupBox
        Me.退出Button = New System.Windows.Forms.Button
        Me.打印Button = New System.Windows.Forms.Button
        Me.保存Button = New System.Windows.Forms.Button
        Me.收款日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.收款方式ComboBox = New System.Windows.Forms.ComboBox
        Me.textBox1 = 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.label6 = New System.Windows.Forms.Label
        Me.实收金额TextBox = New System.Windows.Forms.TextBox
        Me.label5 = New System.Windows.Forms.Label
        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.银行帐号TextBox = New System.Windows.Forms.TextBox
        Me.说明TextBox = New System.Windows.Forms.TextBox
        Me.采购商信息DataGridView = New System.Windows.Forms.DataGridView
        Me.dataGridViewTextBoxColumn1 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn2 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn3 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn4 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn5 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn6 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn7 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn8 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.dataGridViewTextBoxColumn9 = New System.Windows.Forms.DataGridViewTextBoxColumn
        Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
        Me.printDocument1 = New System.Drawing.Printing.PrintDocument
        label1 = 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
        纳税人识别号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.MySaleDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.采购商信息BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
        CType(Me.采购商信息BindingNavigator, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.采购商信息BindingNavigator.SuspendLayout()
        Me.groupBox1.SuspendLayout()
        CType(Me.采购商信息DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'MySaleDataSet
        '
        Me.MySaleDataSet.DataSetName = "MySaleDataSet"
        Me.MySaleDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
        '
        '采购商信息BindingSource
        '
        Me.采购商信息BindingSource.DataMember = "采购商信息"
        Me.采购商信息BindingSource.DataSource = Me.MySaleDataSet
        '
        '采购商信息TableAdapter
        '
        Me.采购商信息TableAdapter.ClearBeforeFill = True
        '
        '采购商信息BindingNavigator
        '
        Me.采购商信息BindingNavigator.AddNewItem = Nothing
        Me.采购商信息BindingNavigator.BindingSource = Me.采购商信息BindingSource
        Me.采购商信息BindingNavigator.CountItem = Me.BindingNavigatorCountItem
        Me.采购商信息BindingNavigator.DeleteItem = Nothing
        Me.采购商信息BindingNavigator.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.客户名称ToolStripLabel, Me.客户名称ToolStripTextBox, Me.查询ToolStripButton, Me.BindingNavigatorMoveFirstItem, Me.BindingNavigatorMovePreviousItem, Me.BindingNavigatorSeparator, Me.BindingNavigatorPositionItem, Me.BindingNavigatorCountItem, Me.BindingNavigatorSeparator1, Me.BindingNavigatorMoveNextItem, Me.BindingNavigatorMoveLastItem, Me.BindingNavigatorSeparator2, Me.采购商信息BindingNavigatorSaveItem})
        Me.采购商信息BindingNavigator.Location = New System.Drawing.Point(0, 0)
        Me.采购商信息BindingNavigator.MoveFirstItem = Me.BindingNavigatorMoveFirstItem
        Me.采购商信息BindingNavigator.MoveLastItem = Me.BindingNavigatorMoveLastItem
        Me.采购商信息BindingNavigator.MoveNextItem = Me.BindingNavigatorMoveNextItem
        Me.采购商信息BindingNavigator.MovePreviousItem = Me.BindingNavigatorMovePreviousItem
        Me.采购商信息BindingNavigator.Name = "采购商信息BindingNavigator"
        Me.采购商信息BindingNavigator.PositionItem = Me.BindingNavigatorPositionItem
        Me.采购商信息BindingNavigator.Size = New System.Drawing.Size(542, 25)
        Me.采购商信息BindingNavigator.TabIndex = 0
        Me.采购商信息BindingNavigator.Text = "BindingNavigator1"
        '
        'BindingNavigatorMoveFirstItem
        '
        Me.BindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveFirstItem.Image = CType(resources.GetObject("BindingNavigatorMoveFirstItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveFirstItem.Name = "BindingNavigatorMoveFirstItem"
        Me.BindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveFirstItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveFirstItem.Text = "移到第一条记录"
        '
        'BindingNavigatorMovePreviousItem
        '
        Me.BindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMovePreviousItem.Image = CType(resources.GetObject("BindingNavigatorMovePreviousItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMovePreviousItem.Name = "BindingNavigatorMovePreviousItem"
        Me.BindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMovePreviousItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMovePreviousItem.Text = "移到上一条记录"
        '
        'BindingNavigatorSeparator
        '
        Me.BindingNavigatorSeparator.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorPositionItem
        '
        Me.BindingNavigatorPositionItem.AccessibleName = "位置"
        Me.BindingNavigatorPositionItem.AutoSize = False
        Me.BindingNavigatorPositionItem.Name = "BindingNavigatorPositionItem"
        Me.BindingNavigatorPositionItem.Size = New System.Drawing.Size(50, 21)
        Me.BindingNavigatorPositionItem.Text = "0"
        Me.BindingNavigatorPositionItem.ToolTipText = "当前位置"
        '
        'BindingNavigatorCountItem
        '
        Me.BindingNavigatorCountItem.Name = "BindingNavigatorCountItem"
        Me.BindingNavigatorCountItem.Size = New System.Drawing.Size(35, 22)
        Me.BindingNavigatorCountItem.Text = "/ {0}"
        Me.BindingNavigatorCountItem.ToolTipText = "总项数"
        '
        'BindingNavigatorSeparator1
        '
        Me.BindingNavigatorSeparator1.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator1.Size = New System.Drawing.Size(6, 25)
        '
        'BindingNavigatorMoveNextItem
        '
        Me.BindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveNextItem.Image = CType(resources.GetObject("BindingNavigatorMoveNextItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveNextItem.Name = "BindingNavigatorMoveNextItem"
        Me.BindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveNextItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveNextItem.Text = "移到下一条记录"
        '
        'BindingNavigatorMoveLastItem
        '
        Me.BindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
        Me.BindingNavigatorMoveLastItem.Image = CType(resources.GetObject("BindingNavigatorMoveLastItem.Image"), System.Drawing.Image)
        Me.BindingNavigatorMoveLastItem.Name = "BindingNavigatorMoveLastItem"
        Me.BindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = True
        Me.BindingNavigatorMoveLastItem.Size = New System.Drawing.Size(23, 22)
        Me.BindingNavigatorMoveLastItem.Text = "移到最后一条记录"
        '
        'BindingNavigatorSeparator2
        '
        Me.BindingNavigatorSeparator2.Name = "BindingNavigatorSeparator"
        Me.BindingNavigatorSeparator2.Size = New System.Drawing.Size(6, 25)
        '
        '采购商信息BindingNavigatorSaveItem
        '
        Me.采购商信息BindingNavigatorSaveItem.Image = CType(resources.GetObject("采购商信息BindingNavigatorSaveItem.Image"), System.Drawing.Image)
        Me.采购商信息BindingNavigatorSaveItem.Name = "采购商信息BindingNavigatorSaveItem"
        Me.采购商信息BindingNavigatorSaveItem.Size = New System.Drawing.Size(49, 22)
        Me.采购商信息BindingNavigatorSaveItem.Text = "保存"
        '
        '客户名称ToolStripLabel
        '
        Me.客户名称ToolStripLabel.Name = "客户名称ToolStripLabel"
        Me.客户名称ToolStripLabel.Size = New System.Drawing.Size(59, 22)
        Me.客户名称ToolStripLabel.Text = "客户名称:"
        '
        '客户名称ToolStripTextBox
        '
        Me.客户名称ToolStripTextBox.Name = "客户名称ToolStripTextBox"
        Me.客户名称ToolStripTextBox.Size = New System.Drawing.Size(100, 25)
        Me.客户名称ToolStripTextBox.Text = "%%"
        '
        '查询ToolStripButton
        '
        Me.查询ToolStripButton.Image = CType(resources.GetObject("查询ToolStripButton.Image"), System.Drawing.Image)
        Me.查询ToolStripButton.Name = "查询ToolStripButton"
        Me.查询ToolStripButton.Size = New System.Drawing.Size(49, 22)
        Me.查询ToolStripButton.Text = "查询"
        '
        'groupBox1
        '
        Me.groupBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
        Me.groupBox1.Controls.Add(Me.退出Button)
        Me.groupBox1.Controls.Add(Me.打印Button)
        Me.groupBox1.Controls.Add(Me.保存Button)
        Me.groupBox1.Controls.Add(Me.收款日期DateTimePicker)
        Me.groupBox1.Controls.Add(Me.收款方式ComboBox)
        Me.groupBox1.Controls.Add(Me.textBox1)
        Me.groupBox1.Controls.Add(Me.label9)
        Me.groupBox1.Controls.Add(Me.label8)
        Me.groupBox1.Controls.Add(Me.经办人TextBox)
        Me.groupBox1.Controls.Add(Me.label7)
        Me.groupBox1.Controls.Add(Me.label6)
        Me.groupBox1.Controls.Add(Me.实收金额TextBox)
        Me.groupBox1.Controls.Add(Me.label5)
        Me.groupBox1.Location = New System.Drawing.Point(6, 303)
        Me.groupBox1.Name = "groupBox1"

⌨️ 快捷键说明

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