📄 addgoodsform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AddGoodsForm
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(AddGoodsForm))
Me.AddGoodsFormExitButton = New System.Windows.Forms.Button
Me.AddGoodsFormDataGridView = New System.Windows.Forms.DataGridView
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Panel1 = New System.Windows.Forms.Panel
Me.GroupBox3 = New System.Windows.Forms.GroupBox
Me.Label8 = New System.Windows.Forms.Label
Me.AddGoodsFormDanweiTextBox = New System.Windows.Forms.TextBox
Me.AddGoodsFormSCountTextBox = New System.Windows.Forms.TextBox
Me.Label7 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.AddGoodsFormNumberTextBox = New System.Windows.Forms.TextBox
Me.AddGoodsFormCountTextBox = New System.Windows.Forms.TextBox
Me.AddGoodsFormGroupNumberTextBox = New System.Windows.Forms.TextBox
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.AddGoodsFormNnitTextBox = New System.Windows.Forms.TextBox
Me.Label6 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.AddGoodsFormNameTextBox = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.AddGoodsFormGroupTextBox = New System.Windows.Forms.TextBox
Me.Panel2 = New System.Windows.Forms.Panel
Me.AddGoodsFormHelpListBox = New System.Windows.Forms.ListBox
Me.GroupBox2 = New System.Windows.Forms.GroupBox
Me.AddGoodsFormCancelButton = New System.Windows.Forms.Button
Me.AddGoodsFormAddButton = New System.Windows.Forms.Button
CType(Me.AddGoodsFormDataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.GroupBox1.SuspendLayout()
Me.Panel1.SuspendLayout()
Me.GroupBox3.SuspendLayout()
Me.Panel2.SuspendLayout()
Me.GroupBox2.SuspendLayout()
Me.SuspendLayout()
'
'AddGoodsFormExitButton
'
Me.AddGoodsFormExitButton.Location = New System.Drawing.Point(34, 104)
Me.AddGoodsFormExitButton.Name = "AddGoodsFormExitButton"
Me.AddGoodsFormExitButton.Size = New System.Drawing.Size(62, 27)
Me.AddGoodsFormExitButton.TabIndex = 1
Me.AddGoodsFormExitButton.Text = "退出"
Me.AddGoodsFormExitButton.UseVisualStyleBackColor = True
'
'AddGoodsFormDataGridView
'
Me.AddGoodsFormDataGridView.AllowUserToAddRows = False
Me.AddGoodsFormDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.AddGoodsFormDataGridView.Dock = System.Windows.Forms.DockStyle.Fill
Me.AddGoodsFormDataGridView.Location = New System.Drawing.Point(3, 17)
Me.AddGoodsFormDataGridView.Name = "AddGoodsFormDataGridView"
Me.AddGoodsFormDataGridView.ReadOnly = True
Me.AddGoodsFormDataGridView.RowTemplate.Height = 23
Me.AddGoodsFormDataGridView.Size = New System.Drawing.Size(533, 165)
Me.AddGoodsFormDataGridView.TabIndex = 0
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.AddGoodsFormDataGridView)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill
Me.GroupBox1.Location = New System.Drawing.Point(0, 316)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(539, 185)
Me.GroupBox1.TabIndex = 2
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "营业员列表"
'
'Panel1
'
Me.Panel1.Controls.Add(Me.GroupBox3)
Me.Panel1.Controls.Add(Me.Panel2)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
Me.Panel1.Location = New System.Drawing.Point(0, 0)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(539, 316)
Me.Panel1.TabIndex = 3
'
'GroupBox3
'
Me.GroupBox3.Controls.Add(Me.Label8)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormDanweiTextBox)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormSCountTextBox)
Me.GroupBox3.Controls.Add(Me.Label7)
Me.GroupBox3.Controls.Add(Me.Label1)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormNumberTextBox)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormCountTextBox)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormGroupNumberTextBox)
Me.GroupBox3.Controls.Add(Me.Label5)
Me.GroupBox3.Controls.Add(Me.Label4)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormNnitTextBox)
Me.GroupBox3.Controls.Add(Me.Label6)
Me.GroupBox3.Controls.Add(Me.Label3)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormNameTextBox)
Me.GroupBox3.Controls.Add(Me.Label2)
Me.GroupBox3.Controls.Add(Me.AddGoodsFormGroupTextBox)
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(420, 316)
Me.GroupBox3.TabIndex = 1
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "基本信息"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(38, 219)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(29, 12)
Me.Label8.TabIndex = 122
Me.Label8.Text = "单位"
'
'AddGoodsFormDanweiTextBox
'
Me.AddGoodsFormDanweiTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.AddGoodsFormDanweiTextBox.Location = New System.Drawing.Point(69, 210)
Me.AddGoodsFormDanweiTextBox.Name = "AddGoodsFormDanweiTextBox"
Me.AddGoodsFormDanweiTextBox.Size = New System.Drawing.Size(344, 21)
Me.AddGoodsFormDanweiTextBox.TabIndex = 119
Me.AddGoodsFormDanweiTextBox.TabStop = False
'
'AddGoodsFormSCountTextBox
'
Me.AddGoodsFormSCountTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.AddGoodsFormSCountTextBox.Location = New System.Drawing.Point(69, 286)
Me.AddGoodsFormSCountTextBox.Name = "AddGoodsFormSCountTextBox"
Me.AddGoodsFormSCountTextBox.ReadOnly = True
Me.AddGoodsFormSCountTextBox.Size = New System.Drawing.Size(344, 21)
Me.AddGoodsFormSCountTextBox.TabIndex = 121
Me.AddGoodsFormSCountTextBox.TabStop = False
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(14, 295)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(53, 12)
Me.Label7.TabIndex = 120
Me.Label7.Text = "剩余数量"
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(14, 29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 108
Me.Label1.Text = "货物编号"
'
'AddGoodsFormNumberTextBox
'
Me.AddGoodsFormNumberTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.AddGoodsFormNumberTextBox.Location = New System.Drawing.Point(69, 20)
Me.AddGoodsFormNumberTextBox.Name = "AddGoodsFormNumberTextBox"
Me.AddGoodsFormNumberTextBox.Size = New System.Drawing.Size(344, 21)
Me.AddGoodsFormNumberTextBox.TabIndex = 107
'
'AddGoodsFormCountTextBox
'
Me.AddGoodsFormCountTextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.AddGoodsFormCountTextBox.Location = New System.Drawing.Point(69, 248)
Me.AddGoodsFormCountTextBox.Name = "AddGoodsFormCountTextBox"
Me.AddGoodsFormCountTextBox.Size = New System.Drawing.Size(344, 21)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -