123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class Frm_WetBlue
- 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 DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle12 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.dgv_detail = New System.Windows.Forms.DataGridView()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.dgv_supplier = New System.Windows.Forms.DataGridView()
- Me.dgv_source = New System.Windows.Forms.DataGridView()
- Me.dgv_pending = New System.Windows.Forms.DataGridView()
- Me.dgv_source2 = New System.Windows.Forms.DataGridView()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.dgv_pending_source = New System.Windows.Forms.DataGridView()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Lable1 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.MaskedTextBox1 = New System.Windows.Forms.MaskedTextBox()
- Me.MaskedTextBox2 = New System.Windows.Forms.MaskedTextBox()
- Me.MaskedTextBox3 = New System.Windows.Forms.MaskedTextBox()
- Me.MaskedTextBox4 = New System.Windows.Forms.MaskedTextBox()
- Me.MaskedTextBox5 = New System.Windows.Forms.MaskedTextBox()
- Me.Label12 = New System.Windows.Forms.Label()
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_supplier, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_source, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_source2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.dgv_pending_source, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'dgv_detail
- '
- Me.dgv_detail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle7.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_detail.DefaultCellStyle = DataGridViewCellStyle7
- Me.dgv_detail.Location = New System.Drawing.Point(978, 110)
- Me.dgv_detail.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_detail.Name = "dgv_detail"
- Me.dgv_detail.RowHeadersWidth = 51
- Me.dgv_detail.RowTemplate.Height = 23
- Me.dgv_detail.Size = New System.Drawing.Size(1760, 422)
- Me.dgv_detail.TabIndex = 27
- '
- 'Button2
- '
- Me.Button2.Location = New System.Drawing.Point(2031, 15)
- Me.Button2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(80, 40)
- Me.Button2.TabIndex = 28
- Me.Button2.Text = "核算"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'dgv_supplier
- '
- Me.dgv_supplier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle8.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_supplier.DefaultCellStyle = DataGridViewCellStyle8
- Me.dgv_supplier.Location = New System.Drawing.Point(39, 110)
- Me.dgv_supplier.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_supplier.Name = "dgv_supplier"
- Me.dgv_supplier.RowHeadersWidth = 51
- Me.dgv_supplier.RowTemplate.Height = 23
- Me.dgv_supplier.Size = New System.Drawing.Size(342, 422)
- Me.dgv_supplier.TabIndex = 29
- '
- 'dgv_source
- '
- Me.dgv_source.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle9.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_source.DefaultCellStyle = DataGridViewCellStyle9
- Me.dgv_source.Location = New System.Drawing.Point(39, 608)
- Me.dgv_source.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_source.Name = "dgv_source"
- Me.dgv_source.RowHeadersWidth = 51
- Me.dgv_source.RowTemplate.Height = 23
- Me.dgv_source.Size = New System.Drawing.Size(398, 483)
- Me.dgv_source.TabIndex = 30
- '
- 'dgv_pending
- '
- Me.dgv_pending.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle10.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_pending.DefaultCellStyle = DataGridViewCellStyle10
- Me.dgv_pending.Location = New System.Drawing.Point(1215, 608)
- Me.dgv_pending.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_pending.Name = "dgv_pending"
- Me.dgv_pending.RowHeadersWidth = 51
- Me.dgv_pending.RowTemplate.Height = 23
- Me.dgv_pending.Size = New System.Drawing.Size(1100, 483)
- Me.dgv_pending.TabIndex = 31
- '
- 'dgv_source2
- '
- Me.dgv_source2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle11.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_source2.DefaultCellStyle = DataGridViewCellStyle11
- Me.dgv_source2.Location = New System.Drawing.Point(408, 110)
- Me.dgv_source2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_source2.Name = "dgv_source2"
- Me.dgv_source2.RowHeadersWidth = 51
- Me.dgv_source2.RowTemplate.Height = 23
- Me.dgv_source2.Size = New System.Drawing.Size(534, 422)
- Me.dgv_source2.TabIndex = 32
- '
- 'TextBox1
- '
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(408, 15)
- Me.TextBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(148, 39)
- Me.TextBox1.TabIndex = 33
- '
- 'dgv_pending_source
- '
- Me.dgv_pending_source.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle12.Font = New System.Drawing.Font("微软雅黑", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
- DataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
- Me.dgv_pending_source.DefaultCellStyle = DataGridViewCellStyle12
- Me.dgv_pending_source.Location = New System.Drawing.Point(483, 608)
- Me.dgv_pending_source.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.dgv_pending_source.Name = "dgv_pending_source"
- Me.dgv_pending_source.RowHeadersWidth = 51
- Me.dgv_pending_source.RowTemplate.Height = 23
- Me.dgv_pending_source.Size = New System.Drawing.Size(723, 483)
- Me.dgv_pending_source.TabIndex = 34
- '
- 'TextBox2
- '
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(729, 15)
- Me.TextBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(148, 39)
- Me.TextBox2.TabIndex = 35
- '
- 'Lable1
- '
- Me.Lable1.AutoSize = True
- Me.Lable1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Lable1.Location = New System.Drawing.Point(297, 26)
- Me.Lable1.Name = "Lable1"
- Me.Lable1.Size = New System.Drawing.Size(109, 30)
- Me.Lable1.TabIndex = 36
- Me.Lable1.Text = "皮源搜索"
- Me.Lable1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Lable1.UseMnemonic = False
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(618, 26)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(109, 30)
- Me.Label1.TabIndex = 37
- Me.Label1.Text = "重量搜索"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label1.UseMnemonic = False
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(39, 15)
- Me.Button1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(80, 40)
- Me.Button1.TabIndex = 38
- Me.Button1.Text = "未领料"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.Red
- Me.Label2.Location = New System.Drawing.Point(2376, 614)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(86, 31)
- Me.Label2.TabIndex = 39
- Me.Label2.Text = "总重量"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label2.UseMnemonic = False
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.Red
- Me.Label3.Location = New System.Drawing.Point(2376, 682)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(86, 31)
- Me.Label3.TabIndex = 40
- Me.Label3.Text = "未进厂"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label3.UseMnemonic = False
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(1442, 561)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(109, 30)
- Me.Label4.TabIndex = 41
- Me.Label4.Text = "皮源搜索"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label4.UseMnemonic = False
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.Location = New System.Drawing.Point(1791, 561)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(109, 30)
- Me.Label5.TabIndex = 42
- Me.Label5.Text = "皮源搜索"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label5.UseMnemonic = False
- '
- 'TextBox5
- '
- Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox5.Location = New System.Drawing.Point(1554, 558)
- Me.TextBox5.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(148, 39)
- Me.TextBox5.TabIndex = 45
- '
- 'TextBox6
- '
- Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox6.Location = New System.Drawing.Point(1902, 558)
- Me.TextBox6.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(148, 39)
- Me.TextBox6.TabIndex = 46
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.Red
- Me.Label6.Location = New System.Drawing.Point(2389, 825)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(62, 31)
- Me.Label6.TabIndex = 48
- Me.Label6.Text = "车间"
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label6.UseMnemonic = False
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.ForeColor = System.Drawing.Color.Red
- Me.Label7.Location = New System.Drawing.Point(2376, 759)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(86, 31)
- Me.Label7.TabIndex = 47
- Me.Label7.Text = "保税仓"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label7.UseMnemonic = False
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Red
- Me.Label8.Location = New System.Drawing.Point(33, 75)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(85, 30)
- Me.Label8.TabIndex = 51
- Me.Label8.Text = "供应商"
- Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label8.UseMnemonic = False
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.ForeColor = System.Drawing.Color.Red
- Me.Label9.Location = New System.Drawing.Point(402, 75)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(61, 30)
- Me.Label9.TabIndex = 52
- Me.Label9.Text = "皮源"
- Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label9.UseMnemonic = False
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.ForeColor = System.Drawing.Color.Red
- Me.Label10.Location = New System.Drawing.Point(33, 561)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(133, 30)
- Me.Label10.TabIndex = 53
- Me.Label10.Text = "供应商明细"
- Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label10.UseMnemonic = False
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.ForeColor = System.Drawing.Color.Red
- Me.Label11.Location = New System.Drawing.Point(1209, 562)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(85, 30)
- Me.Label11.TabIndex = 54
- Me.Label11.Text = "未领料"
- Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label11.UseMnemonic = False
- '
- 'MaskedTextBox1
- '
- Me.MaskedTextBox1.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox1.ForeColor = System.Drawing.Color.Red
- Me.MaskedTextBox1.Location = New System.Drawing.Point(2479, 606)
- Me.MaskedTextBox1.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaskedTextBox1.Name = "MaskedTextBox1"
- Me.MaskedTextBox1.Size = New System.Drawing.Size(216, 39)
- Me.MaskedTextBox1.TabIndex = 55
- Me.MaskedTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'MaskedTextBox2
- '
- Me.MaskedTextBox2.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox2.ForeColor = System.Drawing.Color.Red
- Me.MaskedTextBox2.Location = New System.Drawing.Point(2479, 674)
- Me.MaskedTextBox2.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaskedTextBox2.Name = "MaskedTextBox2"
- Me.MaskedTextBox2.Size = New System.Drawing.Size(216, 39)
- Me.MaskedTextBox2.TabIndex = 56
- Me.MaskedTextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'MaskedTextBox3
- '
- Me.MaskedTextBox3.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox3.ForeColor = System.Drawing.Color.Red
- Me.MaskedTextBox3.Location = New System.Drawing.Point(2479, 751)
- Me.MaskedTextBox3.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaskedTextBox3.Name = "MaskedTextBox3"
- Me.MaskedTextBox3.Size = New System.Drawing.Size(216, 39)
- Me.MaskedTextBox3.TabIndex = 57
- Me.MaskedTextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'MaskedTextBox4
- '
- Me.MaskedTextBox4.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox4.ForeColor = System.Drawing.Color.Red
- Me.MaskedTextBox4.Location = New System.Drawing.Point(2479, 817)
- Me.MaskedTextBox4.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.MaskedTextBox4.Name = "MaskedTextBox4"
- Me.MaskedTextBox4.Size = New System.Drawing.Size(216, 39)
- Me.MaskedTextBox4.TabIndex = 58
- Me.MaskedTextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'MaskedTextBox5
- '
- Me.MaskedTextBox5.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.MaskedTextBox5.ForeColor = System.Drawing.Color.Red
- Me.MaskedTextBox5.Location = New System.Drawing.Point(2479, 886)
- Me.MaskedTextBox5.Margin = New System.Windows.Forms.Padding(4)
- Me.MaskedTextBox5.Name = "MaskedTextBox5"
- Me.MaskedTextBox5.Size = New System.Drawing.Size(216, 39)
- Me.MaskedTextBox5.TabIndex = 59
- Me.MaskedTextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.ForeColor = System.Drawing.Color.Red
- Me.Label12.Location = New System.Drawing.Point(2376, 894)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(86, 31)
- Me.Label12.TabIndex = 60
- Me.Label12.Text = "未领料"
- Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
- Me.Label12.UseMnemonic = False
- '
- 'Frm_WetBlue
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 18.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(2886, 1170)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.MaskedTextBox5)
- Me.Controls.Add(Me.MaskedTextBox4)
- Me.Controls.Add(Me.MaskedTextBox3)
- Me.Controls.Add(Me.MaskedTextBox2)
- Me.Controls.Add(Me.MaskedTextBox1)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.TextBox6)
- Me.Controls.Add(Me.TextBox5)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Lable1)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.dgv_pending_source)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.dgv_source2)
- Me.Controls.Add(Me.dgv_pending)
- Me.Controls.Add(Me.dgv_source)
- Me.Controls.Add(Me.dgv_supplier)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.dgv_detail)
- Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4)
- Me.Name = "Frm_WetBlue"
- Me.Text = "Frm_WetBlue"
- Me.WindowState = System.Windows.Forms.FormWindowState.Maximized
- CType(Me.dgv_detail, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_supplier, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_source, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_pending, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_source2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.dgv_pending_source, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents dgv_detail As DataGridView
- Friend WithEvents Button2 As Button
- Friend WithEvents dgv_supplier As DataGridView
- Friend WithEvents dgv_source As DataGridView
- Friend WithEvents dgv_pending As DataGridView
- Friend WithEvents dgv_source2 As DataGridView
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents dgv_pending_source As DataGridView
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Lable1 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents Button1 As Button
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents MaskedTextBox1 As MaskedTextBox
- Friend WithEvents MaskedTextBox2 As MaskedTextBox
- Friend WithEvents MaskedTextBox3 As MaskedTextBox
- Friend WithEvents MaskedTextBox4 As MaskedTextBox
- Friend WithEvents MaskedTextBox5 As MaskedTextBox
- Friend WithEvents Label12 As Label
- End Class
|