_ 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.Button30 = New System.Windows.Forms.Button() Me.TextBox12 = New System.Windows.Forms.TextBox() Me.Label12 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.CheckBox24 = New System.Windows.Forms.CheckBox() Me.CheckBox25 = New System.Windows.Forms.CheckBox() Me.Button38 = 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.Label50 = New System.Windows.Forms.Label() Me.TextBox13 = New System.Windows.Forms.TextBox() Me.Label19 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Button15 = New System.Windows.Forms.Button() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Button27 = New System.Windows.Forms.Button() Me.Label57 = New System.Windows.Forms.Label() Me.CheckBox10 = New System.Windows.Forms.CheckBox() Me.DateTimePicker30 = New System.Windows.Forms.DateTimePicker() Me.CheckBox11 = New System.Windows.Forms.CheckBox() Me.Label56 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.Button21 = New System.Windows.Forms.Button() Me.Button23 = New System.Windows.Forms.Button() Me.Button24 = New System.Windows.Forms.Button() Me.Button25 = New System.Windows.Forms.Button() Me.Button20 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.ComboBox10 = New System.Windows.Forms.ComboBox() Me.Label28 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.TextBox8 = New System.Windows.Forms.TextBox() Me.Button3 = New System.Windows.Forms.Button() Me.Button35 = New System.Windows.Forms.Button() Me.Button34 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '控制表_dgv ' 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 ' 'Button30 ' Me.Button30.ForeColor = System.Drawing.Color.Black Me.Button30.Location = New System.Drawing.Point(12, 67) Me.Button30.Name = "Button30" Me.Button30.Size = New System.Drawing.Size(212, 30) Me.Button30.TabIndex = 868 Me.Button30.Text = "開啟訂單明細表" Me.Button30.UseVisualStyleBackColor = True ' 'TextBox12 ' Me.TextBox12.Location = New System.Drawing.Point(80, 9) Me.TextBox12.Name = "TextBox12" Me.TextBox12.Size = New System.Drawing.Size(144, 23) Me.TextBox12.TabIndex = 869 Me.TextBox12.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.ForeColor = System.Drawing.Color.Red Me.Label12.Location = New System.Drawing.Point(12, 12) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(68, 16) Me.Label12.TabIndex = 870 Me.Label12.Text = "訂單流水號" ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Red Me.Button1.Location = New System.Drawing.Point(1787, 93) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(115, 42) Me.Button1.TabIndex = 871 Me.Button1.Text = "刪除訂單" Me.Button1.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.CheckBox24) Me.GroupBox2.Controls.Add(Me.CheckBox25) Me.GroupBox2.Controls.Add(Me.Button38) 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訂單操作" ' 'CheckBox24 ' Me.CheckBox24.AutoSize = True Me.CheckBox24.Checked = True Me.CheckBox24.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox24.Location = New System.Drawing.Point(22, 22) Me.CheckBox24.Name = "CheckBox24" Me.CheckBox24.Size = New System.Drawing.Size(97, 20) Me.CheckBox24.TabIndex = 337 Me.CheckBox24.Text = "整張訂單CXL" Me.CheckBox24.UseVisualStyleBackColor = True ' 'CheckBox25 ' Me.CheckBox25.AutoSize = True Me.CheckBox25.Location = New System.Drawing.Point(22, 44) Me.CheckBox25.Name = "CheckBox25" Me.CheckBox25.Size = New System.Drawing.Size(97, 20) Me.CheckBox25.TabIndex = 338 Me.CheckBox25.Text = "單筆資料CXL" Me.CheckBox25.UseVisualStyleBackColor = True ' 'Button38 ' Me.Button38.ForeColor = System.Drawing.Color.Black Me.Button38.Location = New System.Drawing.Point(6, 68) Me.Button38.Name = "Button38" Me.Button38.Size = New System.Drawing.Size(112, 50) Me.Button38.TabIndex = 336 Me.Button38.Text = "CXL訂單" Me.Button38.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.啟用批量出貨_ch) Me.GroupBox1.Controls.Add(Me.批量出貨_bt) Me.GroupBox1.Controls.Add(Me.Label50) Me.GroupBox1.Controls.Add(Me.TextBox13) Me.GroupBox1.Controls.Add(Me.Label19) Me.GroupBox1.Controls.Add(Me.Label1) Me.GroupBox1.Controls.Add(Me.Button15) Me.GroupBox1.Controls.Add(Me.TextBox1) Me.GroupBox1.Controls.Add(Me.Button27) Me.GroupBox1.Controls.Add(Me.Label57) Me.GroupBox1.Controls.Add(Me.CheckBox10) Me.GroupBox1.Controls.Add(Me.DateTimePicker30) Me.GroupBox1.Controls.Add(Me.CheckBox11) Me.GroupBox1.Controls.Add(Me.Label56) 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(99, 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 ' 'Label50 ' Me.Label50.AutoSize = True Me.Label50.ForeColor = System.Drawing.Color.Red Me.Label50.Location = New System.Drawing.Point(6, 15) Me.Label50.Name = "Label50" Me.Label50.Size = New System.Drawing.Size(367, 16) Me.Label50.TabIndex = 1088 Me.Label50.Text = "注意 : 先打勾 [啟用量出貨] 按鈕在選資料,系統讀取速度會比較快。" ' 'TextBox13 ' Me.TextBox13.ForeColor = System.Drawing.Color.Red Me.TextBox13.Location = New System.Drawing.Point(176, 66) Me.TextBox13.Name = "TextBox13" Me.TextBox13.Size = New System.Drawing.Size(93, 23) Me.TextBox13.TabIndex = 879 Me.TextBox13.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Location = New System.Drawing.Point(102, 70) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(68, 16) Me.Label19.TabIndex = 878 Me.Label19.Text = "可出貨數量" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(114, 99) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 344 Me.Label1.Text = "出貨數量" ' 'Button15 ' Me.Button15.ForeColor = System.Drawing.Color.Black Me.Button15.Location = New System.Drawing.Point(275, 92) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(98, 27) Me.Button15.TabIndex = 343 Me.Button15.Text = "確定出貨" Me.Button15.UseVisualStyleBackColor = True ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.Red Me.TextBox1.Location = New System.Drawing.Point(176, 96) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(93, 23) Me.TextBox1.TabIndex = 342 Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button27 ' Me.Button27.ForeColor = System.Drawing.Color.Black Me.Button27.Location = New System.Drawing.Point(228, 36) Me.Button27.Name = "Button27" Me.Button27.Size = New System.Drawing.Size(41, 24) Me.Button27.TabIndex = 323 Me.Button27.Text = "清空" Me.Button27.UseVisualStyleBackColor = True ' 'Label57 ' Me.Label57.AutoSize = True Me.Label57.Location = New System.Drawing.Point(10, 39) Me.Label57.Name = "Label57" Me.Label57.Size = New System.Drawing.Size(89, 16) Me.Label57.TabIndex = 269 Me.Label57.Text = "ACTUAL ex-fty" ' 'CheckBox10 ' Me.CheckBox10.AutoSize = True Me.CheckBox10.Location = New System.Drawing.Point(11, 98) Me.CheckBox10.Name = "CheckBox10" Me.CheckBox10.Size = New System.Drawing.Size(75, 20) Me.CheckBox10.TabIndex = 341 Me.CheckBox10.Text = "拆單出貨" Me.CheckBox10.UseVisualStyleBackColor = True ' 'DateTimePicker30 ' Me.DateTimePicker30.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker30.Location = New System.Drawing.Point(117, 36) Me.DateTimePicker30.Name = "DateTimePicker30" Me.DateTimePicker30.Size = New System.Drawing.Size(105, 23) Me.DateTimePicker30.TabIndex = 268 ' 'CheckBox11 ' Me.CheckBox11.AutoSize = True Me.CheckBox11.Checked = True Me.CheckBox11.CheckState = System.Windows.Forms.CheckState.Checked Me.CheckBox11.Location = New System.Drawing.Point(11, 69) Me.CheckBox11.Name = "CheckBox11" Me.CheckBox11.Size = New System.Drawing.Size(75, 20) Me.CheckBox11.TabIndex = 340 Me.CheckBox11.Text = "整單出貨" Me.CheckBox11.UseVisualStyleBackColor = True ' 'Label56 ' Me.Label56.AutoSize = True Me.Label56.Location = New System.Drawing.Point(97, 39) Me.Label56.Name = "Label56" Me.Label56.Size = New System.Drawing.Size(20, 16) Me.Label56.TabIndex = 271 Me.Label56.Text = "由" ' 'DataGridView2 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(53, 173) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(15, 22) Me.DataGridView2.TabIndex = 877 ' 'Button2 ' Me.Button2.ForeColor = System.Drawing.Color.Black Me.Button2.Location = New System.Drawing.Point(12, 103) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(212, 30) Me.Button2.TabIndex = 874 Me.Button2.Text = "關鍵字查詢" Me.Button2.UseVisualStyleBackColor = True ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(80, 38) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(144, 23) Me.TextBox2.TabIndex = 875 Me.TextBox2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(12, 41) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(68, 16) Me.Label2.TabIndex = 876 Me.Label2.Text = "資料流水號" ' 'Button21 ' Me.Button21.Location = New System.Drawing.Point(1657, 93) Me.Button21.Name = "Button21" Me.Button21.Size = New System.Drawing.Size(124, 42) Me.Button21.TabIndex = 883 Me.Button21.Text = "垂直翻轉" Me.Button21.UseVisualStyleBackColor = True ' 'Button23 ' Me.Button23.Location = New System.Drawing.Point(1527, 93) Me.Button23.Name = "Button23" Me.Button23.Size = New System.Drawing.Size(124, 42) Me.Button23.TabIndex = 882 Me.Button23.Text = "水平翻轉" Me.Button23.UseVisualStyleBackColor = True ' 'Button24 ' Me.Button24.Location = New System.Drawing.Point(1657, 49) Me.Button24.Name = "Button24" Me.Button24.Size = New System.Drawing.Size(124, 42) Me.Button24.TabIndex = 881 Me.Button24.Text = "逆時鐘90度旋轉" Me.Button24.UseVisualStyleBackColor = True ' 'Button25 ' Me.Button25.Location = New System.Drawing.Point(1527, 49) Me.Button25.Name = "Button25" Me.Button25.Size = New System.Drawing.Size(124, 42) Me.Button25.TabIndex = 880 Me.Button25.Text = "順時鐘90度旋轉" Me.Button25.UseVisualStyleBackColor = True ' 'Button20 ' Me.Button20.ForeColor = System.Drawing.Color.Black Me.Button20.Location = New System.Drawing.Point(1527, 5) Me.Button20.Name = "Button20" Me.Button20.Size = New System.Drawing.Size(254, 42) Me.Button20.TabIndex = 879 Me.Button20.Text = "驗貨報告大圖" Me.Button20.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox3.Location = New System.Drawing.Point(350, 85) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(77, 23) Me.TextBox3.TabIndex = 885 Me.TextBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox4 ' Me.TextBox4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox4.Location = New System.Drawing.Point(429, 85) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(112, 23) Me.TextBox4.TabIndex = 887 Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox10 ' Me.ComboBox10.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox10.ForeColor = System.Drawing.Color.Green Me.ComboBox10.FormattingEnabled = True Me.ComboBox10.Items.AddRange(New Object() {"", "LANDED BRANDED", "FIRST COST"}) Me.ComboBox10.Location = New System.Drawing.Point(292, 8) Me.ComboBox10.Name = "ComboBox10" Me.ComboBox10.Size = New System.Drawing.Size(249, 24) Me.ComboBox10.TabIndex = 991 ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.ForeColor = System.Drawing.Color.Green Me.Label28.Location = New System.Drawing.Point(230, 12) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(56, 16) Me.Label28.TabIndex = 990 Me.Label28.Text = "訂單屬性" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(230, 88) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(119, 16) Me.Label5.TabIndex = 1005 Me.Label5.Text = "FIRST COST" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(230, 60) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(118, 16) Me.Label6.TabIndex = 1004 Me.Label6.Text = "LANDED BRANDED" ' 'TextBox5 ' Me.TextBox5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox5.Location = New System.Drawing.Point(429, 56) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(112, 23) Me.TextBox5.TabIndex = 1009 Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(426, 38) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(44, 16) Me.Label7.TabIndex = 1008 Me.Label7.Text = "總銷售" ' 'TextBox6 ' Me.TextBox6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox6.Location = New System.Drawing.Point(350, 56) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(77, 23) Me.TextBox6.TabIndex = 1007 Me.TextBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(347, 38) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(44, 16) Me.Label8.TabIndex = 1006 Me.Label8.Text = "總雙數" ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Location = New System.Drawing.Point(230, 117) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(119, 16) Me.Label22.TabIndex = 1076 Me.Label22.Text = "合 計" ' 'TextBox7 ' Me.TextBox7.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox7.Location = New System.Drawing.Point(429, 114) Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(112, 23) Me.TextBox7.TabIndex = 1080 Me.TextBox7.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'TextBox8 ' Me.TextBox8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox8.Location = New System.Drawing.Point(350, 114) Me.TextBox8.Name = "TextBox8" Me.TextBox8.Size = New System.Drawing.Size(77, 23) Me.TextBox8.TabIndex = 1078 Me.TextBox8.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Button3 ' Me.Button3.ForeColor = System.Drawing.Color.Red Me.Button3.Location = New System.Drawing.Point(547, 7) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(84, 40) Me.Button3.TabIndex = 1083 Me.Button3.Text = "第一頁" Me.Button3.UseVisualStyleBackColor = True ' 'Button35 ' Me.Button35.ForeColor = System.Drawing.Color.Red Me.Button35.Location = New System.Drawing.Point(547, 97) Me.Button35.Name = "Button35" Me.Button35.Size = New System.Drawing.Size(84, 40) Me.Button35.TabIndex = 1082 Me.Button35.Text = "第三頁" Me.Button35.UseVisualStyleBackColor = True ' 'Button34 ' Me.Button34.ForeColor = System.Drawing.Color.Red Me.Button34.Location = New System.Drawing.Point(547, 52) Me.Button34.Name = "Button34" Me.Button34.Size = New System.Drawing.Size(84, 40) Me.Button34.TabIndex = 1081 Me.Button34.Text = "第二頁" Me.Button34.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.ForeColor = System.Drawing.Color.Red Me.Button4.Location = New System.Drawing.Point(637, 8) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(84, 40) Me.Button4.TabIndex = 1086 Me.Button4.Text = "第四頁" Me.Button4.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.ForeColor = System.Drawing.Color.Red Me.Button6.Location = New System.Drawing.Point(637, 53) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(84, 40) Me.Button6.TabIndex = 1084 Me.Button6.Text = "第五頁" Me.Button6.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.ForeColor = System.Drawing.Color.Black Me.Button5.Location = New System.Drawing.Point(637, 97) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(84, 40) Me.Button5.TabIndex = 1087 Me.Button5.Text = "列印" Me.Button5.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 ' '量產訂單控制表 ' 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.Button5) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button35) Me.Controls.Add(Me.Button34) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.TextBox8) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.ComboBox10) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button21) Me.Controls.Add(Me.Button23) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button24) Me.Controls.Add(Me.Button25) Me.Controls.Add(Me.Button20) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.GroupBox2) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.TextBox12) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Button30) 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.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 控制表_dgv As DataGridView Friend WithEvents Button30 As Button Friend WithEvents TextBox12 As TextBox Friend WithEvents Label12 As Label Friend WithEvents Button1 As Button Friend WithEvents GroupBox2 As GroupBox Friend WithEvents CheckBox24 As CheckBox Friend WithEvents CheckBox25 As CheckBox Friend WithEvents Button38 As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents Label1 As Label Friend WithEvents Button15 As Button Friend WithEvents TextBox1 As TextBox Friend WithEvents Button27 As Button Friend WithEvents Label57 As Label Friend WithEvents CheckBox10 As CheckBox Friend WithEvents DateTimePicker30 As DateTimePicker Friend WithEvents CheckBox11 As CheckBox Friend WithEvents Label56 As Label Friend WithEvents Button2 As Button Friend WithEvents TextBox2 As TextBox Friend WithEvents Label2 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents PictureBox2 As PictureBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents Button21 As Button Friend WithEvents Button23 As Button Friend WithEvents Button24 As Button Friend WithEvents Button25 As Button Friend WithEvents Button20 As Button Friend WithEvents TextBox13 As TextBox Friend WithEvents Label19 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox4 As TextBox Friend WithEvents ComboBox10 As ComboBox Friend WithEvents Label28 As Label Friend WithEvents Label5 As Label Friend WithEvents Label6 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label7 As Label Friend WithEvents TextBox6 As TextBox Friend WithEvents Label8 As Label Friend WithEvents Label22 As Label Friend WithEvents TextBox7 As TextBox Friend WithEvents TextBox8 As TextBox Friend WithEvents Button3 As Button Friend WithEvents Button35 As Button Friend WithEvents Button34 As Button Friend WithEvents Button4 As Button Friend WithEvents Button6 As Button Friend WithEvents Button5 As Button Friend WithEvents 啟用批量出貨_ch As CheckBox Friend WithEvents 批量出貨_bt As Button Friend WithEvents Label50 As Label End Class