_ Partial Class FACTORY_資料管理 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() Me.Button4 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Button4 ' Me.Button4.ForeColor = System.Drawing.Color.Black Me.Button4.Location = New System.Drawing.Point(1191, 9) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(110, 50) Me.Button4.TabIndex = 361 Me.Button4.Text = "關閉" Me.Button4.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.ForeColor = System.Drawing.Color.Red Me.Button3.Location = New System.Drawing.Point(1075, 9) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(110, 50) Me.Button3.TabIndex = 360 Me.Button3.Text = "刪除" Me.Button3.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.Button2.Location = New System.Drawing.Point(959, 9) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(110, 50) Me.Button2.TabIndex = 359 Me.Button2.Text = "修改" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.ForeColor = System.Drawing.Color.Blue Me.Button1.Location = New System.Drawing.Point(843, 9) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(110, 50) Me.Button1.TabIndex = 358 Me.Button1.Text = "新增" Me.Button1.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(368, 41) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(113, 16) Me.Label7.TabIndex = 357 Me.Label7.Text = "Ship From Address" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(367, 12) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(106, 16) Me.Label6.TabIndex = 356 Me.Label6.Text = "Ship From Name " ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(12, 41) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(88, 16) Me.Label3.TabIndex = 355 Me.Label3.Text = "Vendor Name" ' 'TextBox3 ' Me.TextBox3.ForeColor = System.Drawing.Color.Black Me.TextBox3.Location = New System.Drawing.Point(101, 38) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(260, 73) Me.TextBox3.TabIndex = 354 ' 'TextBox2 ' Me.TextBox2.ForeColor = System.Drawing.Color.Black Me.TextBox2.Location = New System.Drawing.Point(487, 9) Me.TextBox2.Multiline = True Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(350, 102) Me.TextBox2.TabIndex = 353 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(12, 12) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(83, 16) Me.Label1.TabIndex = 352 Me.Label1.Text = "Factory Code" ' 'TextBox1 ' Me.TextBox1.ForeColor = System.Drawing.Color.Black Me.TextBox1.Location = New System.Drawing.Point(101, 9) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(260, 23) Me.TextBox1.TabIndex = 351 ' '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(12, 117) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1336, 554) Me.DataGridView1.TabIndex = 350 ' 'FACTORY_資料管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1360, 681) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.TextBox1) 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 = "FACTORY_資料管理" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FACTORY_資料管理" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Button4 As Button Friend WithEvents Button3 As Button Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents Label7 As Label Friend WithEvents Label6 As Label Friend WithEvents Label3 As Label Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox2 As TextBox Friend WithEvents Label1 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents DataGridView1 As DataGridView End Class