_ Partial Class 樣品報價控制表 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.表單1_dgv = New System.Windows.Forms.DataGridView() Me.表單3_dgv = New System.Windows.Forms.DataGridView() Me.版次_lb = New System.Windows.Forms.Label() Me.版次_tb = New System.Windows.Forms.TextBox() Me.SO_lb = New System.Windows.Forms.Label() Me.SO_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.表單2_dgv = New System.Windows.Forms.DataGridView() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.新增資料到樣品報價控制表_bt = New System.Windows.Forms.Button() Me.未建檔資料_ch = New System.Windows.Forms.CheckBox() Me.已建檔資料_ch = New System.Windows.Forms.CheckBox() Me.FACTORY_lb = New System.Windows.Forms.Label() Me.STYLE_lb = New System.Windows.Forms.Label() Me.COLOR_lb = New System.Windows.Forms.Label() Me.SEASON_lb = New System.Windows.Forms.Label() Me.STYLENAME_lb = New System.Windows.Forms.Label() Me.SEASON_tb = New System.Windows.Forms.TextBox() Me.FACTORY_tb = New System.Windows.Forms.TextBox() Me.STYLE_tb = New System.Windows.Forms.TextBox() Me.STYLENAME_tb = New System.Windows.Forms.TextBox() Me.COLOR_tb = New System.Windows.Forms.TextBox() Me.數量_tb = New System.Windows.Forms.TextBox() Me.Materials_lb = New System.Windows.Forms.Label() Me.Materials_tb = New System.Windows.Forms.TextBox() Me.MaterialClass_lb = New System.Windows.Forms.Label() Me.MaterialClass_tb = New System.Windows.Forms.TextBox() Me.Outsole_tb = New System.Windows.Forms.TextBox() Me.Outsole_lb = New System.Windows.Forms.Label() Me.Insole_lb = New System.Windows.Forms.Label() Me.Insole_tb = New System.Windows.Forms.TextBox() Me.FC_tb = New System.Windows.Forms.TextBox() Me.FC_lb = New System.Windows.Forms.Label() Me.Remark_tb = New System.Windows.Forms.TextBox() Me.Remark_lb = New System.Windows.Forms.Label() Me.CUST_tb = New System.Windows.Forms.TextBox() Me.CUST_lb = New System.Windows.Forms.Label() 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() CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '表單1_dgv ' Me.表單1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單1_dgv.Location = New System.Drawing.Point(4, 4) Me.表單1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.表單1_dgv.Name = "表單1_dgv" Me.表單1_dgv.RowHeadersWidth = 5 Me.表單1_dgv.RowTemplate.Height = 24 Me.表單1_dgv.Size = New System.Drawing.Size(895, 247) Me.表單1_dgv.TabIndex = 677 ' '表單3_dgv ' Me.表單3_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單3_dgv.Location = New System.Drawing.Point(35, 364) Me.表單3_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) 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(103, 77) Me.表單3_dgv.TabIndex = 752 ' '版次_lb ' Me.版次_lb.AutoSize = True Me.版次_lb.ForeColor = System.Drawing.Color.Blue Me.版次_lb.Location = New System.Drawing.Point(1073, 33) Me.版次_lb.Name = "版次_lb" Me.版次_lb.Size = New System.Drawing.Size(32, 16) Me.版次_lb.TabIndex = 756 Me.版次_lb.Text = "版次" ' '版次_tb ' Me.版次_tb.ForeColor = System.Drawing.Color.Blue Me.版次_tb.Location = New System.Drawing.Point(1106, 30) Me.版次_tb.Name = "版次_tb" Me.版次_tb.Size = New System.Drawing.Size(46, 23) Me.版次_tb.TabIndex = 755 ' 'SO_lb ' Me.SO_lb.AutoSize = True Me.SO_lb.ForeColor = System.Drawing.Color.Blue Me.SO_lb.Location = New System.Drawing.Point(902, 33) Me.SO_lb.Name = "SO_lb" Me.SO_lb.Size = New System.Drawing.Size(38, 16) Me.SO_lb.TabIndex = 754 Me.SO_lb.Text = "S/O#" ' 'SO_tb ' Me.SO_tb.ForeColor = System.Drawing.Color.Blue Me.SO_tb.Location = New System.Drawing.Point(961, 30) Me.SO_tb.Name = "SO_tb" Me.SO_tb.Size = New System.Drawing.Size(106, 23) Me.SO_tb.TabIndex = 753 ' '項_lb ' Me.項_lb.AutoSize = True Me.項_lb.ForeColor = System.Drawing.Color.Blue Me.項_lb.Location = New System.Drawing.Point(1236, 33) Me.項_lb.Name = "項_lb" Me.項_lb.Size = New System.Drawing.Size(20, 16) Me.項_lb.TabIndex = 759 Me.項_lb.Text = "項" ' '第_lb ' Me.第_lb.AutoSize = True Me.第_lb.ForeColor = System.Drawing.Color.Blue Me.第_lb.Location = New System.Drawing.Point(1158, 33) Me.第_lb.Name = "第_lb" Me.第_lb.Size = New System.Drawing.Size(20, 16) Me.第_lb.TabIndex = 758 Me.第_lb.Text = "第" ' '項次_tb ' Me.項次_tb.ForeColor = System.Drawing.Color.Blue Me.項次_tb.Location = New System.Drawing.Point(1184, 30) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(46, 23) Me.項次_tb.TabIndex = 757 ' '表單2_dgv ' Me.表單2_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.表單2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.表單2_dgv.Location = New System.Drawing.Point(4, 259) Me.表單2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.表單2_dgv.Name = "表單2_dgv" Me.表單2_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.表單2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.表單2_dgv.RowTemplate.Height = 24 Me.表單2_dgv.Size = New System.Drawing.Size(1904, 707) Me.表單2_dgv.TabIndex = 760 ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(1631, 1) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(277, 251) Me.PictureBox1.TabIndex = 761 Me.PictureBox1.TabStop = False ' '新增資料到樣品報價控制表_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(1365, 172) Me.新增資料到樣品報價控制表_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.新增資料到樣品報價控制表_bt.Name = "新增資料到樣品報價控制表_bt" Me.新增資料到樣品報價控制表_bt.Size = New System.Drawing.Size(65, 80) Me.新增資料到樣品報價控制表_bt.TabIndex = 762 Me.新增資料到樣品報價控制表_bt.Text = "新增資料到樣品報價控制表" Me.新增資料到樣品報價控制表_bt.UseVisualStyleBackColor = True ' '未建檔資料_ch ' Me.未建檔資料_ch.AutoSize = True Me.未建檔資料_ch.Location = New System.Drawing.Point(905, 4) Me.未建檔資料_ch.Name = "未建檔資料_ch" Me.未建檔資料_ch.Size = New System.Drawing.Size(87, 20) Me.未建檔資料_ch.TabIndex = 763 Me.未建檔資料_ch.Text = "未建檔資料" Me.未建檔資料_ch.UseVisualStyleBackColor = True ' '已建檔資料_ch ' Me.已建檔資料_ch.AutoSize = True Me.已建檔資料_ch.Location = New System.Drawing.Point(998, 4) Me.已建檔資料_ch.Name = "已建檔資料_ch" Me.已建檔資料_ch.Size = New System.Drawing.Size(87, 20) Me.已建檔資料_ch.TabIndex = 764 Me.已建檔資料_ch.Text = "已建檔資料" Me.已建檔資料_ch.UseVisualStyleBackColor = True ' 'FACTORY_lb ' Me.FACTORY_lb.AutoSize = True Me.FACTORY_lb.ForeColor = System.Drawing.Color.Blue Me.FACTORY_lb.Location = New System.Drawing.Point(1430, 33) Me.FACTORY_lb.Name = "FACTORY_lb" Me.FACTORY_lb.Size = New System.Drawing.Size(62, 16) Me.FACTORY_lb.TabIndex = 769 Me.FACTORY_lb.Text = "FACTORY" ' 'STYLE_lb ' Me.STYLE_lb.AutoSize = True Me.STYLE_lb.ForeColor = System.Drawing.Color.Blue Me.STYLE_lb.Location = New System.Drawing.Point(902, 62) Me.STYLE_lb.Name = "STYLE_lb" Me.STYLE_lb.Size = New System.Drawing.Size(50, 16) Me.STYLE_lb.TabIndex = 767 Me.STYLE_lb.Text = "STYLE#" ' 'COLOR_lb ' Me.COLOR_lb.AutoSize = True Me.COLOR_lb.ForeColor = System.Drawing.Color.Blue Me.COLOR_lb.Location = New System.Drawing.Point(1404, 62) Me.COLOR_lb.Name = "COLOR_lb" Me.COLOR_lb.Size = New System.Drawing.Size(50, 16) Me.COLOR_lb.TabIndex = 766 Me.COLOR_lb.Text = "COLOR" ' 'SEASON_lb ' Me.SEASON_lb.AutoSize = True Me.SEASON_lb.ForeColor = System.Drawing.Color.Blue Me.SEASON_lb.Location = New System.Drawing.Point(1262, 33) Me.SEASON_lb.Name = "SEASON_lb" Me.SEASON_lb.Size = New System.Drawing.Size(57, 16) Me.SEASON_lb.TabIndex = 765 Me.SEASON_lb.Text = "SEASON" ' 'STYLENAME_lb ' Me.STYLENAME_lb.AutoSize = True Me.STYLENAME_lb.ForeColor = System.Drawing.Color.Blue Me.STYLENAME_lb.Location = New System.Drawing.Point(1141, 62) Me.STYLENAME_lb.Name = "STYLENAME_lb" Me.STYLENAME_lb.Size = New System.Drawing.Size(82, 16) Me.STYLENAME_lb.TabIndex = 768 Me.STYLENAME_lb.Text = "STYLE NAME" ' 'SEASON_tb ' Me.SEASON_tb.ForeColor = System.Drawing.Color.Blue Me.SEASON_tb.Location = New System.Drawing.Point(1318, 30) Me.SEASON_tb.Name = "SEASON_tb" Me.SEASON_tb.Size = New System.Drawing.Size(106, 23) Me.SEASON_tb.TabIndex = 770 ' 'FACTORY_tb ' Me.FACTORY_tb.ForeColor = System.Drawing.Color.Blue Me.FACTORY_tb.Location = New System.Drawing.Point(1498, 30) Me.FACTORY_tb.Name = "FACTORY_tb" Me.FACTORY_tb.Size = New System.Drawing.Size(130, 23) Me.FACTORY_tb.TabIndex = 771 ' 'STYLE_tb ' Me.STYLE_tb.ForeColor = System.Drawing.Color.Blue Me.STYLE_tb.Location = New System.Drawing.Point(961, 59) Me.STYLE_tb.Name = "STYLE_tb" Me.STYLE_tb.Size = New System.Drawing.Size(174, 23) Me.STYLE_tb.TabIndex = 772 ' 'STYLENAME_tb ' Me.STYLENAME_tb.ForeColor = System.Drawing.Color.Blue Me.STYLENAME_tb.Location = New System.Drawing.Point(1229, 59) Me.STYLENAME_tb.Name = "STYLENAME_tb" Me.STYLENAME_tb.Size = New System.Drawing.Size(169, 23) Me.STYLENAME_tb.TabIndex = 773 ' 'COLOR_tb ' Me.COLOR_tb.ForeColor = System.Drawing.Color.Blue Me.COLOR_tb.Location = New System.Drawing.Point(1461, 59) Me.COLOR_tb.Name = "COLOR_tb" Me.COLOR_tb.Size = New System.Drawing.Size(167, 23) Me.COLOR_tb.TabIndex = 774 ' '數量_tb ' Me.數量_tb.ForeColor = System.Drawing.Color.Blue Me.數量_tb.Location = New System.Drawing.Point(1091, 1) Me.數量_tb.Name = "數量_tb" Me.數量_tb.Size = New System.Drawing.Size(53, 23) Me.數量_tb.TabIndex = 776 Me.數量_tb.Text = "0.0" Me.數量_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'Materials_lb ' Me.Materials_lb.AutoSize = True Me.Materials_lb.ForeColor = System.Drawing.Color.Blue Me.Materials_lb.Location = New System.Drawing.Point(902, 120) Me.Materials_lb.Name = "Materials_lb" Me.Materials_lb.Size = New System.Drawing.Size(60, 16) Me.Materials_lb.TabIndex = 777 Me.Materials_lb.Text = "Materials" ' 'Materials_tb ' Me.Materials_tb.ForeColor = System.Drawing.Color.Blue Me.Materials_tb.Location = New System.Drawing.Point(961, 117) Me.Materials_tb.Multiline = True Me.Materials_tb.Name = "Materials_tb" Me.Materials_tb.Size = New System.Drawing.Size(400, 50) Me.Materials_tb.TabIndex = 778 ' 'MaterialClass_lb ' Me.MaterialClass_lb.AutoSize = True Me.MaterialClass_lb.ForeColor = System.Drawing.Color.Blue Me.MaterialClass_lb.Location = New System.Drawing.Point(1141, 91) Me.MaterialClass_lb.Name = "MaterialClass_lb" Me.MaterialClass_lb.Size = New System.Drawing.Size(86, 16) Me.MaterialClass_lb.TabIndex = 779 Me.MaterialClass_lb.Text = "Material Class" ' 'MaterialClass_tb ' Me.MaterialClass_tb.ForeColor = System.Drawing.Color.Blue Me.MaterialClass_tb.Location = New System.Drawing.Point(1229, 88) Me.MaterialClass_tb.Name = "MaterialClass_tb" Me.MaterialClass_tb.Size = New System.Drawing.Size(82, 23) Me.MaterialClass_tb.TabIndex = 780 ' 'Outsole_tb ' Me.Outsole_tb.ForeColor = System.Drawing.Color.Blue Me.Outsole_tb.Location = New System.Drawing.Point(961, 173) Me.Outsole_tb.Multiline = True Me.Outsole_tb.Name = "Outsole_tb" Me.Outsole_tb.Size = New System.Drawing.Size(400, 50) Me.Outsole_tb.TabIndex = 782 ' 'Outsole_lb ' Me.Outsole_lb.AutoSize = True Me.Outsole_lb.ForeColor = System.Drawing.Color.Blue Me.Outsole_lb.Location = New System.Drawing.Point(902, 176) Me.Outsole_lb.Name = "Outsole_lb" Me.Outsole_lb.Size = New System.Drawing.Size(52, 16) Me.Outsole_lb.TabIndex = 781 Me.Outsole_lb.Text = "Outsole" ' 'Insole_lb ' Me.Insole_lb.AutoSize = True Me.Insole_lb.ForeColor = System.Drawing.Color.Blue Me.Insole_lb.Location = New System.Drawing.Point(902, 232) Me.Insole_lb.Name = "Insole_lb" Me.Insole_lb.Size = New System.Drawing.Size(171, 16) Me.Insole_lb.TabIndex = 783 Me.Insole_lb.Text = "Insole Binding And Toe Piece" ' 'Insole_tb ' Me.Insole_tb.ForeColor = System.Drawing.Color.Blue Me.Insole_tb.Location = New System.Drawing.Point(1076, 229) Me.Insole_tb.Name = "Insole_tb" Me.Insole_tb.Size = New System.Drawing.Size(198, 23) Me.Insole_tb.TabIndex = 784 ' 'FC_tb ' Me.FC_tb.ForeColor = System.Drawing.Color.Blue Me.FC_tb.Location = New System.Drawing.Point(1308, 229) Me.FC_tb.Name = "FC_tb" Me.FC_tb.Size = New System.Drawing.Size(53, 23) Me.FC_tb.TabIndex = 786 Me.FC_tb.Text = "0.0" Me.FC_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Right ' 'FC_lb ' Me.FC_lb.AutoSize = True Me.FC_lb.ForeColor = System.Drawing.Color.Blue Me.FC_lb.Location = New System.Drawing.Point(1280, 232) Me.FC_lb.Name = "FC_lb" Me.FC_lb.Size = New System.Drawing.Size(22, 16) Me.FC_lb.TabIndex = 785 Me.FC_lb.Text = "FC" ' 'Remark_tb ' Me.Remark_tb.ForeColor = System.Drawing.Color.Blue Me.Remark_tb.Location = New System.Drawing.Point(1365, 88) Me.Remark_tb.Multiline = True Me.Remark_tb.Name = "Remark_tb" Me.Remark_tb.Size = New System.Drawing.Size(263, 79) Me.Remark_tb.TabIndex = 788 ' 'Remark_lb ' Me.Remark_lb.AutoSize = True Me.Remark_lb.ForeColor = System.Drawing.Color.Blue Me.Remark_lb.Location = New System.Drawing.Point(1313, 91) Me.Remark_lb.Name = "Remark_lb" Me.Remark_lb.Size = New System.Drawing.Size(51, 16) Me.Remark_lb.TabIndex = 787 Me.Remark_lb.Text = "Remark" ' 'CUST_tb ' Me.CUST_tb.ForeColor = System.Drawing.Color.Blue Me.CUST_tb.Location = New System.Drawing.Point(961, 88) Me.CUST_tb.Name = "CUST_tb" Me.CUST_tb.Size = New System.Drawing.Size(174, 23) Me.CUST_tb.TabIndex = 793 ' 'CUST_lb ' Me.CUST_lb.AutoSize = True Me.CUST_lb.ForeColor = System.Drawing.Color.Blue Me.CUST_lb.Location = New System.Drawing.Point(902, 91) Me.CUST_lb.Name = "CUST_lb" Me.CUST_lb.Size = New System.Drawing.Size(39, 16) Me.CUST_lb.TabIndex = 792 Me.CUST_lb.Text = "CUST" ' '存檔_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(1434, 172) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(95, 38) Me.存檔_bt.TabIndex = 794 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.Red Me.刪除_bt.Location = New System.Drawing.Point(1533, 172) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(95, 38) Me.刪除_bt.TabIndex = 795 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(1533, 214) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(95, 38) Me.列印_bt.TabIndex = 796 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.Black Me.查詢_bt.Location = New System.Drawing.Point(1434, 214) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(95, 38) Me.查詢_bt.TabIndex = 797 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '樣品報價控制表 ' 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.列印_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.CUST_tb) Me.Controls.Add(Me.CUST_lb) Me.Controls.Add(Me.Remark_tb) Me.Controls.Add(Me.Remark_lb) Me.Controls.Add(Me.FC_tb) Me.Controls.Add(Me.FC_lb) Me.Controls.Add(Me.Insole_tb) Me.Controls.Add(Me.Insole_lb) Me.Controls.Add(Me.Outsole_tb) Me.Controls.Add(Me.Outsole_lb) Me.Controls.Add(Me.MaterialClass_tb) Me.Controls.Add(Me.MaterialClass_lb) Me.Controls.Add(Me.Materials_tb) Me.Controls.Add(Me.Materials_lb) Me.Controls.Add(Me.數量_tb) Me.Controls.Add(Me.COLOR_tb) Me.Controls.Add(Me.STYLENAME_tb) Me.Controls.Add(Me.STYLE_tb) Me.Controls.Add(Me.FACTORY_tb) Me.Controls.Add(Me.SEASON_tb) Me.Controls.Add(Me.FACTORY_lb) Me.Controls.Add(Me.STYLE_lb) Me.Controls.Add(Me.COLOR_lb) Me.Controls.Add(Me.SEASON_lb) Me.Controls.Add(Me.STYLENAME_lb) Me.Controls.Add(Me.已建檔資料_ch) Me.Controls.Add(Me.未建檔資料_ch) Me.Controls.Add(Me.新增資料到樣品報價控制表_bt) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.項_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.SO_lb) Me.Controls.Add(Me.SO_tb) Me.Controls.Add(Me.表單3_dgv) Me.Controls.Add(Me.表單1_dgv) Me.Controls.Add(Me.表單2_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 = "樣品報價控制表" Me.Text = "樣品報價控制表" CType(Me.表單1_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單3_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.表單2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 表單1_dgv As DataGridView Friend WithEvents 表單3_dgv As DataGridView Friend WithEvents 版次_lb As Label Friend WithEvents 版次_tb As TextBox Friend WithEvents SO_lb As Label Friend WithEvents SO_tb As TextBox Friend WithEvents 項_lb As Label Friend WithEvents 第_lb As Label Friend WithEvents 項次_tb As TextBox Friend WithEvents 表單2_dgv As DataGridView Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 新增資料到樣品報價控制表_bt As Button Friend WithEvents 未建檔資料_ch As CheckBox Friend WithEvents FACTORY_lb As Label Friend WithEvents STYLE_lb As Label Friend WithEvents COLOR_lb As Label Friend WithEvents SEASON_lb As Label Friend WithEvents STYLENAME_lb As Label Friend WithEvents SEASON_tb As TextBox Friend WithEvents FACTORY_tb As TextBox Friend WithEvents STYLE_tb As TextBox Friend WithEvents STYLENAME_tb As TextBox Friend WithEvents COLOR_tb As TextBox Friend WithEvents 數量_tb As TextBox Friend WithEvents Materials_lb As Label Friend WithEvents Materials_tb As TextBox Friend WithEvents MaterialClass_lb As Label Friend WithEvents MaterialClass_tb As TextBox Friend WithEvents Outsole_tb As TextBox Friend WithEvents Outsole_lb As Label Friend WithEvents Insole_lb As Label Friend WithEvents Insole_tb As TextBox Friend WithEvents FC_tb As TextBox Friend WithEvents FC_lb As Label Friend WithEvents Remark_tb As TextBox Friend WithEvents Remark_lb As Label Friend WithEvents CUST_tb As TextBox Friend WithEvents CUST_lb As Label Friend WithEvents 存檔_bt As Button Friend WithEvents 刪除_bt As Button Friend WithEvents 列印_bt As Button Friend WithEvents 查詢_bt As Button Friend WithEvents 已建檔資料_ch As CheckBox End Class