_ 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.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.進度表_dgv = New System.Windows.Forms.DataGridView() Me.版本_dgv = New System.Windows.Forms.DataGridView() Me.部件A_dgv = New System.Windows.Forms.DataGridView() Me.部件B_dgv = New System.Windows.Forms.DataGridView() Me.部件C_dgv = New System.Windows.Forms.DataGridView() Me.部件D_dgv = New System.Windows.Forms.DataGridView() Me.部件E_dgv = New System.Windows.Forms.DataGridView() Me.部件F_dgv = New System.Windows.Forms.DataGridView() 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.PictureBox2 = New System.Windows.Forms.PictureBox() Me.全部選擇_bt = New System.Windows.Forms.Button() Me.全部取消_bt = New System.Windows.Forms.Button() Me.文字提醒_lb = New System.Windows.Forms.Label() Me.全部列印自動框線_cb = New System.Windows.Forms.CheckBox() Me.重新讀取_bt = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() CType(Me.進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.版本_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件A_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件B_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件C_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件D_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件E_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.部件F_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() CType(Me.季節客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' '清除_bt ' Me.清除_bt.ForeColor = System.Drawing.Color.Red Me.清除_bt.Location = New System.Drawing.Point(452, 5) Me.清除_bt.Name = "清除_bt" Me.清除_bt.Size = New System.Drawing.Size(125, 26) Me.清除_bt.TabIndex = 697 Me.清除_bt.Text = "清除" Me.清除_bt.UseVisualStyleBackColor = True ' 'CUST_cb ' Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CUST_cb.FormattingEnabled = True Me.CUST_cb.Location = New System.Drawing.Point(240, 6) Me.CUST_cb.Name = "CUST_cb" Me.CUST_cb.Size = New System.Drawing.Size(209, 24) Me.CUST_cb.TabIndex = 695 ' 'CUST_lb ' Me.CUST_lb.AutoSize = True Me.CUST_lb.ForeColor = System.Drawing.Color.Red Me.CUST_lb.Location = New System.Drawing.Point(201, 9) Me.CUST_lb.Name = "CUST_lb" Me.CUST_lb.Size = New System.Drawing.Size(39, 16) Me.CUST_lb.TabIndex = 696 Me.CUST_lb.Text = "CUST" ' 'SEASON_cb ' Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.SEASON_cb.FormattingEnabled = True Me.SEASON_cb.Location = New System.Drawing.Point(65, 6) Me.SEASON_cb.Name = "SEASON_cb" Me.SEASON_cb.Size = New System.Drawing.Size(130, 24) Me.SEASON_cb.TabIndex = 693 ' 'SEASON_lb ' Me.SEASON_lb.AutoSize = True Me.SEASON_lb.ForeColor = System.Drawing.Color.Red Me.SEASON_lb.Location = New System.Drawing.Point(8, 9) Me.SEASON_lb.Name = "SEASON_lb" Me.SEASON_lb.Size = New System.Drawing.Size(57, 16) Me.SEASON_lb.TabIndex = 694 Me.SEASON_lb.Text = "SEASON" ' '進度表_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(9, 37) 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(1895, 925) Me.進度表_dgv.TabIndex = 698 ' '版本_dgv ' Me.版本_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.版本_dgv.Location = New System.Drawing.Point(75, 76) 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(264, 158) Me.版本_dgv.TabIndex = 699 ' '部件A_dgv ' Me.部件A_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件A_dgv.Location = New System.Drawing.Point(345, 76) Me.部件A_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件A_dgv.Name = "部件A_dgv" Me.部件A_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件A_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.部件A_dgv.RowTemplate.Height = 24 Me.部件A_dgv.Size = New System.Drawing.Size(233, 158) Me.部件A_dgv.TabIndex = 700 ' '部件B_dgv ' Me.部件B_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件B_dgv.Location = New System.Drawing.Point(584, 76) Me.部件B_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件B_dgv.Name = "部件B_dgv" Me.部件B_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件B_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.部件B_dgv.RowTemplate.Height = 24 Me.部件B_dgv.Size = New System.Drawing.Size(252, 158) Me.部件B_dgv.TabIndex = 701 ' '部件C_dgv ' Me.部件C_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件C_dgv.Location = New System.Drawing.Point(75, 418) Me.部件C_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件C_dgv.Name = "部件C_dgv" Me.部件C_dgv.RowHeadersWidth = 5 DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件C_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.部件C_dgv.RowTemplate.Height = 24 Me.部件C_dgv.Size = New System.Drawing.Size(264, 158) Me.部件C_dgv.TabIndex = 702 ' '部件D_dgv ' Me.部件D_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件D_dgv.Location = New System.Drawing.Point(75, 242) Me.部件D_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件D_dgv.Name = "部件D_dgv" Me.部件D_dgv.RowHeadersWidth = 5 DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件D_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.部件D_dgv.RowTemplate.Height = 24 Me.部件D_dgv.Size = New System.Drawing.Size(264, 169) Me.部件D_dgv.TabIndex = 703 ' '部件E_dgv ' Me.部件E_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件E_dgv.Location = New System.Drawing.Point(345, 242) Me.部件E_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件E_dgv.Name = "部件E_dgv" Me.部件E_dgv.RowHeadersWidth = 5 DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件E_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7 Me.部件E_dgv.RowTemplate.Height = 24 Me.部件E_dgv.Size = New System.Drawing.Size(233, 169) Me.部件E_dgv.TabIndex = 704 ' '部件F_dgv ' Me.部件F_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.部件F_dgv.Location = New System.Drawing.Point(584, 242) Me.部件F_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.部件F_dgv.Name = "部件F_dgv" Me.部件F_dgv.RowHeadersWidth = 5 DataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.部件F_dgv.RowsDefaultCellStyle = DataGridViewCellStyle8 Me.部件F_dgv.RowTemplate.Height = 24 Me.部件F_dgv.Size = New System.Drawing.Size(252, 169) Me.部件F_dgv.TabIndex = 705 ' '查看歷史進度表資料_bt ' Me.查看歷史進度表資料_bt.ForeColor = System.Drawing.Color.Green Me.查看歷史進度表資料_bt.Location = New System.Drawing.Point(708, 5) Me.查看歷史進度表資料_bt.Name = "查看歷史進度表資料_bt" Me.查看歷史進度表資料_bt.Size = New System.Drawing.Size(125, 26) Me.查看歷史進度表資料_bt.TabIndex = 706 Me.查看歷史進度表資料_bt.Text = "查看歷史進度表資料" Me.查看歷史進度表資料_bt.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.關閉_bt) Me.GroupBox1.Controls.Add(Me.季節客戶_dgv) Me.GroupBox1.Location = New System.Drawing.Point(3, 3) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(439, 733) Me.GroupBox1.TabIndex = 707 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 ' DataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.季節客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle9 Me.季節客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.季節客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.季節客戶_dgv.Location = New System.Drawing.Point(6, 54) 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(427, 672) Me.季節客戶_dgv.TabIndex = 704 ' '列印_bt ' Me.列印_bt.Location = New System.Drawing.Point(836, 5) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(125, 26) Me.列印_bt.TabIndex = 708 Me.列印_bt.Text = "列印" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) 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(345, 418) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(285, 166) Me.PictureBox2.TabIndex = 784 Me.PictureBox2.TabStop = False ' '全部選擇_bt ' Me.全部選擇_bt.Location = New System.Drawing.Point(1814, 6) Me.全部選擇_bt.Name = "全部選擇_bt" Me.全部選擇_bt.Size = New System.Drawing.Size(90, 26) Me.全部選擇_bt.TabIndex = 785 Me.全部選擇_bt.Text = "全部選擇" Me.全部選擇_bt.UseVisualStyleBackColor = True ' '全部取消_bt ' Me.全部取消_bt.Location = New System.Drawing.Point(1718, 6) Me.全部取消_bt.Name = "全部取消_bt" Me.全部取消_bt.Size = New System.Drawing.Size(90, 26) Me.全部取消_bt.TabIndex = 786 Me.全部取消_bt.Text = "全部取消" Me.全部取消_bt.UseVisualStyleBackColor = True ' '文字提醒_lb ' Me.文字提醒_lb.AutoSize = True Me.文字提醒_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒_lb.Location = New System.Drawing.Point(962, 7) Me.文字提醒_lb.Name = "文字提醒_lb" Me.文字提醒_lb.Size = New System.Drawing.Size(536, 24) Me.文字提醒_lb.TabIndex = 787 Me.文字提醒_lb.Text = "列 印 之 前 請 注 意 資 料 是 否 有 勾 選" ' '全部列印自動框線_cb ' Me.全部列印自動框線_cb.AutoSize = True Me.全部列印自動框線_cb.Checked = True Me.全部列印自動框線_cb.CheckState = System.Windows.Forms.CheckState.Checked Me.全部列印自動框線_cb.Location = New System.Drawing.Point(1536, 9) Me.全部列印自動框線_cb.Name = "全部列印自動框線_cb" Me.全部列印自動框線_cb.Size = New System.Drawing.Size(123, 20) Me.全部列印自動框線_cb.TabIndex = 788 Me.全部列印自動框線_cb.Text = "全部列印自動框線" Me.全部列印自動框線_cb.UseVisualStyleBackColor = True ' '重新讀取_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(580, 5) Me.重新讀取_bt.Name = "重新讀取_bt" Me.重新讀取_bt.Size = New System.Drawing.Size(125, 26) Me.重新讀取_bt.TabIndex = 789 Me.重新讀取_bt.Text = "重新讀取" Me.重新讀取_bt.UseVisualStyleBackColor = True ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.GroupBox1) Me.Panel1.Location = New System.Drawing.Point(720, 76) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(449, 741) Me.Panel1.TabIndex = 790 ' '樣品進度表 ' 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.重新讀取_bt) Me.Controls.Add(Me.全部列印自動框線_cb) 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.CUST_cb) Me.Controls.Add(Me.CUST_lb) Me.Controls.Add(Me.SEASON_cb) Me.Controls.Add(Me.SEASON_lb) Me.Controls.Add(Me.進度表_dgv) 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.PictureBox2) 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.進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.版本_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件A_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件B_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件C_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件D_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件E_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.部件F_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox1.ResumeLayout(False) CType(Me.季節客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub 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 進度表_dgv As DataGridView Friend WithEvents 版本_dgv As DataGridView Friend WithEvents 部件A_dgv As DataGridView Friend WithEvents 部件B_dgv As DataGridView Friend WithEvents 部件C_dgv As DataGridView Friend WithEvents 部件D_dgv As DataGridView Friend WithEvents 部件E_dgv As DataGridView Friend WithEvents 部件F_dgv As DataGridView 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 PictureBox2 As PictureBox Friend WithEvents 全部選擇_bt As Button Friend WithEvents 全部取消_bt As Button Friend WithEvents 文字提醒_lb As Label Friend WithEvents 全部列印自動框線_cb As CheckBox Friend WithEvents 重新讀取_bt As Button Friend WithEvents Panel1 As Panel End Class