_ Partial Class METOO專用PAGE導入 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() Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.ComboBox7 = New System.Windows.Forms.ComboBox() Me.Label11 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button1 = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.Button8 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '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 = 684 ' '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 = 685 Me.Label11.Text = "SEASON" ' '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 = 686 ' '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 = 687 Me.Label3.Text = "CUST" ' '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, 279) Me.DataGridView1.TabIndex = 688 ' '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 = 689 Me.Button1.Text = "EXCEL導入" Me.Button1.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' 'DataGridView2 ' Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 324) Me.DataGridView2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(1236, 642) Me.DataGridView2.TabIndex = 690 ' 'DataGridView3 ' Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(1254, 324) Me.DataGridView3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView3.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(645, 642) Me.DataGridView3.TabIndex = 691 ' 'Button8 ' Me.Button8.Location = New System.Drawing.Point(757, 6) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(137, 24) Me.Button8.TabIndex = 693 Me.Button8.Text = "存檔" Me.Button8.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.Location = New System.Drawing.Point(614, 6) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(137, 24) Me.Button5.TabIndex = 692 Me.Button5.Text = "EXCEL顯示" Me.Button5.UseVisualStyleBackColor = True ' 'METOO專用PAGE導入 ' 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.Button8) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.DataGridView3) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.DataGridView1) 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 = "METOO專用PAGE導入" Me.Text = "METOO專用PAGE導入" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents ComboBox7 As ComboBox Friend WithEvents Label11 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Button1 As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents DataGridView2 As DataGridView Friend WithEvents DataGridView3 As DataGridView Friend WithEvents Button8 As Button Friend WithEvents Button5 As Button End Class