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.DataGridView1 = New System.Windows.Forms.DataGridView() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView1 ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 12) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(290, 390) Me.DataGridView1.TabIndex = 611 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(308, 214) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(375, 188) Me.TextBox3.TabIndex = 658 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(305, 195) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 657 Me.Label4.Text = "作法" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(308, 88) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(375, 105) Me.TextBox2.TabIndex = 656 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(305, 69) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(32, 16) Me.Label3.TabIndex = 655 Me.Label3.Text = "結構" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(308, 43) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(375, 23) Me.TextBox1.TabIndex = 654 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(305, 24) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(32, 16) Me.Label1.TabIndex = 653 Me.Label1.Text = "中皮" ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Red Me.Button3.Location = New System.Drawing.Point(629, 6) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(55, 32) Me.Button3.TabIndex = 661 Me.Button3.Text = "刪除" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button4.ForeColor = System.Drawing.Color.Blue Me.Button4.Location = New System.Drawing.Point(519, 6) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(55, 32) Me.Button4.TabIndex = 659 Me.Button4.Text = "新增" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button5.ForeColor = System.Drawing.Color.DarkGreen Me.Button5.Location = New System.Drawing.Point(574, 6) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(55, 32) Me.Button5.TabIndex = 660 Me.Button5.Text = "修改" Me.Button5.UseVisualStyleBackColor = True ' 'DataGridView2 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 408) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(290, 239) Me.DataGridView2.TabIndex = 662 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Red Me.Button1.Location = New System.Drawing.Point(629, 419) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(55, 32) Me.Button1.TabIndex = 665 Me.Button1.Text = "刪除" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Blue Me.Button2.Location = New System.Drawing.Point(519, 419) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(55, 32) Me.Button2.TabIndex = 663 Me.Button2.Text = "新增" Me.Button2.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button6.ForeColor = System.Drawing.Color.DarkGreen Me.Button6.Location = New System.Drawing.Point(574, 419) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(55, 32) Me.Button6.TabIndex = 664 Me.Button6.Text = "修改" Me.Button6.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(308, 471) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(375, 176) Me.TextBox4.TabIndex = 667 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(308, 452) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(32, 16) Me.Label2.TabIndex = 666 Me.Label2.Text = "作法" ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(308, 427) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(210, 23) Me.TextBox5.TabIndex = 669 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(305, 408) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 668 Me.Label5.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.TextBox5) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.DataGridView1) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView1 As DataGridView Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label1 As Label Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents Button2 As Button Friend WithEvents Button6 As Button Friend WithEvents TextBox4 As TextBox Friend WithEvents Label2 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents Label5 As Label End Class