📄 saleaddform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class SaleAddForm
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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(SaleAddForm))
Dim label12 As System.Windows.Forms.Label
Dim label11 As System.Windows.Forms.Label
Dim label10 As System.Windows.Forms.Label
Dim 商品编号Label As System.Windows.Forms.Label
Dim 商品名称Label As System.Windows.Forms.Label
Dim 规格型号Label As System.Windows.Forms.Label
Dim 单位Label As System.Windows.Forms.Label
Dim 建议销售价Label As System.Windows.Forms.Label
Me.MySaleDataSet = New 商品销售管理系统.MySaleDataSet
Me.商品信息BindingSource = New System.Windows.Forms.BindingSource(Me.components)
Me.商品信息TableAdapter = New 商品销售管理系统.MySaleDataSetTableAdapters.商品信息TableAdapter
Me.商品明细DataGridView = New System.Windows.Forms.DataGridView
Me.打印出库单Button = New System.Windows.Forms.Button
Me.销售明细DataGridView = New System.Windows.Forms.DataGridView
Me.printDocument1 = New System.Drawing.Printing.PrintDocument
Me.添加商品Button = New System.Windows.Forms.Button
Me.金额TextBox = New System.Windows.Forms.TextBox
Me.建议销售价TextBox = New System.Windows.Forms.TextBox
Me.数量TextBox = New System.Windows.Forms.TextBox
Me.实际销售价TextBox = New System.Windows.Forms.TextBox
Me.单位TextBox = New System.Windows.Forms.TextBox
Me.规格型号TextBox = New System.Windows.Forms.TextBox
Me.商品名称TextBox = New System.Windows.Forms.TextBox
Me.商品编号TextBox = New System.Windows.Forms.TextBox
Me.新增商品种类Button = New System.Windows.Forms.Button
Me.新增采购商Button = New System.Windows.Forms.Button
Me.出库日期DateTimePicker = New System.Windows.Forms.DateTimePicker
Me.收款方式ComboBox = New System.Windows.Forms.ComboBox
Me.printPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog
Me.保存出库单Button = New System.Windows.Forms.Button
Me.新增出库单Button = New System.Windows.Forms.Button
Me.减少商品Button = New System.Windows.Forms.Button
Me.客户名称ComboBox = New System.Windows.Forms.ComboBox
Me.说明TextBox = New System.Windows.Forms.TextBox
Me.label9 = New System.Windows.Forms.Label
Me.label8 = New System.Windows.Forms.Label
Me.经办人TextBox = New System.Windows.Forms.TextBox
Me.label7 = New System.Windows.Forms.Label
Me.label6 = New System.Windows.Forms.Label
Me.实收金额TextBox = New System.Windows.Forms.TextBox
Me.label5 = New System.Windows.Forms.Label
Me.应收金额TextBox = New System.Windows.Forms.TextBox
Me.label4 = New System.Windows.Forms.Label
Me.label3 = New System.Windows.Forms.Label
Me.销售单号TextBox = New System.Windows.Forms.TextBox
Me.label2 = New System.Windows.Forms.Label
Me.自编号TextBox = New System.Windows.Forms.TextBox
Me.label1 = New System.Windows.Forms.Label
label12 = New System.Windows.Forms.Label
label11 = New System.Windows.Forms.Label
label10 = New System.Windows.Forms.Label
商品编号Label = New System.Windows.Forms.Label
商品名称Label = New System.Windows.Forms.Label
规格型号Label = New System.Windows.Forms.Label
单位Label = New System.Windows.Forms.Label
建议销售价Label = New System.Windows.Forms.Label
CType(Me.MySaleDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.商品信息BindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.商品明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.销售明细DataGridView, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'MySaleDataSet
'
Me.MySaleDataSet.DataSetName = "MySaleDataSet"
Me.MySaleDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
'
'商品信息BindingSource
'
Me.商品信息BindingSource.DataMember = "商品信息"
Me.商品信息BindingSource.DataSource = Me.MySaleDataSet
'
'商品信息TableAdapter
'
Me.商品信息TableAdapter.ClearBeforeFill = True
'
'商品明细DataGridView
'
Me.商品明细DataGridView.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top 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(6, 114)
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(533, 110)
Me.商品明细DataGridView.TabIndex = 137
'
'打印出库单Button
'
Me.打印出库单Button.Image = CType(resources.GetObject("打印出库单Button.Image"), System.Drawing.Image)
Me.打印出库单Button.Location = New System.Drawing.Point(330, 4)
Me.打印出库单Button.Name = "打印出库单Button"
Me.打印出库单Button.Size = New System.Drawing.Size(100, 23)
Me.打印出库单Button.TabIndex = 135
Me.打印出库单Button.Text = "打印出库单"
Me.打印出库单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.打印出库单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.打印出库单Button.UseVisualStyleBackColor = True
'
'销售明细DataGridView
'
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(5, 311)
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(533, 101)
Me.销售明细DataGridView.TabIndex = 134
'
'printDocument1
'
'
'添加商品Button
'
Me.添加商品Button.Image = CType(resources.GetObject("添加商品Button.Image"), System.Drawing.Image)
Me.添加商品Button.Location = New System.Drawing.Point(359, 282)
Me.添加商品Button.Name = "添加商品Button"
Me.添加商品Button.Size = New System.Drawing.Size(86, 23)
Me.添加商品Button.TabIndex = 133
Me.添加商品Button.Text = "添加商品"
Me.添加商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.添加商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.添加商品Button.UseVisualStyleBackColor = True
'
'金额TextBox
'
Me.金额TextBox.Location = New System.Drawing.Point(283, 284)
Me.金额TextBox.Name = "金额TextBox"
Me.金额TextBox.ReadOnly = True
Me.金额TextBox.Size = New System.Drawing.Size(70, 21)
Me.金额TextBox.TabIndex = 132
'
'建议销售价TextBox
'
Me.建议销售价TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.建议销售价TextBox.Location = New System.Drawing.Point(458, 257)
Me.建议销售价TextBox.Name = "建议销售价TextBox"
Me.建议销售价TextBox.ReadOnly = True
Me.建议销售价TextBox.Size = New System.Drawing.Size(81, 21)
Me.建议销售价TextBox.TabIndex = 131
'
'数量TextBox
'
Me.数量TextBox.Location = New System.Drawing.Point(180, 284)
Me.数量TextBox.Name = "数量TextBox"
Me.数量TextBox.Size = New System.Drawing.Size(52, 21)
Me.数量TextBox.TabIndex = 130
'
'实际销售价TextBox
'
Me.实际销售价TextBox.Location = New System.Drawing.Point(75, 284)
Me.实际销售价TextBox.Name = "实际销售价TextBox"
Me.实际销售价TextBox.Size = New System.Drawing.Size(65, 21)
Me.实际销售价TextBox.TabIndex = 129
'
'单位TextBox
'
Me.单位TextBox.Location = New System.Drawing.Point(308, 258)
Me.单位TextBox.Name = "单位TextBox"
Me.单位TextBox.ReadOnly = True
Me.单位TextBox.Size = New System.Drawing.Size(60, 21)
Me.单位TextBox.TabIndex = 128
'
'规格型号TextBox
'
Me.规格型号TextBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.规格型号TextBox.Location = New System.Drawing.Point(75, 257)
Me.规格型号TextBox.Name = "规格型号TextBox"
Me.规格型号TextBox.ReadOnly = True
Me.规格型号TextBox.Size = New System.Drawing.Size(186, 21)
Me.规格型号TextBox.TabIndex = 127
'
'商品名称TextBox
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -