_ 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.SEASON_cb = New System.Windows.Forms.ComboBox() Me.SEASON_lb = New System.Windows.Forms.Label() Me.CUST_cb = New System.Windows.Forms.ComboBox() Me.CUST_lb = New System.Windows.Forms.Label() Me.表單1_dgv = New System.Windows.Forms.DataGridView() Me.EXCEL導入_bt = New System.Windows.Forms.Button() Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog() Me.表單2_dgv = New System.Windows.Forms.DataGridView() Me.表單3_dgv = New System.Windows.Forms.DataGridView() Me.存檔_bt = New System.Windows.Forms.Button() Me.EXCEL顯示_bt = New System.Windows.Forms.Button() CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'SEASON_cb ' Me.SEASON_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.SEASON_cb.FormattingEnabled = True Me.SEASON_cb.Location = New System.Drawing.Point(75, 6) Me.SEASON_cb.Name = "SEASON_cb" Me.SEASON_cb.Size = New System.Drawing.Size(130, 24) Me.SEASON_cb.TabIndex = 684 ' 'SEASON_lb ' Me.SEASON_lb.AutoSize = True Me.SEASON_lb.ForeColor = System.Drawing.Color.Red Me.SEASON_lb.Location = New System.Drawing.Point(12, 9) Me.SEASON_lb.Name = "SEASON_lb" Me.SEASON_lb.Size = New System.Drawing.Size(57, 16) Me.SEASON_lb.TabIndex = 685 Me.SEASON_lb.Text = "SEASON" ' 'CUST_cb ' Me.CUST_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.CUST_cb.FormattingEnabled = True Me.CUST_cb.Location = New System.Drawing.Point(256, 6) Me.CUST_cb.Name = "CUST_cb" Me.CUST_cb.Size = New System.Drawing.Size(209, 24) Me.CUST_cb.TabIndex = 686 ' 'CUST_lb ' Me.CUST_lb.AutoSize = True Me.CUST_lb.ForeColor = System.Drawing.Color.Red Me.CUST_lb.Location = New System.Drawing.Point(211, 9) Me.CUST_lb.Name = "CUST_lb" Me.CUST_lb.Size = New System.Drawing.Size(39, 16) Me.CUST_lb.TabIndex = 687 Me.CUST_lb.Text = "CUST" ' '表單1_dgv ' Me.表單1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.表單1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單1_dgv.Location = New System.Drawing.Point(12, 37) Me.表單1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.表單1_dgv.Name = "表單1_dgv" Me.表單1_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.表單1_dgv.RowTemplate.Height = 24 Me.表單1_dgv.Size = New System.Drawing.Size(1887, 279) Me.表單1_dgv.TabIndex = 688 ' 'EXCEL導入_bt ' Me.EXCEL導入_bt.Location = New System.Drawing.Point(471, 6) Me.EXCEL導入_bt.Name = "EXCEL導入_bt" Me.EXCEL導入_bt.Size = New System.Drawing.Size(137, 24) Me.EXCEL導入_bt.TabIndex = 689 Me.EXCEL導入_bt.Text = "EXCEL導入" Me.EXCEL導入_bt.UseVisualStyleBackColor = True ' 'OpenFileDialog1 ' Me.OpenFileDialog1.FileName = "OpenFileDialog1" ' '表單2_dgv ' Me.表單2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.表單2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單2_dgv.Location = New System.Drawing.Point(12, 324) Me.表單2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.表單2_dgv.Name = "表單2_dgv" Me.表單2_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.表單2_dgv.RowTemplate.Height = 24 Me.表單2_dgv.Size = New System.Drawing.Size(1236, 642) Me.表單2_dgv.TabIndex = 690 ' '表單3_dgv ' Me.表單3_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.表單3_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單3_dgv.Location = New System.Drawing.Point(1254, 324) Me.表單3_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.表單3_dgv.Name = "表單3_dgv" Me.表單3_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單3_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.表單3_dgv.RowTemplate.Height = 24 Me.表單3_dgv.Size = New System.Drawing.Size(645, 642) Me.表單3_dgv.TabIndex = 691 ' '存檔_bt ' Me.存檔_bt.Location = New System.Drawing.Point(757, 6) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(137, 24) Me.存檔_bt.TabIndex = 693 Me.存檔_bt.Text = "存檔" Me.存檔_bt.UseVisualStyleBackColor = True ' 'EXCEL顯示_bt ' Me.EXCEL顯示_bt.Location = New System.Drawing.Point(614, 6) Me.EXCEL顯示_bt.Name = "EXCEL顯示_bt" Me.EXCEL顯示_bt.Size = New System.Drawing.Size(137, 24) Me.EXCEL顯示_bt.TabIndex = 692 Me.EXCEL顯示_bt.Text = "EXCEL顯示" Me.EXCEL顯示_bt.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.存檔_bt) Me.Controls.Add(Me.EXCEL顯示_bt) Me.Controls.Add(Me.表單3_dgv) Me.Controls.Add(Me.表單2_dgv) Me.Controls.Add(Me.EXCEL導入_bt) Me.Controls.Add(Me.表單1_dgv) Me.Controls.Add(Me.CUST_cb) Me.Controls.Add(Me.CUST_lb) Me.Controls.Add(Me.SEASON_cb) Me.Controls.Add(Me.SEASON_lb) 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.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents SEASON_cb As ComboBox Friend WithEvents SEASON_lb As Label Friend WithEvents CUST_cb As ComboBox Friend WithEvents CUST_lb As Label Friend WithEvents 表單1_dgv As DataGridView Friend WithEvents EXCEL導入_bt As Button Friend WithEvents OpenFileDialog1 As OpenFileDialog Friend WithEvents 表單2_dgv As DataGridView Friend WithEvents 表單3_dgv As DataGridView Friend WithEvents 存檔_bt As Button Friend WithEvents EXCEL顯示_bt As Button End Class