_ Partial Class form_Product Inherits System.Windows.Forms.Form 'Form 重写 Dispose,以清理组件列表。 _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Windows 窗体设计器所必需的 Private components As System.ComponentModel.IContainer '注意: 以下过程是 Windows 窗体设计器所必需的 '可以使用 Windows 窗体设计器修改它。 '不要使用代码编辑器修改它。 _ Private Sub InitializeComponent() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.tb_PartNumberInfo = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.chk_Preview = New System.Windows.Forms.CheckBox() Me.bt_AddStoreLoc = New System.Windows.Forms.Button() Me.num_Count = New System.Windows.Forms.NumericUpDown() Me.Label11 = New System.Windows.Forms.Label() Me.lstb_Log = New System.Windows.Forms.ListBox() Me.bt_Query = New System.Windows.Forms.Button() Me.bt_Save = New System.Windows.Forms.Button() Me.combo_StoreName = New System.Windows.Forms.ComboBox() Me.combo_StoreLoc = New System.Windows.Forms.ComboBox() Me.combo_Unit = New System.Windows.Forms.ComboBox() Me.tb_UseInfo = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Label5 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.tb_OderNumber = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.tb_PartNumber = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.GroupBox2.SuspendLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.num_Count, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.tb_PartNumberInfo) Me.GroupBox2.Controls.Add(Me.PictureBox1) Me.GroupBox2.Controls.Add(Me.chk_Preview) Me.GroupBox2.Location = New System.Drawing.Point(445, 21) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(423, 287) Me.GroupBox2.TabIndex = 11 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "料号信息" ' 'tb_PartNumberInfo ' Me.tb_PartNumberInfo.Location = New System.Drawing.Point(7, 25) Me.tb_PartNumberInfo.Multiline = True Me.tb_PartNumberInfo.Name = "tb_PartNumberInfo" Me.tb_PartNumberInfo.ReadOnly = True Me.tb_PartNumberInfo.Size = New System.Drawing.Size(204, 250) Me.tb_PartNumberInfo.TabIndex = 7 ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.PictureBox1.Location = New System.Drawing.Point(217, 49) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(200, 200) Me.PictureBox1.TabIndex = 2 Me.PictureBox1.TabStop = False ' 'chk_Preview ' Me.chk_Preview.AutoSize = True Me.chk_Preview.Checked = Global.WT_DMS.My.MySettings.Default.CHK_PREVIEW Me.chk_Preview.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.WT_DMS.My.MySettings.Default, "CHK_PREVIEW", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.chk_Preview.Location = New System.Drawing.Point(217, 25) Me.chk_Preview.Name = "chk_Preview" Me.chk_Preview.Size = New System.Drawing.Size(96, 16) Me.chk_Preview.TabIndex = 6 Me.chk_Preview.Text = "物料图片预览" Me.chk_Preview.UseVisualStyleBackColor = True ' 'bt_AddStoreLoc ' Me.bt_AddStoreLoc.Location = New System.Drawing.Point(276, 182) Me.bt_AddStoreLoc.Name = "bt_AddStoreLoc" Me.bt_AddStoreLoc.Size = New System.Drawing.Size(56, 23) Me.bt_AddStoreLoc.TabIndex = 9 Me.bt_AddStoreLoc.Text = "新建" Me.bt_AddStoreLoc.UseVisualStyleBackColor = True ' 'num_Count ' Me.num_Count.Location = New System.Drawing.Point(90, 94) Me.num_Count.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0}) Me.num_Count.Name = "num_Count" Me.num_Count.Size = New System.Drawing.Size(242, 21) Me.num_Count.TabIndex = 2 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Red Me.Label11.Location = New System.Drawing.Point(88, 11) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(263, 24) Me.Label11.TabIndex = 6 Me.Label11.Text = "提示:带*字段必须填写" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "如果不能输入中文,请单击右键,选择""打开IME""" ' 'lstb_Log ' Me.lstb_Log.FormattingEnabled = True Me.lstb_Log.ItemHeight = 12 Me.lstb_Log.Location = New System.Drawing.Point(12, 356) Me.lstb_Log.Name = "lstb_Log" Me.lstb_Log.Size = New System.Drawing.Size(874, 148) Me.lstb_Log.TabIndex = 13 ' 'bt_Query ' Me.bt_Query.Location = New System.Drawing.Point(347, 36) Me.bt_Query.Name = "bt_Query" Me.bt_Query.Size = New System.Drawing.Size(80, 26) Me.bt_Query.TabIndex = 8 Me.bt_Query.Text = "查询" Me.bt_Query.UseVisualStyleBackColor = True ' 'bt_Save ' Me.bt_Save.Location = New System.Drawing.Point(347, 250) Me.bt_Save.Name = "bt_Save" Me.bt_Save.Size = New System.Drawing.Size(80, 46) Me.bt_Save.TabIndex = 7 Me.bt_Save.Text = "保存" Me.bt_Save.UseVisualStyleBackColor = True ' 'combo_StoreName ' Me.combo_StoreName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.combo_StoreName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.combo_StoreName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.combo_StoreName.FormattingEnabled = True Me.combo_StoreName.Items.AddRange(New Object() {"pcs", "个", "台", "条", "颗", "盒", "包", "箱"}) Me.combo_StoreName.Location = New System.Drawing.Point(90, 156) Me.combo_StoreName.MaxLength = 20 Me.combo_StoreName.Name = "combo_StoreName" Me.combo_StoreName.Size = New System.Drawing.Size(180, 20) Me.combo_StoreName.TabIndex = 4 ' 'combo_StoreLoc ' Me.combo_StoreLoc.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.combo_StoreLoc.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.combo_StoreLoc.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.combo_StoreLoc.FormattingEnabled = True Me.combo_StoreLoc.Location = New System.Drawing.Point(90, 183) Me.combo_StoreLoc.MaxLength = 20 Me.combo_StoreLoc.Name = "combo_StoreLoc" Me.combo_StoreLoc.Size = New System.Drawing.Size(180, 20) Me.combo_StoreLoc.TabIndex = 4 ' 'combo_Unit ' Me.combo_Unit.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.combo_Unit.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems Me.combo_Unit.FormattingEnabled = True Me.combo_Unit.ImeMode = System.Windows.Forms.ImeMode.Off Me.combo_Unit.Items.AddRange(New Object() {"pcs", "个", "台", "条", "颗", "盒", "包", "箱"}) Me.combo_Unit.Location = New System.Drawing.Point(90, 121) Me.combo_Unit.MaxLength = 20 Me.combo_Unit.Name = "combo_Unit" Me.combo_Unit.Size = New System.Drawing.Size(242, 20) Me.combo_Unit.TabIndex = 3 ' 'tb_UseInfo ' Me.tb_UseInfo.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_UseInfo.Location = New System.Drawing.Point(90, 209) Me.tb_UseInfo.MaxLength = 200 Me.tb_UseInfo.Multiline = True Me.tb_UseInfo.Name = "tb_UseInfo" Me.tb_UseInfo.Size = New System.Drawing.Size(242, 87) Me.tb_UseInfo.TabIndex = 5 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(37, 186) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(47, 12) Me.Label3.TabIndex = 0 Me.Label3.Text = "库位(*)" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(55, 212) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(29, 12) Me.Label7.TabIndex = 0 Me.Label7.Text = "用途" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(37, 159) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(47, 12) Me.Label6.TabIndex = 0 Me.Label6.Text = "仓库(*)" ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.GroupBox2) Me.GroupBox1.Controls.Add(Me.bt_AddStoreLoc) Me.GroupBox1.Controls.Add(Me.num_Count) Me.GroupBox1.Controls.Add(Me.Label11) Me.GroupBox1.Controls.Add(Me.bt_Query) Me.GroupBox1.Controls.Add(Me.bt_Save) Me.GroupBox1.Controls.Add(Me.combo_StoreName) Me.GroupBox1.Controls.Add(Me.combo_StoreLoc) Me.GroupBox1.Controls.Add(Me.combo_Unit) Me.GroupBox1.Controls.Add(Me.tb_UseInfo) Me.GroupBox1.Controls.Add(Me.Label3) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Controls.Add(Me.Label6) Me.GroupBox1.Controls.Add(Me.Label5) Me.GroupBox1.Controls.Add(Me.Label4) Me.GroupBox1.Controls.Add(Me.tb_OderNumber) Me.GroupBox1.Controls.Add(Me.Label2) Me.GroupBox1.Controls.Add(Me.tb_PartNumber) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Location = New System.Drawing.Point(12, 12) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(874, 314) Me.GroupBox1.TabIndex = 11 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "物料属性" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(37, 96) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(47, 12) Me.Label5.TabIndex = 0 Me.Label5.Text = "数量(*)" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(55, 124) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(29, 12) Me.Label4.TabIndex = 0 Me.Label4.Text = "单位" ' 'tb_OderNumber ' Me.tb_OderNumber.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_OderNumber.Location = New System.Drawing.Point(90, 67) Me.tb_OderNumber.MaxLength = 20 Me.tb_OderNumber.Name = "tb_OderNumber" Me.tb_OderNumber.Size = New System.Drawing.Size(242, 21) Me.tb_OderNumber.TabIndex = 1 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(43, 70) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(41, 12) Me.Label2.TabIndex = 0 Me.Label2.Text = "订单号" ' 'tb_PartNumber ' Me.tb_PartNumber.ImeMode = System.Windows.Forms.ImeMode.Off Me.tb_PartNumber.Location = New System.Drawing.Point(90, 40) Me.tb_PartNumber.MaxLength = 32 Me.tb_PartNumber.Name = "tb_PartNumber" Me.tb_PartNumber.Size = New System.Drawing.Size(242, 21) Me.tb_PartNumber.TabIndex = 0 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(37, 43) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(47, 12) Me.Label1.TabIndex = 0 Me.Label1.Text = "料号(*)" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Location = New System.Drawing.Point(10, 341) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(29, 12) Me.Label10.TabIndex = 12 Me.Label10.Text = "记录" ' 'form_Product ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(896, 517) Me.Controls.Add(Me.lstb_Log) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Label10) Me.Name = "form_Product" Me.Text = "成品库存管理" Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.num_Count, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents tb_PartNumberInfo As System.Windows.Forms.TextBox Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox Friend WithEvents chk_Preview As System.Windows.Forms.CheckBox Friend WithEvents bt_AddStoreLoc As System.Windows.Forms.Button Friend WithEvents num_Count As System.Windows.Forms.NumericUpDown Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents lstb_Log As System.Windows.Forms.ListBox Friend WithEvents bt_Query As System.Windows.Forms.Button Friend WithEvents bt_Save As System.Windows.Forms.Button Friend WithEvents combo_StoreName As System.Windows.Forms.ComboBox Friend WithEvents combo_StoreLoc As System.Windows.Forms.ComboBox Friend WithEvents combo_Unit As System.Windows.Forms.ComboBox Friend WithEvents tb_UseInfo As System.Windows.Forms.TextBox Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents tb_OderNumber As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents tb_PartNumber As System.Windows.Forms.TextBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label End Class