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

📄 reportbuyerform.designer.vb

📁 一个商品销售管理系统
💻 VB
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ReportBuyerForm
    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(ReportBuyerForm))
        Me.销售信息DataGridView = New System.Windows.Forms.DataGridView
        Me.打印往来款项Button = New System.Windows.Forms.Button
        Me.客户名称ComboBox = New System.Windows.Forms.ComboBox
        Me.label3 = New System.Windows.Forms.Label
        Me.查询往来款项Button = New System.Windows.Forms.Button
        Me.销售结束日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.label2 = New System.Windows.Forms.Label
        Me.销售开始日期DateTimePicker = New System.Windows.Forms.DateTimePicker
        Me.label1 = New System.Windows.Forms.Label
        CType(Me.销售信息DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        '销售信息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.Bottom) _
                    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(4, 56)
        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(534, 355)
        Me.销售信息DataGridView.TabIndex = 35
        '
        '打印往来款项Button
        '
        Me.打印往来款项Button.Image = CType(resources.GetObject("打印往来款项Button.Image"), System.Drawing.Image)
        Me.打印往来款项Button.Location = New System.Drawing.Point(425, 27)
        Me.打印往来款项Button.Name = "打印往来款项Button"
        Me.打印往来款项Button.Size = New System.Drawing.Size(113, 23)
        Me.打印往来款项Button.TabIndex = 34
        Me.打印往来款项Button.Text = "打印往来款项"
        Me.打印往来款项Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.打印往来款项Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.打印往来款项Button.UseVisualStyleBackColor = True
        '
        '客户名称ComboBox
        '
        Me.客户名称ComboBox.FormattingEnabled = True
        Me.客户名称ComboBox.Location = New System.Drawing.Point(69, 30)
        Me.客户名称ComboBox.Name = "客户名称ComboBox"
        Me.客户名称ComboBox.Size = New System.Drawing.Size(350, 20)
        Me.客户名称ComboBox.TabIndex = 33
        Me.客户名称ComboBox.Text = "%%"
        '
        'label3
        '
        Me.label3.AutoSize = True
        Me.label3.Location = New System.Drawing.Point(6, 34)
        Me.label3.Name = "label3"
        Me.label3.Size = New System.Drawing.Size(65, 12)
        Me.label3.TabIndex = 32
        Me.label3.Text = "客户名称:"
        '
        '查询往来款项Button
        '
        Me.查询往来款项Button.Image = CType(resources.GetObject("查询往来款项Button.Image"), System.Drawing.Image)
        Me.查询往来款项Button.Location = New System.Drawing.Point(425, 6)
        Me.查询往来款项Button.Name = "查询往来款项Button"
        Me.查询往来款项Button.Size = New System.Drawing.Size(113, 23)
        Me.查询往来款项Button.TabIndex = 31
        Me.查询往来款项Button.Text = "查询往来款项"
        Me.查询往来款项Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
        Me.查询往来款项Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
        Me.查询往来款项Button.UseVisualStyleBackColor = True
        '
        '销售结束日期DateTimePicker
        '
        Me.销售结束日期DateTimePicker.Location = New System.Drawing.Point(286, 7)
        Me.销售结束日期DateTimePicker.Name = "销售结束日期DateTimePicker"
        Me.销售结束日期DateTimePicker.Size = New System.Drawing.Size(133, 21)
        Me.销售结束日期DateTimePicker.TabIndex = 30
        '
        'label2
        '
        Me.label2.AutoSize = True
        Me.label2.Location = New System.Drawing.Point(223, 11)
        Me.label2.Name = "label2"
        Me.label2.Size = New System.Drawing.Size(65, 12)
        Me.label2.TabIndex = 29
        Me.label2.Text = "结束日期:"
        '
        '销售开始日期DateTimePicker
        '
        Me.销售开始日期DateTimePicker.Location = New System.Drawing.Point(69, 7)
        Me.销售开始日期DateTimePicker.Name = "销售开始日期DateTimePicker"
        Me.销售开始日期DateTimePicker.Size = New System.Drawing.Size(148, 21)
        Me.销售开始日期DateTimePicker.TabIndex = 28
        Me.销售开始日期DateTimePicker.Value = New Date(2006, 2, 28, 21, 34, 0, 0)
        '
        'label1
        '
        Me.label1.AutoSize = True
        Me.label1.Location = New System.Drawing.Point(6, 11)
        Me.label1.Name = "label1"
        Me.label1.Size = New System.Drawing.Size(65, 12)
        Me.label1.TabIndex = 27
        Me.label1.Text = "开始日期:"
        '
        'ReportBuyerForm
        '
        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.销售信息DataGridView)
        Me.Controls.Add(Me.打印往来款项Button)
        Me.Controls.Add(Me.客户名称ComboBox)
        Me.Controls.Add(Me.label3)
        Me.Controls.Add(Me.查询往来款项Button)
        Me.Controls.Add(Me.销售结束日期DateTimePicker)
        Me.Controls.Add(Me.label2)
        Me.Controls.Add(Me.销售开始日期DateTimePicker)
        Me.Controls.Add(Me.label1)
        Me.Name = "ReportBuyerForm"
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
        Me.Text = "采购商往来报表"
        CType(Me.销售信息DataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)
        Me.PerformLayout()

    End Sub
    Private WithEvents 销售信息DataGridView As System.Windows.Forms.DataGridView
    Private WithEvents 打印往来款项Button As System.Windows.Forms.Button
    Private WithEvents 客户名称ComboBox As System.Windows.Forms.ComboBox
    Private WithEvents label3 As System.Windows.Forms.Label
    Private WithEvents 查询往来款项Button As System.Windows.Forms.Button
    Private WithEvents 销售结束日期DateTimePicker As System.Windows.Forms.DateTimePicker
    Private WithEvents label2 As System.Windows.Forms.Label
    Private WithEvents 销售开始日期DateTimePicker As System.Windows.Forms.DateTimePicker
    Private WithEvents label1 As System.Windows.Forms.Label
End Class

⌨️ 快捷键说明

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