_ Partial Class 樣品單資料庫除錯_1 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(樣品單資料庫除錯_1)) Me.除錯_dgv = New System.Windows.Forms.DataGridView() Me.so_tb = New System.Windows.Forms.TextBox() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.刪除_bt = New System.Windows.Forms.Button() CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '除錯_dgv ' Me.除錯_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.除錯_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.除錯_dgv.Location = New System.Drawing.Point(12, 42) Me.除錯_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.除錯_dgv.Name = "除錯_dgv" Me.除錯_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.除錯_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.除錯_dgv.RowTemplate.Height = 24 Me.除錯_dgv.Size = New System.Drawing.Size(505, 545) Me.除錯_dgv.TabIndex = 677 ' 'so_tb ' Me.so_tb.Location = New System.Drawing.Point(12, 12) Me.so_tb.Name = "so_tb" Me.so_tb.Size = New System.Drawing.Size(204, 23) Me.so_tb.TabIndex = 678 ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(222, 12) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(204, 23) Me.流水號_tb.TabIndex = 679 ' '刪除_bt ' Me.刪除_bt.Location = New System.Drawing.Point(442, 12) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(75, 23) Me.刪除_bt.TabIndex = 680 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '樣品單資料庫除錯_1 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(525, 600) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.so_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.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "樣品單資料庫除錯_1" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "樣品單資料庫除錯" CType(Me.除錯_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 除錯_dgv As DataGridView Friend WithEvents so_tb As TextBox Friend WithEvents 流水號_tb As TextBox Friend WithEvents 刪除_bt As Button End Class