123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class Frm_retan_cost
- 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.領料清單_dgv = New System.Windows.Forms.DataGridView()
- Me.日期清單_lb = New System.Windows.Forms.ListBox()
- Me.合計_dgv = New System.Windows.Forms.DataGridView()
- Me.領料明細_dgv = New System.Windows.Forms.DataGridView()
- Me.流程卡查询_bt = New System.Windows.Forms.Button()
- Me.BTN_NO = New System.Windows.Forms.Button()
- Me.查詢_tb = New System.Windows.Forms.TextBox()
- Me.客户查询_bt = New System.Windows.Forms.Button()
- Me.BTN_COLOR = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
- Me.Panel1 = New System.Windows.Forms.Panel()
- CType(Me.領料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.領料明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer1.Panel1.SuspendLayout()
- Me.SplitContainer1.Panel2.SuspendLayout()
- Me.SplitContainer1.SuspendLayout()
- Me.Panel1.SuspendLayout()
- 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.BackgroundColor = System.Drawing.Color.White
- Me.領料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.領料清單_dgv.Location = New System.Drawing.Point(0, 38)
- Me.領料清單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.領料清單_dgv.Name = "領料清單_dgv"
- Me.領料清單_dgv.RowHeadersWidth = 5
- Me.領料清單_dgv.RowTemplate.Height = 23
- Me.領料清單_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.領料清單_dgv.Size = New System.Drawing.Size(888, 306)
- Me.領料清單_dgv.TabIndex = 0
- '
- '日期清單_lb
- '
- Me.日期清單_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.日期清單_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.日期清單_lb.FormattingEnabled = True
- Me.日期清單_lb.ItemHeight = 16
- Me.日期清單_lb.Location = New System.Drawing.Point(2, 2)
- Me.日期清單_lb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.日期清單_lb.Name = "日期清單_lb"
- Me.日期清單_lb.Size = New System.Drawing.Size(106, 708)
- Me.日期清單_lb.TabIndex = 1
- '
- '合計_dgv
- '
- Me.合計_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- 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(888, 0)
- Me.合計_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.合計_dgv.Name = "合計_dgv"
- Me.合計_dgv.RowHeadersWidth = 5
- Me.合計_dgv.RowTemplate.Height = 23
- Me.合計_dgv.Size = New System.Drawing.Size(423, 344)
- Me.合計_dgv.TabIndex = 2
- '
- '領料明細_dgv
- '
- 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.Dock = System.Windows.Forms.DockStyle.Fill
- Me.領料明細_dgv.Location = New System.Drawing.Point(0, 0)
- Me.領料明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.領料明細_dgv.Name = "領料明細_dgv"
- Me.領料明細_dgv.RowHeadersWidth = 5
- Me.領料明細_dgv.RowTemplate.Height = 23
- Me.領料明細_dgv.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
- Me.領料明細_dgv.Size = New System.Drawing.Size(1311, 356)
- Me.領料明細_dgv.TabIndex = 3
- '
- '流程卡查询_bt
- '
- Me.流程卡查询_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.流程卡查询_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.流程卡查询_bt.Location = New System.Drawing.Point(127, 1)
- Me.流程卡查询_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.流程卡查询_bt.Name = "流程卡查询_bt"
- Me.流程卡查询_bt.Size = New System.Drawing.Size(120, 35)
- Me.流程卡查询_bt.TabIndex = 6
- Me.流程卡查询_bt.Text = "流程卡查询(&Z)"
- Me.流程卡查询_bt.UseVisualStyleBackColor = False
- '
- 'BTN_NO
- '
- Me.BTN_NO.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.BTN_NO.Location = New System.Drawing.Point(129, 47)
- Me.BTN_NO.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.BTN_NO.Name = "BTN_NO"
- Me.BTN_NO.Size = New System.Drawing.Size(120, 35)
- Me.BTN_NO.TabIndex = 8
- Me.BTN_NO.Text = "领料单查询(&V)"
- Me.BTN_NO.UseVisualStyleBackColor = True
- '
- '查詢_tb
- '
- Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.查詢_tb.Location = New System.Drawing.Point(3, 90)
- Me.查詢_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.查詢_tb.Name = "查詢_tb"
- Me.查詢_tb.Size = New System.Drawing.Size(246, 29)
- Me.查詢_tb.TabIndex = 9
- '
- '客户查询_bt
- '
- Me.客户查询_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.客户查询_bt.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客户查询_bt.Location = New System.Drawing.Point(1, 1)
- Me.客户查询_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.客户查询_bt.Name = "客户查询_bt"
- Me.客户查询_bt.Size = New System.Drawing.Size(120, 35)
- Me.客户查询_bt.TabIndex = 10
- Me.客户查询_bt.Text = "客户查询(&X)"
- Me.客户查询_bt.UseVisualStyleBackColor = False
- '
- 'BTN_COLOR
- '
- Me.BTN_COLOR.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.BTN_COLOR.Location = New System.Drawing.Point(3, 47)
- Me.BTN_COLOR.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.BTN_COLOR.Name = "BTN_COLOR"
- Me.BTN_COLOR.Size = New System.Drawing.Size(120, 35)
- Me.BTN_COLOR.TabIndex = 12
- Me.BTN_COLOR.Text = "颜色查询(&B)"
- Me.BTN_COLOR.UseVisualStyleBackColor = True
- '
- 'Button1
- '
- Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button1.Location = New System.Drawing.Point(129, 4)
- Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(120, 35)
- Me.Button1.TabIndex = 14
- Me.Button1.Text = "鞋厂查询(&V)"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.Location = New System.Drawing.Point(3, 4)
- Me.Button2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(120, 35)
- Me.Button2.TabIndex = 16
- Me.Button2.Text = "品牌查询(&V)"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.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.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.SplitContainer1.Location = New System.Drawing.Point(109, 2)
- Me.SplitContainer1.Name = "SplitContainer1"
- Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
- '
- 'SplitContainer1.Panel1
- '
- Me.SplitContainer1.Panel1.Controls.Add(Me.Panel1)
- Me.SplitContainer1.Panel1.Controls.Add(Me.領料清單_dgv)
- Me.SplitContainer1.Panel1.Controls.Add(Me.合計_dgv)
- Me.SplitContainer1.Panel1.Controls.Add(Me.流程卡查询_bt)
- Me.SplitContainer1.Panel1.Controls.Add(Me.客户查询_bt)
- '
- 'SplitContainer1.Panel2
- '
- Me.SplitContainer1.Panel2.Controls.Add(Me.領料明細_dgv)
- Me.SplitContainer1.Size = New System.Drawing.Size(1313, 708)
- Me.SplitContainer1.SplitterDistance = 346
- Me.SplitContainer1.TabIndex = 18
- '
- 'Panel1
- '
- Me.Panel1.Controls.Add(Me.Button2)
- Me.Panel1.Controls.Add(Me.查詢_tb)
- Me.Panel1.Controls.Add(Me.Button1)
- Me.Panel1.Controls.Add(Me.BTN_NO)
- Me.Panel1.Controls.Add(Me.BTN_COLOR)
- Me.Panel1.Location = New System.Drawing.Point(45, 68)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(385, 180)
- Me.Panel1.TabIndex = 17
- '
- 'Frm_retan_cost
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
- Me.ClientSize = New System.Drawing.Size(1426, 713)
- Me.Controls.Add(Me.日期清單_lb)
- Me.Controls.Add(Me.SplitContainer1)
- 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 = "Frm_retan_cost"
- Me.Text = "染色领料记录"
- CType(Me.領料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.合計_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.領料明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.Panel1.ResumeLayout(False)
- Me.SplitContainer1.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.ResumeLayout(False)
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents 領料清單_dgv As DataGridView
- Friend WithEvents 日期清單_lb As ListBox
- Friend WithEvents 合計_dgv As DataGridView
- Friend WithEvents 領料明細_dgv As DataGridView
- Friend WithEvents 流程卡查询_bt As Button
- Friend WithEvents BTN_NO As Button
- Friend WithEvents 查詢_tb As TextBox
- Friend WithEvents 客户查询_bt As Button
- Friend WithEvents BTN_COLOR As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents Panel1 As Panel
- End Class
|