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.文字提醒2_lb = New System.Windows.Forms.Label() Me.文字_lb = New System.Windows.Forms.Label() Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label() Me.檔案名稱1_tb = 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.下載圖片_bt = New System.Windows.Forms.Button() Me.修改前確認_ch = New System.Windows.Forms.CheckBox() Me.檔案名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.全部資料_ch = New System.Windows.Forms.CheckBox() Me.彩圖_ch = New System.Windows.Forms.CheckBox() Me.設計圖_ch = New System.Windows.Forms.CheckBox() 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.主表單_dgv = New System.Windows.Forms.DataGridView() Me.Label7 = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.客戶_tb = New System.Windows.Forms.TextBox() Me.客戶_lb = New System.Windows.Forms.Label() Me.Color_tb = New System.Windows.Forms.TextBox() Me.形體名稱_tb = New System.Windows.Forms.TextBox() Me.形體號碼_tb = New System.Windows.Forms.TextBox() 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() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '文字提醒2_lb ' Me.文字提醒2_lb.AutoSize = True Me.文字提醒2_lb.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提醒2_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒2_lb.Location = New System.Drawing.Point(1498, 62) Me.文字提醒2_lb.Name = "文字提醒2_lb" Me.文字提醒2_lb.Size = New System.Drawing.Size(389, 15) Me.文字提醒2_lb.TabIndex = 613 Me.文字提醒2_lb.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號" ' '文字_lb ' Me.文字_lb.AutoSize = True Me.文字_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字_lb.ForeColor = System.Drawing.Color.Red Me.文字_lb.Location = New System.Drawing.Point(1194, 6) Me.文字_lb.Name = "文字_lb" Me.文字_lb.Size = New System.Drawing.Size(291, 80) Me.文字_lb.TabIndex = 612 Me.文字_lb.Text = "1、修改圖片時先將伺服器上的圖片下載到我的電腦。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "2、修改好圖片後再將圖片檔案重送到伺服器FTP文" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 夾,並在將檔案拖曳到檔案名稱方格中。" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "3、" & "確認所選擇的圖片資料與修改好的圖片檔案名稱無" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & " 誤後點擊存檔。" ' '伺服器FTP文件夾_lb ' Me.伺服器FTP文件夾_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.伺服器FTP文件夾_lb.AutoSize = True Me.伺服器FTP文件夾_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.伺服器FTP文件夾_lb.Location = New System.Drawing.Point(1501, 535) Me.伺服器FTP文件夾_lb.Name = "伺服器FTP文件夾_lb" Me.伺服器FTP文件夾_lb.Size = New System.Drawing.Size(156, 24) Me.伺服器FTP文件夾_lb.TabIndex = 610 Me.伺服器FTP文件夾_lb.Text = "伺服器FTP文件夾" ' '檔案名稱1_tb ' Me.檔案名稱1_tb.AllowDrop = True Me.檔案名稱1_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱1_tb.Location = New System.Drawing.Point(1774, 8) Me.檔案名稱1_tb.Name = "檔案名稱1_tb" Me.檔案名稱1_tb.Size = New System.Drawing.Size(128, 23) Me.檔案名稱1_tb.TabIndex = 609 ' '我的電腦_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(1499, 34) Me.我的電腦_lb.Name = "我的電腦_lb" Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24) Me.我的電腦_lb.TabIndex = 608 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(1591, 34) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(156, 24) Me.讀取料夾路徑_bt.TabIndex = 607 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(1501, 81) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(401, 416) Me.WebBrowser2.TabIndex = 606 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' '下載圖片_bt ' Me.下載圖片_bt.ForeColor = System.Drawing.Color.Blue Me.下載圖片_bt.Location = New System.Drawing.Point(542, 68) Me.下載圖片_bt.Name = "下載圖片_bt" Me.下載圖片_bt.Size = New System.Drawing.Size(102, 24) Me.下載圖片_bt.TabIndex = 604 Me.下載圖片_bt.Text = "下載圖片" Me.下載圖片_bt.UseVisualStyleBackColor = True ' '修改前確認_ch ' Me.修改前確認_ch.AutoSize = True Me.修改前確認_ch.ForeColor = System.Drawing.Color.Red Me.修改前確認_ch.Location = New System.Drawing.Point(1501, 12) Me.修改前確認_ch.Name = "修改前確認_ch" Me.修改前確認_ch.Size = New System.Drawing.Size(267, 20) Me.修改前確認_ch.TabIndex = 603 Me.修改前確認_ch.Text = "修改圖片,修改前請確認檔案與檔案名正確。" Me.修改前確認_ch.UseVisualStyleBackColor = True ' '檔案名稱_lb ' Me.檔案名稱_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_lb.AutoSize = True Me.檔案名稱_lb.Location = New System.Drawing.Point(1502, 505) Me.檔案名稱_lb.Name = "檔案名稱_lb" Me.檔案名稱_lb.Size = New System.Drawing.Size(56, 16) Me.檔案名稱_lb.TabIndex = 602 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(1564, 501) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(338, 23) Me.檔案名稱_tb.TabIndex = 601 ' 'WebBrowser1 ' Me.WebBrowser1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.WebBrowser1.Location = New System.Drawing.Point(1501, 562) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(401, 402) Me.WebBrowser1.TabIndex = 600 Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative) ' '全部資料_ch ' Me.全部資料_ch.AutoSize = True Me.全部資料_ch.Location = New System.Drawing.Point(1119, 63) Me.全部資料_ch.Name = "全部資料_ch" Me.全部資料_ch.Size = New System.Drawing.Size(75, 20) Me.全部資料_ch.TabIndex = 591 Me.全部資料_ch.Text = "全部資料" Me.全部資料_ch.UseVisualStyleBackColor = True ' '彩圖_ch ' Me.彩圖_ch.AutoSize = True Me.彩圖_ch.Location = New System.Drawing.Point(1119, 37) Me.彩圖_ch.Name = "彩圖_ch" Me.彩圖_ch.Size = New System.Drawing.Size(51, 20) Me.彩圖_ch.TabIndex = 590 Me.彩圖_ch.Text = "彩圖" Me.彩圖_ch.UseVisualStyleBackColor = True ' '設計圖_ch ' Me.設計圖_ch.AutoSize = True Me.設計圖_ch.Location = New System.Drawing.Point(1119, 11) Me.設計圖_ch.Name = "設計圖_ch" Me.設計圖_ch.Size = New System.Drawing.Size(63, 20) Me.設計圖_ch.TabIndex = 589 Me.設計圖_ch.Text = "設計圖" Me.設計圖_ch.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.ForeColor = System.Drawing.Color.Black Me.查詢_bt.Location = New System.Drawing.Point(543, 8) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(102, 24) Me.查詢_bt.TabIndex = 581 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '更新清單_bt ' Me.更新清單_bt.ForeColor = System.Drawing.Color.Black Me.更新清單_bt.Location = New System.Drawing.Point(542, 38) Me.更新清單_bt.Name = "更新清單_bt" Me.更新清單_bt.Size = New System.Drawing.Size(102, 24) Me.更新清單_bt.TabIndex = 580 Me.更新清單_bt.Text = "更新清單" Me.更新清單_bt.UseVisualStyleBackColor = True ' '刪除_bt ' Me.刪除_bt.ForeColor = System.Drawing.Color.Red Me.刪除_bt.Location = New System.Drawing.Point(1383, 73) Me.刪除_bt.Name = "刪除_bt" Me.刪除_bt.Size = New System.Drawing.Size(85, 24) Me.刪除_bt.TabIndex = 579 Me.刪除_bt.Text = "刪除" Me.刪除_bt.UseVisualStyleBackColor = True ' '圖片修改存檔_bt ' Me.圖片修改存檔_bt.ForeColor = System.Drawing.Color.Green Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1747, 32) Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt" Me.圖片修改存檔_bt.Size = New System.Drawing.Size(155, 28) Me.圖片修改存檔_bt.TabIndex = 578 Me.圖片修改存檔_bt.Text = "圖片修改存檔" Me.圖片修改存檔_bt.UseVisualStyleBackColor = True ' '圖片編號_tb ' Me.圖片編號_tb.Location = New System.Drawing.Point(371, 16) Me.圖片編號_tb.Name = "圖片編號_tb" Me.圖片編號_tb.Size = New System.Drawing.Size(19, 23) Me.圖片編號_tb.TabIndex = 577 ' '主表單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.Thistle Me.主表單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 Me.主表單_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.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.主表單_dgv.Location = New System.Drawing.Point(12, 7) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(525, 957) Me.主表單_dgv.TabIndex = 574 ' 'Label7 ' Me.Label7.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 26.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.ForeColor = System.Drawing.Color.Red Me.Label7.Location = New System.Drawing.Point(1692, 517) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(55, 45) Me.Label7.TabIndex = 611 Me.Label7.Text = "↓" ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), 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(542, 103) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(953, 861) Me.PictureBox1.TabIndex = 575 Me.PictureBox1.TabStop = False ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '客戶_tb ' Me.客戶_tb.ForeColor = System.Drawing.Color.Black Me.客戶_tb.Location = New System.Drawing.Point(712, 9) Me.客戶_tb.Name = "客戶_tb" Me.客戶_tb.Size = New System.Drawing.Size(149, 23) Me.客戶_tb.TabIndex = 627 ' '客戶_lb ' Me.客戶_lb.AutoSize = True Me.客戶_lb.Location = New System.Drawing.Point(650, 12) Me.客戶_lb.Name = "客戶_lb" Me.客戶_lb.Size = New System.Drawing.Size(32, 16) Me.客戶_lb.TabIndex = 626 Me.客戶_lb.Text = "客戶" ' 'Color_tb ' Me.Color_tb.ForeColor = System.Drawing.Color.Black Me.Color_tb.Location = New System.Drawing.Point(712, 67) Me.Color_tb.Name = "Color_tb" Me.Color_tb.Size = New System.Drawing.Size(149, 23) Me.Color_tb.TabIndex = 625 ' '形體名稱_tb ' Me.形體名稱_tb.ForeColor = System.Drawing.Color.Black Me.形體名稱_tb.Location = New System.Drawing.Point(712, 38) Me.形體名稱_tb.Name = "形體名稱_tb" Me.形體名稱_tb.Size = New System.Drawing.Size(401, 23) Me.形體名稱_tb.TabIndex = 624 ' '形體號碼_tb ' Me.形體號碼_tb.ForeColor = System.Drawing.Color.Black Me.形體號碼_tb.Location = New System.Drawing.Point(929, 9) Me.形體號碼_tb.Name = "形體號碼_tb" Me.形體號碼_tb.Size = New System.Drawing.Size(184, 23) Me.形體號碼_tb.TabIndex = 623 ' 'Category_lb ' Me.Category_lb.AutoSize = True Me.Category_lb.Location = New System.Drawing.Point(867, 71) Me.Category_lb.Name = "Category_lb" Me.Category_lb.Size = New System.Drawing.Size(63, 16) Me.Category_lb.TabIndex = 622 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(936, 67) Me.Category_cb.Name = "Category_cb" Me.Category_cb.Size = New System.Drawing.Size(177, 24) Me.Category_cb.TabIndex = 621 ' 'Color_lb ' Me.Color_lb.AutoSize = True Me.Color_lb.Location = New System.Drawing.Point(650, 71) Me.Color_lb.Name = "Color_lb" Me.Color_lb.Size = New System.Drawing.Size(39, 16) Me.Color_lb.TabIndex = 620 Me.Color_lb.Text = "Color" ' '形體號碼_lb ' Me.形體號碼_lb.AutoSize = True Me.形體號碼_lb.Location = New System.Drawing.Point(867, 12) Me.形體號碼_lb.Name = "形體號碼_lb" Me.形體號碼_lb.Size = New System.Drawing.Size(56, 16) Me.形體號碼_lb.TabIndex = 619 Me.形體號碼_lb.Text = "形體號碼" ' '形體名稱_lb ' Me.形體名稱_lb.AutoSize = True Me.形體名稱_lb.Location = New System.Drawing.Point(650, 42) Me.形體名稱_lb.Name = "形體名稱_lb" Me.形體名稱_lb.Size = New System.Drawing.Size(56, 16) Me.形體名稱_lb.TabIndex = 618 Me.形體名稱_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.客戶_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.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.文字提醒2_lb) Me.Controls.Add(Me.檔案名稱1_tb) Me.Controls.Add(Me.我的電腦_lb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.下載圖片_bt) Me.Controls.Add(Me.修改前確認_ch) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.全部資料_ch) Me.Controls.Add(Me.彩圖_ch) Me.Controls.Add(Me.設計圖_ch) Me.Controls.Add(Me.查詢_bt) Me.Controls.Add(Me.更新清單_bt) Me.Controls.Add(Me.刪除_bt) Me.Controls.Add(Me.圖片修改存檔_bt) Me.Controls.Add(Me.圖片編號_tb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.主表單_dgv) Me.Controls.Add(Me.文字_lb) Me.Controls.Add(Me.伺服器FTP文件夾_lb) Me.Controls.Add(Me.Label7) 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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 文字提醒2_lb As Label Friend WithEvents 文字_lb As Label Friend WithEvents 伺服器FTP文件夾_lb As Label Friend WithEvents 檔案名稱1_tb As TextBox Friend WithEvents 我的電腦_lb As Label Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents 下載圖片_bt As Button Friend WithEvents 修改前確認_ch As CheckBox Friend WithEvents 檔案名稱_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents 全部資料_ch As CheckBox Friend WithEvents 彩圖_ch As CheckBox Friend WithEvents 設計圖_ch As CheckBox 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 PictureBox1 As PictureBox Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents Label7 As Label Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents 客戶_tb As TextBox Friend WithEvents 客戶_lb As Label Friend WithEvents Color_tb As TextBox Friend WithEvents 形體名稱_tb As TextBox Friend WithEvents 形體號碼_tb As TextBox 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 End Class