📄 saleaddform.designer.vb
字号:
'
Me.商品名称TextBox.Location = New System.Drawing.Point(244, 231)
Me.商品名称TextBox.Name = "商品名称TextBox"
Me.商品名称TextBox.ReadOnly = True
Me.商品名称TextBox.Size = New System.Drawing.Size(294, 21)
Me.商品名称TextBox.TabIndex = 126
'
'商品编号TextBox
'
Me.商品编号TextBox.Location = New System.Drawing.Point(69, 230)
Me.商品编号TextBox.Name = "商品编号TextBox"
Me.商品编号TextBox.ReadOnly = True
Me.商品编号TextBox.Size = New System.Drawing.Size(110, 21)
Me.商品编号TextBox.TabIndex = 125
'
'新增商品种类Button
'
Me.新增商品种类Button.Image = CType(resources.GetObject("新增商品种类Button.Image"), System.Drawing.Image)
Me.新增商品种类Button.Location = New System.Drawing.Point(114, 4)
Me.新增商品种类Button.Name = "新增商品种类Button"
Me.新增商品种类Button.Size = New System.Drawing.Size(102, 23)
Me.新增商品种类Button.TabIndex = 124
Me.新增商品种类Button.Text = "新增商品种类"
Me.新增商品种类Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.新增商品种类Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.新增商品种类Button.UseVisualStyleBackColor = True
'
'新增采购商Button
'
Me.新增采购商Button.Image = CType(resources.GetObject("新增采购商Button.Image"), System.Drawing.Image)
Me.新增采购商Button.Location = New System.Drawing.Point(6, 4)
Me.新增采购商Button.Name = "新增采购商Button"
Me.新增采购商Button.Size = New System.Drawing.Size(100, 23)
Me.新增采购商Button.TabIndex = 123
Me.新增采购商Button.Text = "新增采购商"
Me.新增采购商Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.新增采购商Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.新增采购商Button.UseVisualStyleBackColor = True
'
'出库日期DateTimePicker
'
Me.出库日期DateTimePicker.Location = New System.Drawing.Point(75, 87)
Me.出库日期DateTimePicker.Name = "出库日期DateTimePicker"
Me.出库日期DateTimePicker.Size = New System.Drawing.Size(124, 21)
Me.出库日期DateTimePicker.TabIndex = 121
'
'收款方式ComboBox
'
Me.收款方式ComboBox.FormattingEnabled = True
Me.收款方式ComboBox.Items.AddRange(New Object() {"现金", "银行卡", "支票", "汇票"})
Me.收款方式ComboBox.Location = New System.Drawing.Point(347, 61)
Me.收款方式ComboBox.Name = "收款方式ComboBox"
Me.收款方式ComboBox.Size = New System.Drawing.Size(70, 20)
Me.收款方式ComboBox.TabIndex = 120
'
'printPreviewDialog1
'
Me.printPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
Me.printPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
Me.printPreviewDialog1.Enabled = True
Me.printPreviewDialog1.Icon = CType(resources.GetObject("printPreviewDialog1.Icon"), System.Drawing.Icon)
Me.printPreviewDialog1.Name = "printPreviewDialog1"
Me.printPreviewDialog1.Visible = False
'
'保存出库单Button
'
Me.保存出库单Button.Image = CType(resources.GetObject("保存出库单Button.Image"), System.Drawing.Image)
Me.保存出库单Button.Location = New System.Drawing.Point(438, 4)
Me.保存出库单Button.Name = "保存出库单Button"
Me.保存出库单Button.Size = New System.Drawing.Size(100, 23)
Me.保存出库单Button.TabIndex = 122
Me.保存出库单Button.Text = "保存出库单"
Me.保存出库单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.保存出库单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.保存出库单Button.UseVisualStyleBackColor = True
'
'新增出库单Button
'
Me.新增出库单Button.Image = CType(resources.GetObject("新增出库单Button.Image"), System.Drawing.Image)
Me.新增出库单Button.Location = New System.Drawing.Point(222, 4)
Me.新增出库单Button.Name = "新增出库单Button"
Me.新增出库单Button.Size = New System.Drawing.Size(100, 23)
Me.新增出库单Button.TabIndex = 119
Me.新增出库单Button.Text = "新增出库单"
Me.新增出库单Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.新增出库单Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.新增出库单Button.UseVisualStyleBackColor = True
'
'减少商品Button
'
Me.减少商品Button.Image = CType(resources.GetObject("减少商品Button.Image"), System.Drawing.Image)
Me.减少商品Button.Location = New System.Drawing.Point(453, 282)
Me.减少商品Button.Name = "减少商品Button"
Me.减少商品Button.Size = New System.Drawing.Size(86, 23)
Me.减少商品Button.TabIndex = 136
Me.减少商品Button.Text = "减少商品"
Me.减少商品Button.TextAlign = System.Drawing.ContentAlignment.MiddleRight
Me.减少商品Button.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText
Me.减少商品Button.UseVisualStyleBackColor = True
'
'label12
'
label12.AutoSize = True
label12.Location = New System.Drawing.Point(242, 287)
label12.Name = "label12"
label12.Size = New System.Drawing.Size(35, 12)
label12.TabIndex = 118
label12.Text = "金额:"
'
'label11
'
label11.AutoSize = True
label11.Location = New System.Drawing.Point(144, 287)
label11.Name = "label11"
label11.Size = New System.Drawing.Size(35, 12)
label11.TabIndex = 117
label11.Text = "数量:"
'
'label10
'
label10.AutoSize = True
label10.Location = New System.Drawing.Point(4, 287)
label10.Name = "label10"
label10.Size = New System.Drawing.Size(71, 12)
label10.TabIndex = 116
label10.Text = "实际销售价:"
'
'商品编号Label
'
商品编号Label.AutoSize = True
商品编号Label.Location = New System.Drawing.Point(4, 235)
商品编号Label.Name = "商品编号Label"
商品编号Label.Size = New System.Drawing.Size(59, 12)
商品编号Label.TabIndex = 111
商品编号Label.Text = "商品编号:"
'
'商品名称Label
'
商品名称Label.AutoSize = True
商品名称Label.Location = New System.Drawing.Point(182, 236)
商品名称Label.Name = "商品名称Label"
商品名称Label.Size = New System.Drawing.Size(59, 12)
商品名称Label.TabIndex = 112
商品名称Label.Text = "商品名称:"
'
'规格型号Label
'
规格型号Label.AutoSize = True
规格型号Label.Location = New System.Drawing.Point(3, 262)
规格型号Label.Name = "规格型号Label"
规格型号Label.Size = New System.Drawing.Size(59, 12)
规格型号Label.TabIndex = 113
规格型号Label.Text = "规格型号:"
'
'单位Label
'
单位Label.AutoSize = True
单位Label.Location = New System.Drawing.Point(267, 262)
单位Label.Name = "单位Label"
单位Label.Size = New System.Drawing.Size(35, 12)
单位Label.TabIndex = 114
单位Label.Text = "单位:"
'
'建议销售价Label
'
建议销售价Label.AutoSize = True
建议销售价Label.Location = New System.Drawing.Point(374, 261)
建议销售价Label.Name = "建议销售价Label"
建议销售价Label.Size = New System.Drawing.Size(71, 12)
建议销售价Label.TabIndex = 115
建议销售价Label.Text = "建议销售价:"
'
'客户名称ComboBox
'
Me.客户名称ComboBox.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.客户名称ComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.客户名称ComboBox.FormattingEnabled = True
Me.客户名称ComboBox.Location = New System.Drawing.Point(347, 36)
Me.客户名称ComboBox.Name = "客户名称ComboBox"
Me.客户名称ComboBox.Size = New System.Drawing.Size(192, 20)
Me.客户名称ComboBox.TabIndex = 110
'
'说明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(249, 87)
Me.说明TextBox.Name = "说明TextBox"
Me.说明TextBox.Size = New System.Drawing.Size(290, 21)
Me.说明TextBox.TabIndex = 109
'
'label9
'
Me.label9.AutoSize = True
Me.label9.Location = New System.Drawing.Point(206, 93)
Me.label9.Name = "label9"
Me.label9.Size = New System.Drawing.Size(41, 12)
Me.label9.TabIndex = 108
Me.label9.Text = "说明:"
'
'label8
'
Me.label8.AutoSize = True
Me.label8.Location = New System.Drawing.Point(4, 90)
Me.label8.Name = "label8"
Me.label8.Size = New System.Drawing.Size(65, 12)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -