📄 sellform.designer.vb
字号:
'
'Panel1
'
Me.Panel1.AutoScroll = True
Me.Panel1.Controls.Add(Me.Label8)
Me.Panel1.Controls.Add(Me.SellFormDanweiTextBox)
Me.Panel1.Controls.Add(Me.SellFormSCountTextBox)
Me.Panel1.Controls.Add(Me.Label7)
Me.Panel1.Controls.Add(Me.Label1)
Me.Panel1.Controls.Add(Me.SellFormNumberTextBox)
Me.Panel1.Controls.Add(Me.SellFormCountTextBox)
Me.Panel1.Controls.Add(Me.SellFormGroupNumberTextBox)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Controls.Add(Me.SellFormNnitTextBox)
Me.Panel1.Controls.Add(Me.Label6)
Me.Panel1.Controls.Add(Me.Label3)
Me.Panel1.Controls.Add(Me.SellFormNameTextBox)
Me.Panel1.Controls.Add(Me.Label2)
Me.Panel1.Controls.Add(Me.SellFormHelpListBox)
Me.Panel1.Controls.Add(Me.SellFormGroupTextBox)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
Me.Panel1.Location = New System.Drawing.Point(0, 90)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(392, 366)
Me.Panel1.TabIndex = 103
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Location = New System.Drawing.Point(37, 219)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(29, 12)
Me.Label8.TabIndex = 106
Me.Label8.Text = "单位"
'
'SellFormDanweiTextBox
'
Me.SellFormDanweiTextBox.Location = New System.Drawing.Point(68, 210)
Me.SellFormDanweiTextBox.Name = "SellFormDanweiTextBox"
Me.SellFormDanweiTextBox.ReadOnly = True
Me.SellFormDanweiTextBox.Size = New System.Drawing.Size(156, 21)
Me.SellFormDanweiTextBox.TabIndex = 104
Me.SellFormDanweiTextBox.TabStop = False
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(13, 29)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 1
Me.Label1.Text = "货物编号"
'
'SellFormNumberTextBox
'
Me.SellFormNumberTextBox.Location = New System.Drawing.Point(68, 20)
Me.SellFormNumberTextBox.Name = "SellFormNumberTextBox"
Me.SellFormNumberTextBox.Size = New System.Drawing.Size(156, 21)
Me.SellFormNumberTextBox.TabIndex = 0
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(37, 257)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(29, 12)
Me.Label5.TabIndex = 5
Me.Label5.Text = "数量"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(37, 181)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(29, 12)
Me.Label4.TabIndex = 4
Me.Label4.Text = "单价"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(37, 143)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(29, 12)
Me.Label3.TabIndex = 3
Me.Label3.Text = "类别"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(37, 67)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(29, 12)
Me.Label2.TabIndex = 2
Me.Label2.Text = "名称"
'
'SellFormHelpListBox
'
Me.SellFormHelpListBox.FormattingEnabled = True
Me.SellFormHelpListBox.ItemHeight = 12
Me.SellFormHelpListBox.Location = New System.Drawing.Point(230, 20)
Me.SellFormHelpListBox.Name = "SellFormHelpListBox"
Me.SellFormHelpListBox.Size = New System.Drawing.Size(153, 100)
Me.SellFormHelpListBox.TabIndex = 100
Me.SellFormHelpListBox.TabStop = False
'
'SplitContainer1
'
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainer1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainer1.Name = "SplitContainer1"
'
'SplitContainer1.Panel1
'
Me.SplitContainer1.Panel1.Controls.Add(Me.GroupBox3)
'
'SplitContainer1.Panel2
'
Me.SplitContainer1.Panel2.AutoScroll = True
Me.SplitContainer1.Panel2.Controls.Add(Me.Panel1)
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox2)
Me.SplitContainer1.Panel2.Controls.Add(Me.GroupBox1)
Me.SplitContainer1.Size = New System.Drawing.Size(608, 513)
Me.SplitContainer1.SplitterDistance = 212
Me.SplitContainer1.TabIndex = 105
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.SellFormExplainTextBox)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(392, 90)
Me.GroupBox1.TabIndex = 0
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "说明"
'
'SellFormExplainTextBox
'
Me.SellFormExplainTextBox.BackColor = System.Drawing.Color.White
Me.SellFormExplainTextBox.Dock = System.Windows.Forms.DockStyle.Fill
Me.SellFormExplainTextBox.ForeColor = System.Drawing.Color.FromArgb(CType(CType(253, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(6, Byte), Integer))
Me.SellFormExplainTextBox.Location = New System.Drawing.Point(3, 17)
Me.SellFormExplainTextBox.Multiline = True
Me.SellFormExplainTextBox.Name = "SellFormExplainTextBox"
Me.SellFormExplainTextBox.ReadOnly = True
Me.SellFormExplainTextBox.Size = New System.Drawing.Size(386, 70)
Me.SellFormExplainTextBox.TabIndex = 100
Me.SellFormExplainTextBox.TabStop = False
'
'SellForm
'
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(608, 513)
Me.Controls.Add(Me.SplitContainer1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "SellForm"
Me.Text = "出售"
Me.GroupBox2.ResumeLayout(False)
CType(Me.SellFormDataGridView, System.ComponentModel.ISupportInitialize).EndInit()
Me.GroupBox3.ResumeLayout(False)
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
Me.SplitContainer1.Panel1.ResumeLayout(False)
Me.SplitContainer1.Panel2.ResumeLayout(False)
Me.SplitContainer1.ResumeLayout(False)
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
Friend WithEvents SellFormExitButton As System.Windows.Forms.Button
Friend WithEvents SellFormCancelButton As System.Windows.Forms.Button
Friend WithEvents SellFormSellButton As System.Windows.Forms.Button
Friend WithEvents SellFormDataGridView As System.Windows.Forms.DataGridView
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
Friend WithEvents SellFormSCountTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents SellFormCountTextBox As System.Windows.Forms.TextBox
Friend WithEvents SellFormGroupNumberTextBox As System.Windows.Forms.TextBox
Friend WithEvents SellFormNnitTextBox As System.Windows.Forms.TextBox
Friend WithEvents SellFormNameTextBox As System.Windows.Forms.TextBox
Friend WithEvents SellFormGroupTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Panel1 As System.Windows.Forms.Panel
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents SellFormNumberTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents SellFormHelpListBox As System.Windows.Forms.ListBox
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents SellFormExplainTextBox As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents SellFormDanweiTextBox As System.Windows.Forms.TextBox
Friend WithEvents SellFormRefurbishButton As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -