_ 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() Me.文字提醒1_lb = New System.Windows.Forms.Label() Me.伺服器FTP文件夾_lb = New System.Windows.Forms.Label() Me.伺服器FTP文件夾_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.檔案名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.圖片修改存檔_bt = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.文字提醒_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() Me.逆時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.順時鐘90度旋轉_bt = New System.Windows.Forms.Button() Me.文件夾_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.查詢_bt = New System.Windows.Forms.Button() Me.驗貨報告編號_tb = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.主表單_dgv = New System.Windows.Forms.DataGridView() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label38 = New System.Windows.Forms.Label() Me.圖片資料庫管理_dgv = New System.Windows.Forms.DataGridView() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '文字提醒1_lb ' Me.文字提醒1_lb.AutoSize = True Me.文字提醒1_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒1_lb.Location = New System.Drawing.Point(1629, 8) Me.文字提醒1_lb.Name = "文字提醒1_lb" Me.文字提醒1_lb.Size = New System.Drawing.Size(252, 24) Me.文字提醒1_lb.TabIndex = 612 Me.文字提醒1_lb.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔" & 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.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(1436, 802) 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文件夾" ' '伺服器FTP文件夾_tb ' Me.伺服器FTP文件夾_tb.AllowDrop = True Me.伺服器FTP文件夾_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.伺服器FTP文件夾_tb.ForeColor = System.Drawing.Color.Black Me.伺服器FTP文件夾_tb.Location = New System.Drawing.Point(1598, 802) Me.伺服器FTP文件夾_tb.Multiline = True Me.伺服器FTP文件夾_tb.Name = "伺服器FTP文件夾_tb" Me.伺服器FTP文件夾_tb.Size = New System.Drawing.Size(73, 23) Me.伺服器FTP文件夾_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(1427, 11) 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(1510, 11) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(119, 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(1436, 41) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(469, 717) Me.WebBrowser2.TabIndex = 606 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' '檔案名稱_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(1441, 767) Me.檔案名稱_lb.Name = "檔案名稱_lb" Me.檔案名稱_lb.Size = New System.Drawing.Size(53, 12) Me.檔案名稱_lb.TabIndex = 605 Me.檔案名稱_lb.Text = "檔案名稱" ' '檔案名稱_tb ' Me.檔案名稱_tb.AllowDrop = True Me.檔案名稱_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(1503, 764) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(402, 23) Me.檔案名稱_tb.TabIndex = 604 ' 'WebBrowser1 ' Me.WebBrowser1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.WebBrowser1.Location = New System.Drawing.Point(1432, 832) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(469, 133) Me.WebBrowser1.TabIndex = 603 Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative) ' '圖片修改存檔_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.Green Me.圖片修改存檔_bt.Location = New System.Drawing.Point(1796, 792) Me.圖片修改存檔_bt.Name = "圖片修改存檔_bt" Me.圖片修改存檔_bt.Size = New System.Drawing.Size(109, 34) Me.圖片修改存檔_bt.TabIndex = 602 Me.圖片修改存檔_bt.Text = "圖片修改存檔" Me.圖片修改存檔_bt.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom 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(1682, 783) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(55, 45) Me.Label7.TabIndex = 611 Me.Label7.Text = "↓" ' '文字提醒_lb ' Me.文字提醒_lb.AutoSize = True Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒_lb.Location = New System.Drawing.Point(631, 45) Me.文字提醒_lb.Name = "文字提醒_lb" Me.文字提醒_lb.Size = New System.Drawing.Size(145, 12) Me.文字提醒_lb.TabIndex = 601 Me.文字提醒_lb.Text = "圖片可以用滑鼠拖動圖片!!" ' '復原_bt ' Me.復原_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.復原_bt.Location = New System.Drawing.Point(1257, 15) Me.復原_bt.Name = "復原_bt" Me.復原_bt.Size = New System.Drawing.Size(80, 23) Me.復原_bt.TabIndex = 600 Me.復原_bt.Text = "復原" Me.復原_bt.UseVisualStyleBackColor = True ' '放大_bt ' Me.放大_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.放大_bt.Location = New System.Drawing.Point(1171, 15) Me.放大_bt.Name = "放大_bt" Me.放大_bt.Size = New System.Drawing.Size(80, 23) Me.放大_bt.TabIndex = 599 Me.放大_bt.Text = "放大" Me.放大_bt.UseVisualStyleBackColor = True ' '垂直翻轉_bt ' Me.垂直翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.垂直翻轉_bt.Location = New System.Drawing.Point(1065, 15) Me.垂直翻轉_bt.Name = "垂直翻轉_bt" Me.垂直翻轉_bt.Size = New System.Drawing.Size(100, 23) Me.垂直翻轉_bt.TabIndex = 598 Me.垂直翻轉_bt.Text = "垂直翻轉" Me.垂直翻轉_bt.UseVisualStyleBackColor = True ' '水平翻轉_bt ' Me.水平翻轉_bt.ForeColor = System.Drawing.Color.Blue Me.水平翻轉_bt.Location = New System.Drawing.Point(959, 15) Me.水平翻轉_bt.Name = "水平翻轉_bt" Me.水平翻轉_bt.Size = New System.Drawing.Size(100, 23) Me.水平翻轉_bt.TabIndex = 597 Me.水平翻轉_bt.Text = "水平翻轉" Me.水平翻轉_bt.UseVisualStyleBackColor = True ' '逆時鐘90度旋轉_bt ' Me.逆時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.逆時鐘90度旋轉_bt.Location = New System.Drawing.Point(836, 15) Me.逆時鐘90度旋轉_bt.Name = "逆時鐘90度旋轉_bt" Me.逆時鐘90度旋轉_bt.Size = New System.Drawing.Size(117, 23) Me.逆時鐘90度旋轉_bt.TabIndex = 596 Me.逆時鐘90度旋轉_bt.Text = "逆時鐘90度旋轉" Me.逆時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '順時鐘90度旋轉_bt ' Me.順時鐘90度旋轉_bt.ForeColor = System.Drawing.Color.Blue Me.順時鐘90度旋轉_bt.Location = New System.Drawing.Point(713, 15) Me.順時鐘90度旋轉_bt.Name = "順時鐘90度旋轉_bt" Me.順時鐘90度旋轉_bt.Size = New System.Drawing.Size(117, 23) Me.順時鐘90度旋轉_bt.TabIndex = 595 Me.順時鐘90度旋轉_bt.Text = "順時鐘90度旋轉" Me.順時鐘90度旋轉_bt.UseVisualStyleBackColor = True ' '文件夾_tb ' Me.文件夾_tb.Location = New System.Drawing.Point(1269, 42) Me.文件夾_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.文件夾_tb.Name = "文件夾_tb" Me.文件夾_tb.Size = New System.Drawing.Size(115, 22) Me.文件夾_tb.TabIndex = 594 ' '型體名稱_tb ' Me.型體名稱_tb.Location = New System.Drawing.Point(1148, 42) Me.型體名稱_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.型體名稱_tb.Name = "型體名稱_tb" Me.型體名稱_tb.Size = New System.Drawing.Size(115, 22) Me.型體名稱_tb.TabIndex = 593 ' '客戶訂單號_tb ' Me.客戶訂單號_tb.Location = New System.Drawing.Point(1027, 42) Me.客戶訂單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.客戶訂單號_tb.Name = "客戶訂單號_tb" Me.客戶訂單號_tb.Size = New System.Drawing.Size(115, 22) Me.客戶訂單號_tb.TabIndex = 592 ' '年份季度_tb ' Me.年份季度_tb.Location = New System.Drawing.Point(906, 42) Me.年份季度_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.年份季度_tb.Name = "年份季度_tb" Me.年份季度_tb.Size = New System.Drawing.Size(115, 22) Me.年份季度_tb.TabIndex = 591 ' '下載圖片_bt ' Me.下載圖片_bt.ForeColor = System.Drawing.Color.Blue Me.下載圖片_bt.Location = New System.Drawing.Point(1343, 15) Me.下載圖片_bt.Name = "下載圖片_bt" Me.下載圖片_bt.Size = New System.Drawing.Size(83, 23) Me.下載圖片_bt.TabIndex = 590 Me.下載圖片_bt.Text = "下載圖片" Me.下載圖片_bt.UseVisualStyleBackColor = True ' '查詢_bt ' Me.查詢_bt.ForeColor = System.Drawing.Color.Black Me.查詢_bt.Location = New System.Drawing.Point(631, 15) Me.查詢_bt.Name = "查詢_bt" Me.查詢_bt.Size = New System.Drawing.Size(76, 23) Me.查詢_bt.TabIndex = 589 Me.查詢_bt.Text = "查詢" Me.查詢_bt.UseVisualStyleBackColor = True ' '驗貨報告編號_tb ' Me.驗貨報告編號_tb.Location = New System.Drawing.Point(785, 42) Me.驗貨報告編號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.驗貨報告編號_tb.Name = "驗貨報告編號_tb" Me.驗貨報告編號_tb.Size = New System.Drawing.Size(115, 22) Me.驗貨報告編號_tb.TabIndex = 588 ' '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(631, 69) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(795, 896) Me.PictureBox1.TabIndex = 587 Me.PictureBox1.TabStop = False ' '主表單_dgv ' 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(5, 4) Me.主表單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.主表單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle1 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(622, 962) Me.主表單_dgv.TabIndex = 586 ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.Add(Me.Label38) Me.Panel1.Controls.Add(Me.圖片資料庫管理_dgv) Me.Panel1.Location = New System.Drawing.Point(855, 265) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(205, 303) Me.Panel1.TabIndex = 1635 ' 'Label38 ' Me.Label38.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label38.AutoSize = True Me.Label38.ForeColor = System.Drawing.Color.Black Me.Label38.Location = New System.Drawing.Point(11, 10) Me.Label38.Name = "Label38" Me.Label38.Size = New System.Drawing.Size(173, 12) Me.Label38.TabIndex = 708 Me.Label38.Text = "起先選擇要開啟哪個圖片資料庫" ' '圖片資料庫管理_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.White Me.圖片資料庫管理_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 Me.圖片資料庫管理_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.圖片資料庫管理_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.圖片資料庫管理_dgv.BackgroundColor = System.Drawing.Color.White DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft DataGridViewCellStyle3.BackColor = System.Drawing.Color.White DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.圖片資料庫管理_dgv.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle3 Me.圖片資料庫管理_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.圖片資料庫管理_dgv.Location = New System.Drawing.Point(3, 29) Me.圖片資料庫管理_dgv.Name = "圖片資料庫管理_dgv" Me.圖片資料庫管理_dgv.RowHeadersWidth = 5 Me.圖片資料庫管理_dgv.RowTemplate.Height = 24 Me.圖片資料庫管理_dgv.Size = New System.Drawing.Size(195, 269) Me.圖片資料庫管理_dgv.TabIndex = 707 ' '驗貨報告資料庫 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 971) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.文字提醒1_lb) Me.Controls.Add(Me.伺服器FTP文件夾_lb) Me.Controls.Add(Me.伺服器FTP文件夾_tb) Me.Controls.Add(Me.我的電腦_lb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.圖片修改存檔_bt) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.文字提醒_lb) Me.Controls.Add(Me.復原_bt) Me.Controls.Add(Me.放大_bt) Me.Controls.Add(Me.垂直翻轉_bt) Me.Controls.Add(Me.水平翻轉_bt) Me.Controls.Add(Me.逆時鐘90度旋轉_bt) Me.Controls.Add(Me.順時鐘90度旋轉_bt) Me.Controls.Add(Me.文件夾_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.查詢_bt) Me.Controls.Add(Me.驗貨報告編號_tb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.主表單_dgv) Me.Name = "驗貨報告資料庫" Me.Text = "驗貨報告資料庫" CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.圖片資料庫管理_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 文字提醒1_lb As Label Friend WithEvents 伺服器FTP文件夾_lb As Label Friend WithEvents 伺服器FTP文件夾_tb As TextBox Friend WithEvents 我的電腦_lb As Label Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents 檔案名稱_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents 圖片修改存檔_bt As Button Friend WithEvents Label7 As Label Friend WithEvents 文字提醒_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 逆時鐘90度旋轉_bt As Button Friend WithEvents 順時鐘90度旋轉_bt As Button Friend WithEvents 文件夾_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 查詢_bt As Button Friend WithEvents 驗貨報告編號_tb As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents Panel1 As Panel Friend WithEvents Label38 As Label Friend WithEvents 圖片資料庫管理_dgv As DataGridView End Class