123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 倉儲入庫
- 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 Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.地區_cb = New System.Windows.Forms.ComboBox()
- Me.供應商_cb = New System.Windows.Forms.ComboBox()
- Me.供應商編碼_cb = New System.Windows.Forms.ComboBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.最大庫存量_tb = New System.Windows.Forms.TextBox()
- Me.品名_tb = New System.Windows.Forms.TextBox()
- Me.庫存量_tb = New System.Windows.Forms.TextBox()
- Me.庫存量_lb = New System.Windows.Forms.Label()
- Me.最大庫存量_lb = New System.Windows.Forms.Label()
- Me.指定倉庫_lb = New System.Windows.Forms.Label()
- Me.倉儲狀態_cb = New System.Windows.Forms.ComboBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.訂製狀態_cb = New System.Windows.Forms.ComboBox()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.指定倉庫_cb = New System.Windows.Forms.ComboBox()
- Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.料號1_tb = New System.Windows.Forms.TextBox()
- Me.流水號_tb = New System.Windows.Forms.TextBox()
- Me.訂製編碼_cb = New System.Windows.Forms.ComboBox()
- Me.料號_tb = New System.Windows.Forms.TextBox()
- Me.儲態編號_cb = New System.Windows.Forms.ComboBox()
- Me.供應商編碼_tb = New System.Windows.Forms.TextBox()
- Me.地區編碼_cb = New System.Windows.Forms.ComboBox()
- Me.查詢_tb = New System.Windows.Forms.TextBox()
- Me.需要全部庫存區域清單_ch = New System.Windows.Forms.CheckBox()
- Me.明細_dgv = New System.Windows.Forms.DataGridView()
- Me.入庫單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.單據編號_bt = New System.Windows.Forms.TextBox()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.單項_rb = New System.Windows.Forms.RadioButton()
- Me.整張_rb = New System.Windows.Forms.RadioButton()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.項次_tb = New System.Windows.Forms.TextBox()
- Me.Panel4 = New System.Windows.Forms.Panel()
- Me.QR品名 = New System.Windows.Forms.Label()
- Me.批號 = New System.Windows.Forms.Label()
- Me.入庫 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.QRCode2_pb = New System.Windows.Forms.PictureBox()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
- Me.列印_bt = New System.Windows.Forms.Button()
- Me.確認入庫_bt = New System.Windows.Forms.Button()
- Me.去除_bt = New System.Windows.Forms.Button()
- Me.存檔_bt = New System.Windows.Forms.Button()
- Me.加入單據_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.清空_bt = New System.Windows.Forms.Button()
- Me.物料圖_pb = New System.Windows.Forms.PictureBox()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.紙號_tb = New System.Windows.Forms.TextBox()
- Me.已入庫_ch = New System.Windows.Forms.CheckBox()
- Me.未入庫_ch = New System.Windows.Forms.CheckBox()
- CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.入庫單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel4.SuspendLayout()
- CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '地區_cb
- '
- Me.地區_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.地區_cb.FormattingEnabled = True
- Me.地區_cb.Items.AddRange(New Object() {"", "北部", "南部", "材料", "調貨", "其他"})
- Me.地區_cb.Location = New System.Drawing.Point(46, 2)
- Me.地區_cb.Name = "地區_cb"
- Me.地區_cb.Size = New System.Drawing.Size(79, 24)
- Me.地區_cb.TabIndex = 1551
- '
- '供應商_cb
- '
- Me.供應商_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商_cb.FormattingEnabled = True
- Me.供應商_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.供應商_cb.Location = New System.Drawing.Point(46, 27)
- Me.供應商_cb.Name = "供應商_cb"
- Me.供應商_cb.Size = New System.Drawing.Size(210, 24)
- Me.供應商_cb.TabIndex = 1554
- '
- '供應商編碼_cb
- '
- Me.供應商編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.供應商編碼_cb.FormattingEnabled = True
- Me.供應商編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.供應商編碼_cb.Location = New System.Drawing.Point(160, 2)
- Me.供應商編碼_cb.Name = "供應商編碼_cb"
- Me.供應商編碼_cb.Size = New System.Drawing.Size(96, 24)
- Me.供應商編碼_cb.TabIndex = 1556
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label16.Location = New System.Drawing.Point(4, 56)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(43, 16)
- Me.Label16.TabIndex = 1557
- Me.Label16.Text = "品 名"
- '
- '最大庫存量_tb
- '
- Me.最大庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.最大庫存量_tb.Enabled = False
- Me.最大庫存量_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.最大庫存量_tb.Location = New System.Drawing.Point(85, 445)
- Me.最大庫存量_tb.Name = "最大庫存量_tb"
- Me.最大庫存量_tb.Size = New System.Drawing.Size(118, 23)
- Me.最大庫存量_tb.TabIndex = 1568
- Me.最大庫存量_tb.Text = "0"
- Me.最大庫存量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '品名_tb
- '
- Me.品名_tb.Location = New System.Drawing.Point(46, 53)
- Me.品名_tb.Name = "品名_tb"
- Me.品名_tb.Size = New System.Drawing.Size(361, 23)
- Me.品名_tb.TabIndex = 1558
- '
- '庫存量_tb
- '
- Me.庫存量_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.庫存量_tb.Enabled = False
- Me.庫存量_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.庫存量_tb.Location = New System.Drawing.Point(286, 447)
- Me.庫存量_tb.Name = "庫存量_tb"
- Me.庫存量_tb.Size = New System.Drawing.Size(118, 23)
- Me.庫存量_tb.TabIndex = 1566
- Me.庫存量_tb.Text = "0"
- Me.庫存量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '庫存量_lb
- '
- Me.庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.庫存量_lb.AutoSize = True
- Me.庫存量_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.庫存量_lb.Location = New System.Drawing.Point(212, 450)
- Me.庫存量_lb.Name = "庫存量_lb"
- Me.庫存量_lb.Size = New System.Drawing.Size(67, 16)
- Me.庫存量_lb.TabIndex = 1567
- Me.庫存量_lb.Text = "庫 存 量"
- '
- '最大庫存量_lb
- '
- Me.最大庫存量_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.最大庫存量_lb.AutoSize = True
- Me.最大庫存量_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.最大庫存量_lb.Location = New System.Drawing.Point(11, 448)
- Me.最大庫存量_lb.Name = "最大庫存量_lb"
- Me.最大庫存量_lb.Size = New System.Drawing.Size(67, 16)
- Me.最大庫存量_lb.TabIndex = 1569
- Me.最大庫存量_lb.Text = "最大庫存量"
- '
- '指定倉庫_lb
- '
- Me.指定倉庫_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.指定倉庫_lb.AutoSize = True
- Me.指定倉庫_lb.Location = New System.Drawing.Point(11, 424)
- Me.指定倉庫_lb.Name = "指定倉庫_lb"
- Me.指定倉庫_lb.Size = New System.Drawing.Size(55, 16)
- Me.指定倉庫_lb.TabIndex = 1561
- Me.指定倉庫_lb.Text = "庫存區域"
- '
- '倉儲狀態_cb
- '
- Me.倉儲狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.倉儲狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.倉儲狀態_cb.FormattingEnabled = True
- Me.倉儲狀態_cb.Items.AddRange(New Object() {"2019"})
- Me.倉儲狀態_cb.Location = New System.Drawing.Point(270, 397)
- Me.倉儲狀態_cb.Name = "倉儲狀態_cb"
- Me.倉儲狀態_cb.Size = New System.Drawing.Size(134, 24)
- Me.倉儲狀態_cb.TabIndex = 1564
- '
- 'Label12
- '
- Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(212, 400)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(55, 16)
- Me.Label12.TabIndex = 1565
- Me.Label12.Text = "倉儲狀態"
- '
- '訂製狀態_cb
- '
- Me.訂製狀態_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.訂製狀態_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.訂製狀態_cb.FormattingEnabled = True
- Me.訂製狀態_cb.Items.AddRange(New Object() {"2019"})
- Me.訂製狀態_cb.Location = New System.Drawing.Point(270, 422)
- Me.訂製狀態_cb.Name = "訂製狀態_cb"
- Me.訂製狀態_cb.Size = New System.Drawing.Size(134, 24)
- Me.訂製狀態_cb.TabIndex = 1562
- '
- 'Label13
- '
- Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(212, 425)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(55, 16)
- Me.Label13.TabIndex = 1563
- Me.Label13.Text = "訂製狀態"
- '
- 'Label19
- '
- Me.Label19.AutoSize = True
- Me.Label19.ForeColor = System.Drawing.Color.Red
- Me.Label19.Location = New System.Drawing.Point(4, 31)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(43, 16)
- Me.Label19.TabIndex = 1553
- Me.Label19.Text = "供應商"
- '
- 'Label21
- '
- Me.Label21.AutoSize = True
- Me.Label21.ForeColor = System.Drawing.Color.Red
- Me.Label21.Location = New System.Drawing.Point(4, 6)
- Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(43, 16)
- Me.Label21.TabIndex = 1550
- Me.Label21.Text = "地 區"
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.ForeColor = System.Drawing.Color.Red
- Me.Label18.Location = New System.Drawing.Point(127, 6)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(31, 16)
- Me.Label18.TabIndex = 1555
- Me.Label18.Text = "編碼"
- '
- '指定倉庫_cb
- '
- Me.指定倉庫_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.指定倉庫_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.指定倉庫_cb.FormattingEnabled = True
- Me.指定倉庫_cb.Items.AddRange(New Object() {"2019"})
- Me.指定倉庫_cb.Location = New System.Drawing.Point(69, 420)
- Me.指定倉庫_cb.Name = "指定倉庫_cb"
- Me.指定倉庫_cb.Size = New System.Drawing.Size(134, 24)
- Me.指定倉庫_cb.TabIndex = 1560
- '
- '物料清單_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.物料清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.物料清單_dgv.Location = New System.Drawing.Point(1, 79)
- Me.物料清單_dgv.Name = "物料清單_dgv"
- Me.物料清單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.物料清單_dgv.RowTemplate.Height = 24
- Me.物料清單_dgv.Size = New System.Drawing.Size(406, 317)
- Me.物料清單_dgv.TabIndex = 1549
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.料號1_tb)
- Me.Panel1.Controls.Add(Me.流水號_tb)
- Me.Panel1.Controls.Add(Me.訂製編碼_cb)
- Me.Panel1.Controls.Add(Me.料號_tb)
- Me.Panel1.Controls.Add(Me.儲態編號_cb)
- Me.Panel1.Controls.Add(Me.供應商編碼_tb)
- Me.Panel1.Controls.Add(Me.地區編碼_cb)
- Me.Panel1.Controls.Add(Me.查詢_tb)
- Me.Panel1.Location = New System.Drawing.Point(38, 103)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(269, 265)
- Me.Panel1.TabIndex = 1571
- '
- '料號1_tb
- '
- Me.料號1_tb.Location = New System.Drawing.Point(3, 187)
- Me.料號1_tb.Name = "料號1_tb"
- Me.料號1_tb.Size = New System.Drawing.Size(110, 23)
- Me.料號1_tb.TabIndex = 1554
- '
- '流水號_tb
- '
- Me.流水號_tb.Location = New System.Drawing.Point(3, 158)
- Me.流水號_tb.Name = "流水號_tb"
- Me.流水號_tb.Size = New System.Drawing.Size(110, 23)
- Me.流水號_tb.TabIndex = 1553
- '
- '訂製編碼_cb
- '
- Me.訂製編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.訂製編碼_cb.Enabled = False
- Me.訂製編碼_cb.FormattingEnabled = True
- Me.訂製編碼_cb.Items.AddRange(New Object() {"2019"})
- Me.訂製編碼_cb.Location = New System.Drawing.Point(3, 128)
- Me.訂製編碼_cb.Name = "訂製編碼_cb"
- Me.訂製編碼_cb.Size = New System.Drawing.Size(110, 24)
- Me.訂製編碼_cb.TabIndex = 1552
- '
- '料號_tb
- '
- Me.料號_tb.Location = New System.Drawing.Point(3, 103)
- Me.料號_tb.Name = "料號_tb"
- Me.料號_tb.Size = New System.Drawing.Size(110, 23)
- Me.料號_tb.TabIndex = 1551
- '
- '儲態編號_cb
- '
- Me.儲態編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.儲態編號_cb.Enabled = False
- Me.儲態編號_cb.FormattingEnabled = True
- Me.儲態編號_cb.Items.AddRange(New Object() {"2019"})
- Me.儲態編號_cb.Location = New System.Drawing.Point(3, 77)
- Me.儲態編號_cb.Name = "儲態編號_cb"
- Me.儲態編號_cb.Size = New System.Drawing.Size(110, 24)
- Me.儲態編號_cb.TabIndex = 1550
- '
- '供應商編碼_tb
- '
- Me.供應商編碼_tb.Location = New System.Drawing.Point(3, 53)
- Me.供應商編碼_tb.Name = "供應商編碼_tb"
- Me.供應商編碼_tb.Size = New System.Drawing.Size(110, 23)
- Me.供應商編碼_tb.TabIndex = 1549
- '
- '地區編碼_cb
- '
- Me.地區編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.地區編碼_cb.FormattingEnabled = True
- Me.地區編碼_cb.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "Y"})
- Me.地區編碼_cb.Location = New System.Drawing.Point(3, 27)
- Me.地區編碼_cb.Name = "地區編碼_cb"
- Me.地區編碼_cb.Size = New System.Drawing.Size(110, 24)
- Me.地區編碼_cb.TabIndex = 1548
- Me.地區編碼_cb.Visible = False
- '
- '查詢_tb
- '
- Me.查詢_tb.Location = New System.Drawing.Point(3, 3)
- Me.查詢_tb.Name = "查詢_tb"
- Me.查詢_tb.Size = New System.Drawing.Size(110, 23)
- Me.查詢_tb.TabIndex = 1216
- '
- '需要全部庫存區域清單_ch
- '
- Me.需要全部庫存區域清單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.需要全部庫存區域清單_ch.AutoSize = True
- Me.需要全部庫存區域清單_ch.Checked = True
- Me.需要全部庫存區域清單_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.需要全部庫存區域清單_ch.Location = New System.Drawing.Point(41, 398)
- Me.需要全部庫存區域清單_ch.Name = "需要全部庫存區域清單_ch"
- Me.需要全部庫存區域清單_ch.Size = New System.Drawing.Size(146, 20)
- Me.需要全部庫存區域清單_ch.TabIndex = 1572
- Me.需要全部庫存區域清單_ch.Text = "需要全部庫存區域清單"
- Me.需要全部庫存區域清單_ch.UseVisualStyleBackColor = True
- Me.需要全部庫存區域清單_ch.Visible = False
- '
- '明細_dgv
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.明細_dgv.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.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
- Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.明細_dgv.Location = New System.Drawing.Point(636, 57)
- Me.明細_dgv.Name = "明細_dgv"
- Me.明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.明細_dgv.RowTemplate.Height = 24
- Me.明細_dgv.Size = New System.Drawing.Size(859, 599)
- Me.明細_dgv.TabIndex = 1573
- '
- '入庫單_dgv
- '
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.入庫單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- Me.入庫單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.入庫單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.入庫單_dgv.BackgroundColor = System.Drawing.Color.White
- Me.入庫單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.入庫單_dgv.Location = New System.Drawing.Point(408, 57)
- Me.入庫單_dgv.Name = "入庫單_dgv"
- Me.入庫單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle6.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.入庫單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
- Me.入庫單_dgv.RowTemplate.Height = 24
- Me.入庫單_dgv.Size = New System.Drawing.Size(227, 599)
- Me.入庫單_dgv.TabIndex = 1574
- '
- 'Label1
- '
- Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label1.Location = New System.Drawing.Point(410, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(159, 28)
- Me.Label1.TabIndex = 1575
- Me.Label1.Text = "入 庫 單 據"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '單據編號_bt
- '
- Me.單據編號_bt.Location = New System.Drawing.Point(694, 2)
- Me.單據編號_bt.Name = "單據編號_bt"
- Me.單據編號_bt.ReadOnly = True
- Me.單據編號_bt.Size = New System.Drawing.Size(156, 23)
- Me.單據編號_bt.TabIndex = 1580
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label2.Location = New System.Drawing.Point(637, 6)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(55, 16)
- Me.Label2.TabIndex = 1581
- Me.Label2.Text = "單據編號"
- '
- 'ToolTip1
- '
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ToolTipTitle = "系統資訊"
- '
- '單項_rb
- '
- Me.單項_rb.AutoSize = True
- Me.單項_rb.Location = New System.Drawing.Point(1170, 3)
- Me.單項_rb.Name = "單項_rb"
- Me.單項_rb.Size = New System.Drawing.Size(73, 20)
- Me.單項_rb.TabIndex = 1583
- Me.單項_rb.TabStop = True
- Me.單項_rb.Text = "單項列印"
- Me.單項_rb.UseVisualStyleBackColor = True
- '
- '整張_rb
- '
- Me.整張_rb.AutoSize = True
- Me.整張_rb.Location = New System.Drawing.Point(1170, 27)
- Me.整張_rb.Name = "整張_rb"
- Me.整張_rb.Size = New System.Drawing.Size(73, 20)
- Me.整張_rb.TabIndex = 1584
- Me.整張_rb.TabStop = True
- Me.整張_rb.Text = "整張列印"
- Me.整張_rb.UseVisualStyleBackColor = True
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(637, 31)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(55, 16)
- Me.Label3.TabIndex = 1586
- Me.Label3.Text = "紙張單號"
- '
- '項次_tb
- '
- Me.項次_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.項次_tb.Location = New System.Drawing.Point(1444, 31)
- Me.項次_tb.Name = "項次_tb"
- Me.項次_tb.ReadOnly = True
- Me.項次_tb.Size = New System.Drawing.Size(51, 23)
- Me.項次_tb.TabIndex = 1585
- Me.項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Panel4
- '
- Me.Panel4.Controls.Add(Me.QR品名)
- Me.Panel4.Controls.Add(Me.批號)
- Me.Panel4.Controls.Add(Me.入庫)
- Me.Panel4.Controls.Add(Me.Label4)
- Me.Panel4.Controls.Add(Me.Label5)
- Me.Panel4.Controls.Add(Me.Label6)
- Me.Panel4.Controls.Add(Me.QRCode2_pb)
- Me.Panel4.Controls.Add(Me.PictureBox1)
- Me.Panel4.Controls.Add(Me.Label7)
- Me.Panel4.Location = New System.Drawing.Point(1110, 57)
- Me.Panel4.Name = "Panel4"
- Me.Panel4.Size = New System.Drawing.Size(378, 227)
- Me.Panel4.TabIndex = 1587
- '
- 'QR品名
- '
- Me.QR品名.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.QR品名.Location = New System.Drawing.Point(76, 64)
- Me.QR品名.Name = "QR品名"
- Me.QR品名.RightToLeft = System.Windows.Forms.RightToLeft.No
- Me.QR品名.Size = New System.Drawing.Size(125, 91)
- Me.QR品名.TabIndex = 8
- Me.QR品名.Text = "XXXXXXXXXX"
- '
- '批號
- '
- Me.批號.AutoSize = True
- Me.批號.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.批號.Location = New System.Drawing.Point(76, 185)
- Me.批號.Name = "批號"
- Me.批號.Size = New System.Drawing.Size(125, 19)
- Me.批號.TabIndex = 7
- Me.批號.Text = "WHXXXXXXXXX"
- '
- '入庫
- '
- Me.入庫.AutoSize = True
- Me.入庫.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.入庫.Location = New System.Drawing.Point(76, 160)
- Me.入庫.Name = "入庫"
- Me.入庫.Size = New System.Drawing.Size(101, 19)
- Me.入庫.TabIndex = 6
- Me.入庫.Text = "XXXX/XX/XX"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(30, 185)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(46, 19)
- Me.Label4.TabIndex = 5
- Me.Label4.Text = "批號 :"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.Location = New System.Drawing.Point(30, 160)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(46, 19)
- Me.Label5.TabIndex = 4
- Me.Label5.Text = "入庫 :"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.Location = New System.Drawing.Point(30, 64)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(46, 19)
- Me.Label6.TabIndex = 3
- Me.Label6.Text = "品名 :"
- '
- 'QRCode2_pb
- '
- Me.QRCode2_pb.Location = New System.Drawing.Point(216, 68)
- Me.QRCode2_pb.Name = "QRCode2_pb"
- Me.QRCode2_pb.Size = New System.Drawing.Size(135, 135)
- Me.QRCode2_pb.TabIndex = 2
- Me.QRCode2_pb.TabStop = False
- '
- 'PictureBox1
- '
- Me.PictureBox1.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources._1732619030311
- Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.PictureBox1.Location = New System.Drawing.Point(94, 17)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(30, 30)
- Me.PictureBox1.TabIndex = 1
- Me.PictureBox1.TabStop = False
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(131, 17)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(133, 30)
- Me.Label7.TabIndex = 0
- Me.Label7.Text = "鎮江工程行"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'PrintDocument1
- '
- '
- '列印_bt
- '
- Me.列印_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.print
- Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.列印_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.列印_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.列印_bt.Location = New System.Drawing.Point(1246, 1)
- Me.列印_bt.Name = "列印_bt"
- Me.列印_bt.Size = New System.Drawing.Size(50, 50)
- Me.列印_bt.TabIndex = 1582
- Me.列印_bt.UseVisualStyleBackColor = True
- '
- '確認入庫_bt
- '
- Me.確認入庫_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Shipping0
- Me.確認入庫_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.確認入庫_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.確認入庫_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.確認入庫_bt.Location = New System.Drawing.Point(1040, 1)
- Me.確認入庫_bt.Name = "確認入庫_bt"
- Me.確認入庫_bt.Size = New System.Drawing.Size(100, 50)
- Me.確認入庫_bt.TabIndex = 1579
- Me.確認入庫_bt.UseVisualStyleBackColor = True
- '
- '去除_bt
- '
- Me.去除_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.去除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.去除_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.去除_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.去除_bt.Location = New System.Drawing.Point(952, 1)
- Me.去除_bt.Name = "去除_bt"
- Me.去除_bt.Size = New System.Drawing.Size(50, 50)
- Me.去除_bt.TabIndex = 1578
- Me.去除_bt.UseVisualStyleBackColor = True
- '
- '存檔_bt
- '
- Me.存檔_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.SAVER
- Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.存檔_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.存檔_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.存檔_bt.Location = New System.Drawing.Point(902, 1)
- Me.存檔_bt.Name = "存檔_bt"
- Me.存檔_bt.Size = New System.Drawing.Size(50, 50)
- Me.存檔_bt.TabIndex = 1577
- Me.存檔_bt.UseVisualStyleBackColor = True
- '
- '加入單據_bt
- '
- Me.加入單據_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.arrow_right
- Me.加入單據_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.加入單據_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.加入單據_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.加入單據_bt.Location = New System.Drawing.Point(357, 1)
- Me.加入單據_bt.Name = "加入單據_bt"
- Me.加入單據_bt.Size = New System.Drawing.Size(50, 50)
- Me.加入單據_bt.TabIndex = 1576
- Me.加入單據_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Search
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.查詢_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.查詢_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.查詢_bt.Location = New System.Drawing.Point(257, 1)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(50, 50)
- Me.查詢_bt.TabIndex = 1570
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '清空_bt
- '
- Me.清空_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Close
- Me.清空_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.清空_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.清空_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.清空_bt.Location = New System.Drawing.Point(307, 1)
- Me.清空_bt.Name = "清空_bt"
- Me.清空_bt.Size = New System.Drawing.Size(50, 50)
- Me.清空_bt.TabIndex = 1552
- Me.清空_bt.UseVisualStyleBackColor = True
- '
- '物料圖_pb
- '
- Me.物料圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.物料圖_pb.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.Picture
- Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.物料圖_pb.Location = New System.Drawing.Point(1, 471)
- Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.物料圖_pb.Name = "物料圖_pb"
- Me.物料圖_pb.Size = New System.Drawing.Size(406, 185)
- Me.物料圖_pb.TabIndex = 1559
- Me.物料圖_pb.TabStop = False
- '
- '新增_bt
- '
- Me.新增_bt.BackgroundImage = Global.ZJ_ERP_SYS.My.Resources.Resources.add_2
- Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.新增_bt.Location = New System.Drawing.Point(851, 1)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(50, 50)
- Me.新增_bt.TabIndex = 1588
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '紙號_tb
- '
- Me.紙號_tb.Location = New System.Drawing.Point(694, 28)
- Me.紙號_tb.Name = "紙號_tb"
- Me.紙號_tb.Size = New System.Drawing.Size(156, 23)
- Me.紙號_tb.TabIndex = 1589
- '
- '已入庫_ch
- '
- Me.已入庫_ch.AutoSize = True
- Me.已入庫_ch.Location = New System.Drawing.Point(516, 35)
- Me.已入庫_ch.Name = "已入庫_ch"
- Me.已入庫_ch.Size = New System.Drawing.Size(62, 20)
- Me.已入庫_ch.TabIndex = 1590
- Me.已入庫_ch.Text = "已入庫"
- Me.已入庫_ch.UseVisualStyleBackColor = True
- '
- '未入庫_ch
- '
- Me.未入庫_ch.AutoSize = True
- Me.未入庫_ch.Checked = True
- Me.未入庫_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.未入庫_ch.Location = New System.Drawing.Point(448, 35)
- Me.未入庫_ch.Name = "未入庫_ch"
- Me.未入庫_ch.Size = New System.Drawing.Size(62, 20)
- Me.未入庫_ch.TabIndex = 1591
- Me.未入庫_ch.Text = "未入庫"
- Me.未入庫_ch.UseVisualStyleBackColor = True
- '
- '倉儲入庫
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1500, 657)
- Me.Controls.Add(Me.未入庫_ch)
- Me.Controls.Add(Me.已入庫_ch)
- Me.Controls.Add(Me.紙號_tb)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.項次_tb)
- Me.Controls.Add(Me.整張_rb)
- Me.Controls.Add(Me.單項_rb)
- Me.Controls.Add(Me.列印_bt)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.單據編號_bt)
- Me.Controls.Add(Me.確認入庫_bt)
- Me.Controls.Add(Me.去除_bt)
- Me.Controls.Add(Me.存檔_bt)
- Me.Controls.Add(Me.加入單據_bt)
- Me.Controls.Add(Me.入庫單_dgv)
- Me.Controls.Add(Me.明細_dgv)
- Me.Controls.Add(Me.需要全部庫存區域清單_ch)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.地區_cb)
- Me.Controls.Add(Me.清空_bt)
- Me.Controls.Add(Me.供應商_cb)
- Me.Controls.Add(Me.供應商編碼_cb)
- Me.Controls.Add(Me.最大庫存量_tb)
- Me.Controls.Add(Me.品名_tb)
- Me.Controls.Add(Me.庫存量_tb)
- Me.Controls.Add(Me.庫存量_lb)
- Me.Controls.Add(Me.最大庫存量_lb)
- Me.Controls.Add(Me.指定倉庫_lb)
- Me.Controls.Add(Me.倉儲狀態_cb)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.訂製狀態_cb)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.Label19)
- Me.Controls.Add(Me.Label21)
- Me.Controls.Add(Me.Label18)
- Me.Controls.Add(Me.物料圖_pb)
- Me.Controls.Add(Me.指定倉庫_cb)
- Me.Controls.Add(Me.物料清單_dgv)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Panel4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label16)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(4)
- Me.Name = "倉儲入庫"
- Me.Text = "倉儲入庫"
- CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.入庫單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel4.ResumeLayout(False)
- Me.Panel4.PerformLayout()
- CType(Me.QRCode2_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 地區_cb As ComboBox
- Friend WithEvents 清空_bt As Button
- Friend WithEvents 供應商_cb As ComboBox
- Friend WithEvents 供應商編碼_cb As ComboBox
- Friend WithEvents Label16 As Label
- Friend WithEvents 最大庫存量_tb As TextBox
- Friend WithEvents 品名_tb As TextBox
- Friend WithEvents 庫存量_tb As TextBox
- Friend WithEvents 庫存量_lb As Label
- Friend WithEvents 最大庫存量_lb As Label
- Friend WithEvents 指定倉庫_lb As Label
- Friend WithEvents 倉儲狀態_cb As ComboBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 訂製狀態_cb As ComboBox
- Friend WithEvents Label13 As Label
- Friend WithEvents Label19 As Label
- Friend WithEvents Label21 As Label
- Friend WithEvents Label18 As Label
- Friend WithEvents 物料圖_pb As PictureBox
- Friend WithEvents 指定倉庫_cb As ComboBox
- Friend WithEvents 物料清單_dgv As DataGridView
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 查詢_tb As TextBox
- Friend WithEvents 地區編碼_cb As ComboBox
- Friend WithEvents 供應商編碼_tb As TextBox
- Friend WithEvents 儲態編號_cb As ComboBox
- Friend WithEvents 料號_tb As TextBox
- Friend WithEvents 需要全部庫存區域清單_ch As CheckBox
- Friend WithEvents 訂製編碼_cb As ComboBox
- Friend WithEvents 明細_dgv As DataGridView
- Friend WithEvents 入庫單_dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents 加入單據_bt As Button
- Friend WithEvents 存檔_bt As Button
- Friend WithEvents 去除_bt As Button
- Friend WithEvents 確認入庫_bt As Button
- Friend WithEvents 單據編號_bt As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 列印_bt As Button
- Friend WithEvents 單項_rb As RadioButton
- Friend WithEvents 整張_rb As RadioButton
- Friend WithEvents Label3 As Label
- Friend WithEvents 項次_tb As TextBox
- Friend WithEvents 流水號_tb As TextBox
- Friend WithEvents Panel4 As Panel
- Friend WithEvents QR品名 As Label
- Friend WithEvents 批號 As Label
- Friend WithEvents 入庫 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents QRCode2_pb As PictureBox
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents Label7 As Label
- Friend WithEvents 料號1_tb As TextBox
- Friend WithEvents PrintDocument1 As Printing.PrintDocument
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 紙號_tb As TextBox
- Friend WithEvents 已入庫_ch As CheckBox
- Friend WithEvents 未入庫_ch As CheckBox
- End Class
|