123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692 |
- <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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(訂單管理控制表))
- Me.倉庫編號_tb = New System.Windows.Forms.TextBox()
- Me.指定倉處_cb = New System.Windows.Forms.ComboBox()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.歷史單價_tb = New System.Windows.Forms.TextBox()
- Me.加權成本_台幣_tb = New System.Windows.Forms.TextBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.可出庫_tb = New System.Windows.Forms.TextBox()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.供應商編號_tb = New System.Windows.Forms.TextBox()
- Me.新增物料_bt = New System.Windows.Forms.Button()
- Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.料號_tb = New System.Windows.Forms.TextBox()
- Me.頁碼_cb = New System.Windows.Forms.ComboBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.客戶編號_cb = New System.Windows.Forms.ComboBox()
- Me.物料關鍵字_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
- Me.依商品排序_ch = New System.Windows.Forms.CheckBox()
- Me.依供應商排序_ch = New System.Windows.Forms.CheckBox()
- Me.訂單彙總_dgv = New System.Windows.Forms.DataGridView()
- Me.控制表_rb = New System.Windows.Forms.RadioButton()
- Me.明細表_rb = New System.Windows.Forms.RadioButton()
- Me.訂單明細_dgv = New System.Windows.Forms.DataGridView()
- Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
- Me.客戶交期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label22 = New System.Windows.Forms.Label()
- Me.客戶下單_dtp = New System.Windows.Forms.DateTimePicker()
- Me.客戶關鍵字_tb = New System.Windows.Forms.TextBox()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.客戶_cb = New System.Windows.Forms.ComboBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.單據號碼_tb = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.組裝需求_cb = New System.Windows.Forms.ComboBox()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
- Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
- Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.出貨單號_tb = New System.Windows.Forms.TextBox()
- Me.新單號_tb = New System.Windows.Forms.TextBox()
- CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.訂單彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.訂單明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- Me.SuspendLayout()
- '
- '倉庫編號_tb
- '
- 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(193, 82)
- Me.倉庫編號_tb.Name = "倉庫編號_tb"
- Me.倉庫編號_tb.Size = New System.Drawing.Size(65, 23)
- Me.倉庫編號_tb.TabIndex = 1171
- '
- '指定倉處_cb
- '
- Me.指定倉處_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.指定倉處_cb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.指定倉處_cb.ForeColor = System.Drawing.Color.Green
- Me.指定倉處_cb.FormattingEnabled = True
- Me.指定倉處_cb.Items.AddRange(New Object() {"NA", "女", "男"})
- Me.指定倉處_cb.Location = New System.Drawing.Point(74, 82)
- Me.指定倉處_cb.Name = "指定倉處_cb"
- Me.指定倉處_cb.Size = New System.Drawing.Size(113, 23)
- Me.指定倉處_cb.TabIndex = 1170
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label14.Location = New System.Drawing.Point(6, 85)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(56, 16)
- Me.Label14.TabIndex = 1172
- Me.Label14.Text = "指定倉庫"
- '
- 'Label21
- '
- Me.Label21.AutoSize = True
- Me.Label21.Location = New System.Drawing.Point(6, 59)
- Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(56, 16)
- Me.Label21.TabIndex = 1169
- Me.Label21.Text = "歷史售價"
- '
- '歷史單價_tb
- '
- Me.歷史單價_tb.Location = New System.Drawing.Point(74, 56)
- Me.歷史單價_tb.Name = "歷史單價_tb"
- Me.歷史單價_tb.Size = New System.Drawing.Size(65, 23)
- Me.歷史單價_tb.TabIndex = 1166
- Me.歷史單價_tb.Text = "0"
- Me.歷史單價_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '加權成本_台幣_tb
- '
- Me.加權成本_台幣_tb.Location = New System.Drawing.Point(300, 143)
- Me.加權成本_台幣_tb.Name = "加權成本_台幣_tb"
- Me.加權成本_台幣_tb.Size = New System.Drawing.Size(65, 23)
- Me.加權成本_台幣_tb.TabIndex = 1165
- Me.加權成本_台幣_tb.Text = "0"
- Me.加權成本_台幣_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label17
- '
- Me.Label17.AutoSize = True
- Me.Label17.Location = New System.Drawing.Point(139, 59)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(44, 16)
- Me.Label17.TabIndex = 1164
- Me.Label17.Text = "可出庫"
- '
- '可出庫_tb
- '
- Me.可出庫_tb.Location = New System.Drawing.Point(183, 56)
- Me.可出庫_tb.Name = "可出庫_tb"
- Me.可出庫_tb.Size = New System.Drawing.Size(65, 23)
- Me.可出庫_tb.TabIndex = 1163
- Me.可出庫_tb.Text = "0"
- Me.可出庫_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(6, 32)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(68, 16)
- Me.Label3.TabIndex = 1162
- Me.Label3.Text = "供應商編號"
- '
- '供應商編號_tb
- '
- Me.供應商編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.供應商編號_tb.Location = New System.Drawing.Point(74, 29)
- Me.供應商編號_tb.Name = "供應商編號_tb"
- Me.供應商編號_tb.Size = New System.Drawing.Size(128, 25)
- Me.供應商編號_tb.TabIndex = 1161
- Me.供應商編號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '新增物料_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(367, 29)
- Me.新增物料_bt.Name = "新增物料_bt"
- Me.新增物料_bt.Size = New System.Drawing.Size(82, 77)
- Me.新增物料_bt.TabIndex = 1160
- Me.新增物料_bt.Text = "新增物料"
- Me.新增物料_bt.UseVisualStyleBackColor = True
- '
- '申請數_nud
- '
- Me.申請數_nud.Location = New System.Drawing.Point(298, 56)
- Me.申請數_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
- Me.申請數_nud.Name = "申請數_nud"
- Me.申請數_nud.Size = New System.Drawing.Size(67, 23)
- Me.申請數_nud.TabIndex = 1159
- Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Location = New System.Drawing.Point(253, 59)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(44, 16)
- Me.Label13.TabIndex = 1158
- Me.Label13.Text = "申請數"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(203, 33)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(32, 16)
- Me.Label11.TabIndex = 1157
- Me.Label11.Text = "料號"
- '
- '料號_tb
- '
- Me.料號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.料號_tb.Location = New System.Drawing.Point(235, 29)
- Me.料號_tb.Name = "料號_tb"
- Me.料號_tb.Size = New System.Drawing.Size(130, 25)
- Me.料號_tb.TabIndex = 1156
- Me.料號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '頁碼_cb
- '
- Me.頁碼_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.頁碼_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.頁碼_cb.FormattingEnabled = True
- Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
- Me.頁碼_cb.Location = New System.Drawing.Point(216, 2)
- Me.頁碼_cb.Name = "頁碼_cb"
- Me.頁碼_cb.Size = New System.Drawing.Size(64, 24)
- Me.頁碼_cb.TabIndex = 1155
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label27.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label27.Location = New System.Drawing.Point(185, 7)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(32, 16)
- Me.Label27.TabIndex = 1154
- Me.Label27.Text = "頁碼"
- '
- '客戶編號_cb
- '
- Me.客戶編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.客戶編號_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶編號_cb.ForeColor = System.Drawing.Color.Green
- Me.客戶編號_cb.FormattingEnabled = True
- Me.客戶編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
- Me.客戶編號_cb.Location = New System.Drawing.Point(264, 82)
- Me.客戶編號_cb.Name = "客戶編號_cb"
- Me.客戶編號_cb.Size = New System.Drawing.Size(101, 24)
- Me.客戶編號_cb.TabIndex = 1153
- '
- '物料關鍵字_tb
- '
- Me.物料關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.物料關鍵字_tb.Location = New System.Drawing.Point(348, 2)
- Me.物料關鍵字_tb.Name = "物料關鍵字_tb"
- Me.物料關鍵字_tb.Size = New System.Drawing.Size(102, 25)
- Me.物料關鍵字_tb.TabIndex = 1152
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label1.Location = New System.Drawing.Point(281, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(68, 16)
- Me.Label1.TabIndex = 1151
- Me.Label1.Text = "物料關鍵字"
- '
- '物料清單_dgv
- '
- 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.物料清單_dgv.Location = New System.Drawing.Point(6, 109)
- 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(443, 497)
- Me.物料清單_dgv.TabIndex = 1150
- '
- '依商品排序_ch
- '
- Me.依商品排序_ch.AutoSize = True
- Me.依商品排序_ch.Location = New System.Drawing.Point(104, 6)
- Me.依商品排序_ch.Name = "依商品排序_ch"
- Me.依商品排序_ch.Size = New System.Drawing.Size(87, 20)
- Me.依商品排序_ch.TabIndex = 1168
- Me.依商品排序_ch.Text = "依商品排序"
- Me.依商品排序_ch.UseVisualStyleBackColor = True
- '
- '依供應商排序_ch
- '
- Me.依供應商排序_ch.AutoSize = True
- Me.依供應商排序_ch.Location = New System.Drawing.Point(7, 6)
- Me.依供應商排序_ch.Name = "依供應商排序_ch"
- Me.依供應商排序_ch.Size = New System.Drawing.Size(99, 20)
- Me.依供應商排序_ch.TabIndex = 1167
- Me.依供應商排序_ch.Text = "依供應商排序"
- Me.依供應商排序_ch.UseVisualStyleBackColor = True
- '
- '訂單彙總_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.訂單彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- 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(453, 59)
- Me.訂單彙總_dgv.Name = "訂單彙總_dgv"
- Me.訂單彙總_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.訂單彙總_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.訂單彙總_dgv.RowTemplate.Height = 24
- Me.訂單彙總_dgv.Size = New System.Drawing.Size(787, 547)
- Me.訂單彙總_dgv.TabIndex = 1173
- '
- '控制表_rb
- '
- Me.控制表_rb.AutoSize = True
- Me.控制表_rb.Location = New System.Drawing.Point(808, 33)
- Me.控制表_rb.Name = "控制表_rb"
- Me.控制表_rb.Size = New System.Drawing.Size(62, 20)
- Me.控制表_rb.TabIndex = 1174
- Me.控制表_rb.TabStop = True
- Me.控制表_rb.Text = "控制表"
- Me.控制表_rb.UseVisualStyleBackColor = True
- '
- '明細表_rb
- '
- Me.明細表_rb.AutoSize = True
- Me.明細表_rb.Location = New System.Drawing.Point(885, 33)
- Me.明細表_rb.Name = "明細表_rb"
- Me.明細表_rb.Size = New System.Drawing.Size(62, 20)
- Me.明細表_rb.TabIndex = 1175
- Me.明細表_rb.TabStop = True
- Me.明細表_rb.Text = "明細表"
- Me.明細表_rb.UseVisualStyleBackColor = True
- '
- '訂單明細_dgv
- '
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.訂單明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
- 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(453, 59)
- Me.訂單明細_dgv.Name = "訂單明細_dgv"
- Me.訂單明細_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.訂單明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
- Me.訂單明細_dgv.RowTemplate.Height = 24
- Me.訂單明細_dgv.Size = New System.Drawing.Size(787, 547)
- Me.訂單明細_dgv.TabIndex = 1176
- '
- '非當天日期_ch
- '
- Me.非當天日期_ch.AutoSize = True
- Me.非當天日期_ch.Checked = True
- Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.非當天日期_ch.Location = New System.Drawing.Point(609, 34)
- Me.非當天日期_ch.Name = "非當天日期_ch"
- Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20)
- Me.非當天日期_ch.TabIndex = 1185
- Me.非當天日期_ch.Text = "補"
- Me.非當天日期_ch.UseVisualStyleBackColor = True
- '
- '客戶交期_dtp
- '
- Me.客戶交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.客戶交期_dtp.Location = New System.Drawing.Point(713, 31)
- Me.客戶交期_dtp.Name = "客戶交期_dtp"
- Me.客戶交期_dtp.Size = New System.Drawing.Size(90, 23)
- Me.客戶交期_dtp.TabIndex = 1183
- '
- 'Label22
- '
- Me.Label22.AutoSize = True
- Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label22.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label22.Location = New System.Drawing.Point(660, 35)
- Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(56, 16)
- Me.Label22.TabIndex = 1184
- Me.Label22.Text = "客戶交期"
- '
- '客戶下單_dtp
- '
- Me.客戶下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.客戶下單_dtp.Location = New System.Drawing.Point(513, 32)
- Me.客戶下單_dtp.Name = "客戶下單_dtp"
- Me.客戶下單_dtp.Size = New System.Drawing.Size(90, 23)
- Me.客戶下單_dtp.TabIndex = 1181
- '
- '客戶關鍵字_tb
- '
- Me.客戶關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶關鍵字_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.客戶關鍵字_tb.Location = New System.Drawing.Point(713, 3)
- Me.客戶關鍵字_tb.Name = "客戶關鍵字_tb"
- Me.客戶關鍵字_tb.Size = New System.Drawing.Size(90, 25)
- Me.客戶關鍵字_tb.TabIndex = 1180
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label15.ForeColor = System.Drawing.Color.Green
- Me.Label15.Location = New System.Drawing.Point(647, 8)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(68, 16)
- Me.Label15.TabIndex = 1179
- Me.Label15.Text = "客戶關鍵字"
- '
- '客戶_cb
- '
- Me.客戶_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.客戶_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.客戶_cb.ForeColor = System.Drawing.Color.Green
- Me.客戶_cb.FormattingEnabled = True
- Me.客戶_cb.Items.AddRange(New Object() {"NA", "女", "男"})
- Me.客戶_cb.Location = New System.Drawing.Point(863, 4)
- Me.客戶_cb.Name = "客戶_cb"
- Me.客戶_cb.Size = New System.Drawing.Size(113, 24)
- Me.客戶_cb.TabIndex = 1178
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.ForeColor = System.Drawing.Color.Green
- Me.Label9.Location = New System.Drawing.Point(805, 7)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(56, 16)
- Me.Label9.TabIndex = 1177
- Me.Label9.Text = "客戶簡稱"
- '
- 'Label20
- '
- Me.Label20.AutoSize = True
- Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label20.Location = New System.Drawing.Point(460, 36)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(56, 16)
- Me.Label20.TabIndex = 1182
- Me.Label20.Text = "客戶下單"
- '
- '單據號碼_tb
- '
- Me.單據號碼_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.單據號碼_tb.ForeColor = System.Drawing.SystemColors.ActiveCaptionText
- Me.單據號碼_tb.Location = New System.Drawing.Point(513, 4)
- Me.單據號碼_tb.Name = "單據號碼_tb"
- Me.單據號碼_tb.Size = New System.Drawing.Size(128, 25)
- Me.單據號碼_tb.TabIndex = 1187
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label16.Location = New System.Drawing.Point(459, 8)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(56, 16)
- Me.Label16.TabIndex = 1186
- Me.Label16.Text = "單據編號"
- '
- '組裝需求_cb
- '
- Me.組裝需求_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.組裝需求_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.組裝需求_cb.ForeColor = System.Drawing.Color.Green
- Me.組裝需求_cb.FormattingEnabled = True
- Me.組裝需求_cb.Items.AddRange(New Object() {"直接出貨", "組裝出貨"})
- Me.組裝需求_cb.Location = New System.Drawing.Point(1044, 4)
- Me.組裝需求_cb.Name = "組裝需求_cb"
- Me.組裝需求_cb.Size = New System.Drawing.Size(84, 24)
- Me.組裝需求_cb.TabIndex = 1190
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label18.ForeColor = System.Drawing.Color.Green
- Me.Label18.Location = New System.Drawing.Point(982, 7)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(56, 16)
- Me.Label18.TabIndex = 1189
- Me.Label18.Text = "組裝需求"
- '
- 'ContextMenuStrip1
- '
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem, Me.新增物料到採購單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改存檔ToolStripMenuItem})
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 126)
- '
- '重新整理ToolStripMenuItem
- '
- Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
- Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
- Me.重新整理ToolStripMenuItem.Text = "重新整理"
- '
- 'ToolStripSeparator3
- '
- Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
- Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
- '
- '開立新的採購單ToolStripMenuItem
- '
- Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
- Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
- Me.開立新的採購單ToolStripMenuItem.Text = "開立新的訂單"
- '
- '新增物料到採購單ToolStripMenuItem
- '
- Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
- Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
- Me.新增物料到採購單ToolStripMenuItem.Text = "新增物料到訂單單"
- '
- '刪除採購單中選中的物料ToolStripMenuItem
- '
- Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
- Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
- Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
- Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除訂單單中選中的物料"
- '
- 'ToolStripSeparator1
- '
- Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
- Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
- '
- '修改存檔ToolStripMenuItem
- '
- Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
- Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
- Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
- Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
- '
- '出貨單號_tb
- '
- 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.SystemColors.ActiveCaptionText
- Me.出貨單號_tb.Location = New System.Drawing.Point(980, 31)
- Me.出貨單號_tb.Name = "出貨單號_tb"
- Me.出貨單號_tb.Size = New System.Drawing.Size(128, 23)
- Me.出貨單號_tb.TabIndex = 1191
- '
- '新單號_tb
- '
- 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.SystemColors.ActiveCaptionText
- Me.新單號_tb.Location = New System.Drawing.Point(1111, 31)
- Me.新單號_tb.Name = "新單號_tb"
- Me.新單號_tb.Size = New System.Drawing.Size(128, 23)
- Me.新單號_tb.TabIndex = 1192
- '
- '訂單管理控制表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1249, 611)
- Me.ContextMenuStrip = Me.ContextMenuStrip1
- Me.Controls.Add(Me.新單號_tb)
- Me.Controls.Add(Me.出貨單號_tb)
- Me.Controls.Add(Me.組裝需求_cb)
- Me.Controls.Add(Me.Label18)
- Me.Controls.Add(Me.單據號碼_tb)
- Me.Controls.Add(Me.Label16)
- Me.Controls.Add(Me.非當天日期_ch)
- Me.Controls.Add(Me.客戶交期_dtp)
- Me.Controls.Add(Me.Label22)
- Me.Controls.Add(Me.客戶下單_dtp)
- Me.Controls.Add(Me.客戶關鍵字_tb)
- Me.Controls.Add(Me.Label15)
- Me.Controls.Add(Me.客戶_cb)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label20)
- Me.Controls.Add(Me.明細表_rb)
- Me.Controls.Add(Me.控制表_rb)
- Me.Controls.Add(Me.倉庫編號_tb)
- Me.Controls.Add(Me.指定倉處_cb)
- Me.Controls.Add(Me.Label14)
- Me.Controls.Add(Me.Label21)
- Me.Controls.Add(Me.歷史單價_tb)
- Me.Controls.Add(Me.加權成本_台幣_tb)
- Me.Controls.Add(Me.Label17)
- Me.Controls.Add(Me.可出庫_tb)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.供應商編號_tb)
- Me.Controls.Add(Me.新增物料_bt)
- Me.Controls.Add(Me.申請數_nud)
- Me.Controls.Add(Me.Label13)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.料號_tb)
- Me.Controls.Add(Me.頁碼_cb)
- Me.Controls.Add(Me.Label27)
- Me.Controls.Add(Me.客戶編號_cb)
- Me.Controls.Add(Me.物料關鍵字_tb)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.依商品排序_ch)
- Me.Controls.Add(Me.依供應商排序_ch)
- Me.Controls.Add(Me.物料清單_dgv)
- Me.Controls.Add(Me.訂單彙總_dgv)
- Me.Controls.Add(Me.訂單明細_dgv)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "訂單管理控制表"
- Me.Text = "訂單管理控制表"
- CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.訂單彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.訂單明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 倉庫編號_tb As TextBox
- Friend WithEvents 指定倉處_cb As ComboBox
- Friend WithEvents Label14 As Label
- Friend WithEvents Label21 As Label
- Friend WithEvents 歷史單價_tb As TextBox
- Friend WithEvents 加權成本_台幣_tb As TextBox
- Friend WithEvents Label17 As Label
- Friend WithEvents 可出庫_tb As TextBox
- Friend WithEvents Label3 As Label
- Friend WithEvents 供應商編號_tb As TextBox
- Friend WithEvents 新增物料_bt As Button
- Friend WithEvents 申請數_nud As NumericUpDown
- Friend WithEvents Label13 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents 料號_tb As TextBox
- Friend WithEvents 頁碼_cb As ComboBox
- Friend WithEvents Label27 As Label
- Friend WithEvents 客戶編號_cb As ComboBox
- Friend WithEvents 物料關鍵字_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 物料清單_dgv As DataGridView
- Friend WithEvents 依商品排序_ch As CheckBox
- Friend WithEvents 依供應商排序_ch As CheckBox
- Friend WithEvents 訂單彙總_dgv As DataGridView
- Friend WithEvents 控制表_rb As RadioButton
- Friend WithEvents 明細表_rb As RadioButton
- Friend WithEvents 訂單明細_dgv As DataGridView
- Friend WithEvents 非當天日期_ch As CheckBox
- Friend WithEvents 客戶交期_dtp As DateTimePicker
- Friend WithEvents Label22 As Label
- Friend WithEvents 客戶下單_dtp As DateTimePicker
- Friend WithEvents 客戶關鍵字_tb As TextBox
- Friend WithEvents Label15 As Label
- Friend WithEvents 客戶_cb As ComboBox
- Friend WithEvents Label9 As Label
- Friend WithEvents Label20 As Label
- Friend WithEvents 單據號碼_tb As TextBox
- Friend WithEvents Label16 As Label
- Friend WithEvents 組裝需求_cb As ComboBox
- Friend WithEvents Label18 As Label
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
- Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
- Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 出貨單號_tb As TextBox
- Friend WithEvents 新單號_tb As TextBox
- End Class
|