_ 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 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() Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.表單3_dgv = New System.Windows.Forms.DataGridView() Me.INVOICE清單_lb = New System.Windows.Forms.Label() Me.Custon_cb = New System.Windows.Forms.ComboBox() Me.Custon_lb = New System.Windows.Forms.Label() Me.ATTN_cb = New System.Windows.Forms.ComboBox() Me.ATTN_lb = New System.Windows.Forms.Label() Me.TEL_tb = New System.Windows.Forms.TextBox() Me.TEL_lb = New System.Windows.Forms.Label() Me.UPS_lb = New System.Windows.Forms.Label() Me.UPS_tb = New System.Windows.Forms.TextBox() Me.材質_cb = New System.Windows.Forms.ComboBox() Me.材質_lb = New System.Windows.Forms.Label() Me.表單1_dgv = New System.Windows.Forms.DataGridView() Me.新增清單_bt = New System.Windows.Forms.Button() Me.資料存檔_bt = New System.Windows.Forms.Button() Me.準備新增_bt = New System.Windows.Forms.Button() Me.新增1_bt = New System.Windows.Forms.Button() Me.刪除1_bt = New System.Windows.Forms.Button() Me.流水號_tb = New System.Windows.Forms.TextBox() Me.可寄出數_tb = New System.Windows.Forms.TextBox() Me.可寄出數_lb = New System.Windows.Forms.Label() Me.本次寄出數_lb = New System.Windows.Forms.Label() Me.本次寄出數_tb = New System.Windows.Forms.TextBox() Me.GenderSizeFoot_cb = New System.Windows.Forms.ComboBox() Me.GenderSizeFoot_lb = New System.Windows.Forms.Label() Me.表單2_dgv = New System.Windows.Forms.DataGridView() Me.修改存檔_bt = New System.Windows.Forms.Button() Me.刪除_bt = New System.Windows.Forms.Button() Me.新增_bt = New System.Windows.Forms.Button() Me.列印_bt = New System.Windows.Forms.Button() Me.日期_tb = New System.Windows.Forms.TextBox() Me.INVO_bt = New System.Windows.Forms.Button() Me.樣品單_bt = New System.Windows.Forms.Button() CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '表單3_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.表單3_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.表單3_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.表單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(12, 65) Me.表單3_dgv.Name = "表單3_dgv" Me.表單3_dgv.RowHeadersWidth = 5 Me.表單3_dgv.RowTemplate.Height = 24 Me.表單3_dgv.Size = New System.Drawing.Size(850, 899) Me.表單3_dgv.TabIndex = 654 ' 'INVOICE清單_lb ' Me.INVOICE清單_lb.AutoSize = True Me.INVOICE清單_lb.Font = New System.Drawing.Font("微軟正黑體", 15.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.INVOICE清單_lb.Location = New System.Drawing.Point(12, 5) Me.INVOICE清單_lb.Name = "INVOICE清單_lb" Me.INVOICE清單_lb.Size = New System.Drawing.Size(180, 54) Me.INVOICE清單_lb.TabIndex = 655 Me.INVOICE清單_lb.Text = "I N V O I C E 清單" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "可寄樣品數量清單" ' 'Custon_cb ' Me.Custon_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.Custon_cb.FormattingEnabled = True Me.Custon_cb.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.Custon_cb.Location = New System.Drawing.Point(963, 35) Me.Custon_cb.Name = "Custon_cb" Me.Custon_cb.Size = New System.Drawing.Size(123, 24) Me.Custon_cb.TabIndex = 697 ' 'Custon_lb ' Me.Custon_lb.AutoSize = True Me.Custon_lb.ForeColor = System.Drawing.Color.Red Me.Custon_lb.Location = New System.Drawing.Point(902, 38) Me.Custon_lb.Name = "Custon_lb" Me.Custon_lb.Size = New System.Drawing.Size(55, 16) Me.Custon_lb.TabIndex = 698 Me.Custon_lb.Text = "Custon#" ' 'ATTN_cb ' Me.ATTN_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ATTN_cb.FormattingEnabled = True Me.ATTN_cb.Location = New System.Drawing.Point(1348, 6) Me.ATTN_cb.Name = "ATTN_cb" Me.ATTN_cb.Size = New System.Drawing.Size(177, 24) Me.ATTN_cb.TabIndex = 699 ' 'ATTN_lb ' Me.ATTN_lb.AutoSize = True Me.ATTN_lb.ForeColor = System.Drawing.Color.Red Me.ATTN_lb.Location = New System.Drawing.Point(1302, 9) Me.ATTN_lb.Name = "ATTN_lb" Me.ATTN_lb.Size = New System.Drawing.Size(40, 16) Me.ATTN_lb.TabIndex = 700 Me.ATTN_lb.Text = "ATTN" ' 'TEL_tb ' Me.TEL_tb.Location = New System.Drawing.Point(1565, 6) Me.TEL_tb.Name = "TEL_tb" Me.TEL_tb.Size = New System.Drawing.Size(143, 23) Me.TEL_tb.TabIndex = 701 ' 'TEL_lb ' Me.TEL_lb.AutoSize = True Me.TEL_lb.ForeColor = System.Drawing.Color.Red Me.TEL_lb.Location = New System.Drawing.Point(1531, 9) Me.TEL_lb.Name = "TEL_lb" Me.TEL_lb.Size = New System.Drawing.Size(28, 16) Me.TEL_lb.TabIndex = 702 Me.TEL_lb.Text = "TEL" ' 'UPS_lb ' Me.UPS_lb.AutoSize = True Me.UPS_lb.ForeColor = System.Drawing.Color.Red Me.UPS_lb.Location = New System.Drawing.Point(902, 9) Me.UPS_lb.Name = "UPS_lb" Me.UPS_lb.Size = New System.Drawing.Size(31, 16) Me.UPS_lb.TabIndex = 704 Me.UPS_lb.Text = "UPS" ' 'UPS_tb ' Me.UPS_tb.Location = New System.Drawing.Point(963, 6) Me.UPS_tb.Name = "UPS_tb" Me.UPS_tb.Size = New System.Drawing.Size(333, 23) Me.UPS_tb.TabIndex = 703 ' '材質_cb ' Me.材質_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.材質_cb.FormattingEnabled = True Me.材質_cb.Items.AddRange(New Object() {"皮", "布", "PU", "NA"}) Me.材質_cb.Location = New System.Drawing.Point(377, 5) Me.材質_cb.Name = "材質_cb" Me.材質_cb.Size = New System.Drawing.Size(65, 24) Me.材質_cb.TabIndex = 705 ' '材質_lb ' Me.材質_lb.AutoSize = True Me.材質_lb.ForeColor = System.Drawing.Color.Red Me.材質_lb.Location = New System.Drawing.Point(339, 8) Me.材質_lb.Name = "材質_lb" Me.材質_lb.Size = New System.Drawing.Size(32, 16) Me.材質_lb.TabIndex = 706 Me.材質_lb.Text = "材質" ' '表單1_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(192, Byte), Integer)) Me.表單1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.表單1_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.表單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(868, 65) Me.表單1_dgv.Name = "表單1_dgv" Me.表單1_dgv.RowHeadersWidth = 5 DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3 Me.表單1_dgv.RowTemplate.Height = 24 Me.表單1_dgv.Size = New System.Drawing.Size(1035, 899) Me.表單1_dgv.TabIndex = 707 ' '新增清單_bt ' Me.新增清單_bt.ForeColor = System.Drawing.Color.Olive Me.新增清單_bt.Location = New System.Drawing.Point(1714, 6) Me.新增清單_bt.Name = "新增清單_bt" Me.新增清單_bt.Size = New System.Drawing.Size(157, 24) Me.新增清單_bt.TabIndex = 708 Me.新增清單_bt.Text = "新增清單" Me.新增清單_bt.UseVisualStyleBackColor = True ' '資料存檔_bt ' Me.資料存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.資料存檔_bt.ForeColor = System.Drawing.Color.Blue Me.資料存檔_bt.Location = New System.Drawing.Point(1249, 35) Me.資料存檔_bt.Name = "資料存檔_bt" Me.資料存檔_bt.Size = New System.Drawing.Size(154, 24) Me.資料存檔_bt.TabIndex = 709 Me.資料存檔_bt.Text = "資料存檔" Me.資料存檔_bt.UseVisualStyleBackColor = True ' '準備新增_bt ' Me.準備新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.準備新增_bt.ForeColor = System.Drawing.Color.Blue Me.準備新增_bt.Location = New System.Drawing.Point(1092, 35) Me.準備新增_bt.Name = "準備新增_bt" Me.準備新增_bt.Size = New System.Drawing.Size(154, 24) Me.準備新增_bt.TabIndex = 710 Me.準備新增_bt.Text = "準備新增" Me.準備新增_bt.UseVisualStyleBackColor = True ' '新增1_bt ' Me.新增1_bt.ForeColor = System.Drawing.Color.Maroon Me.新增1_bt.Location = New System.Drawing.Point(726, 6) Me.新增1_bt.Name = "新增1_bt" Me.新增1_bt.Size = New System.Drawing.Size(65, 52) Me.新增1_bt.TabIndex = 726 Me.新增1_bt.Text = "新增" Me.新增1_bt.UseVisualStyleBackColor = True ' '刪除1_bt ' Me.刪除1_bt.ForeColor = System.Drawing.Color.Maroon Me.刪除1_bt.Location = New System.Drawing.Point(797, 6) Me.刪除1_bt.Name = "刪除1_bt" Me.刪除1_bt.Size = New System.Drawing.Size(65, 52) Me.刪除1_bt.TabIndex = 727 Me.刪除1_bt.Text = "刪除" Me.刪除1_bt.UseVisualStyleBackColor = True ' '流水號_tb ' Me.流水號_tb.Location = New System.Drawing.Point(567, 35) Me.流水號_tb.Name = "流水號_tb" Me.流水號_tb.Size = New System.Drawing.Size(153, 23) Me.流水號_tb.TabIndex = 728 ' '可寄出數_tb ' Me.可寄出數_tb.Location = New System.Drawing.Point(510, 6) Me.可寄出數_tb.Name = "可寄出數_tb" Me.可寄出數_tb.Size = New System.Drawing.Size(65, 23) Me.可寄出數_tb.TabIndex = 729 Me.可寄出數_tb.Text = "0.0" Me.可寄出數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '可寄出數_lb ' Me.可寄出數_lb.AutoSize = True Me.可寄出數_lb.ForeColor = System.Drawing.Color.Red Me.可寄出數_lb.Location = New System.Drawing.Point(448, 9) Me.可寄出數_lb.Name = "可寄出數_lb" Me.可寄出數_lb.Size = New System.Drawing.Size(56, 16) Me.可寄出數_lb.TabIndex = 730 Me.可寄出數_lb.Text = "可寄出數" ' '本次寄出數_lb ' Me.本次寄出數_lb.AutoSize = True Me.本次寄出數_lb.ForeColor = System.Drawing.Color.Red Me.本次寄出數_lb.Location = New System.Drawing.Point(581, 8) Me.本次寄出數_lb.Name = "本次寄出數_lb" Me.本次寄出數_lb.Size = New System.Drawing.Size(68, 16) Me.本次寄出數_lb.TabIndex = 732 Me.本次寄出數_lb.Text = "本次寄出數" ' '本次寄出數_tb ' Me.本次寄出數_tb.ImeMode = System.Windows.Forms.ImeMode.Disable Me.本次寄出數_tb.Location = New System.Drawing.Point(655, 6) Me.本次寄出數_tb.Name = "本次寄出數_tb" Me.本次寄出數_tb.Size = New System.Drawing.Size(65, 23) Me.本次寄出數_tb.TabIndex = 731 Me.本次寄出數_tb.Text = "0.0" Me.本次寄出數_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'GenderSizeFoot_cb ' Me.GenderSizeFoot_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.GenderSizeFoot_cb.FormattingEnabled = True Me.GenderSizeFoot_cb.Items.AddRange(New Object() {"WS 5#", "WS 6#", "WS 7#", "WS 8#", "MS 5#", "MS 6#", "MS 7#", "MS 8#", "NA"}) Me.GenderSizeFoot_cb.Location = New System.Drawing.Point(377, 34) Me.GenderSizeFoot_cb.Name = "GenderSizeFoot_cb" Me.GenderSizeFoot_cb.Size = New System.Drawing.Size(121, 24) Me.GenderSizeFoot_cb.TabIndex = 733 ' 'GenderSizeFoot_lb ' Me.GenderSizeFoot_lb.AutoSize = True Me.GenderSizeFoot_lb.ForeColor = System.Drawing.Color.Red Me.GenderSizeFoot_lb.Location = New System.Drawing.Point(262, 37) Me.GenderSizeFoot_lb.Name = "GenderSizeFoot_lb" Me.GenderSizeFoot_lb.Size = New System.Drawing.Size(109, 16) Me.GenderSizeFoot_lb.TabIndex = 734 Me.GenderSizeFoot_lb.Text = "Gender/Size/Foot" ' '表單2_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.表單2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 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, 65) Me.表單2_dgv.Name = "表單2_dgv" Me.表單2_dgv.RowHeadersWidth = 5 DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5 Me.表單2_dgv.RowTemplate.Height = 24 Me.表單2_dgv.Size = New System.Drawing.Size(850, 899) Me.表單2_dgv.TabIndex = 735 ' '修改存檔_bt ' Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green Me.修改存檔_bt.Location = New System.Drawing.Point(1407, 35) Me.修改存檔_bt.Name = "修改存檔_bt" Me.修改存檔_bt.Size = New System.Drawing.Size(154, 24) Me.修改存檔_bt.TabIndex = 736 Me.修改存檔_bt.Text = "修改存檔" Me.修改存檔_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.ForeColor = System.Drawing.Color.Purple Me.刪除_bt.Location = New System.Drawing.Point(797, 7) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(65, 52) Me.刪除_bt.TabIndex = 738 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '新增_bt ' Me.新增_bt.ForeColor = System.Drawing.Color.Purple Me.新增_bt.Location = New System.Drawing.Point(726, 6) Me.新增_bt.Name = "新增_bt" Me.新增_bt.Size = New System.Drawing.Size(65, 52) Me.新增_bt.TabIndex = 737 Me.新增_bt.Text = "新增" Me.新增_bt.UseVisualStyleBackColor = True ' '列印_bt ' Me.列印_bt.ForeColor = System.Drawing.Color.Purple Me.列印_bt.Location = New System.Drawing.Point(1714, 35) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(158, 24) Me.列印_bt.TabIndex = 739 Me.列印_bt.Text = "列印" Me.列印_bt.UseVisualStyleBackColor = True ' '日期_tb ' Me.日期_tb.Location = New System.Drawing.Point(1565, 36) Me.日期_tb.Name = "日期_tb" Me.日期_tb.Size = New System.Drawing.Size(143, 23) Me.日期_tb.TabIndex = 740 ' 'INVO_bt ' Me.INVO_bt.ForeColor = System.Drawing.Color.Purple Me.INVO_bt.Location = New System.Drawing.Point(198, 4) Me.INVO_bt.Name = "INVO_bt" Me.INVO_bt.Size = New System.Drawing.Size(65, 28) Me.INVO_bt.TabIndex = 741 Me.INVO_bt.Text = "INVO" Me.INVO_bt.UseVisualStyleBackColor = True ' '樣品單_bt ' Me.樣品單_bt.ForeColor = System.Drawing.Color.Purple Me.樣品單_bt.Location = New System.Drawing.Point(198, 34) Me.樣品單_bt.Name = "樣品單_bt" Me.樣品單_bt.Size = New System.Drawing.Size(65, 28) Me.樣品單_bt.TabIndex = 742 Me.樣品單_bt.Text = "樣品單" Me.樣品單_bt.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.樣品單_bt) Me.Controls.Add(Me.INVO_bt) Me.Controls.Add(Me.日期_tb) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.修改存檔_bt) Me.Controls.Add(Me.GenderSizeFoot_cb) Me.Controls.Add(Me.GenderSizeFoot_lb) Me.Controls.Add(Me.本次寄出數_lb) Me.Controls.Add(Me.本次寄出數_tb) Me.Controls.Add(Me.可寄出數_lb) Me.Controls.Add(Me.可寄出數_tb) Me.Controls.Add(Me.流水號_tb) Me.Controls.Add(Me.準備新增_bt) Me.Controls.Add(Me.資料存檔_bt) Me.Controls.Add(Me.新增清單_bt) Me.Controls.Add(Me.材質_cb) Me.Controls.Add(Me.材質_lb) Me.Controls.Add(Me.UPS_lb) Me.Controls.Add(Me.UPS_tb) Me.Controls.Add(Me.TEL_lb) Me.Controls.Add(Me.TEL_tb) Me.Controls.Add(Me.ATTN_cb) Me.Controls.Add(Me.ATTN_lb) Me.Controls.Add(Me.Custon_cb) Me.Controls.Add(Me.Custon_lb) Me.Controls.Add(Me.INVOICE清單_lb) Me.Controls.Add(Me.新增_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.新增1_bt) Me.Controls.Add(Me.刪除1_bt) Me.Controls.Add(Me.表單3_dgv) Me.Controls.Add(Me.表單2_dgv) Me.Controls.Add(Me.表單1_dgv) 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.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 表單3_dgv As DataGridView Friend WithEvents INVOICE清單_lb As Label Friend WithEvents Custon_cb As ComboBox Friend WithEvents Custon_lb As Label Friend WithEvents ATTN_cb As ComboBox Friend WithEvents ATTN_lb As Label Friend WithEvents TEL_tb As TextBox Friend WithEvents TEL_lb As Label Friend WithEvents UPS_lb As Label Friend WithEvents UPS_tb As TextBox Friend WithEvents 材質_cb As ComboBox Friend WithEvents 材質_lb As Label Friend WithEvents 表單1_dgv As DataGridView Friend WithEvents 新增清單_bt As Button Friend WithEvents 資料存檔_bt As Button Friend WithEvents 準備新增_bt As Button Friend WithEvents 新增1_bt As Button Friend WithEvents 刪除1_bt As Button Friend WithEvents 流水號_tb As TextBox Friend WithEvents 可寄出數_tb As TextBox Friend WithEvents 可寄出數_lb As Label Friend WithEvents 本次寄出數_lb As Label Friend WithEvents 本次寄出數_tb As TextBox Friend WithEvents GenderSizeFoot_cb As ComboBox Friend WithEvents GenderSizeFoot_lb As Label Friend WithEvents 表單2_dgv As DataGridView Friend WithEvents 修改存檔_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents 新增_bt As Button Friend WithEvents 列印_bt As Button Friend WithEvents 日期_tb As TextBox Friend WithEvents INVO_bt As Button Friend WithEvents 樣品單_bt As Button End Class