123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331 |
- <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()
- 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()
- Me.倉儲區域_dgv = New System.Windows.Forms.DataGridView()
- Me.新增_bt = New System.Windows.Forms.Button()
- Me.修改_bt = New System.Windows.Forms.Button()
- Me.刪除_bt = New System.Windows.Forms.Button()
- Me.倉級_tb = New System.Windows.Forms.ComboBox()
- Me.倉級_lb = New System.Windows.Forms.Label()
- Me.倉名編號_tb = New System.Windows.Forms.TextBox()
- Me.倉名編號_lb = New System.Windows.Forms.Label()
- Me.倉名_lb = New System.Windows.Forms.Label()
- Me.倉名_tb = New System.Windows.Forms.TextBox()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.文字_lb = New System.Windows.Forms.Label()
- Me.修正_tb = New System.Windows.Forms.Button()
- Me.倉級1_tb = New System.Windows.Forms.TextBox()
- Me.倉編_tb = New System.Windows.Forms.TextBox()
- Me.單號_bt = New System.Windows.Forms.TextBox()
- Me.入庫無指定_dgv = New System.Windows.Forms.DataGridView()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.文字1_lb = New System.Windows.Forms.Label()
- Me.CXL_ch = New System.Windows.Forms.CheckBox()
- CType(Me.倉儲區域_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.入庫無指定_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '倉儲區域_dgv
- '
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.倉儲區域_dgv.Location = New System.Drawing.Point(4, 119)
- Me.倉儲區域_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉儲區域_dgv.Name = "倉儲區域_dgv"
- Me.倉儲區域_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.倉儲區域_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1
- Me.倉儲區域_dgv.RowTemplate.Height = 24
- Me.倉儲區域_dgv.Size = New System.Drawing.Size(768, 557)
- Me.倉儲區域_dgv.TabIndex = 580
- '
- '新增_bt
- '
- Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增_bt.Location = New System.Drawing.Point(4, 92)
- Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.新增_bt.Name = "新增_bt"
- Me.新增_bt.Size = New System.Drawing.Size(217, 25)
- Me.新增_bt.TabIndex = 587
- Me.新增_bt.Text = "新增"
- Me.新增_bt.UseVisualStyleBackColor = True
- '
- '修改_bt
- '
- Me.修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.修改_bt.ForeColor = System.Drawing.Color.Green
- Me.修改_bt.Location = New System.Drawing.Point(227, 92)
- Me.修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.修改_bt.Name = "修改_bt"
- Me.修改_bt.Size = New System.Drawing.Size(217, 25)
- Me.修改_bt.TabIndex = 588
- Me.修改_bt.Text = "修改"
- Me.修改_bt.UseVisualStyleBackColor = True
- '
- '刪除_bt
- '
- Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除_bt.Location = New System.Drawing.Point(446, 92)
- Me.刪除_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.刪除_bt.Name = "刪除_bt"
- Me.刪除_bt.Size = New System.Drawing.Size(217, 25)
- Me.刪除_bt.TabIndex = 589
- Me.刪除_bt.Text = "刪除"
- Me.刪除_bt.UseVisualStyleBackColor = True
- '
- '倉級_tb
- '
- Me.倉級_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.倉級_tb.FormattingEnabled = True
- Me.倉級_tb.Items.AddRange(New Object() {"1", "2", "3"})
- Me.倉級_tb.Location = New System.Drawing.Point(109, 41)
- Me.倉級_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉級_tb.Name = "倉級_tb"
- Me.倉級_tb.Size = New System.Drawing.Size(70, 24)
- Me.倉級_tb.TabIndex = 590
- '
- '倉級_lb
- '
- Me.倉級_lb.AutoSize = True
- Me.倉級_lb.Location = New System.Drawing.Point(4, 46)
- Me.倉級_lb.Name = "倉級_lb"
- Me.倉級_lb.Size = New System.Drawing.Size(50, 16)
- Me.倉級_lb.TabIndex = 591
- Me.倉級_lb.Text = "倉 級"
- '
- '倉名編號_tb
- '
- Me.倉名編號_tb.Location = New System.Drawing.Point(314, 40)
- Me.倉名編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉名編號_tb.Name = "倉名編號_tb"
- Me.倉名編號_tb.Size = New System.Drawing.Size(72, 23)
- Me.倉名編號_tb.TabIndex = 593
- '
- '倉名編號_lb
- '
- Me.倉名編號_lb.AutoSize = True
- Me.倉名編號_lb.Location = New System.Drawing.Point(185, 44)
- Me.倉名編號_lb.Name = "倉名編號_lb"
- Me.倉名編號_lb.Size = New System.Drawing.Size(74, 16)
- Me.倉名編號_lb.TabIndex = 594
- Me.倉名編號_lb.Text = "倉 名 編 號"
- '
- '倉名_lb
- '
- Me.倉名_lb.AutoSize = True
- Me.倉名_lb.Location = New System.Drawing.Point(4, 72)
- Me.倉名_lb.Name = "倉名_lb"
- Me.倉名_lb.Size = New System.Drawing.Size(44, 16)
- Me.倉名_lb.TabIndex = 596
- Me.倉名_lb.Text = "倉 名"
- '
- '倉名_tb
- '
- Me.倉名_tb.Location = New System.Drawing.Point(106, 68)
- Me.倉名_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.倉名_tb.Name = "倉名_tb"
- Me.倉名_tb.Size = New System.Drawing.Size(593, 23)
- Me.倉名_tb.TabIndex = 595
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Location = New System.Drawing.Point(65, 200)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
- Me.語言_dgv.TabIndex = 1032
- Me.語言_dgv.Visible = False
- '
- '文字_lb
- '
- Me.文字_lb.AutoSize = True
- Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- 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(5, 23)
- Me.文字_lb.Name = "文字_lb"
- Me.文字_lb.Size = New System.Drawing.Size(449, 16)
- Me.文字_lb.TabIndex = 1033
- Me.文字_lb.Text = "如果刪除""倉級"",會影響到控制表運作;原有的單號會找不到指定的倉級,產生bug"
- '
- '修正_tb
- '
- Me.修正_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.修正_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.修正_tb.ForeColor = System.Drawing.Color.Green
- Me.修正_tb.Location = New System.Drawing.Point(1120, 41)
- Me.修正_tb.Name = "修正_tb"
- Me.修正_tb.Size = New System.Drawing.Size(225, 25)
- Me.修正_tb.TabIndex = 1039
- Me.修正_tb.Text = "修正" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
- Me.修正_tb.UseVisualStyleBackColor = True
- '
- '倉級1_tb
- '
- Me.倉級1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.倉級1_tb.Enabled = False
- Me.倉級1_tb.Location = New System.Drawing.Point(945, 42)
- Me.倉級1_tb.Name = "倉級1_tb"
- Me.倉級1_tb.Size = New System.Drawing.Size(85, 23)
- Me.倉級1_tb.TabIndex = 1038
- Me.倉級1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '倉編_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.Location = New System.Drawing.Point(1033, 42)
- Me.倉編_tb.Name = "倉編_tb"
- Me.倉編_tb.Size = New System.Drawing.Size(85, 23)
- Me.倉編_tb.TabIndex = 1037
- Me.倉編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '單號_bt
- '
- Me.單號_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.單號_bt.Enabled = False
- Me.單號_bt.Location = New System.Drawing.Point(778, 42)
- Me.單號_bt.Name = "單號_bt"
- Me.單號_bt.Size = New System.Drawing.Size(164, 23)
- Me.單號_bt.TabIndex = 1036
- Me.單號_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '入庫無指定_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.入庫無指定_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.入庫無指定_dgv.Anchor = CType((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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.入庫無指定_dgv.Location = New System.Drawing.Point(778, 68)
- Me.入庫無指定_dgv.Name = "入庫無指定_dgv"
- Me.入庫無指定_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.入庫無指定_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.入庫無指定_dgv.RowTemplate.Height = 24
- Me.入庫無指定_dgv.Size = New System.Drawing.Size(567, 608)
- Me.入庫無指定_dgv.TabIndex = 1034
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(665, 92)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
- Me.語轉扭_bt.TabIndex = 1652
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- '文字1_lb
- '
- Me.文字1_lb.AutoSize = True
- Me.文字1_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.文字1_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.文字1_lb.Location = New System.Drawing.Point(4, 3)
- Me.文字1_lb.Name = "文字1_lb"
- Me.文字1_lb.Size = New System.Drawing.Size(541, 15)
- Me.文字1_lb.TabIndex = 1653
- Me.文字1_lb.Text = "修正指定倉儲單具 : 1、先選擇單據資料。 2、在選擇新的倉儲位置。 3、按下修正後即可修改指定倉儲位置。"
- '
- 'CXL_ch
- '
- Me.CXL_ch.AutoSize = True
- Me.CXL_ch.Location = New System.Drawing.Point(405, 44)
- Me.CXL_ch.Name = "CXL_ch"
- Me.CXL_ch.Size = New System.Drawing.Size(49, 20)
- Me.CXL_ch.TabIndex = 1654
- Me.CXL_ch.Text = "CXL"
- Me.CXL_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(1350, 681)
- Me.Controls.Add(Me.CXL_ch)
- Me.Controls.Add(Me.語轉扭_bt)
- Me.Controls.Add(Me.修正_tb)
- Me.Controls.Add(Me.倉級1_tb)
- Me.Controls.Add(Me.倉編_tb)
- Me.Controls.Add(Me.單號_bt)
- Me.Controls.Add(Me.入庫無指定_dgv)
- Me.Controls.Add(Me.語言_dgv)
- Me.Controls.Add(Me.倉名_tb)
- Me.Controls.Add(Me.倉名編號_tb)
- Me.Controls.Add(Me.倉級_tb)
- Me.Controls.Add(Me.刪除_bt)
- Me.Controls.Add(Me.修改_bt)
- Me.Controls.Add(Me.新增_bt)
- Me.Controls.Add(Me.倉儲區域_dgv)
- Me.Controls.Add(Me.倉名_lb)
- Me.Controls.Add(Me.倉名編號_lb)
- Me.Controls.Add(Me.倉級_lb)
- Me.Controls.Add(Me.文字1_lb)
- Me.Controls.Add(Me.文字_lb)
- 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(3, 4, 3, 4)
- Me.Name = "倉儲分區控制表"
- Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
- Me.Text = "倉儲分區控制表"
- CType(Me.倉儲區域_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.入庫無指定_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 倉儲區域_dgv As DataGridView
- Friend WithEvents 新增_bt As Button
- Friend WithEvents 修改_bt As Button
- Friend WithEvents 刪除_bt As Button
- Friend WithEvents 倉級_tb As ComboBox
- Friend WithEvents 倉級_lb As Label
- Friend WithEvents 倉名編號_tb As TextBox
- Friend WithEvents 倉名編號_lb As Label
- Friend WithEvents 倉名_lb As Label
- Friend WithEvents 倉名_tb As TextBox
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents 文字_lb As Label
- Friend WithEvents 修正_tb As Button
- Friend WithEvents 倉級1_tb As TextBox
- Friend WithEvents 倉編_tb As TextBox
- Friend WithEvents 單號_bt As TextBox
- Friend WithEvents 入庫無指定_dgv As DataGridView
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 文字1_lb As Label
- Friend WithEvents CXL_ch As CheckBox
- End Class
|