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

📄 addgoodsform.designer.vb

📁 千寻销售系统 文件说明:一个采用三层结构的分部式应用程序
💻 VB
📖 第 1 页 / 共 2 页
字号:
        Me.AddGoodsFormCountTextBox.TabIndex = 110
        Me.AddGoodsFormCountTextBox.Text = "1"
        '
        'AddGoodsFormGroupNumberTextBox
        '
        Me.AddGoodsFormGroupNumberTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.AddGoodsFormGroupNumberTextBox.Location = New System.Drawing.Point(69, 96)
        Me.AddGoodsFormGroupNumberTextBox.Name = "AddGoodsFormGroupNumberTextBox"
        Me.AddGoodsFormGroupNumberTextBox.Size = New System.Drawing.Size(344, 21)
        Me.AddGoodsFormGroupNumberTextBox.TabIndex = 115
        Me.AddGoodsFormGroupNumberTextBox.TabStop = False
        '
        'Label5
        '
        Me.Label5.AutoSize = True
        Me.Label5.Location = New System.Drawing.Point(38, 257)
        Me.Label5.Name = "Label5"
        Me.Label5.Size = New System.Drawing.Size(29, 12)
        Me.Label5.TabIndex = 114
        Me.Label5.Text = "数量"
        '
        'Label4
        '
        Me.Label4.AutoSize = True
        Me.Label4.Location = New System.Drawing.Point(38, 181)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(29, 12)
        Me.Label4.TabIndex = 113
        Me.Label4.Text = "单价"
        '
        'AddGoodsFormNnitTextBox
        '
        Me.AddGoodsFormNnitTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.AddGoodsFormNnitTextBox.Location = New System.Drawing.Point(69, 172)
        Me.AddGoodsFormNnitTextBox.Name = "AddGoodsFormNnitTextBox"
        Me.AddGoodsFormNnitTextBox.Size = New System.Drawing.Size(344, 21)
        Me.AddGoodsFormNnitTextBox.TabIndex = 118
        Me.AddGoodsFormNnitTextBox.TabStop = False
        '
        'Label6
        '
        Me.Label6.AutoSize = True
        Me.Label6.Location = New System.Drawing.Point(14, 105)
        Me.Label6.Name = "Label6"
        Me.Label6.Size = New System.Drawing.Size(53, 12)
        Me.Label6.TabIndex = 116
        Me.Label6.Text = "类别编号"
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Location = New System.Drawing.Point(38, 143)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(29, 12)
        Me.Label3.TabIndex = 112
        Me.Label3.Text = "类别"
        '
        'AddGoodsFormNameTextBox
        '
        Me.AddGoodsFormNameTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.AddGoodsFormNameTextBox.Location = New System.Drawing.Point(69, 58)
        Me.AddGoodsFormNameTextBox.Name = "AddGoodsFormNameTextBox"
        Me.AddGoodsFormNameTextBox.Size = New System.Drawing.Size(344, 21)
        Me.AddGoodsFormNameTextBox.TabIndex = 109
        '
        'Label2
        '
        Me.Label2.AutoSize = True
        Me.Label2.Location = New System.Drawing.Point(38, 67)
        Me.Label2.Name = "Label2"
        Me.Label2.Size = New System.Drawing.Size(29, 12)
        Me.Label2.TabIndex = 111
        Me.Label2.Text = "名称"
        '
        'AddGoodsFormGroupTextBox
        '
        Me.AddGoodsFormGroupTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
                    Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
        Me.AddGoodsFormGroupTextBox.Location = New System.Drawing.Point(69, 134)
        Me.AddGoodsFormGroupTextBox.Name = "AddGoodsFormGroupTextBox"
        Me.AddGoodsFormGroupTextBox.Size = New System.Drawing.Size(344, 21)
        Me.AddGoodsFormGroupTextBox.TabIndex = 117
        Me.AddGoodsFormGroupTextBox.TabStop = False
        '
        'Panel2
        '
        Me.Panel2.Controls.Add(Me.AddGoodsFormHelpListBox)
        Me.Panel2.Controls.Add(Me.GroupBox2)
        Me.Panel2.Dock = System.Windows.Forms.DockStyle.Right
        Me.Panel2.Location = New System.Drawing.Point(420, 0)
        Me.Panel2.Name = "Panel2"
        Me.Panel2.Size = New System.Drawing.Size(119, 316)
        Me.Panel2.TabIndex = 2
        '
        'AddGoodsFormHelpListBox
        '
        Me.AddGoodsFormHelpListBox.FormattingEnabled = True
        Me.AddGoodsFormHelpListBox.ItemHeight = 12
        Me.AddGoodsFormHelpListBox.Location = New System.Drawing.Point(6, 20)
        Me.AddGoodsFormHelpListBox.Name = "AddGoodsFormHelpListBox"
        Me.AddGoodsFormHelpListBox.Size = New System.Drawing.Size(110, 100)
        Me.AddGoodsFormHelpListBox.TabIndex = 101
        Me.AddGoodsFormHelpListBox.TabStop = False
        '
        'GroupBox2
        '
        Me.GroupBox2.Controls.Add(Me.AddGoodsFormCancelButton)
        Me.GroupBox2.Controls.Add(Me.AddGoodsFormExitButton)
        Me.GroupBox2.Controls.Add(Me.AddGoodsFormAddButton)
        Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.GroupBox2.Location = New System.Drawing.Point(0, 172)
        Me.GroupBox2.Name = "GroupBox2"
        Me.GroupBox2.Size = New System.Drawing.Size(119, 144)
        Me.GroupBox2.TabIndex = 0
        Me.GroupBox2.TabStop = False
        Me.GroupBox2.Text = "操作"
        '
        'AddGoodsFormCancelButton
        '
        Me.AddGoodsFormCancelButton.Location = New System.Drawing.Point(34, 64)
        Me.AddGoodsFormCancelButton.Name = "AddGoodsFormCancelButton"
        Me.AddGoodsFormCancelButton.Size = New System.Drawing.Size(61, 28)
        Me.AddGoodsFormCancelButton.TabIndex = 7
        Me.AddGoodsFormCancelButton.Text = "取消(&A)"
        Me.AddGoodsFormCancelButton.UseVisualStyleBackColor = True
        '
        'AddGoodsFormAddButton
        '
        Me.AddGoodsFormAddButton.Location = New System.Drawing.Point(34, 26)
        Me.AddGoodsFormAddButton.Name = "AddGoodsFormAddButton"
        Me.AddGoodsFormAddButton.Size = New System.Drawing.Size(62, 27)
        Me.AddGoodsFormAddButton.TabIndex = 0
        Me.AddGoodsFormAddButton.Text = "添加"
        Me.AddGoodsFormAddButton.UseVisualStyleBackColor = True
        '
        'AddGoodsForm
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(183, Byte), Integer), CType(CType(223, Byte), Integer), CType(CType(251, Byte), Integer))
        Me.ClientSize = New System.Drawing.Size(539, 501)
        Me.Controls.Add(Me.GroupBox1)
        Me.Controls.Add(Me.Panel1)
        Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
        Me.Name = "AddGoodsForm"
        Me.Text = "添加货物"
        CType(Me.AddGoodsFormDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
        Me.GroupBox1.ResumeLayout(False)
        Me.Panel1.ResumeLayout(False)
        Me.GroupBox3.ResumeLayout(False)
        Me.GroupBox3.PerformLayout()
        Me.Panel2.ResumeLayout(False)
        Me.GroupBox2.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents AddGoodsFormExitButton As System.Windows.Forms.Button
    Friend WithEvents AddGoodsFormDataGridView As System.Windows.Forms.DataGridView
    Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
    Friend WithEvents Panel1 As System.Windows.Forms.Panel
    Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
    Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
    Friend WithEvents AddGoodsFormAddButton As System.Windows.Forms.Button
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents AddGoodsFormDanweiTextBox As System.Windows.Forms.TextBox
    Friend WithEvents AddGoodsFormSCountTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents Label1 As System.Windows.Forms.Label
    Friend WithEvents AddGoodsFormNumberTextBox As System.Windows.Forms.TextBox
    Friend WithEvents AddGoodsFormCountTextBox As System.Windows.Forms.TextBox
    Friend WithEvents AddGoodsFormGroupNumberTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label5 As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents AddGoodsFormNnitTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label6 As System.Windows.Forms.Label
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents AddGoodsFormNameTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Label2 As System.Windows.Forms.Label
    Friend WithEvents AddGoodsFormGroupTextBox As System.Windows.Forms.TextBox
    Friend WithEvents Panel2 As System.Windows.Forms.Panel
    Friend WithEvents AddGoodsFormHelpListBox As System.Windows.Forms.ListBox
    Friend WithEvents AddGoodsFormCancelButton As System.Windows.Forms.Button
End Class

⌨️ 快捷键说明

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