_ Partial Class 量產訂單控制表 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ 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() Me.控制表_dgv = New System.Windows.Forms.DataGridView() Me.開啟訂單明細表_bt = New System.Windows.Forms.Button() Me.訂單流水號_tb = New System.Windows.Forms.TextBox() Me.訂單流水號_lb = New System.Windows.Forms.Label() Me.刪除訂單_bt = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.整張訂單CXL_ch = New System.Windows.Forms.CheckBox() Me.單筆資料CXL_ch = New System.Windows.Forms.CheckBox() Me.CXL訂單_bt = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.啟用批量出貨_ch = New System.Windows.Forms.CheckBox() Me.批量出貨_bt = New System.Windows.Forms.Button() 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.確定出貨_bt = New System.Windows.Forms.Button() Me.出貨數量_tb = New System.Windows.Forms.TextBox() Me.清空_bt = New System.Windows.Forms.Button() Me.ACTUAL_lb = New System.Windows.Forms.Label() Me.拆單出貨_ch = New System.Windows.Forms.CheckBox() Me.時間_dtp = New System.Windows.Forms.DateTimePicker() Me.整單出貨_ch = New System.Windows.Forms.CheckBox() Me.由_lb = New System.Windows.Forms.Label() Me.表單2_dgv = New System.Windows.Forms.DataGridView() Me.關鍵字查詢_bt = New System.Windows.Forms.Button() Me.資料流水號_tb = New System.Windows.Forms.TextBox() Me.資料流水號_lb = New System.Windows.Forms.Label() Me.垂直翻轉_bt = New System.Windows.Forms.Button() Me.水平翻轉_bt = New System.Windows.Forms.Button() Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.驗貨報告大圖_bt = New System.Windows.Forms.Button() Me.Cost總雙數_tb = New System.Windows.Forms.TextBox() Me.Cost總銷售_tb = New System.Windows.Forms.TextBox() Me.訂單屬性_cb = New System.Windows.Forms.ComboBox() Me.訂單屬性_lb = New System.Windows.Forms.Label() Me.firstcost_lb = New System.Windows.Forms.Label() Me.LANDEDBRANDED_lb = New System.Windows.Forms.Label() Me.L總銷售_tb = New System.Windows.Forms.TextBox() Me.總銷售_lb = New System.Windows.Forms.Label() Me.L總雙數_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.合總雙數_tb = New System.Windows.Forms.TextBox() 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.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.選取加總_lb = New System.Windows.Forms.Label() Me.加總_tb = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.DGV位置2 = New System.Windows.Forms.NumericUpDown() CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.DGV位置2, 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(12, 140) 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(1890, 827) Me.控制表_dgv.TabIndex = 867 ' '開啟訂單明細表_bt ' Me.開啟訂單明細表_bt.ForeColor = System.Drawing.Color.Black Me.開啟訂單明細表_bt.Location = New System.Drawing.Point(12, 67) Me.開啟訂單明細表_bt.Name = "開啟訂單明細表_bt" Me.開啟訂單明細表_bt.Size = New System.Drawing.Size(212, 30) Me.開啟訂單明細表_bt.TabIndex = 868 Me.開啟訂單明細表_bt.Text = "開啟訂單明細表" Me.開啟訂單明細表_bt.UseVisualStyleBackColor = True ' '訂單流水號_tb ' Me.訂單流水號_tb.Location = New System.Drawing.Point(80, 9) Me.訂單流水號_tb.Name = "訂單流水號_tb" Me.訂單流水號_tb.Size = New System.Drawing.Size(144, 23) Me.訂單流水號_tb.TabIndex = 869 Me.訂單流水號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '訂單流水號_lb ' Me.訂單流水號_lb.AutoSize = True Me.訂單流水號_lb.ForeColor = System.Drawing.Color.Red Me.訂單流水號_lb.Location = New System.Drawing.Point(12, 12) Me.訂單流水號_lb.Name = "訂單流水號_lb" Me.訂單流水號_lb.Size = New System.Drawing.Size(67, 16) Me.訂單流水號_lb.TabIndex = 870 Me.訂單流水號_lb.Text = "訂單流水號" ' '刪除訂單_bt ' Me.刪除訂單_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, 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(1787, 93) Me.刪除訂單_bt.Name = "刪除訂單_bt" Me.刪除訂單_bt.Size = New System.Drawing.Size(115, 42) Me.刪除訂單_bt.TabIndex = 871 Me.刪除訂單_bt.Text = "刪除訂單" Me.刪除訂單_bt.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.整張訂單CXL_ch) Me.GroupBox2.Controls.Add(Me.單筆資料CXL_ch) Me.GroupBox2.Controls.Add(Me.CXL訂單_bt) Me.GroupBox2.Location = New System.Drawing.Point(723, 5) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(124, 128) Me.GroupBox2.TabIndex = 873 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "CXL訂單操作" ' '整張訂單CXL_ch ' Me.整張訂單CXL_ch.AutoSize = True Me.整張訂單CXL_ch.Checked = True Me.整張訂單CXL_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.整張訂單CXL_ch.Location = New System.Drawing.Point(22, 22) Me.整張訂單CXL_ch.Name = "整張訂單CXL_ch" Me.整張訂單CXL_ch.Size = New System.Drawing.Size(96, 20) Me.整張訂單CXL_ch.TabIndex = 337 Me.整張訂單CXL_ch.Text = "整張訂單CXL" Me.整張訂單CXL_ch.UseVisualStyleBackColor = True ' '單筆資料CXL_ch ' Me.單筆資料CXL_ch.AutoSize = True Me.單筆資料CXL_ch.Location = New System.Drawing.Point(22, 44) Me.單筆資料CXL_ch.Name = "單筆資料CXL_ch" Me.單筆資料CXL_ch.Size = New System.Drawing.Size(96, 20) Me.單筆資料CXL_ch.TabIndex = 338 Me.單筆資料CXL_ch.Text = "單筆資料CXL" Me.單筆資料CXL_ch.UseVisualStyleBackColor = True ' 'CXL訂單_bt ' Me.CXL訂單_bt.ForeColor = System.Drawing.Color.Black Me.CXL訂單_bt.Location = New System.Drawing.Point(6, 68) Me.CXL訂單_bt.Name = "CXL訂單_bt" Me.CXL訂單_bt.Size = New System.Drawing.Size(112, 50) Me.CXL訂單_bt.TabIndex = 336 Me.CXL訂單_bt.Text = "CXL訂單" Me.CXL訂單_bt.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.啟用批量出貨_ch) Me.GroupBox1.Controls.Add(Me.批量出貨_bt) Me.GroupBox1.Controls.Add(Me.文字提醒_lb) Me.GroupBox1.Controls.Add(Me.可出貨數量_tb) Me.GroupBox1.Controls.Add(Me.可出貨數量_lb) Me.GroupBox1.Controls.Add(Me.出貨數量_lb) Me.GroupBox1.Controls.Add(Me.確定出貨_bt) Me.GroupBox1.Controls.Add(Me.出貨數量_tb) Me.GroupBox1.Controls.Add(Me.清空_bt) Me.GroupBox1.Controls.Add(Me.ACTUAL_lb) Me.GroupBox1.Controls.Add(Me.拆單出貨_ch) Me.GroupBox1.Controls.Add(Me.時間_dtp) Me.GroupBox1.Controls.Add(Me.整單出貨_ch) Me.GroupBox1.Controls.Add(Me.由_lb) Me.GroupBox1.Location = New System.Drawing.Point(853, 5) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(382, 128) Me.GroupBox1.TabIndex = 872 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "出貨操作" ' '啟用批量出貨_ch ' Me.啟用批量出貨_ch.AutoSize = True Me.啟用批量出貨_ch.Location = New System.Drawing.Point(276, 38) Me.啟用批量出貨_ch.Name = "啟用批量出貨_ch" Me.啟用批量出貨_ch.Size = New System.Drawing.Size(98, 20) Me.啟用批量出貨_ch.TabIndex = 1090 Me.啟用批量出貨_ch.Text = "啟用批量出貨" Me.啟用批量出貨_ch.UseVisualStyleBackColor = True ' '批量出貨_bt ' Me.批量出貨_bt.ForeColor = System.Drawing.Color.Black Me.批量出貨_bt.Location = New System.Drawing.Point(275, 63) Me.批量出貨_bt.Name = "批量出貨_bt" Me.批量出貨_bt.Size = New System.Drawing.Size(98, 27) Me.批量出貨_bt.TabIndex = 1089 Me.批量出貨_bt.Text = "批量出貨" Me.批量出貨_bt.UseVisualStyleBackColor = True ' '文字提醒_lb ' Me.文字提醒_lb.AutoSize = True Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒_lb.Location = New System.Drawing.Point(6, 15) Me.文字提醒_lb.Name = "文字提醒_lb" Me.文字提醒_lb.Size = New System.Drawing.Size(366, 16) Me.文字提醒_lb.TabIndex = 1088 Me.文字提醒_lb.Text = "注意 : 先打勾 [啟用量出貨] 按鈕在選資料,系統讀取速度會比較快。" ' '可出貨數量_tb ' Me.可出貨數量_tb.ForeColor = System.Drawing.Color.Red Me.可出貨數量_tb.Location = New System.Drawing.Point(176, 66) Me.可出貨數量_tb.Name = "可出貨數量_tb" Me.可出貨數量_tb.Size = New System.Drawing.Size(93, 23) Me.可出貨數量_tb.TabIndex = 879 Me.可出貨數量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '可出貨數量_lb ' Me.可出貨數量_lb.AutoSize = True Me.可出貨數量_lb.Location = New System.Drawing.Point(102, 70) Me.可出貨數量_lb.Name = "可出貨數量_lb" Me.可出貨數量_lb.Size = New System.Drawing.Size(67, 16) Me.可出貨數量_lb.TabIndex = 878 Me.可出貨數量_lb.Text = "可出貨數量" ' '出貨數量_lb ' Me.出貨數量_lb.AutoSize = True Me.出貨數量_lb.Location = New System.Drawing.Point(114, 99) Me.出貨數量_lb.Name = "出貨數量_lb" Me.出貨數量_lb.Size = New System.Drawing.Size(55, 16) Me.出貨數量_lb.TabIndex = 344 Me.出貨數量_lb.Text = "出貨數量" ' '確定出貨_bt ' Me.確定出貨_bt.ForeColor = System.Drawing.Color.Black Me.確定出貨_bt.Location = New System.Drawing.Point(275, 92) Me.確定出貨_bt.Name = "確定出貨_bt" Me.確定出貨_bt.Size = New System.Drawing.Size(98, 27) Me.確定出貨_bt.TabIndex = 343 Me.確定出貨_bt.Text = "確定出貨" Me.確定出貨_bt.UseVisualStyleBackColor = True ' '出貨數量_tb ' Me.出貨數量_tb.ForeColor = System.Drawing.Color.Red Me.出貨數量_tb.Location = New System.Drawing.Point(176, 96) Me.出貨數量_tb.Name = "出貨數量_tb" Me.出貨數量_tb.Size = New System.Drawing.Size(93, 23) Me.出貨數量_tb.TabIndex = 342 Me.出貨數量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '清空_bt ' Me.清空_bt.ForeColor = System.Drawing.Color.Black Me.清空_bt.Location = New System.Drawing.Point(228, 36) Me.清空_bt.Name = "清空_bt" Me.清空_bt.Size = New System.Drawing.Size(41, 24) Me.清空_bt.TabIndex = 323 Me.清空_bt.Text = "清空" Me.清空_bt.UseVisualStyleBackColor = True ' 'ACTUAL_lb ' Me.ACTUAL_lb.AutoSize = True Me.ACTUAL_lb.Location = New System.Drawing.Point(10, 39) Me.ACTUAL_lb.Name = "ACTUAL_lb" Me.ACTUAL_lb.Size = New System.Drawing.Size(88, 16) Me.ACTUAL_lb.TabIndex = 269 Me.ACTUAL_lb.Text = "ACTUAL ex-fty" ' '拆單出貨_ch ' Me.拆單出貨_ch.AutoSize = True Me.拆單出貨_ch.Location = New System.Drawing.Point(11, 98) Me.拆單出貨_ch.Name = "拆單出貨_ch" Me.拆單出貨_ch.Size = New System.Drawing.Size(74, 20) Me.拆單出貨_ch.TabIndex = 341 Me.拆單出貨_ch.Text = "拆單出貨" Me.拆單出貨_ch.UseVisualStyleBackColor = True ' '時間_dtp ' Me.時間_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.時間_dtp.Location = New System.Drawing.Point(117, 36) Me.時間_dtp.Name = "時間_dtp" Me.時間_dtp.Size = New System.Drawing.Size(105, 23) Me.時間_dtp.TabIndex = 268 ' '整單出貨_ch ' Me.整單出貨_ch.AutoSize = True Me.整單出貨_ch.Checked = True Me.整單出貨_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.整單出貨_ch.Location = New System.Drawing.Point(11, 69) Me.整單出貨_ch.Name = "整單出貨_ch" Me.整單出貨_ch.Size = New System.Drawing.Size(74, 20) Me.整單出貨_ch.TabIndex = 340 Me.整單出貨_ch.Text = "整單出貨" Me.整單出貨_ch.UseVisualStyleBackColor = True ' '由_lb ' Me.由_lb.AutoSize = True Me.由_lb.Location = New System.Drawing.Point(97, 39) Me.由_lb.Name = "由_lb" Me.由_lb.Size = New System.Drawing.Size(19, 16) Me.由_lb.TabIndex = 271 Me.由_lb.Text = "由" ' '表單2_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.表單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單2_dgv.Location = New System.Drawing.Point(3, 3) Me.表單2_dgv.Name = "表單2_dgv" Me.表單2_dgv.RowHeadersWidth = 5 Me.表單2_dgv.RowTemplate.Height = 24 Me.表單2_dgv.Size = New System.Drawing.Size(66, 92) Me.表單2_dgv.TabIndex = 877 ' '關鍵字查詢_bt ' Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black Me.關鍵字查詢_bt.Location = New System.Drawing.Point(12, 103) Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt" Me.關鍵字查詢_bt.Size = New System.Drawing.Size(212, 30) Me.關鍵字查詢_bt.TabIndex = 874 Me.關鍵字查詢_bt.Text = "關鍵字查詢" Me.關鍵字查詢_bt.UseVisualStyleBackColor = True ' '資料流水號_tb ' Me.資料流水號_tb.Location = New System.Drawing.Point(80, 38) Me.資料流水號_tb.Name = "資料流水號_tb" Me.資料流水號_tb.Size = New System.Drawing.Size(144, 23) Me.資料流水號_tb.TabIndex = 875 Me.資料流水號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '資料流水號_lb ' Me.資料流水號_lb.AutoSize = True Me.資料流水號_lb.ForeColor = System.Drawing.Color.Red Me.資料流水號_lb.Location = New System.Drawing.Point(12, 41) Me.資料流水號_lb.Name = "資料流水號_lb" Me.資料流水號_lb.Size = New System.Drawing.Size(67, 16) Me.資料流水號_lb.TabIndex = 876 Me.資料流水號_lb.Text = "資料流水號" ' '垂直翻轉_bt ' Me.垂直翻轉_bt.Location = New System.Drawing.Point(1657, 93) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(124, 42) Me.垂直翻轉_bt.TabIndex = 883 Me.垂直翻轉_bt.Text = "垂直翻轉" Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.Location = New System.Drawing.Point(1527, 93) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(124, 42) Me.水平翻轉_bt.TabIndex = 882 Me.水平翻轉_bt.Text = "水平翻轉" Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(1657, 49) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(124, 42) Me.逆時鐘90度旋轉_bt.TabIndex = 881 Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉" Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(1527, 49) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(124, 42) Me.順時鐘90度旋轉_bt.TabIndex = 880 Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉" Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '驗貨報告大圖_bt ' Me.驗貨報告大圖_bt.ForeColor = System.Drawing.Color.Black Me.驗貨報告大圖_bt.Location = New System.Drawing.Point(1527, 5) Me.驗貨報告大圖_bt.Name = "驗貨報告大圖_bt" Me.驗貨報告大圖_bt.Size = New System.Drawing.Size(254, 42) Me.驗貨報告大圖_bt.TabIndex = 879 Me.驗貨報告大圖_bt.Text = "驗貨報告大圖" Me.驗貨報告大圖_bt.UseVisualStyleBackColor = True ' 'Cost總雙數_tb ' Me.Cost總雙數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Cost總雙數_tb.Location = New System.Drawing.Point(350, 85) Me.Cost總雙數_tb.Name = "Cost總雙數_tb" Me.Cost總雙數_tb.Size = New System.Drawing.Size(77, 23) Me.Cost總雙數_tb.TabIndex = 885 Me.Cost總雙數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Cost總銷售_tb ' Me.Cost總銷售_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Cost總銷售_tb.Location = New System.Drawing.Point(429, 85) Me.Cost總銷售_tb.Name = "Cost總銷售_tb" Me.Cost總銷售_tb.Size = New System.Drawing.Size(112, 23) Me.Cost總銷售_tb.TabIndex = 887 Me.Cost總銷售_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '訂單屬性_cb ' Me.訂單屬性_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.訂單屬性_cb.ForeColor = System.Drawing.Color.Green Me.訂單屬性_cb.FormattingEnabled = True Me.訂單屬性_cb.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"}) Me.訂單屬性_cb.Location = New System.Drawing.Point(292, 8) Me.訂單屬性_cb.Name = "訂單屬性_cb" Me.訂單屬性_cb.Size = New System.Drawing.Size(249, 24) Me.訂單屬性_cb.TabIndex = 991 ' '訂單屬性_lb ' Me.訂單屬性_lb.AutoSize = True Me.訂單屬性_lb.ForeColor = System.Drawing.Color.Green Me.訂單屬性_lb.Location = New System.Drawing.Point(230, 12) Me.訂單屬性_lb.Name = "訂單屬性_lb" Me.訂單屬性_lb.Size = New System.Drawing.Size(55, 16) Me.訂單屬性_lb.TabIndex = 990 Me.訂單屬性_lb.Text = "訂單屬性" ' 'firstcost_lb ' Me.firstcost_lb.AutoSize = True Me.firstcost_lb.Location = New System.Drawing.Point(230, 88) Me.firstcost_lb.Name = "firstcost_lb" Me.firstcost_lb.Size = New System.Drawing.Size(118, 16) Me.firstcost_lb.TabIndex = 1005 Me.firstcost_lb.Text = "FIRST COST" ' 'LANDEDBRANDED_lb ' Me.LANDEDBRANDED_lb.AutoSize = True Me.LANDEDBRANDED_lb.Location = New System.Drawing.Point(230, 60) Me.LANDEDBRANDED_lb.Name = "LANDEDBRANDED_lb" Me.LANDEDBRANDED_lb.Size = New System.Drawing.Size(117, 16) Me.LANDEDBRANDED_lb.TabIndex = 1004 Me.LANDEDBRANDED_lb.Text = "LANDED BRANDED" ' 'L總銷售_tb ' Me.L總銷售_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.L總銷售_tb.Location = New System.Drawing.Point(429, 56) Me.L總銷售_tb.Name = "L總銷售_tb" Me.L總銷售_tb.Size = New System.Drawing.Size(112, 23) Me.L總銷售_tb.TabIndex = 1009 Me.L總銷售_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '總銷售_lb ' Me.總銷售_lb.AutoSize = True Me.總銷售_lb.Location = New System.Drawing.Point(426, 38) Me.總銷售_lb.Name = "總銷售_lb" Me.總銷售_lb.Size = New System.Drawing.Size(43, 16) Me.總銷售_lb.TabIndex = 1008 Me.總銷售_lb.Text = "總銷售" ' 'L總雙數_tb ' Me.L總雙數_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.L總雙數_tb.Location = New System.Drawing.Point(350, 56) Me.L總雙數_tb.Name = "L總雙數_tb" Me.L總雙數_tb.Size = New System.Drawing.Size(77, 23) Me.L總雙數_tb.TabIndex = 1007 Me.L總雙數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '總雙數_lb ' Me.總雙數_lb.AutoSize = True Me.總雙數_lb.Location = New System.Drawing.Point(347, 38) Me.總雙數_lb.Name = "總雙數_lb" Me.總雙數_lb.Size = New System.Drawing.Size(43, 16) Me.總雙數_lb.TabIndex = 1006 Me.總雙數_lb.Text = "總雙數" ' '合計_lb ' Me.合計_lb.AutoSize = True Me.合計_lb.Location = New System.Drawing.Point(230, 117) Me.合計_lb.Name = "合計_lb" Me.合計_lb.Size = New System.Drawing.Size(118, 16) Me.合計_lb.TabIndex = 1076 Me.合計_lb.Text = "合 計" ' '合總銷售_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(429, 114) Me.合總銷售_tb.Name = "合總銷售_tb" Me.合總銷售_tb.Size = New System.Drawing.Size(112, 23) Me.合總銷售_tb.TabIndex = 1080 Me.合總銷售_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '合總雙數_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(350, 114) Me.合總雙數_tb.Name = "合總雙數_tb" Me.合總雙數_tb.Size = New System.Drawing.Size(77, 23) Me.合總雙數_tb.TabIndex = 1078 Me.合總雙數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '第一頁_bt ' Me.第一頁_bt.ForeColor = System.Drawing.Color.Red Me.第一頁_bt.Location = New System.Drawing.Point(547, 7) Me.第一頁_bt.Name = "第一頁_bt" Me.第一頁_bt.Size = New System.Drawing.Size(84, 40) Me.第一頁_bt.TabIndex = 1083 Me.第一頁_bt.Text = "第一頁" Me.第一頁_bt.UseVisualStyleBackColor = True ' '第三頁_bt ' Me.第三頁_bt.ForeColor = System.Drawing.Color.Red Me.第三頁_bt.Location = New System.Drawing.Point(547, 97) Me.第三頁_bt.Name = "第三頁_bt" Me.第三頁_bt.Size = New System.Drawing.Size(84, 40) Me.第三頁_bt.TabIndex = 1082 Me.第三頁_bt.Text = "第三頁" Me.第三頁_bt.UseVisualStyleBackColor = True ' '第二頁_bt ' Me.第二頁_bt.ForeColor = System.Drawing.Color.Red Me.第二頁_bt.Location = New System.Drawing.Point(547, 52) Me.第二頁_bt.Name = "第二頁_bt" Me.第二頁_bt.Size = New System.Drawing.Size(84, 40) Me.第二頁_bt.TabIndex = 1081 Me.第二頁_bt.Text = "第二頁" Me.第二頁_bt.UseVisualStyleBackColor = True ' '第四頁_bt ' Me.第四頁_bt.ForeColor = System.Drawing.Color.Red Me.第四頁_bt.Location = New System.Drawing.Point(637, 8) Me.第四頁_bt.Name = "第四頁_bt" Me.第四頁_bt.Size = New System.Drawing.Size(84, 40) Me.第四頁_bt.TabIndex = 1086 Me.第四頁_bt.Text = "第四頁" Me.第四頁_bt.UseVisualStyleBackColor = True ' '第五頁_bt ' Me.第五頁_bt.ForeColor = System.Drawing.Color.Red Me.第五頁_bt.Location = New System.Drawing.Point(637, 53) Me.第五頁_bt.Name = "第五頁_bt" Me.第五頁_bt.Size = New System.Drawing.Size(84, 40) Me.第五頁_bt.TabIndex = 1084 Me.第五頁_bt.Text = "第五頁" Me.第五頁_bt.UseVisualStyleBackColor = True ' '列印_bt ' Me.列印_bt.ForeColor = System.Drawing.Color.Black Me.列印_bt.Location = New System.Drawing.Point(637, 97) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(84, 40) Me.列印_bt.TabIndex = 1087 Me.列印_bt.Text = "列印" Me.列印_bt.UseVisualStyleBackColor = True ' 'PictureBox2 ' Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox2.Location = New System.Drawing.Point(1432, 5) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(89, 128) Me.PictureBox2.TabIndex = 878 Me.PictureBox2.TabStop = False ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(1241, 5) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(185, 128) Me.PictureBox1.TabIndex = 877 Me.PictureBox1.TabStop = False ' '選取加總_lb ' Me.選取加總_lb.AutoSize = True Me.選取加總_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!) Me.選取加總_lb.Location = New System.Drawing.Point(1809, 3) Me.選取加總_lb.Name = "選取加總_lb" Me.選取加總_lb.Size = New System.Drawing.Size(73, 20) Me.選取加總_lb.TabIndex = 1088 Me.選取加總_lb.Text = "選取加總" Me.選取加總_lb.Visible = False ' '加總_tb ' Me.加總_tb.Location = New System.Drawing.Point(1787, 22) Me.加總_tb.Name = "加總_tb" Me.加總_tb.Size = New System.Drawing.Size(115, 23) Me.加總_tb.TabIndex = 1089 Me.加總_tb.Visible = False ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.DGV位置2) Me.Panel1.Controls.Add(Me.表單2_dgv) Me.Panel1.Location = New System.Drawing.Point(1035, 196) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(243, 100) Me.Panel1.TabIndex = 1090 Me.Panel1.Visible = False ' 'DGV位置2 ' Me.DGV位置2.Location = New System.Drawing.Point(75, 3) Me.DGV位置2.Maximum = New Decimal(New Integer() {100000, 0, 0, 0}) Me.DGV位置2.Name = "DGV位置2" Me.DGV位置2.Size = New System.Drawing.Size(66, 23) Me.DGV位置2.TabIndex = 878 ' '量產訂單控制表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.加總_tb) Me.Controls.Add(Me.選取加總_lb) 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.第二頁_bt) Me.Controls.Add(Me.合總銷售_tb) Me.Controls.Add(Me.合總雙數_tb) Me.Controls.Add(Me.合計_lb) Me.Controls.Add(Me.L總銷售_tb) Me.Controls.Add(Me.總銷售_lb) Me.Controls.Add(Me.L總雙數_tb) Me.Controls.Add(Me.總雙數_lb) Me.Controls.Add(Me.firstcost_lb) Me.Controls.Add(Me.LANDEDBRANDED_lb) Me.Controls.Add(Me.訂單屬性_cb) Me.Controls.Add(Me.訂單屬性_lb) Me.Controls.Add(Me.Cost總銷售_tb) Me.Controls.Add(Me.Cost總雙數_tb) Me.Controls.Add(Me.垂直翻轉_bt) Me.Controls.Add(Me.水平翻轉_bt) Me.Controls.Add(Me.逆時鐘90度旋轉_bt) Me.Controls.Add(Me.順時鐘90度旋轉_bt) Me.Controls.Add(Me.驗貨報告大圖_bt) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.資料流水號_tb) Me.Controls.Add(Me.資料流水號_lb) Me.Controls.Add(Me.關鍵字查詢_bt) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.刪除訂單_bt) Me.Controls.Add(Me.訂單流水號_tb) Me.Controls.Add(Me.訂單流水號_lb) Me.Controls.Add(Me.開啟訂單明細表_bt) 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.ForeColor = System.Drawing.Color.Black Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "量產訂單控制表" Me.Text = "量產訂單控制表" CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 控制表_dgv As DataGridView Friend WithEvents 開啟訂單明細表_bt As Button Friend WithEvents 訂單流水號_tb As TextBox Friend WithEvents 訂單流水號_lb As Label Friend WithEvents 刪除訂單_bt As Button Friend WithEvents GroupBox2 As GroupBox Friend WithEvents 整張訂單CXL_ch As CheckBox Friend WithEvents 單筆資料CXL_ch As CheckBox Friend WithEvents CXL訂單_bt As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents 出貨數量_lb As Label Friend WithEvents 確定出貨_bt As Button Friend WithEvents 出貨數量_tb As TextBox Friend WithEvents 清空_bt As Button Friend WithEvents ACTUAL_lb As Label Friend WithEvents 拆單出貨_ch As CheckBox Friend WithEvents 時間_dtp As DateTimePicker Friend WithEvents 整單出貨_ch As CheckBox Friend WithEvents 由_lb As Label Friend WithEvents 關鍵字查詢_bt As Button Friend WithEvents 資料流水號_tb As TextBox Friend WithEvents 資料流水號_lb As Label Friend WithEvents 表單2_dgv As DataGridView Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 垂直翻轉_bt As Button Friend WithEvents 水平翻轉_bt As Button Friend WithEvents 逆時鐘90度旋轉_bt As Button Friend WithEvents 順時鐘90度旋轉_bt As Button Friend WithEvents 驗貨報告大圖_bt As Button Friend WithEvents 可出貨數量_tb As TextBox Friend WithEvents 可出貨數量_lb As Label Friend WithEvents Cost總雙數_tb As TextBox Friend WithEvents Cost總銷售_tb As TextBox Friend WithEvents 訂單屬性_cb As ComboBox Friend WithEvents 訂單屬性_lb As Label Friend WithEvents firstcost_lb As Label Friend WithEvents LANDEDBRANDED_lb As Label Friend WithEvents L總銷售_tb As TextBox Friend WithEvents 總銷售_lb As Label Friend WithEvents L總雙數_tb As TextBox Friend WithEvents 總雙數_lb As Label Friend WithEvents 合計_lb As Label Friend WithEvents 合總銷售_tb As TextBox Friend WithEvents 合總雙數_tb As TextBox Friend WithEvents 第一頁_bt As Button Friend WithEvents 第三頁_bt As Button Friend WithEvents 第二頁_bt As Button Friend WithEvents 第四頁_bt As Button Friend WithEvents 第五頁_bt As Button Friend WithEvents 列印_bt As Button Friend WithEvents 啟用批量出貨_ch As CheckBox Friend WithEvents 批量出貨_bt As Button Friend WithEvents 文字提醒_lb As Label Friend WithEvents 選取加總_lb As Label Friend WithEvents 加總_tb As TextBox Friend WithEvents Panel1 As Panel Friend WithEvents DGV位置2 As NumericUpDown End Class