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.Label2 = New System.Windows.Forms.Label() Me.Button2 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.TextBox5 = New System.Windows.Forms.TextBox() 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(9, 104) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(175, 699) Me.DataGridView1.TabIndex = 610 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(12, 16) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(80, 16) Me.Label2.TabIndex = 614 Me.Label2.Text = "客戶簡稱清單" ' '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.Olive Me.Button2.Location = New System.Drawing.Point(12, 73) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(172, 25) Me.Button2.TabIndex = 644 Me.Button2.Text = "新增客戶清單" Me.Button2.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button9.ForeColor = System.Drawing.Color.Black Me.Button9.Location = New System.Drawing.Point(12, 42) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(172, 25) Me.Button9.TabIndex = 645 Me.Button9.Text = "搜尋" Me.Button9.UseVisualStyleBackColor = True ' 'DataGridView2 ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(190, 104) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(685, 699) Me.DataGridView2.TabIndex = 646 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(193, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(56, 16) Me.Label1.TabIndex = 647 Me.Label1.Text = "客戶簡稱" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(255, 14) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(214, 23) Me.TextBox1.TabIndex = 648 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(193, 47) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 649 Me.Label3.Text = "型體號碼" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(255, 44) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(214, 23) Me.TextBox2.TabIndex = 650 ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(255, 73) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(214, 23) Me.TextBox3.TabIndex = 652 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(193, 76) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(56, 16) Me.Label4.TabIndex = 651 Me.Label4.Text = "型體名稱" ' '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.Black Me.Button1.Location = New System.Drawing.Point(475, 12) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(95, 84) Me.Button1.TabIndex = 653 Me.Button1.Text = "搜尋" Me.Button1.UseVisualStyleBackColor = True ' '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(778, 12) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(95, 84) Me.Button3.TabIndex = 656 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(576, 12) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(95, 84) Me.Button4.TabIndex = 654 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(677, 12) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(95, 84) Me.Button5.TabIndex = 655 Me.Button5.Text = "修改" Me.Button5.UseVisualStyleBackColor = True ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(879, 14) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(214, 23) Me.TextBox4.TabIndex = 658 ' 'TextBox5 ' Me.TextBox5.Location = New System.Drawing.Point(879, 43) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(214, 23) Me.TextBox5.TabIndex = 657 ' '型體控制表 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(887, 815) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button1) 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.DataGridView2) Me.Controls.Add(Me.Button9) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label2) 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 Label2 As Label Friend WithEvents Button2 As Button Friend WithEvents Button9 As Button Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label3 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents TextBox3 As TextBox Friend WithEvents Label4 As Label Friend WithEvents Button1 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents TextBox4 As TextBox Friend WithEvents TextBox5 As TextBox End Class