_ 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.關閉_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.修改_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.地址_lb = New System.Windows.Forms.Label() Me.來源_lb = New System.Windows.Forms.Label() Me.VendorName_lb = New System.Windows.Forms.Label() Me.VendorName_tb = New System.Windows.Forms.TextBox() Me.備註_tb = New System.Windows.Forms.TextBox() Me.FactoryCode_lb = New System.Windows.Forms.Label() Me.FactoryCode_tb = New System.Windows.Forms.TextBox() Me.主表單_dgv = New System.Windows.Forms.DataGridView() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '關閉_bt ' Me.關閉_bt.ForeColor = System.Drawing.Color.Black Me.關閉_bt.Location = New System.Drawing.Point(1191, 9) Me.關閉_bt.Name = "關閉_bt" Me.關閉_bt.Size = New System.Drawing.Size(110, 50) Me.關閉_bt.TabIndex = 361 Me.關閉_bt.Text = "關閉" Me.關閉_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(1075, 9) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(110, 50) Me.刪除_bt.TabIndex = 360 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '修改_bt ' Me.修改_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.修改_bt.Location = New System.Drawing.Point(959, 9) Me.修改_bt.Name = "修改_bt" Me.修改_bt.Size = New System.Drawing.Size(110, 50) Me.修改_bt.TabIndex = 359 Me.修改_bt.Text = "修改" Me.修改_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.ForeColor = System.Drawing.Color.Blue Me.新增_bt.Location = New System.Drawing.Point(843, 9) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(110, 50) Me.新增_bt.TabIndex = 358 Me.新增_bt.Text = "新增" Me.新增_bt.UseVisualStyleBackColor = True ' '地址_lb ' Me.地址_lb.AutoSize = True Me.地址_lb.Location = New System.Drawing.Point(368, 41) Me.地址_lb.Name = "地址_lb" Me.地址_lb.Size = New System.Drawing.Size(113, 16) Me.地址_lb.TabIndex = 357 Me.地址_lb.Text = "Ship From Address" ' '來源_lb ' Me.來源_lb.AutoSize = True Me.來源_lb.Location = New System.Drawing.Point(367, 12) Me.來源_lb.Name = "來源_lb" Me.來源_lb.Size = New System.Drawing.Size(106, 16) Me.來源_lb.TabIndex = 356 Me.來源_lb.Text = "Ship From Name " ' 'VendorName_lb ' Me.VendorName_lb.AutoSize = True Me.VendorName_lb.Location = New System.Drawing.Point(12, 41) Me.VendorName_lb.Name = "VendorName_lb" Me.VendorName_lb.Size = New System.Drawing.Size(88, 16) Me.VendorName_lb.TabIndex = 355 Me.VendorName_lb.Text = "Vendor Name" ' 'VendorName_tb ' Me.VendorName_tb.ForeColor = System.Drawing.Color.Black Me.VendorName_tb.Location = New System.Drawing.Point(101, 38) Me.VendorName_tb.Multiline = True Me.VendorName_tb.Name = "VendorName_tb" Me.VendorName_tb.Size = New System.Drawing.Size(260, 73) Me.VendorName_tb.TabIndex = 354 ' '備註_tb ' Me.備註_tb.ForeColor = System.Drawing.Color.Black Me.備註_tb.Location = New System.Drawing.Point(487, 9) Me.備註_tb.Multiline = True Me.備註_tb.Name = "備註_tb" Me.備註_tb.Size = New System.Drawing.Size(350, 102) Me.備註_tb.TabIndex = 353 ' 'FactoryCode_lb ' Me.FactoryCode_lb.AutoSize = True Me.FactoryCode_lb.Location = New System.Drawing.Point(12, 12) Me.FactoryCode_lb.Name = "FactoryCode_lb" Me.FactoryCode_lb.Size = New System.Drawing.Size(83, 16) Me.FactoryCode_lb.TabIndex = 352 Me.FactoryCode_lb.Text = "Factory Code" ' 'FactoryCode_tb ' Me.FactoryCode_tb.ForeColor = System.Drawing.Color.Black Me.FactoryCode_tb.Location = New System.Drawing.Point(101, 9) Me.FactoryCode_tb.Name = "FactoryCode_tb" Me.FactoryCode_tb.Size = New System.Drawing.Size(260, 23) Me.FactoryCode_tb.TabIndex = 351 ' '主表單_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, 117) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(1336, 554) Me.主表單_dgv.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.關閉_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.修改_bt) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.地址_lb) Me.Controls.Add(Me.來源_lb) Me.Controls.Add(Me.VendorName_lb) Me.Controls.Add(Me.VendorName_tb) Me.Controls.Add(Me.備註_tb) Me.Controls.Add(Me.FactoryCode_lb) Me.Controls.Add(Me.FactoryCode_tb) 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 = "FACTORY_資料管理" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "FACTORY_資料管理" CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 關閉_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents 修改_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 地址_lb As Label Friend WithEvents 來源_lb As Label Friend WithEvents VendorName_lb As Label Friend WithEvents VendorName_tb As TextBox Friend WithEvents 備註_tb As TextBox Friend WithEvents FactoryCode_lb As Label Friend WithEvents FactoryCode_tb As TextBox Friend WithEvents 主表單_dgv As DataGridView End Class