389 lines
17 KiB
VB.net
389 lines
17 KiB
VB.net
|
|
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|||
|
|
Partial Class form_Material
|
|||
|
|
Inherits System.Windows.Forms.Form
|
|||
|
|
|
|||
|
|
'Form 重写 Dispose,以清理组件列表。
|
|||
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|||
|
|
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 窗体设计器修改它。
|
|||
|
|
'不要使用代码编辑器修改它。
|
|||
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|||
|
|
Private Sub InitializeComponent()
|
|||
|
|
Me.lstb_Log = New System.Windows.Forms.ListBox()
|
|||
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|||
|
|
Me.bt_Clear = New System.Windows.Forms.Button()
|
|||
|
|
Me.bt_AddStoreLoc = New System.Windows.Forms.Button()
|
|||
|
|
Me.num_Count = New System.Windows.Forms.NumericUpDown()
|
|||
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|||
|
|
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.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.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.lbl_QueryInfo = New System.Windows.Forms.Label()
|
|||
|
|
Me.GroupBox1.SuspendLayout()
|
|||
|
|
CType(Me.num_Count, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
|
Me.GroupBox2.SuspendLayout()
|
|||
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|||
|
|
Me.SuspendLayout()
|
|||
|
|
'
|
|||
|
|
'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(444, 148)
|
|||
|
|
Me.lstb_Log.TabIndex = 1
|
|||
|
|
'
|
|||
|
|
'GroupBox1
|
|||
|
|
'
|
|||
|
|
Me.GroupBox1.Controls.Add(Me.bt_Clear)
|
|||
|
|
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(444, 314)
|
|||
|
|
Me.GroupBox1.TabIndex = 0
|
|||
|
|
Me.GroupBox1.TabStop = False
|
|||
|
|
Me.GroupBox1.Text = "物料属性"
|
|||
|
|
'
|
|||
|
|
'bt_Clear
|
|||
|
|
'
|
|||
|
|
Me.bt_Clear.Location = New System.Drawing.Point(347, 70)
|
|||
|
|
Me.bt_Clear.Name = "bt_Clear"
|
|||
|
|
Me.bt_Clear.Size = New System.Drawing.Size(80, 71)
|
|||
|
|
Me.bt_Clear.TabIndex = 8
|
|||
|
|
Me.bt_Clear.Text = "新建"
|
|||
|
|
Me.bt_Clear.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() {1215752191, 23, 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, 10)
|
|||
|
|
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"""
|
|||
|
|
'
|
|||
|
|
'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 = 7
|
|||
|
|
Me.bt_Query.Text = "查询"
|
|||
|
|
Me.bt_Query.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'bt_Save
|
|||
|
|
'
|
|||
|
|
Me.bt_Save.BackColor = System.Drawing.Color.MistyRose
|
|||
|
|
Me.bt_Save.Font = New System.Drawing.Font("楷体", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
Me.bt_Save.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer))
|
|||
|
|
Me.bt_Save.Location = New System.Drawing.Point(347, 156)
|
|||
|
|
Me.bt_Save.Name = "bt_Save"
|
|||
|
|
Me.bt_Save.Size = New System.Drawing.Size(80, 140)
|
|||
|
|
Me.bt_Save.TabIndex = 9
|
|||
|
|
Me.bt_Save.Text = "入库"
|
|||
|
|
Me.bt_Save.UseVisualStyleBackColor = False
|
|||
|
|
'
|
|||
|
|
'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 = 5
|
|||
|
|
'
|
|||
|
|
'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.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|||
|
|
Me.tb_UseInfo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
|
|||
|
|
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 = 6
|
|||
|
|
'
|
|||
|
|
'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 = "仓库(*)"
|
|||
|
|
'
|
|||
|
|
'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.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|||
|
|
Me.tb_OderNumber.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
|
|||
|
|
Me.tb_OderNumber.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|||
|
|
Me.tb_OderNumber.ImeMode = System.Windows.Forms.ImeMode.Off
|
|||
|
|
Me.tb_OderNumber.Location = New System.Drawing.Point(90, 67)
|
|||
|
|
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.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
|
|||
|
|
Me.tb_PartNumber.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource
|
|||
|
|
Me.tb_PartNumber.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|||
|
|
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 = "料号(*)"
|
|||
|
|
'
|
|||
|
|
'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(462, 12)
|
|||
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|||
|
|
Me.GroupBox2.Size = New System.Drawing.Size(648, 492)
|
|||
|
|
Me.GroupBox2.TabIndex = 11
|
|||
|
|
Me.GroupBox2.TabStop = False
|
|||
|
|
Me.GroupBox2.Text = "料号信息"
|
|||
|
|
'
|
|||
|
|
'tb_PartNumberInfo
|
|||
|
|
'
|
|||
|
|
Me.tb_PartNumberInfo.Font = New System.Drawing.Font("宋体", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
|
|||
|
|
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, 461)
|
|||
|
|
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(425, 437)
|
|||
|
|
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 = 0
|
|||
|
|
Me.chk_Preview.Text = "物料图片预览"
|
|||
|
|
Me.chk_Preview.UseVisualStyleBackColor = True
|
|||
|
|
'
|
|||
|
|
'lbl_QueryInfo
|
|||
|
|
'
|
|||
|
|
Me.lbl_QueryInfo.AutoSize = True
|
|||
|
|
Me.lbl_QueryInfo.ForeColor = System.Drawing.Color.Blue
|
|||
|
|
Me.lbl_QueryInfo.Location = New System.Drawing.Point(16, 338)
|
|||
|
|
Me.lbl_QueryInfo.Name = "lbl_QueryInfo"
|
|||
|
|
Me.lbl_QueryInfo.Size = New System.Drawing.Size(0, 12)
|
|||
|
|
Me.lbl_QueryInfo.TabIndex = 11
|
|||
|
|
'
|
|||
|
|
'form_Material
|
|||
|
|
'
|
|||
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
|
|||
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|||
|
|
Me.ClientSize = New System.Drawing.Size(1124, 522)
|
|||
|
|
Me.Controls.Add(Me.lbl_QueryInfo)
|
|||
|
|
Me.Controls.Add(Me.GroupBox2)
|
|||
|
|
Me.Controls.Add(Me.lstb_Log)
|
|||
|
|
Me.Controls.Add(Me.GroupBox1)
|
|||
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|||
|
|
Me.MaximizeBox = False
|
|||
|
|
Me.Name = "form_Material"
|
|||
|
|
Me.Text = "物料入库"
|
|||
|
|
Me.GroupBox1.ResumeLayout(False)
|
|||
|
|
Me.GroupBox1.PerformLayout()
|
|||
|
|
CType(Me.num_Count, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
|
Me.GroupBox2.ResumeLayout(False)
|
|||
|
|
Me.GroupBox2.PerformLayout()
|
|||
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|||
|
|
Me.ResumeLayout(False)
|
|||
|
|
Me.PerformLayout()
|
|||
|
|
|
|||
|
|
End Sub
|
|||
|
|
Friend WithEvents lstb_Log As System.Windows.Forms.ListBox
|
|||
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|||
|
|
Friend WithEvents num_Count As System.Windows.Forms.NumericUpDown
|
|||
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents bt_Query As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents bt_Save As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents combo_Unit As System.Windows.Forms.ComboBox
|
|||
|
|
Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
|
|||
|
|
Friend WithEvents tb_UseInfo As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|||
|
|
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 chk_Preview As System.Windows.Forms.CheckBox
|
|||
|
|
Friend WithEvents combo_StoreLoc As System.Windows.Forms.ComboBox
|
|||
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|||
|
|
Friend WithEvents bt_AddStoreLoc As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|||
|
|
Friend WithEvents tb_PartNumberInfo As System.Windows.Forms.TextBox
|
|||
|
|
Friend WithEvents combo_StoreName As System.Windows.Forms.ComboBox
|
|||
|
|
Friend WithEvents bt_Clear As System.Windows.Forms.Button
|
|||
|
|
Friend WithEvents lbl_QueryInfo As System.Windows.Forms.Label
|
|||
|
|
End Class
|