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() Me.文字提醒_lb = New System.Windows.Forms.Label() Me.檔案名稱_lb = New System.Windows.Forms.Label() Me.檔案名稱_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.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.簽名檔入系統_bt = New System.Windows.Forms.Button() Me.生成圖檔編號_bt = New System.Windows.Forms.Button() Me.圖檔編號_lb = New System.Windows.Forms.Label() Me.圖檔編號_tb = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.簽名檔_dgv = New System.Windows.Forms.DataGridView() Me.簽名檔持有人_lb = New System.Windows.Forms.Label() Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox() Me.刪除簽名檔_bt = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '文字提醒_lb ' Me.文字提醒_lb.AutoSize = True Me.文字提醒_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.文字提醒_lb.ForeColor = System.Drawing.Color.Red Me.文字提醒_lb.Location = New System.Drawing.Point(112, 12) Me.文字提醒_lb.Name = "文字提醒_lb" Me.文字提醒_lb.Size = New System.Drawing.Size(338, 48) Me.文字提醒_lb.TabIndex = 592 Me.文字提醒_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、確認單據內容、檔案名稱資料無誤後方可按確認入庫" & "。" ' '檔案名稱_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(10, 946) 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), System.Windows.Forms.AnchorStyles) Me.檔案名稱_tb.ForeColor = System.Drawing.Color.Black Me.檔案名稱_tb.Location = New System.Drawing.Point(72, 943) Me.檔案名稱_tb.Multiline = True Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(1358, 23) Me.檔案名稱_tb.TabIndex = 590 ' '我的電腦_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(12, 9) Me.我的電腦_lb.Name = "我的電腦_lb" Me.我的電腦_lb.Size = New System.Drawing.Size(86, 24) Me.我的電腦_lb.TabIndex = 586 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(9, 33) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(97, 30) Me.讀取料夾路徑_bt.TabIndex = 585 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(9, 66) Me.WebBrowser2.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser2.Name = "WebBrowser2" Me.WebBrowser2.Size = New System.Drawing.Size(1421, 871) Me.WebBrowser2.TabIndex = 584 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '簽名檔入系統_bt ' Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, 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(1144, 9) Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt" Me.簽名檔入系統_bt.Size = New System.Drawing.Size(140, 51) Me.簽名檔入系統_bt.TabIndex = 593 Me.簽名檔入系統_bt.Text = "簽名檔入系統" Me.簽名檔入系統_bt.UseVisualStyleBackColor = True ' '生成圖檔編號_bt ' Me.生成圖檔編號_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.生成圖檔編號_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.生成圖檔編號_bt.Location = New System.Drawing.Point(998, 9) Me.生成圖檔編號_bt.Name = "生成圖檔編號_bt" Me.生成圖檔編號_bt.Size = New System.Drawing.Size(140, 51) Me.生成圖檔編號_bt.TabIndex = 594 Me.生成圖檔編號_bt.Text = "生成圖檔編號" Me.生成圖檔編號_bt.UseVisualStyleBackColor = True ' '圖檔編號_lb ' Me.圖檔編號_lb.AutoSize = True Me.圖檔編號_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖檔編號_lb.Location = New System.Drawing.Point(531, 39) Me.圖檔編號_lb.Name = "圖檔編號_lb" Me.圖檔編號_lb.Size = New System.Drawing.Size(55, 16) Me.圖檔編號_lb.TabIndex = 596 Me.圖檔編號_lb.Text = "圖檔編號" ' '圖檔編號_tb ' Me.圖檔編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖檔編號_tb.Location = New System.Drawing.Point(593, 36) Me.圖檔編號_tb.Name = "圖檔編號_tb" Me.圖檔編號_tb.Size = New System.Drawing.Size(140, 23) Me.圖檔編號_tb.TabIndex = 595 ' 'PictureBox1 ' Me.PictureBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom 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(1436, 747) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(466, 219) Me.PictureBox1.TabIndex = 597 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.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(1436, 66) Me.簽名檔_dgv.Name = "簽名檔_dgv" Me.簽名檔_dgv.RowHeadersWidth = 5 Me.簽名檔_dgv.RowTemplate.Height = 24 Me.簽名檔_dgv.Size = New System.Drawing.Size(466, 674) Me.簽名檔_dgv.TabIndex = 598 ' '簽名檔持有人_lb ' Me.簽名檔持有人_lb.AutoSize = True Me.簽名檔持有人_lb.ForeColor = System.Drawing.Color.Blue Me.簽名檔持有人_lb.Location = New System.Drawing.Point(739, 39) Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb" Me.簽名檔持有人_lb.Size = New System.Drawing.Size(79, 16) Me.簽名檔持有人_lb.TabIndex = 600 Me.簽名檔持有人_lb.Text = "簽名檔持有人" ' '簽名檔持有人_cb ' Me.簽名檔持有人_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.簽名檔持有人_cb.ForeColor = System.Drawing.Color.Blue Me.簽名檔持有人_cb.FormattingEnabled = True Me.簽名檔持有人_cb.Location = New System.Drawing.Point(825, 36) Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb" Me.簽名檔持有人_cb.Size = New System.Drawing.Size(124, 24) Me.簽名檔持有人_cb.TabIndex = 599 ' '刪除簽名檔_bt ' Me.刪除簽名檔_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, 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(1290, 9) Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt" Me.刪除簽名檔_bt.Size = New System.Drawing.Size(140, 51) Me.刪除簽名檔_bt.TabIndex = 601 Me.刪除簽名檔_bt.Text = "刪除簽名檔" Me.刪除簽名檔_bt.UseVisualStyleBackColor = True ' 'TextBox3 ' Me.TextBox3.AllowDrop = True Me.TextBox3.ForeColor = System.Drawing.Color.Black Me.TextBox3.Location = New System.Drawing.Point(1033, 525) Me.TextBox3.Multiline = True Me.TextBox3.Name = "TextBox3" Me.TextBox3.Size = New System.Drawing.Size(25, 23) Me.TextBox3.TabIndex = 602 ' '簽名檔管理 ' 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.TextBox3) Me.Controls.Add(Me.刪除簽名檔_bt) Me.Controls.Add(Me.簽名檔持有人_lb) Me.Controls.Add(Me.簽名檔持有人_cb) Me.Controls.Add(Me.簽名檔_dgv) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.圖檔編號_lb) Me.Controls.Add(Me.圖檔編號_tb) Me.Controls.Add(Me.生成圖檔編號_bt) Me.Controls.Add(Me.簽名檔入系統_bt) Me.Controls.Add(Me.文字提醒_lb) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.我的電腦_lb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.WebBrowser2) 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.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名檔_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 文字提醒_lb As Label Friend WithEvents 檔案名稱_lb As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents 我的電腦_lb As Label Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 簽名檔入系統_bt As Button Friend WithEvents 生成圖檔編號_bt As Button Friend WithEvents 圖檔編號_lb As Label Friend WithEvents 圖檔編號_tb As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 簽名檔_dgv As DataGridView Friend WithEvents 簽名檔持有人_lb As Label Friend WithEvents 簽名檔持有人_cb As ComboBox Friend WithEvents 刪除簽名檔_bt As Button Friend WithEvents TextBox3 As TextBox End Class