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.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() Me.Label6 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Button14 = New System.Windows.Forms.Button() Me.WebBrowser2 = New System.Windows.Forms.WebBrowser() Me.WebBrowser1 = New System.Windows.Forms.WebBrowser() Me.Label5 = New System.Windows.Forms.Label() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.Button2 = New System.Windows.Forms.Button() Me.Button1 = New System.Windows.Forms.Button() Me.Label3 = New System.Windows.Forms.Label() Me.TextBox2 = New System.Windows.Forms.TextBox() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.Label15 = New System.Windows.Forms.Label() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.Button3 = New System.Windows.Forms.Button() Me.TextBox3 = New System.Windows.Forms.TextBox() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label8.ForeColor = System.Drawing.Color.Red Me.Label8.Location = New System.Drawing.Point(112, 12) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(339, 48) Me.Label8.TabIndex = 592 Me.Label8.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、確認單據內容、檔案名稱資料無誤後方可按確認入庫" & "。" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(10, 528) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 16) Me.Label9.TabIndex = 591 Me.Label9.Text = "檔案名稱" ' 'TextBox4 ' Me.TextBox4.AllowDrop = True Me.TextBox4.ForeColor = System.Drawing.Color.Black Me.TextBox4.Location = New System.Drawing.Point(72, 525) Me.TextBox4.Multiline = True Me.TextBox4.Name = "TextBox4" Me.TextBox4.Size = New System.Drawing.Size(525, 23) Me.TextBox4.TabIndex = 590 ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(603, 528) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(424, 16) Me.Label6.TabIndex = 588 Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label12.Location = New System.Drawing.Point(5, 562) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(156, 24) Me.Label12.TabIndex = 587 Me.Label12.Text = "伺服器FTP文件夾" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label13.Location = New System.Drawing.Point(12, 9) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(86, 24) Me.Label13.TabIndex = 586 Me.Label13.Text = "我的電腦" ' 'Button14 ' Me.Button14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button14.ForeColor = System.Drawing.Color.Blue Me.Button14.Location = New System.Drawing.Point(9, 33) Me.Button14.Name = "Button14" Me.Button14.Size = New System.Drawing.Size(97, 30) Me.Button14.TabIndex = 585 Me.Button14.Text = "讀取料夾路徑" Me.Button14.UseVisualStyleBackColor = True ' 'WebBrowser2 ' 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, 453) Me.WebBrowser2.TabIndex = 584 Me.WebBrowser2.Url = New System.Uri("", System.UriKind.Relative) ' 'WebBrowser1 ' Me.WebBrowser1.Location = New System.Drawing.Point(9, 594) Me.WebBrowser1.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser1.Name = "WebBrowser1" Me.WebBrowser1.Size = New System.Drawing.Size(1421, 372) Me.WebBrowser1.TabIndex = 583 Me.WebBrowser1.Url = New System.Uri("", System.UriKind.Relative) ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 27.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label5.ForeColor = System.Drawing.Color.Red Me.Label5.Location = New System.Drawing.Point(699, 544) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(57, 47) Me.Label5.TabIndex = 589 Me.Label5.Text = "↓" ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button2.ForeColor = System.Drawing.Color.Green Me.Button2.Location = New System.Drawing.Point(1144, 9) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(140, 51) Me.Button2.TabIndex = 593 Me.Button2.Text = "簽名檔入系統" Me.Button2.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Button1.Location = New System.Drawing.Point(998, 9) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(140, 51) Me.Button1.TabIndex = 594 Me.Button1.Text = "生成圖檔編號" Me.Button1.UseVisualStyleBackColor = True ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.Label3.Location = New System.Drawing.Point(531, 39) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 596 Me.Label3.Text = "圖檔編號" ' 'TextBox2 ' Me.TextBox2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.TextBox2.Location = New System.Drawing.Point(593, 36) Me.TextBox2.Name = "TextBox2" Me.TextBox2.Size = New System.Drawing.Size(140, 23) Me.TextBox2.TabIndex = 595 ' 'PictureBox1 ' 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 ' 'DataGridView1 ' Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(1436, 66) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(466, 674) Me.DataGridView1.TabIndex = 598 ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.Blue Me.Label15.Location = New System.Drawing.Point(739, 39) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(80, 16) Me.Label15.TabIndex = 600 Me.Label15.Text = "簽名檔持有人" ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.ForeColor = System.Drawing.Color.Blue Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(825, 36) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(124, 24) Me.ComboBox1.TabIndex = 599 ' 'Button3 ' Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button3.ForeColor = System.Drawing.Color.Red Me.Button3.Location = New System.Drawing.Point(1290, 9) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(140, 51) Me.Button3.TabIndex = 601 Me.Button3.Text = "刪除簽名檔" Me.Button3.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.Button3) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.TextBox2) Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.Button2) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.TextBox4) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Button14) Me.Controls.Add(Me.WebBrowser2) Me.Controls.Add(Me.WebBrowser1) Me.Controls.Add(Me.Label5) 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.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents Button14 As Button Friend WithEvents WebBrowser2 As WebBrowser Friend WithEvents WebBrowser1 As WebBrowser Friend WithEvents Label5 As Label Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents Button2 As Button Friend WithEvents Button1 As Button Friend WithEvents Label3 As Label Friend WithEvents TextBox2 As TextBox Friend WithEvents PictureBox1 As PictureBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents Label15 As Label Friend WithEvents ComboBox1 As ComboBox Friend WithEvents Button3 As Button Friend WithEvents TextBox3 As TextBox End Class