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() 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() Me.TextBox7 = New System.Windows.Forms.TextBox() Me.我的電腦_lb = New System.Windows.Forms.Label() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.文字提示1_lb = New System.Windows.Forms.Label() Me.形體名稱1_lb = New System.Windows.Forms.Label() Me.形體名稱_dgv = New System.Windows.Forms.DataGridView() Me.顏色_lb = New System.Windows.Forms.Label() Me.形體號碼_dgv = New System.Windows.Forms.DataGridView() Me.形體號碼1_lb = New System.Windows.Forms.Label() Me.客戶_dgv = New System.Windows.Forms.DataGridView() Me.Color_tb = New System.Windows.Forms.TextBox() Me.形體名稱_tb = New System.Windows.Forms.TextBox() Me.形體號碼_tb = New System.Windows.Forms.TextBox() Me.圖片編號_tb = New System.Windows.Forms.TextBox() Me.確認儲存_bt = New System.Windows.Forms.Button() Me.Category_lb = New System.Windows.Forms.Label() Me.Category_cb = New System.Windows.Forms.ComboBox() Me.Color_lb = New System.Windows.Forms.Label() Me.形體號碼_lb = New System.Windows.Forms.Label() Me.形體名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.查詢_bt = New System.Windows.Forms.Button() Me.客戶_tb = New System.Windows.Forms.TextBox() Me.客戶_lb = New System.Windows.Forms.Label() Me.客戶1_lb = New System.Windows.Forms.Label() Me.顏色_dgv = New System.Windows.Forms.DataGridView() Me.文字提示2_lb = New System.Windows.Forms.Label() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() CType(Me.形體名稱_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.形體號碼_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.顏色_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'TextBox7 ' Me.TextBox7.AllowDrop = True Me.TextBox7.ForeColor = System.Drawing.Color.Black Me.TextBox7.Location = New System.Drawing.Point(656, 98) Me.TextBox7.Multiline = True Me.TextBox7.Name = "TextBox7" Me.TextBox7.Size = New System.Drawing.Size(115, 23) Me.TextBox7.TabIndex = 576 ' '我的電腦_lb ' Me.我的電腦_lb.AutoSize = True Me.我的電腦_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.我的電腦_lb.Location = New System.Drawing.Point(9, 78) Me.我的電腦_lb.Name = "我的電腦_lb" Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24) Me.我的電腦_lb.TabIndex = 574 Me.我的電腦_lb.Text = "我的電腦" ' '讀取料夾路徑_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(6, 101) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 24) Me.讀取料夾路徑_bt.TabIndex = 573 Me.讀取料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' 'WebBrowser2 ' Me.WebBrowser2.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.WebBrowser2.Location = New System.Drawing.Point(7, 127) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(1144, 809) Me.WebBrowser2.TabIndex = 572 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' '文字提示1_lb ' Me.文字提示1_lb.AutoSize = True Me.文字提示1_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提示1_lb.ForeColor = System.Drawing.Color.Red Me.文字提示1_lb.Location = New System.Drawing.Point(126, 78) Me.文字提示1_lb.Name = "文字提示1_lb" Me.文字提示1_lb.Size = New System.Drawing.Size(405, 48) Me.文字提示1_lb.TabIndex = 579 Me.文字提示1_lb.Text = "1、將我的電腦內的資料拖曳到伺服器FTP文件夾。 " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、在我的電腦檔案顯示處" & "將要上傳的檔案拖曳到檔案名稱處。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、必須正確選擇Category選項,確認所有資料無誤後方可確認儲存。 " ' '形體名稱1_lb ' Me.形體名稱1_lb.AutoSize = True Me.形體名稱1_lb.Location = New System.Drawing.Point(1601, 41) Me.形體名稱1_lb.Name = "形體名稱1_lb" Me.形體名稱1_lb.Size = New System.Drawing.Size(55, 16) Me.形體名稱1_lb.TabIndex = 585 Me.形體名稱1_lb.Text = "形體名稱" ' '形體名稱_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.形體名稱_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.形體名稱_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.形體名稱_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.形體名稱_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.形體名稱_dgv.Location = New System.Drawing.Point(1592, 59) Me.形體名稱_dgv.Name = "形體名稱_dgv" Me.形體名稱_dgv.RowHeadersWidth = 5 Me.形體名稱_dgv.RowTemplate.Height = 24 Me.形體名稱_dgv.Size = New System.Drawing.Size(310, 441) Me.形體名稱_dgv.TabIndex = 584 ' '顏色_lb ' Me.顏色_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.顏色_lb.AutoSize = True Me.顏色_lb.Location = New System.Drawing.Point(1597, 521) Me.顏色_lb.Name = "顏色_lb" Me.顏色_lb.Size = New System.Drawing.Size(31, 16) Me.顏色_lb.TabIndex = 583 Me.顏色_lb.Text = "顏色" ' '形體號碼_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.形體號碼_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.形體號碼_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.形體號碼_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.形體號碼_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.形體號碼_dgv.Location = New System.Drawing.Point(1376, 60) Me.形體號碼_dgv.Name = "形體號碼_dgv" Me.形體號碼_dgv.RowHeadersWidth = 5 Me.形體號碼_dgv.RowTemplate.Height = 24 Me.形體號碼_dgv.Size = New System.Drawing.Size(210, 905) Me.形體號碼_dgv.TabIndex = 582 ' '形體號碼1_lb ' Me.形體號碼1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.形體號碼1_lb.AutoSize = True Me.形體號碼1_lb.Location = New System.Drawing.Point(1384, 41) Me.形體號碼1_lb.Name = "形體號碼1_lb" Me.形體號碼1_lb.Size = New System.Drawing.Size(55, 16) Me.形體號碼1_lb.TabIndex = 581 Me.形體號碼1_lb.Text = "形體號碼" ' '客戶_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.客戶_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.客戶_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.客戶_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.客戶_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.客戶_dgv.Location = New System.Drawing.Point(1160, 60) Me.客戶_dgv.Name = "客戶_dgv" Me.客戶_dgv.RowHeadersWidth = 5 Me.客戶_dgv.RowTemplate.Height = 24 Me.客戶_dgv.Size = New System.Drawing.Size(210, 905) Me.客戶_dgv.TabIndex = 580 ' 'Color_tb ' Me.Color_tb.ForeColor = System.Drawing.Color.Black Me.Color_tb.Location = New System.Drawing.Point(65, 53) Me.Color_tb.Name = "Color_tb" Me.Color_tb.Size = New System.Drawing.Size(149, 23) Me.Color_tb.TabIndex = 605 ' '形體名稱_tb ' Me.形體名稱_tb.ForeColor = System.Drawing.Color.Black Me.形體名稱_tb.Location = New System.Drawing.Point(65, 28) Me.形體名稱_tb.Name = "形體名稱_tb" Me.形體名稱_tb.Size = New System.Drawing.Size(401, 23) Me.形體名稱_tb.TabIndex = 603 ' '形體號碼_tb ' Me.形體號碼_tb.ForeColor = System.Drawing.Color.Black Me.形體號碼_tb.Location = New System.Drawing.Point(282, 3) Me.形體號碼_tb.Name = "形體號碼_tb" Me.形體號碼_tb.Size = New System.Drawing.Size(184, 23) Me.形體號碼_tb.TabIndex = 601 ' '圖片編號_tb ' Me.圖片編號_tb.ForeColor = System.Drawing.Color.Black Me.圖片編號_tb.Location = New System.Drawing.Point(777, 98) Me.圖片編號_tb.Name = "圖片編號_tb" Me.圖片編號_tb.Size = New System.Drawing.Size(73, 23) Me.圖片編號_tb.TabIndex = 598 ' '確認儲存_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(504, 7) Me.確認儲存_bt.Name = "確認儲存_bt" Me.確認儲存_bt.Size = New System.Drawing.Size(146, 111) Me.確認儲存_bt.TabIndex = 597 Me.確認儲存_bt.Text = "確認儲存" Me.確認儲存_bt.UseVisualStyleBackColor = True ' 'Category_lb ' Me.Category_lb.AutoSize = True Me.Category_lb.Location = New System.Drawing.Point(220, 57) Me.Category_lb.Name = "Category_lb" Me.Category_lb.Size = New System.Drawing.Size(62, 16) Me.Category_lb.TabIndex = 596 Me.Category_lb.Text = "Category " ' 'Category_cb ' Me.Category_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.Category_cb.FormattingEnabled = True Me.Category_cb.Items.AddRange(New Object() {"設計圖", "彩圖"}) Me.Category_cb.Location = New System.Drawing.Point(289, 53) Me.Category_cb.Name = "Category_cb" Me.Category_cb.Size = New System.Drawing.Size(177, 24) Me.Category_cb.TabIndex = 595 ' 'Color_lb ' Me.Color_lb.AutoSize = True Me.Color_lb.Location = New System.Drawing.Point(3, 57) Me.Color_lb.Name = "Color_lb" Me.Color_lb.Size = New System.Drawing.Size(38, 16) Me.Color_lb.TabIndex = 594 Me.Color_lb.Text = "Color" ' '形體號碼_lb ' Me.形體號碼_lb.AutoSize = True Me.形體號碼_lb.Location = New System.Drawing.Point(220, 6) Me.形體號碼_lb.Name = "形體號碼_lb" Me.形體號碼_lb.Size = New System.Drawing.Size(55, 16) Me.形體號碼_lb.TabIndex = 593 Me.形體號碼_lb.Text = "形體號碼" ' '形體名稱_lb ' Me.形體名稱_lb.AutoSize = True Me.形體名稱_lb.Location = New System.Drawing.Point(3, 32) Me.形體名稱_lb.Name = "形體名稱_lb" Me.形體名稱_lb.Size = New System.Drawing.Size(55, 16) Me.形體名稱_lb.TabIndex = 592 Me.形體名稱_lb.Text = "形體名稱" ' '檔案名稱_lb ' Me.檔案名稱_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.檔案名稱_lb.AutoSize = True Me.檔案名稱_lb.Location = New System.Drawing.Point(6, 945) Me.檔案名稱_lb.Name = "檔案名稱_lb" Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16) Me.檔案名稱_lb.TabIndex = 591 Me.檔案名稱_lb.Text = "檔案名稱" ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(68, 942) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(1085, 23) Me.檔案名稱_tb.TabIndex = 590 ' '查詢_bt ' Me.查詢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.查詢_bt.ForeColor = System.Drawing.Color.Black Me.查詢_bt.Location = New System.Drawing.Point(1635, 513) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(76, 24) Me.查詢_bt.TabIndex = 589 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '客戶_tb ' Me.客戶_tb.ForeColor = System.Drawing.Color.Black Me.客戶_tb.Location = New System.Drawing.Point(65, 3) Me.客戶_tb.Name = "客戶_tb" Me.客戶_tb.Size = New System.Drawing.Size(149, 23) Me.客戶_tb.TabIndex = 615 ' '客戶_lb ' Me.客戶_lb.AutoSize = True Me.客戶_lb.Location = New System.Drawing.Point(3, 6) Me.客戶_lb.Name = "客戶_lb" Me.客戶_lb.Size = New System.Drawing.Size(31, 16) Me.客戶_lb.TabIndex = 614 Me.客戶_lb.Text = "客戶" ' '客戶1_lb ' Me.客戶1_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.客戶1_lb.AutoSize = True Me.客戶1_lb.Location = New System.Drawing.Point(1168, 41) Me.客戶1_lb.Name = "客戶1_lb" Me.客戶1_lb.Size = New System.Drawing.Size(31, 16) Me.客戶1_lb.TabIndex = 617 Me.客戶1_lb.Text = "客戶" ' '顏色_dgv ' DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.顏色_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4 Me.顏色_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.顏色_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.顏色_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.顏色_dgv.Location = New System.Drawing.Point(1592, 539) Me.顏色_dgv.Name = "顏色_dgv" Me.顏色_dgv.RowHeadersWidth = 5 Me.顏色_dgv.RowTemplate.Height = 24 Me.顏色_dgv.Size = New System.Drawing.Size(310, 426) Me.顏色_dgv.TabIndex = 616 ' '文字提示2_lb ' Me.文字提示2_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.文字提示2_lb.AutoSize = True Me.文字提示2_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提示2_lb.ForeColor = System.Drawing.Color.Red Me.文字提示2_lb.Location = New System.Drawing.Point(1156, 10) Me.文字提示2_lb.Name = "文字提示2_lb" Me.文字提示2_lb.Size = New System.Drawing.Size(232, 21) Me.文字提示2_lb.TabIndex = 618 Me.文字提示2_lb.Text = "目前資料由-型體控制表-中取得" ' '鞋型圖片導入資料庫 ' 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.文字提示2_lb) Me.Controls.Add(Me.客戶1_lb) Me.Controls.Add(Me.顏色_dgv) Me.Controls.Add(Me.客戶_tb) Me.Controls.Add(Me.客戶_lb) Me.Controls.Add(Me.Color_tb) Me.Controls.Add(Me.形體名稱_tb) Me.Controls.Add(Me.形體號碼_tb) Me.Controls.Add(Me.圖片編號_tb) Me.Controls.Add(Me.確認儲存_bt) Me.Controls.Add(Me.Category_lb) Me.Controls.Add(Me.Category_cb) Me.Controls.Add(Me.Color_lb) Me.Controls.Add(Me.形體號碼_lb) Me.Controls.Add(Me.形體名稱_lb) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.形體名稱1_lb) Me.Controls.Add(Me.形體名稱_dgv) Me.Controls.Add(Me.顏色_lb) Me.Controls.Add(Me.形體號碼_dgv) Me.Controls.Add(Me.形體號碼1_lb) Me.Controls.Add(Me.客戶_dgv) Me.Controls.Add(Me.TextBox7) Me.Controls.Add(Me.我的電腦_lb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.文字提示1_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 = "鞋型圖片導入資料庫" Me.Text = "鞋型圖片導入資料庫" CType(Me.形體名稱_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.形體號碼_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.客戶_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.顏色_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents TextBox7 As TextBox Friend WithEvents 我的電腦_lb As Label Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents 文字提示1_lb As Label Friend WithEvents 形體名稱1_lb As Label Friend WithEvents 形體名稱_dgv As DataGridView Friend WithEvents 顏色_lb As Label Friend WithEvents 形體號碼_dgv As DataGridView Friend WithEvents 形體號碼1_lb As Label Friend WithEvents 客戶_dgv As DataGridView Friend WithEvents Color_tb As TextBox Friend WithEvents 形體名稱_tb As TextBox Friend WithEvents 形體號碼_tb As TextBox Friend WithEvents 圖片編號_tb As TextBox Friend WithEvents 確認儲存_bt As Button Friend WithEvents Category_lb As Label Friend WithEvents Category_cb As ComboBox Friend WithEvents Color_lb As Label Friend WithEvents 形體號碼_lb As Label Friend WithEvents 形體名稱_lb As Label Friend WithEvents 檔案名稱_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents 查詢_bt As Button Friend WithEvents 客戶_tb As TextBox Friend WithEvents 客戶_lb As Label Friend WithEvents 客戶1_lb As Label Friend WithEvents 顏色_dgv As DataGridView Friend WithEvents 文字提示2_lb As Label Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog End Class