_ Partial Class Frm_Chem_use 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() Me.dgv_class = New System.Windows.Forms.DataGridView() Me.dgv_period = New System.Windows.Forms.DataGridView() Me.dgv_local = New System.Windows.Forms.DataGridView() Me.dgv_import = New System.Windows.Forms.DataGridView() CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_period, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_local, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.dgv_import, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'dgv_class ' Me.dgv_class.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_class.DefaultCellStyle = DataGridViewCellStyle1 Me.dgv_class.Location = New System.Drawing.Point(281, 22) Me.dgv_class.Name = "dgv_class" Me.dgv_class.RowHeadersWidth = 20 Me.dgv_class.RowTemplate.Height = 23 Me.dgv_class.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgv_class.Size = New System.Drawing.Size(855, 455) Me.dgv_class.TabIndex = 8 ' 'dgv_period ' Me.dgv_period.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_period.DefaultCellStyle = DataGridViewCellStyle2 Me.dgv_period.Location = New System.Drawing.Point(21, 22) Me.dgv_period.Name = "dgv_period" Me.dgv_period.RowHeadersWidth = 20 Me.dgv_period.RowTemplate.Height = 23 Me.dgv_period.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgv_period.Size = New System.Drawing.Size(229, 587) Me.dgv_period.TabIndex = 12 ' 'dgv_local ' Me.dgv_local.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_local.DefaultCellStyle = DataGridViewCellStyle3 Me.dgv_local.Location = New System.Drawing.Point(281, 505) Me.dgv_local.Name = "dgv_local" Me.dgv_local.RowHeadersWidth = 20 Me.dgv_local.RowTemplate.Height = 23 Me.dgv_local.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgv_local.Size = New System.Drawing.Size(441, 455) Me.dgv_local.TabIndex = 13 ' 'dgv_import ' Me.dgv_import.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText DataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[False] Me.dgv_import.DefaultCellStyle = DataGridViewCellStyle4 Me.dgv_import.Location = New System.Drawing.Point(743, 505) Me.dgv_import.Name = "dgv_import" Me.dgv_import.RowHeadersWidth = 20 Me.dgv_import.RowTemplate.Height = 23 Me.dgv_import.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgv_import.Size = New System.Drawing.Size(441, 455) Me.dgv_import.TabIndex = 14 ' 'Frm_Chem_use ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1388, 983) Me.Controls.Add(Me.dgv_import) Me.Controls.Add(Me.dgv_local) Me.Controls.Add(Me.dgv_period) Me.Controls.Add(Me.dgv_class) Me.Name = "Frm_Chem_use" Me.Text = "Frm_Chem_use" CType(Me.dgv_class, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_period, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_local, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.dgv_import, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents dgv_class As DataGridView Friend WithEvents dgv_period As DataGridView Friend WithEvents dgv_local As DataGridView Friend WithEvents dgv_import As DataGridView End Class