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

📄 sellform.designer.vb

📁 千寻销售系统 文件说明:一个采用三层结构的分部式应用程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SellForm
    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(SellForm))
        Me.GroupBox2 = New System.Windows.Forms.GroupBox
        Me.SellFormRefurbishButton = New System.Windows.Forms.Button
        Me.SellFormExitButton = New System.Windows.Forms.Button
        Me.SellFormCancelButton = New System.Windows.Forms.Button
        Me.SellFormSellButton = New System.Windows.Forms.Button
        Me.SellFormDataGridView = New System.Windows.Forms.DataGridView
        Me.GroupBox3 = New System.Windows.Forms.GroupBox
        Me.SellFormSCountTextBox = New System.Windows.Forms.TextBox
        Me.Label7 = New System.Windows.Forms.Label
        Me.SellFormCountTextBox = New System.Windows.Forms.TextBox
        Me.SellFormGroupNumberTextBox = New System.Windows.Forms.TextBox
        Me.SellFormNnitTextBox = New System.Windows.Forms.TextBox
        Me.SellFormNameTextBox = New System.Windows.Forms.TextBox
        Me.SellFormGroupTextBox = New System.Windows.Forms.TextBox
        Me.Label6 = New System.Windows.Forms.Label
        Me.Panel1 = New System.Windows.Forms.Panel
        Me.Label8 = New System.Windows.Forms.Label
        Me.SellFormDanweiTextBox = New System.Windows.Forms.TextBox
        Me.Label1 = New System.Windows.Forms.Label
        Me.SellFormNumberTextBox = New System.Windows.Forms.TextBox
        Me.Label5 = New System.Windows.Forms.Label
        Me.Label4 = New System.Windows.Forms.Label
        Me.Label3 = New System.Windows.Forms.Label
        Me.Label2 = New System.Windows.Forms.Label
        Me.SellFormHelpListBox = New System.Windows.Forms.ListBox
        Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
        Me.GroupBox1 = New System.Windows.Forms.GroupBox
        Me.SellFormExplainTextBox = New System.Windows.Forms.TextBox
        Me.GroupBox2.SuspendLayout()
        CType(Me.SellFormDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.GroupBox3.SuspendLayout()
        Me.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel1.SuspendLayout()
        Me.SplitContainer1.Panel2.SuspendLayout()
        Me.SplitContainer1.SuspendLayout()
        Me.GroupBox1.SuspendLayout()
        Me.SuspendLayout()
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.SellFormRefurbishButton)
        Me.GroupBox2.Controls.Add(Me.SellFormExitButton)
        Me.GroupBox2.Controls.Add(Me.SellFormCancelButton)
        Me.GroupBox2.Controls.Add(Me.SellFormSellButton)
        Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.GroupBox2.Location = New System.Drawing.Point(0, 456)
        Me.GroupBox2.MinimumSize = New System.Drawing.Size(220, 0)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(392, 57)
        Me.GroupBox2.TabIndex = 11
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "操作"
        '
        'SellFormRefurbishButton
        '
        Me.SellFormRefurbishButton.Location = New System.Drawing.Point(80, 17)
        Me.SellFormRefurbishButton.Name = "SellFormRefurbishButton"
        Me.SellFormRefurbishButton.Size = New System.Drawing.Size(61, 28)
        Me.SellFormRefurbishButton.TabIndex = 8
        Me.SellFormRefurbishButton.Text = "刷新(&R)"
        Me.SellFormRefurbishButton.UseVisualStyleBackColor = True
        '
        'SellFormExitButton
        '
        Me.SellFormExitButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.SellFormExitButton.Location = New System.Drawing.Point(319, 17)
        Me.SellFormExitButton.Name = "SellFormExitButton"
        Me.SellFormExitButton.Size = New System.Drawing.Size(61, 28)
        Me.SellFormExitButton.TabIndex = 7
        Me.SellFormExitButton.Text = "退出(&E)"
        Me.SellFormExitButton.UseVisualStyleBackColor = True
        '
        'SellFormCancelButton
        '
        Me.SellFormCancelButton.Location = New System.Drawing.Point(147, 17)
        Me.SellFormCancelButton.Name = "SellFormCancelButton"
        Me.SellFormCancelButton.Size = New System.Drawing.Size(61, 28)
        Me.SellFormCancelButton.TabIndex = 6
        Me.SellFormCancelButton.Text = "取消(&A)"
        Me.SellFormCancelButton.UseVisualStyleBackColor = True
        '
        'SellFormSellButton
        '
        Me.SellFormSellButton.Location = New System.Drawing.Point(13, 17)
        Me.SellFormSellButton.Name = "SellFormSellButton"
        Me.SellFormSellButton.Size = New System.Drawing.Size(61, 28)
        Me.SellFormSellButton.TabIndex = 5
        Me.SellFormSellButton.Text = "出售(&O)"
        Me.SellFormSellButton.UseVisualStyleBackColor = True
        '
        'SellFormDataGridView
        '
        Me.SellFormDataGridView.AllowUserToAddRows = False
        Me.SellFormDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
        Me.SellFormDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
        Me.SellFormDataGridView.Location = New System.Drawing.Point(3, 17)
        Me.SellFormDataGridView.Name = "SellFormDataGridView"
        Me.SellFormDataGridView.ReadOnly = True
        Me.SellFormDataGridView.RowTemplate.Height = 23
        Me.SellFormDataGridView.Size = New System.Drawing.Size(206, 493)
        Me.SellFormDataGridView.TabIndex = 100
        Me.SellFormDataGridView.TabStop = False
        '
        'GroupBox3
        '
        Me.GroupBox3.Controls.Add(Me.SellFormDataGridView)
        Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
        Me.GroupBox3.Location = New System.Drawing.Point(0, 0)
        Me.GroupBox3.Name = "GroupBox3"
        Me.GroupBox3.Size = New System.Drawing.Size(212, 513)
        Me.GroupBox3.TabIndex = 13
        Me.GroupBox3.TabStop = False
        Me.GroupBox3.Text = "货物列表"
        '
        'SellFormSCountTextBox
        '
        Me.SellFormSCountTextBox.Location = New System.Drawing.Point(68, 286)
        Me.SellFormSCountTextBox.Name = "SellFormSCountTextBox"
        Me.SellFormSCountTextBox.ReadOnly = True
        Me.SellFormSCountTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormSCountTextBox.TabIndex = 105
        Me.SellFormSCountTextBox.TabStop = False
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Location = New System.Drawing.Point(13, 295)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(53, 12)
        Me.Label7.TabIndex = 104
        Me.Label7.Text = "剩余数量"
        '
        'SellFormCountTextBox
        '
        Me.SellFormCountTextBox.Location = New System.Drawing.Point(68, 248)
        Me.SellFormCountTextBox.Name = "SellFormCountTextBox"
        Me.SellFormCountTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormCountTextBox.TabIndex = 2
        Me.SellFormCountTextBox.Text = "1"
        '
        'SellFormGroupNumberTextBox
        '
        Me.SellFormGroupNumberTextBox.Location = New System.Drawing.Point(68, 96)
        Me.SellFormGroupNumberTextBox.Name = "SellFormGroupNumberTextBox"
        Me.SellFormGroupNumberTextBox.ReadOnly = True
        Me.SellFormGroupNumberTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormGroupNumberTextBox.TabIndex = 101
        Me.SellFormGroupNumberTextBox.TabStop = False
        '
        'SellFormNnitTextBox
        '
        Me.SellFormNnitTextBox.Location = New System.Drawing.Point(68, 172)
        Me.SellFormNnitTextBox.Name = "SellFormNnitTextBox"
        Me.SellFormNnitTextBox.ReadOnly = True
        Me.SellFormNnitTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormNnitTextBox.TabIndex = 103
        Me.SellFormNnitTextBox.TabStop = False
        '
        'SellFormNameTextBox
        '
        Me.SellFormNameTextBox.Location = New System.Drawing.Point(68, 58)
        Me.SellFormNameTextBox.Name = "SellFormNameTextBox"
        Me.SellFormNameTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormNameTextBox.TabIndex = 1
        '
        'SellFormGroupTextBox
        '
        Me.SellFormGroupTextBox.Location = New System.Drawing.Point(68, 134)
        Me.SellFormGroupTextBox.Name = "SellFormGroupTextBox"
        Me.SellFormGroupTextBox.ReadOnly = True
        Me.SellFormGroupTextBox.Size = New System.Drawing.Size(156, 21)
        Me.SellFormGroupTextBox.TabIndex = 102
        Me.SellFormGroupTextBox.TabStop = False
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(13, 105)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(53, 12)
        Me.Label6.TabIndex = 102
        Me.Label6.Text = "类别编号"

⌨️ 快捷键说明

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