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() 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 DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.列印_bt = New System.Windows.Forms.Button() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.關閉_bt = New System.Windows.Forms.Button() Me.季節客戶_dgv = New System.Windows.Forms.DataGridView() Me.查看歷史進度表資料_bt = New System.Windows.Forms.Button() Me.部件F_dgv = New System.Windows.Forms.DataGridView() Me.部件E_dgv = New System.Windows.Forms.DataGridView() Me.部件D_dgv = New System.Windows.Forms.DataGridView() Me.部件C_dgv = New System.Windows.Forms.DataGridView() Me.部件B_dgv = New System.Windows.Forms.DataGridView() Me.部件A_dgv = New System.Windows.Forms.DataGridView() Me.版本_dgv = New System.Windows.Forms.DataGridView() Me.進度表_dgv = New System.Windows.Forms.DataGridView() Me.清除_bt = New System.Windows.Forms.Button() Me.CUST_cb = New System.Windows.Forms.ComboBox() Me.CUST_lb = New System.Windows.Forms.Label() Me.SEASON_cb = New System.Windows.Forms.ComboBox() Me.SEASON_lb = New System.Windows.Forms.Label() Me.PictureBox2 = New System.Windows.Forms.PictureBox() Me.重新讀取_bt = New System.Windows.Forms.Button() Me.GroupBox1.SuspendLayout() CType(Me.季節客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件F_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件E_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件D_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件C_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件B_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件A_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.版本_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '列印_bt ' Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.列印_bt.Location = New System.Drawing.Point(864, 9) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(125, 26) Me.列印_bt.TabIndex = 800 Me.列印_bt.Text = "列印" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) Me.列印_bt.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.關閉_bt) Me.GroupBox1.Controls.Add(Me.季節客戶_dgv) Me.GroupBox1.Location = New System.Drawing.Point(879, 112) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(439, 733) Me.GroupBox1.TabIndex = 799 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "歷史進度表清單" ' '關閉_bt ' Me.關閉_bt.Location = New System.Drawing.Point(271, 22) Me.關閉_bt.Name = "關閉_bt" Me.關閉_bt.Size = New System.Drawing.Size(137, 24) Me.關閉_bt.TabIndex = 707 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(192, Byte), Integer)) Me.季節客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.季節客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.季節客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.季節客戶_dgv.Location = New System.Drawing.Point(23, 54) Me.季節客戶_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.季節客戶_dgv.Name = "季節客戶_dgv" Me.季節客戶_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.季節客戶_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.季節客戶_dgv.RowTemplate.Height = 24 Me.季節客戶_dgv.Size = New System.Drawing.Size(385, 658) Me.季節客戶_dgv.TabIndex = 704 ' '查看歷史進度表資料_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.Green Me.查看歷史進度表資料_bt.Location = New System.Drawing.Point(734, 9) Me.查看歷史進度表資料_bt.Name = "查看歷史進度表資料_bt" Me.查看歷史進度表資料_bt.Size = New System.Drawing.Size(125, 26) Me.查看歷史進度表資料_bt.TabIndex = 798 Me.查看歷史進度表資料_bt.Text = "查看歷史進度表資料" Me.查看歷史進度表資料_bt.UseVisualStyleBackColor = True ' '部件F_dgv ' Me.部件F_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件F_dgv.Location = New System.Drawing.Point(585, 245) Me.部件F_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件F_dgv.Name = "部件F_dgv" Me.部件F_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件F_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.部件F_dgv.RowTemplate.Height = 24 Me.部件F_dgv.Size = New System.Drawing.Size(233, 169) Me.部件F_dgv.TabIndex = 797 ' '部件E_dgv ' Me.部件E_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件E_dgv.Location = New System.Drawing.Point(346, 245) Me.部件E_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件E_dgv.Name = "部件E_dgv" Me.部件E_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件E_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.部件E_dgv.RowTemplate.Height = 24 Me.部件E_dgv.Size = New System.Drawing.Size(233, 169) Me.部件E_dgv.TabIndex = 796 ' '部件D_dgv ' Me.部件D_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件D_dgv.Location = New System.Drawing.Point(76, 245) Me.部件D_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件D_dgv.Name = "部件D_dgv" Me.部件D_dgv.RowHeadersWidth = 5 DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件D_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.部件D_dgv.RowTemplate.Height = 24 Me.部件D_dgv.Size = New System.Drawing.Size(264, 169) Me.部件D_dgv.TabIndex = 795 ' '部件C_dgv ' Me.部件C_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件C_dgv.Location = New System.Drawing.Point(843, 79) Me.部件C_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件C_dgv.Name = "部件C_dgv" Me.部件C_dgv.RowHeadersWidth = 5 DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件C_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.部件C_dgv.RowTemplate.Height = 24 Me.部件C_dgv.Size = New System.Drawing.Size(252, 158) Me.部件C_dgv.TabIndex = 794 ' '部件B_dgv ' Me.部件B_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件B_dgv.Location = New System.Drawing.Point(585, 79) Me.部件B_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件B_dgv.Name = "部件B_dgv" Me.部件B_dgv.RowHeadersWidth = 5 DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件B_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7 Me.部件B_dgv.RowTemplate.Height = 24 Me.部件B_dgv.Size = New System.Drawing.Size(252, 158) Me.部件B_dgv.TabIndex = 793 ' '部件A_dgv ' Me.部件A_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件A_dgv.Location = New System.Drawing.Point(346, 79) Me.部件A_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件A_dgv.Name = "部件A_dgv" Me.部件A_dgv.RowHeadersWidth = 5 DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件A_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8 Me.部件A_dgv.RowTemplate.Height = 24 Me.部件A_dgv.Size = New System.Drawing.Size(233, 158) Me.部件A_dgv.TabIndex = 792 ' '版本_dgv ' Me.版本_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.版本_dgv.Location = New System.Drawing.Point(76, 79) Me.版本_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.版本_dgv.Name = "版本_dgv" Me.版本_dgv.RowHeadersWidth = 5 DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.版本_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9 Me.版本_dgv.RowTemplate.Height = 24 Me.版本_dgv.Size = New System.Drawing.Size(264, 158) Me.版本_dgv.TabIndex = 791 ' '進度表_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(10, 40) Me.進度表_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.進度表_dgv.Name = "進度表_dgv" Me.進度表_dgv.RowHeadersWidth = 5 DataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.進度表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle10 Me.進度表_dgv.RowTemplate.Height = 24 Me.進度表_dgv.Size = New System.Drawing.Size(1895, 918) Me.進度表_dgv.TabIndex = 790 ' '清除_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.Red Me.清除_bt.Location = New System.Drawing.Point(472, 9) Me.清除_bt.Name = "清除_bt" Me.清除_bt.Size = New System.Drawing.Size(125, 26) Me.清除_bt.TabIndex = 789 Me.清除_bt.Text = "清除" Me.清除_bt.UseVisualStyleBackColor = True ' 'CUST_cb ' Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CUST_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CUST_cb.FormattingEnabled = True Me.CUST_cb.Location = New System.Drawing.Point(257, 9) Me.CUST_cb.Name = "CUST_cb" Me.CUST_cb.Size = New System.Drawing.Size(209, 24) Me.CUST_cb.TabIndex = 787 ' 'CUST_lb ' Me.CUST_lb.AutoSize = True Me.CUST_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.CUST_lb.ForeColor = System.Drawing.Color.Red Me.CUST_lb.Location = New System.Drawing.Point(212, 12) Me.CUST_lb.Name = "CUST_lb" Me.CUST_lb.Size = New System.Drawing.Size(39, 16) Me.CUST_lb.TabIndex = 788 Me.CUST_lb.Text = "CUST" ' 'SEASON_cb ' Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.SEASON_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.SEASON_cb.FormattingEnabled = True Me.SEASON_cb.Location = New System.Drawing.Point(76, 9) Me.SEASON_cb.Name = "SEASON_cb" Me.SEASON_cb.Size = New System.Drawing.Size(130, 24) Me.SEASON_cb.TabIndex = 785 ' 'SEASON_lb ' Me.SEASON_lb.AutoSize = True Me.SEASON_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.SEASON_lb.ForeColor = System.Drawing.Color.Red Me.SEASON_lb.Location = New System.Drawing.Point(13, 12) Me.SEASON_lb.Name = "SEASON_lb" Me.SEASON_lb.Size = New System.Drawing.Size(57, 16) Me.SEASON_lb.TabIndex = 786 Me.SEASON_lb.Text = "SEASON" ' 'PictureBox2 ' Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox2.Location = New System.Drawing.Point(76, 421) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(285, 166) Me.PictureBox2.TabIndex = 801 Me.PictureBox2.TabStop = False ' '重新讀取_bt ' 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(603, 9) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(125, 26) Me.重新讀取_bt.TabIndex = 802 Me.重新讀取_bt.Text = "重新讀取" Me.重新讀取_bt.UseVisualStyleBackColor = True ' '樣品進度表_英文版_ ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.重新讀取_bt) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.GroupBox1) Me.Controls.Add(Me.查看歷史進度表資料_bt) Me.Controls.Add(Me.部件F_dgv) Me.Controls.Add(Me.部件E_dgv) Me.Controls.Add(Me.部件D_dgv) Me.Controls.Add(Me.部件C_dgv) Me.Controls.Add(Me.部件B_dgv) Me.Controls.Add(Me.部件A_dgv) Me.Controls.Add(Me.版本_dgv) Me.Controls.Add(Me.進度表_dgv) Me.Controls.Add(Me.清除_bt) Me.Controls.Add(Me.CUST_cb) Me.Controls.Add(Me.CUST_lb) Me.Controls.Add(Me.SEASON_cb) Me.Controls.Add(Me.SEASON_lb) Me.Controls.Add(Me.PictureBox2) Me.Name = "樣品進度表_英文版_" Me.Text = "樣品進度表_英文版_" Me.GroupBox1.ResumeLayout(False) CType(Me.季節客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件F_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件E_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件D_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件C_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件B_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件A_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.版本_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 列印_bt As Button Friend WithEvents GroupBox1 As GroupBox Friend WithEvents 關閉_bt As Button Friend WithEvents 季節客戶_dgv As DataGridView Friend WithEvents 查看歷史進度表資料_bt As Button Friend WithEvents 部件F_dgv As DataGridView Friend WithEvents 部件E_dgv As DataGridView Friend WithEvents 部件D_dgv As DataGridView Friend WithEvents 部件C_dgv As DataGridView Friend WithEvents 部件B_dgv As DataGridView Friend WithEvents 部件A_dgv As DataGridView Friend WithEvents 版本_dgv As DataGridView Friend WithEvents 進度表_dgv As DataGridView Friend WithEvents 清除_bt As Button Friend WithEvents CUST_cb As ComboBox Friend WithEvents CUST_lb As Label Friend WithEvents SEASON_cb As ComboBox Friend WithEvents SEASON_lb As Label Friend WithEvents PictureBox2 As PictureBox Friend WithEvents 重新讀取_bt As Button End Class