_ Partial Class 樣品進度表FOR_METOO_PAG導入 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.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.DataGridView1 = New System.Windows.Forms.DataGridView() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(256, 6) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(209, 24) Me.ComboBox2.TabIndex = 690 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(211, 9) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(39, 16) Me.Label3.TabIndex = 691 Me.Label3.Text = "CUST" ' 'ComboBox7 ' Me.ComboBox7.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox7.FormattingEnabled = True Me.ComboBox7.Location = New System.Drawing.Point(75, 6) Me.ComboBox7.Name = "ComboBox7" Me.ComboBox7.Size = New System.Drawing.Size(130, 24) Me.ComboBox7.TabIndex = 688 ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.ForeColor = System.Drawing.Color.Red Me.Label11.Location = New System.Drawing.Point(12, 9) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(57, 16) Me.Label11.TabIndex = 689 Me.Label11.Text = "SEASON" ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(471, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(137, 24) Me.Button1.TabIndex = 692 Me.Button1.Text = "重新讀取" Me.Button1.UseVisualStyleBackColor = True ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(12, 37) Me.DataGridView1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1887, 921) Me.DataGridView1.TabIndex = 693 ' '樣品進度表FOR_METOO_PAG導入 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.ComboBox7) Me.Controls.Add(Me.Label11) 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 = "樣品進度表FOR_METOO_PAG導入" Me.Text = "樣品進度表FOR_METOO_PAG導入" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents ComboBox7 As ComboBox Friend WithEvents Label11 As Label Friend WithEvents Button1 As Button Friend WithEvents DataGridView1 As DataGridView End Class