_ 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() Me.列印成EXCEL_bt = New System.Windows.Forms.Button() Me.RLFXF_ch = New System.Windows.Forms.CheckBox() Me.至3_lb = New System.Windows.Forms.Label() Me.由3_lb = New System.Windows.Forms.Label() Me.開始3_dtp = New System.Windows.Forms.DateTimePicker() Me.結束3_dtp = New System.Windows.Forms.DateTimePicker() Me.FTYXF_ch = New System.Windows.Forms.CheckBox() Me.至2_lb = New System.Windows.Forms.Label() Me.由2_lb = New System.Windows.Forms.Label() Me.開始2_dtp = New System.Windows.Forms.DateTimePicker() Me.結束2_dtp = New System.Windows.Forms.DateTimePicker() Me.CUSTXF_ch = New System.Windows.Forms.CheckBox() Me.至_lb = New System.Windows.Forms.Label() Me.由1_lb = New System.Windows.Forms.Label() Me.結束1_dtp = New System.Windows.Forms.DateTimePicker() Me.開始1_dtp = New System.Windows.Forms.DateTimePicker() Me.FTY_ch = New System.Windows.Forms.CheckBox() Me.工廠_cb = New System.Windows.Forms.ComboBox() Me.DIV_ch = New System.Windows.Forms.CheckBox() Me.訂單種類_cb = New System.Windows.Forms.ComboBox() Me.SEASON_ch = New System.Windows.Forms.CheckBox() Me.季節_cb = New System.Windows.Forms.ComboBox() 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.PictureBox2 = New System.Windows.Forms.PictureBox() Me.出貨明細表_lb = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.開啟訂單明細表_bt = New System.Windows.Forms.Button() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.搜尋_bt = New System.Windows.Forms.Button() Me.主表單_dgv = New System.Windows.Forms.DataGridView() Me.明細是否建檔_ch = New System.Windows.Forms.CheckBox() Me.資料流水號_tb = New System.Windows.Forms.TextBox() Me.實際離場_dtp = New System.Windows.Forms.DateTimePicker() Me.實際離場日修改_bt = New System.Windows.Forms.Button() Me.Label1 = New System.Windows.Forms.Label() Me.加總_tb = New System.Windows.Forms.TextBox() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '列印成EXCEL_bt ' Me.列印成EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印成EXCEL_bt.ForeColor = System.Drawing.Color.Black Me.列印成EXCEL_bt.Location = New System.Drawing.Point(1215, 10) Me.列印成EXCEL_bt.Name = "列印成EXCEL_bt" Me.列印成EXCEL_bt.Size = New System.Drawing.Size(115, 83) Me.列印成EXCEL_bt.TabIndex = 579 Me.列印成EXCEL_bt.Text = "列印成EXCEL" Me.列印成EXCEL_bt.UseVisualStyleBackColor = True ' 'RLFXF_ch ' Me.RLFXF_ch.AutoSize = True Me.RLFXF_ch.Location = New System.Drawing.Point(562, 71) Me.RLFXF_ch.Name = "RLFXF_ch" Me.RLFXF_ch.Size = New System.Drawing.Size(69, 20) Me.RLFXF_ch.TabIndex = 578 Me.RLFXF_ch.Text = "RLF X/F" Me.RLFXF_ch.UseVisualStyleBackColor = True ' '至3_lb ' Me.至3_lb.AutoSize = True Me.至3_lb.Location = New System.Drawing.Point(770, 72) Me.至3_lb.Name = "至3_lb" Me.至3_lb.Size = New System.Drawing.Size(20, 16) Me.至3_lb.TabIndex = 577 Me.至3_lb.Text = "至" ' '由3_lb ' Me.由3_lb.AutoSize = True Me.由3_lb.Location = New System.Drawing.Point(648, 72) Me.由3_lb.Name = "由3_lb" Me.由3_lb.Size = New System.Drawing.Size(20, 16) Me.由3_lb.TabIndex = 576 Me.由3_lb.Text = "由" ' '開始3_dtp ' Me.開始3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始3_dtp.Location = New System.Drawing.Point(674, 69) Me.開始3_dtp.Name = "開始3_dtp" Me.開始3_dtp.Size = New System.Drawing.Size(90, 23) Me.開始3_dtp.TabIndex = 575 ' '結束3_dtp ' Me.結束3_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束3_dtp.Location = New System.Drawing.Point(796, 69) Me.結束3_dtp.Name = "結束3_dtp" Me.結束3_dtp.Size = New System.Drawing.Size(90, 23) Me.結束3_dtp.TabIndex = 574 ' 'FTYXF_ch ' Me.FTYXF_ch.AutoSize = True Me.FTYXF_ch.Location = New System.Drawing.Point(562, 41) Me.FTYXF_ch.Name = "FTYXF_ch" Me.FTYXF_ch.Size = New System.Drawing.Size(69, 20) Me.FTYXF_ch.TabIndex = 573 Me.FTYXF_ch.Text = "FTY X/F" Me.FTYXF_ch.UseVisualStyleBackColor = True ' '至2_lb ' Me.至2_lb.AutoSize = True Me.至2_lb.Location = New System.Drawing.Point(770, 42) Me.至2_lb.Name = "至2_lb" Me.至2_lb.Size = New System.Drawing.Size(20, 16) Me.至2_lb.TabIndex = 572 Me.至2_lb.Text = "至" ' '由2_lb ' Me.由2_lb.AutoSize = True Me.由2_lb.Location = New System.Drawing.Point(648, 42) Me.由2_lb.Name = "由2_lb" Me.由2_lb.Size = New System.Drawing.Size(20, 16) Me.由2_lb.TabIndex = 571 Me.由2_lb.Text = "由" ' '開始2_dtp ' Me.開始2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始2_dtp.Location = New System.Drawing.Point(674, 39) Me.開始2_dtp.Name = "開始2_dtp" Me.開始2_dtp.Size = New System.Drawing.Size(90, 23) Me.開始2_dtp.TabIndex = 570 ' '結束2_dtp ' Me.結束2_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束2_dtp.Location = New System.Drawing.Point(796, 39) Me.結束2_dtp.Name = "結束2_dtp" Me.結束2_dtp.Size = New System.Drawing.Size(90, 23) Me.結束2_dtp.TabIndex = 569 ' 'CUSTXF_ch ' Me.CUSTXF_ch.AutoSize = True Me.CUSTXF_ch.Location = New System.Drawing.Point(562, 11) Me.CUSTXF_ch.Name = "CUSTXF_ch" Me.CUSTXF_ch.Size = New System.Drawing.Size(80, 20) Me.CUSTXF_ch.TabIndex = 568 Me.CUSTXF_ch.Text = "CUST X/F" Me.CUSTXF_ch.UseVisualStyleBackColor = True ' '至_lb ' Me.至_lb.AutoSize = True Me.至_lb.Location = New System.Drawing.Point(770, 12) Me.至_lb.Name = "至_lb" Me.至_lb.Size = New System.Drawing.Size(20, 16) Me.至_lb.TabIndex = 567 Me.至_lb.Text = "至" ' '由1_lb ' Me.由1_lb.AutoSize = True Me.由1_lb.Location = New System.Drawing.Point(648, 12) Me.由1_lb.Name = "由1_lb" Me.由1_lb.Size = New System.Drawing.Size(20, 16) Me.由1_lb.TabIndex = 566 Me.由1_lb.Text = "由" ' '結束1_dtp ' Me.結束1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.結束1_dtp.Location = New System.Drawing.Point(796, 9) Me.結束1_dtp.Name = "結束1_dtp" Me.結束1_dtp.Size = New System.Drawing.Size(90, 23) Me.結束1_dtp.TabIndex = 565 ' '開始1_dtp ' Me.開始1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.開始1_dtp.Location = New System.Drawing.Point(674, 9) Me.開始1_dtp.Name = "開始1_dtp" Me.開始1_dtp.Size = New System.Drawing.Size(90, 23) Me.開始1_dtp.TabIndex = 564 ' 'FTY_ch ' Me.FTY_ch.AutoSize = True Me.FTY_ch.Location = New System.Drawing.Point(344, 71) Me.FTY_ch.Name = "FTY_ch" Me.FTY_ch.Size = New System.Drawing.Size(47, 20) Me.FTY_ch.TabIndex = 563 Me.FTY_ch.Text = "FTY" Me.FTY_ch.UseVisualStyleBackColor = True ' '工廠_cb ' Me.工廠_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.工廠_cb.FormattingEnabled = True Me.工廠_cb.Location = New System.Drawing.Point(426, 69) Me.工廠_cb.Name = "工廠_cb" Me.工廠_cb.Size = New System.Drawing.Size(130, 24) Me.工廠_cb.TabIndex = 562 ' 'DIV_ch ' Me.DIV_ch.AutoSize = True Me.DIV_ch.Location = New System.Drawing.Point(344, 41) Me.DIV_ch.Name = "DIV_ch" Me.DIV_ch.Size = New System.Drawing.Size(47, 20) Me.DIV_ch.TabIndex = 561 Me.DIV_ch.Text = "DIV" Me.DIV_ch.UseVisualStyleBackColor = True ' '訂單種類_cb ' Me.訂單種類_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.訂單種類_cb.FormattingEnabled = True Me.訂單種類_cb.Location = New System.Drawing.Point(426, 39) Me.訂單種類_cb.Name = "訂單種類_cb" Me.訂單種類_cb.Size = New System.Drawing.Size(130, 24) Me.訂單種類_cb.TabIndex = 560 ' 'SEASON_ch ' Me.SEASON_ch.AutoSize = True Me.SEASON_ch.Location = New System.Drawing.Point(344, 11) Me.SEASON_ch.Name = "SEASON_ch" Me.SEASON_ch.Size = New System.Drawing.Size(76, 20) Me.SEASON_ch.TabIndex = 559 Me.SEASON_ch.Text = "SEASON" Me.SEASON_ch.UseVisualStyleBackColor = True ' '季節_cb ' Me.季節_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.季節_cb.FormattingEnabled = True Me.季節_cb.Location = New System.Drawing.Point(426, 9) Me.季節_cb.Name = "季節_cb" Me.季節_cb.Size = New System.Drawing.Size(130, 24) Me.季節_cb.TabIndex = 558 ' '垂直翻轉_bt ' Me.垂直翻轉_bt.Location = New System.Drawing.Point(177, 877) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(161, 36) Me.垂直翻轉_bt.TabIndex = 557 Me.垂直翻轉_bt.Text = "垂直翻轉" Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.Location = New System.Drawing.Point(12, 877) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(161, 36) Me.水平翻轉_bt.TabIndex = 556 Me.水平翻轉_bt.Text = "水平翻轉" Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(177, 835) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(161, 36) Me.逆時鐘90度旋轉_bt.TabIndex = 555 Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉" Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(12, 835) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(161, 36) Me.順時鐘90度旋轉_bt.TabIndex = 554 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(12, 792) Me.驗貨報告大圖_bt.Name = "驗貨報告大圖_bt" Me.驗貨報告大圖_bt.Size = New System.Drawing.Size(326, 37) Me.驗貨報告大圖_bt.TabIndex = 553 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(12, 352) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(326, 434) Me.PictureBox2.TabIndex = 552 Me.PictureBox2.TabStop = False ' '出貨明細表_lb ' Me.出貨明細表_lb.AutoSize = True Me.出貨明細表_lb.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.出貨明細表_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer)) Me.出貨明細表_lb.Location = New System.Drawing.Point(73, 21) Me.出貨明細表_lb.Name = "出貨明細表_lb" Me.出貨明細表_lb.Size = New System.Drawing.Size(195, 45) Me.出貨明細表_lb.TabIndex = 551 Me.出貨明細表_lb.Text = "出貨明細表" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(12, 99) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(326, 247) Me.PictureBox1.TabIndex = 550 Me.PictureBox1.TabStop = False ' '開啟訂單明細表_bt ' Me.開啟訂單明細表_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.開啟訂單明細表_bt.ForeColor = System.Drawing.Color.Black Me.開啟訂單明細表_bt.Location = New System.Drawing.Point(892, 9) Me.開啟訂單明細表_bt.Name = "開啟訂單明細表_bt" Me.開啟訂單明細表_bt.Size = New System.Drawing.Size(196, 54) Me.開啟訂單明細表_bt.TabIndex = 549 Me.開啟訂單明細表_bt.Text = "開啟訂單明細表" Me.開啟訂單明細表_bt.UseVisualStyleBackColor = True ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(892, 69) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(100, 23) Me.流水號_tb.TabIndex = 547 ' '搜尋_bt ' Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(1094, 10) Me.搜尋_bt.Name = "搜尋_bt" Me.搜尋_bt.Size = New System.Drawing.Size(115, 83) Me.搜尋_bt.TabIndex = 546 Me.搜尋_bt.Text = "搜尋" Me.搜尋_bt.UseVisualStyleBackColor = True ' '主表單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.主表單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 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(344, 99) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(1558, 866) Me.主表單_dgv.TabIndex = 545 ' '明細是否建檔_ch ' Me.明細是否建檔_ch.AutoSize = True Me.明細是否建檔_ch.Location = New System.Drawing.Point(998, 71) Me.明細是否建檔_ch.Name = "明細是否建檔_ch" Me.明細是否建檔_ch.Size = New System.Drawing.Size(99, 20) Me.明細是否建檔_ch.TabIndex = 548 Me.明細是否建檔_ch.Text = "明細是否建檔" Me.明細是否建檔_ch.UseVisualStyleBackColor = True ' '資料流水號_tb ' Me.資料流水號_tb.Location = New System.Drawing.Point(1336, 12) Me.資料流水號_tb.Name = "資料流水號_tb" Me.資料流水號_tb.Size = New System.Drawing.Size(100, 23) Me.資料流水號_tb.TabIndex = 580 ' '實際離場_dtp ' Me.實際離場_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.實際離場_dtp.Location = New System.Drawing.Point(1336, 41) Me.實際離場_dtp.Name = "實際離場_dtp" Me.實際離場_dtp.Size = New System.Drawing.Size(100, 23) Me.實際離場_dtp.TabIndex = 581 ' '實際離場日修改_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.Black Me.實際離場日修改_bt.Location = New System.Drawing.Point(1336, 69) Me.實際離場日修改_bt.Name = "實際離場日修改_bt" Me.實際離場日修改_bt.RightToLeft = System.Windows.Forms.RightToLeft.No Me.實際離場日修改_bt.Size = New System.Drawing.Size(100, 24) Me.實際離場日修改_bt.TabIndex = 582 Me.實際離場日修改_bt.Text = "實際離廠日修改" Me.實際離場日修改_bt.UseVisualStyleBackColor = True ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.0!) Me.Label1.Location = New System.Drawing.Point(1546, 72) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(73, 20) Me.Label1.TabIndex = 583 Me.Label1.Text = "選取加總" Me.Label1.Visible = False ' '加總_tb ' Me.加總_tb.Location = New System.Drawing.Point(1621, 70) Me.加總_tb.Name = "加總_tb" Me.加總_tb.Size = New System.Drawing.Size(125, 23) Me.加總_tb.TabIndex = 584 Me.加總_tb.Visible = 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.加總_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.實際離場日修改_bt) Me.Controls.Add(Me.實際離場_dtp) Me.Controls.Add(Me.資料流水號_tb) Me.Controls.Add(Me.列印成EXCEL_bt) Me.Controls.Add(Me.RLFXF_ch) Me.Controls.Add(Me.至3_lb) Me.Controls.Add(Me.由3_lb) Me.Controls.Add(Me.開始3_dtp) Me.Controls.Add(Me.結束3_dtp) Me.Controls.Add(Me.FTYXF_ch) Me.Controls.Add(Me.至2_lb) Me.Controls.Add(Me.由2_lb) Me.Controls.Add(Me.開始2_dtp) Me.Controls.Add(Me.結束2_dtp) Me.Controls.Add(Me.CUSTXF_ch) Me.Controls.Add(Me.至_lb) Me.Controls.Add(Me.由1_lb) Me.Controls.Add(Me.結束1_dtp) Me.Controls.Add(Me.開始1_dtp) Me.Controls.Add(Me.FTY_ch) Me.Controls.Add(Me.工廠_cb) Me.Controls.Add(Me.DIV_ch) Me.Controls.Add(Me.訂單種類_cb) Me.Controls.Add(Me.SEASON_ch) Me.Controls.Add(Me.季節_cb) 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.出貨明細表_lb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.開啟訂單明細表_bt) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.搜尋_bt) Me.Controls.Add(Me.主表單_dgv) Me.Controls.Add(Me.明細是否建檔_ch) 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 = "量產出貨明細表" Me.Text = "量產出貨明細表" CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 列印成EXCEL_bt As Button Friend WithEvents RLFXF_ch As CheckBox Friend WithEvents 至3_lb As Label Friend WithEvents 由3_lb As Label Friend WithEvents 開始3_dtp As DateTimePicker Friend WithEvents 結束3_dtp As DateTimePicker Friend WithEvents FTYXF_ch As CheckBox Friend WithEvents 至2_lb As Label Friend WithEvents 由2_lb As Label Friend WithEvents 開始2_dtp As DateTimePicker Friend WithEvents 結束2_dtp As DateTimePicker Friend WithEvents CUSTXF_ch As CheckBox Friend WithEvents 至_lb As Label Friend WithEvents 由1_lb As Label Friend WithEvents 結束1_dtp As DateTimePicker Friend WithEvents 開始1_dtp As DateTimePicker Friend WithEvents FTY_ch As CheckBox Friend WithEvents 工廠_cb As ComboBox Friend WithEvents DIV_ch As CheckBox Friend WithEvents 訂單種類_cb As ComboBox Friend WithEvents SEASON_ch As CheckBox Friend WithEvents 季節_cb As ComboBox 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 PictureBox2 As PictureBox Friend WithEvents 出貨明細表_lb As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 開啟訂單明細表_bt As Button Friend WithEvents 流水號_tb As TextBox Friend WithEvents 搜尋_bt As Button Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents 明細是否建檔_ch As CheckBox Friend WithEvents 資料流水號_tb As TextBox Friend WithEvents 實際離場_dtp As DateTimePicker Friend WithEvents 實際離場日修改_bt As Button Friend WithEvents Label1 As Label Friend WithEvents 加總_tb As TextBox End Class