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.作法1_tb = New System.Windows.Forms.TextBox() Me.作法1_lb = New System.Windows.Forms.Label() Me.結構_tb = New System.Windows.Forms.TextBox() Me.結構_lb = New System.Windows.Forms.Label() Me.中皮_tb = New System.Windows.Forms.TextBox() Me.中皮_lb = New System.Windows.Forms.Label() Me.刪除_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() Me.中底_dgv = New System.Windows.Forms.DataGridView() Me.刪除1_bt = New System.Windows.Forms.Button() Me.新增1_bt = New System.Windows.Forms.Button() Me.修改1_bt = New System.Windows.Forms.Button() Me.作法_tb = New System.Windows.Forms.TextBox() Me.作法_lb = New System.Windows.Forms.Label() Me.中底_tb = New System.Windows.Forms.TextBox() Me.中底_lb = New System.Windows.Forms.Label() CType(Me.中皮_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.中底_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '中皮_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(12, 12) Me.中皮_dgv.Name = "中皮_dgv" Me.中皮_dgv.RowHeadersWidth = 5 Me.中皮_dgv.RowTemplate.Height = 24 Me.中皮_dgv.Size = New System.Drawing.Size(290, 390) Me.中皮_dgv.TabIndex = 611 ' '作法1_tb ' Me.作法1_tb.Location = New System.Drawing.Point(308, 214) Me.作法1_tb.Multiline = True Me.作法1_tb.Name = "作法1_tb" Me.作法1_tb.Size = New System.Drawing.Size(375, 188) Me.作法1_tb.TabIndex = 658 ' '作法1_lb ' Me.作法1_lb.AutoSize = True Me.作法1_lb.Location = New System.Drawing.Point(305, 195) Me.作法1_lb.Name = "作法1_lb" Me.作法1_lb.Size = New System.Drawing.Size(32, 16) Me.作法1_lb.TabIndex = 657 Me.作法1_lb.Text = "作法" ' '結構_tb ' Me.結構_tb.Location = New System.Drawing.Point(308, 88) Me.結構_tb.Multiline = True Me.結構_tb.Name = "結構_tb" Me.結構_tb.Size = New System.Drawing.Size(375, 105) Me.結構_tb.TabIndex = 656 ' '結構_lb ' Me.結構_lb.AutoSize = True Me.結構_lb.Location = New System.Drawing.Point(305, 69) Me.結構_lb.Name = "結構_lb" Me.結構_lb.Size = New System.Drawing.Size(32, 16) Me.結構_lb.TabIndex = 655 Me.結構_lb.Text = "結構" ' '中皮_tb ' Me.中皮_tb.Location = New System.Drawing.Point(308, 43) Me.中皮_tb.Name = "中皮_tb" Me.中皮_tb.Size = New System.Drawing.Size(375, 23) Me.中皮_tb.TabIndex = 654 ' '中皮_lb ' Me.中皮_lb.AutoSize = True Me.中皮_lb.Location = New System.Drawing.Point(305, 24) Me.中皮_lb.Name = "中皮_lb" Me.中皮_lb.Size = New System.Drawing.Size(32, 16) Me.中皮_lb.TabIndex = 653 Me.中皮_lb.Text = "中皮" ' '刪除_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(629, 6) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(55, 32) Me.刪除_bt.TabIndex = 661 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_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.Blue Me.新增_bt.Location = New System.Drawing.Point(519, 6) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(55, 32) Me.新增_bt.TabIndex = 659 Me.新增_bt.Text = "新增" Me.新增_bt.UseVisualStyleBackColor = True ' '修改_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.DarkGreen Me.修改_bt.Location = New System.Drawing.Point(574, 6) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(55, 32) Me.修改_bt.TabIndex = 660 Me.修改_bt.Text = "修改" Me.修改_bt.UseVisualStyleBackColor = True ' '中底_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.中底_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.中底_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.中底_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.中底_dgv.Location = New System.Drawing.Point(12, 408) Me.中底_dgv.Name = "中底_dgv" Me.中底_dgv.RowHeadersWidth = 5 Me.中底_dgv.RowTemplate.Height = 24 Me.中底_dgv.Size = New System.Drawing.Size(290, 239) Me.中底_dgv.TabIndex = 662 ' '刪除1_bt ' Me.刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.刪除1_bt.ForeColor = System.Drawing.Color.Red Me.刪除1_bt.Location = New System.Drawing.Point(629, 419) Me.刪除1_bt.Name = "刪除1_bt" Me.刪除1_bt.Size = New System.Drawing.Size(55, 32) Me.刪除1_bt.TabIndex = 665 Me.刪除1_bt.Text = "刪除" Me.刪除1_bt.UseVisualStyleBackColor = True ' '新增1_bt ' Me.新增1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.新增1_bt.ForeColor = System.Drawing.Color.Blue Me.新增1_bt.Location = New System.Drawing.Point(519, 419) Me.新增1_bt.Name = "新增1_bt" Me.新增1_bt.Size = New System.Drawing.Size(55, 32) Me.新增1_bt.TabIndex = 663 Me.新增1_bt.Text = "新增" Me.新增1_bt.UseVisualStyleBackColor = True ' '修改1_bt ' Me.修改1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改1_bt.ForeColor = System.Drawing.Color.DarkGreen Me.修改1_bt.Location = New System.Drawing.Point(574, 419) Me.修改1_bt.Name = "修改1_bt" Me.修改1_bt.Size = New System.Drawing.Size(55, 32) Me.修改1_bt.TabIndex = 664 Me.修改1_bt.Text = "修改" Me.修改1_bt.UseVisualStyleBackColor = True ' '作法_tb ' Me.作法_tb.Location = New System.Drawing.Point(308, 471) Me.作法_tb.Multiline = True Me.作法_tb.Name = "作法_tb" Me.作法_tb.Size = New System.Drawing.Size(375, 176) Me.作法_tb.TabIndex = 667 ' '作法_lb ' Me.作法_lb.AutoSize = True Me.作法_lb.Location = New System.Drawing.Point(308, 452) Me.作法_lb.Name = "作法_lb" Me.作法_lb.Size = New System.Drawing.Size(32, 16) Me.作法_lb.TabIndex = 666 Me.作法_lb.Text = "作法" ' '中底_tb ' Me.中底_tb.Location = New System.Drawing.Point(308, 427) Me.中底_tb.Name = "中底_tb" Me.中底_tb.Size = New System.Drawing.Size(210, 23) Me.中底_tb.TabIndex = 669 ' '中底_lb ' Me.中底_lb.AutoSize = True Me.中底_lb.Location = New System.Drawing.Point(305, 408) Me.中底_lb.Name = "中底_lb" Me.中底_lb.Size = New System.Drawing.Size(32, 16) Me.中底_lb.TabIndex = 668 Me.中底_lb.Text = "中底" ' '中皮結構_中底作法 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(691, 653) Me.Controls.Add(Me.中底_tb) Me.Controls.Add(Me.中底_lb) Me.Controls.Add(Me.作法_tb) Me.Controls.Add(Me.作法_lb) Me.Controls.Add(Me.刪除1_bt) Me.Controls.Add(Me.新增1_bt) Me.Controls.Add(Me.修改1_bt) Me.Controls.Add(Me.中底_dgv) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.作法1_tb) Me.Controls.Add(Me.作法1_lb) Me.Controls.Add(Me.結構_tb) Me.Controls.Add(Me.結構_lb) Me.Controls.Add(Me.中皮_tb) Me.Controls.Add(Me.中皮_lb) 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.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "中皮結構_中底作法" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "中皮結構、中底作法" CType(Me.中皮_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.中底_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 中皮_dgv As DataGridView Friend WithEvents 作法1_tb As TextBox Friend WithEvents 作法1_lb As Label Friend WithEvents 結構_tb As TextBox Friend WithEvents 結構_lb As Label Friend WithEvents 中皮_tb As TextBox Friend WithEvents 中皮_lb As Label Friend WithEvents 刪除_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 中底_dgv As DataGridView Friend WithEvents 刪除1_bt As Button Friend WithEvents 新增1_bt As Button Friend WithEvents 修改1_bt As Button Friend WithEvents 作法_tb As TextBox Friend WithEvents 作法_lb As Label Friend WithEvents 中底_tb As TextBox Friend WithEvents 中底_lb As Label End Class