_ Partial Class 樣品INVOICE 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 DataGridViewCellStyle21 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle22 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle23 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle24 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle25 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.DataGridView3 = New System.Windows.Forms.DataGridView() Me.Label1 = New System.Windows.Forms.Label() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.Label3 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.TextBox1 = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Button18 = New System.Windows.Forms.Button() Me.Button8 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Button6 = New System.Windows.Forms.Button() Me.Button15 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.TextBox5 = New System.Windows.Forms.TextBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.Label9 = New System.Windows.Forms.Label() Me.DataGridView2 = New System.Windows.Forms.DataGridView() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() Me.Button4 = New System.Windows.Forms.Button() Me.Button5 = New System.Windows.Forms.Button() Me.TextBox6 = New System.Windows.Forms.TextBox() Me.Button7 = New System.Windows.Forms.Button() Me.Button9 = New System.Windows.Forms.Button() CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DataGridView3 ' DataGridViewCellStyle21.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle21 Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView3.Location = New System.Drawing.Point(12, 65) Me.DataGridView3.Name = "DataGridView3" Me.DataGridView3.RowHeadersWidth = 5 Me.DataGridView3.RowTemplate.Height = 24 Me.DataGridView3.Size = New System.Drawing.Size(850, 899) Me.DataGridView3.TabIndex = 654 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label1.Location = New System.Drawing.Point(12, 5) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(180, 54) Me.Label1.TabIndex = 655 Me.Label1.Text = "I N V O I C E 清單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "可寄樣品數量清單" ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Items.AddRange(New Object() {"1 CARTONS", "2 CARTONS", "3 CARTONS", "4 CARTONS", "5 CARTONS", "6 CARTONS", "7 CARTONS", "8 CARTONS", "9 CARTONS", "10 CARTONS", "11 CARTONS", "12 CARTONS", "13 CARTONS", "14 CARTONS", "15 CARTONS", "NA"}) Me.ComboBox2.Location = New System.Drawing.Point(994, 35) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(123, 24) Me.ComboBox2.TabIndex = 697 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.Red Me.Label3.Location = New System.Drawing.Point(933, 38) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(55, 16) Me.Label3.TabIndex = 698 Me.Label3.Text = "Custon#" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(1379, 6) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(177, 24) Me.ComboBox1.TabIndex = 699 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.ForeColor = System.Drawing.Color.Red Me.Label2.Location = New System.Drawing.Point(1333, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(40, 16) Me.Label2.TabIndex = 700 Me.Label2.Text = "ATTN" ' 'TextBox1 ' Me.TextBox1.Location = New System.Drawing.Point(1596, 6) Me.TextBox1.Name = "TextBox1" Me.TextBox1.Size = New System.Drawing.Size(143, 23) Me.TextBox1.TabIndex = 701 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Red Me.Label4.Location = New System.Drawing.Point(1562, 9) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(28, 16) Me.Label4.TabIndex = 702 Me.Label4.Text = "TEL" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(933, 9) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(31, 16) Me.Label5.TabIndex = 704 Me.Label5.Text = "UPS" ' 'TextBox2 ' Me.TextBox2.Location = New System.Drawing.Point(994, 6) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(333, 23) Me.TextBox2.TabIndex = 703 ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Items.AddRange(New Object() {"皮", "布", "PU", "NA"}) Me.ComboBox3.Location = New System.Drawing.Point(377, 5) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(65, 24) Me.ComboBox3.TabIndex = 705 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(339, 8) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(32, 16) Me.Label6.TabIndex = 706 Me.Label6.Text = "材質" ' 'DataGridView1 ' DataGridViewCellStyle22.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle22 Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(868, 65) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 DataGridViewCellStyle23.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle23 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(1035, 899) Me.DataGridView1.TabIndex = 707 ' 'Button18 ' Me.Button18.ForeColor = System.Drawing.Color.Olive Me.Button18.Location = New System.Drawing.Point(1745, 6) Me.Button18.Name = "Button18" Me.Button18.Size = New System.Drawing.Size(157, 24) Me.Button18.TabIndex = 708 Me.Button18.Text = "新增清單" Me.Button18.UseVisualStyleBackColor = True ' 'Button8 ' Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button8.ForeColor = System.Drawing.Color.Blue Me.Button8.Location = New System.Drawing.Point(1280, 35) Me.Button8.Name = "Button8" Me.Button8.Size = New System.Drawing.Size(154, 24) Me.Button8.TabIndex = 709 Me.Button8.Text = "資料存檔" Me.Button8.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.Blue Me.Button1.Location = New System.Drawing.Point(1123, 35) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(154, 24) Me.Button1.TabIndex = 710 Me.Button1.Text = "準備新增" Me.Button1.UseVisualStyleBackColor = True ' 'Button6 ' Me.Button6.ForeColor = System.Drawing.Color.Maroon Me.Button6.Location = New System.Drawing.Point(726, 6) Me.Button6.Name = "Button6" Me.Button6.Size = New System.Drawing.Size(65, 52) Me.Button6.TabIndex = 726 Me.Button6.Text = "新增" Me.Button6.UseVisualStyleBackColor = True ' 'Button15 ' Me.Button15.ForeColor = System.Drawing.Color.Maroon Me.Button15.Location = New System.Drawing.Point(797, 6) Me.Button15.Name = "Button15" Me.Button15.Size = New System.Drawing.Size(65, 52) Me.Button15.TabIndex = 727 Me.Button15.Text = "刪除" Me.Button15.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.Location = New System.Drawing.Point(567, 35) Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(153, 23) Me.TextBox3.TabIndex = 728 ' 'TextBox4 ' Me.TextBox4.Location = New System.Drawing.Point(510, 6) Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(65, 23) Me.TextBox4.TabIndex = 729 Me.TextBox4.Text = "0.0" Me.TextBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(448, 9) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(56, 16) Me.Label7.TabIndex = 730 Me.Label7.Text = "可寄出數" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(581, 8) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(68, 16) Me.Label8.TabIndex = 732 Me.Label8.Text = "本次寄出數" ' 'TextBox5 ' Me.TextBox5.ImeMode = System.Windows.Forms.ImeMode.Disable Me.TextBox5.Location = New System.Drawing.Point(655, 6) Me.TextBox5.Name = "TextBox5" Me.TextBox5.Size = New System.Drawing.Size(65, 23) Me.TextBox5.TabIndex = 731 Me.TextBox5.Text = "0.0" Me.TextBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Items.AddRange(New Object() {"WS 5#", "WS 6#", "WS 7#", "WS 8#", "MS 5#", "MS 6#", "MS 7#", "MS 8#", "NA"}) Me.ComboBox4.Location = New System.Drawing.Point(377, 34) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(121, 24) Me.ComboBox4.TabIndex = 733 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.ForeColor = System.Drawing.Color.Red Me.Label9.Location = New System.Drawing.Point(262, 37) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(109, 16) Me.Label9.TabIndex = 734 Me.Label9.Text = "Gender/Size/Foot" ' 'DataGridView2 ' DataGridViewCellStyle24.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle24 Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView2.Location = New System.Drawing.Point(12, 65) Me.DataGridView2.Name = "DataGridView2" Me.DataGridView2.RowHeadersWidth = 5 DataGridViewCellStyle25.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle25 Me.DataGridView2.RowTemplate.Height = 24 Me.DataGridView2.Size = New System.Drawing.Size(850, 899) Me.DataGridView2.TabIndex = 735 ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Green Me.Button2.Location = New System.Drawing.Point(1438, 35) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(154, 24) Me.Button2.TabIndex = 736 Me.Button2.Text = "修改存檔" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.ForeColor = System.Drawing.Color.Purple Me.Button3.Location = New System.Drawing.Point(797, 7) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(65, 52) Me.Button3.TabIndex = 738 Me.Button3.Text = "刪除" Me.Button3.UseVisualStyleBackColor = True ' 'Button4 ' Me.Button4.ForeColor = System.Drawing.Color.Purple Me.Button4.Location = New System.Drawing.Point(726, 7) Me.Button4.Name = "Button4" Me.Button4.Size = New System.Drawing.Size(65, 52) Me.Button4.TabIndex = 737 Me.Button4.Text = "新增" Me.Button4.UseVisualStyleBackColor = True ' 'Button5 ' Me.Button5.ForeColor = System.Drawing.Color.Purple Me.Button5.Location = New System.Drawing.Point(1745, 35) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(158, 24) Me.Button5.TabIndex = 739 Me.Button5.Text = "列印" Me.Button5.UseVisualStyleBackColor = True ' 'TextBox6 ' Me.TextBox6.Location = New System.Drawing.Point(1596, 36) Me.TextBox6.Name = "TextBox6" Me.TextBox6.Size = New System.Drawing.Size(143, 23) Me.TextBox6.TabIndex = 740 ' 'Button7 ' Me.Button7.ForeColor = System.Drawing.Color.Purple Me.Button7.Location = New System.Drawing.Point(198, 4) Me.Button7.Name = "Button7" Me.Button7.Size = New System.Drawing.Size(65, 28) Me.Button7.TabIndex = 741 Me.Button7.Text = "INVO" Me.Button7.UseVisualStyleBackColor = True ' 'Button9 ' Me.Button9.ForeColor = System.Drawing.Color.Purple Me.Button9.Location = New System.Drawing.Point(198, 34) Me.Button9.Name = "Button9" Me.Button9.Size = New System.Drawing.Size(65, 28) Me.Button9.TabIndex = 742 Me.Button9.Text = "樣品單" Me.Button9.UseVisualStyleBackColor = True ' '樣品INVOICE ' 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.Button9) Me.Controls.Add(Me.Button7) Me.Controls.Add(Me.TextBox6) Me.Controls.Add(Me.Button5) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.TextBox5) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.TextBox3) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button8) Me.Controls.Add(Me.Button18) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.TextBox1) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.Button4) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.Button6) Me.Controls.Add(Me.Button15) Me.Controls.Add(Me.DataGridView2) Me.Controls.Add(Me.DataGridView3) 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 = "樣品INVOICE" Me.Text = "樣品INVOICE" CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents DataGridView3 As DataGridView Friend WithEvents Label1 As Label Friend WithEvents ComboBox2 As ComboBox Friend WithEvents Label3 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Label2 As Label Friend WithEvents TextBox1 As TextBox Friend WithEvents Label4 As Label Friend WithEvents Label5 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents Label6 As Label Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Button18 As Button Friend WithEvents Button8 As Button Friend WithEvents Button1 As Button Friend WithEvents Button6 As Button Friend WithEvents Button15 As Button Friend WithEvents TextBox3 As TextBox Friend WithEvents TextBox4 As TextBox Friend WithEvents Label7 As Label Friend WithEvents Label8 As Label Friend WithEvents TextBox5 As TextBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents Label9 As Label Friend WithEvents DataGridView2 As DataGridView Friend WithEvents Button2 As Button Friend WithEvents Button3 As Button Friend WithEvents Button4 As Button Friend WithEvents Button5 As Button Friend WithEvents TextBox6 As TextBox Friend WithEvents Button7 As Button Friend WithEvents Button9 As Button End Class