_ 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(簽名檔管理)) Me.檔名讀取_tb = New System.Windows.Forms.TextBox() Me.刪除檔案_bt = New System.Windows.Forms.Button() Me.Label15 = New System.Windows.Forms.Label() Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox() Me.檔案清單_dgv = New System.Windows.Forms.DataGridView() Me.簽名圖_pb = New System.Windows.Forms.PictureBox() Me.Label3 = New System.Windows.Forms.Label() Me.圖檔編號_tb = New System.Windows.Forms.TextBox() Me.生成編號_bt = New System.Windows.Forms.Button() Me.簽名檔入系統_bt = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.檔案名稱_tb = 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.讀取資料夾路徑_bt = New System.Windows.Forms.Button() Me.本機資料夾_wb = New System.Windows.Forms.WebBrowser() Me.FTP資料夾_wb = New System.Windows.Forms.WebBrowser() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() CType(Me.檔案清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '檔名讀取_tb ' Me.檔名讀取_tb.AllowDrop = True Me.檔名讀取_tb.ForeColor = System.Drawing.Color.Black Me.檔名讀取_tb.Location = New System.Drawing.Point(406, 512) Me.檔名讀取_tb.Multiline = True Me.檔名讀取_tb.Name = "檔名讀取_tb" Me.檔名讀取_tb.Size = New System.Drawing.Size(25, 23) Me.檔名讀取_tb.TabIndex = 641 ' '刪除檔案_bt ' Me.刪除檔案_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(724, 11) Me.刪除檔案_bt.Name = "刪除檔案_bt" Me.刪除檔案_bt.Size = New System.Drawing.Size(140, 27) Me.刪除檔案_bt.TabIndex = 640 Me.刪除檔案_bt.Text = "刪除簽名檔" Me.刪除檔案_bt.UseVisualStyleBackColor = True ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.ForeColor = System.Drawing.Color.Blue Me.Label15.Location = New System.Drawing.Point(638, 44) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(80, 16) Me.Label15.TabIndex = 639 Me.Label15.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(724, 41) Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb" Me.簽名檔持有人_cb.Size = New System.Drawing.Size(140, 24) Me.簽名檔持有人_cb.TabIndex = 638 ' '檔案清單_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(874, 11) Me.檔案清單_dgv.Name = "檔案清單_dgv" Me.檔案清單_dgv.RowHeadersWidth = 5 Me.檔案清單_dgv.RowTemplate.Height = 24 Me.檔案清單_dgv.Size = New System.Drawing.Size(466, 422) Me.檔案清單_dgv.TabIndex = 637 ' '簽名圖_pb ' Me.簽名圖_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.簽名圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.簽名圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.簽名圖_pb.Location = New System.Drawing.Point(874, 440) Me.簽名圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.簽名圖_pb.Name = "簽名圖_pb" Me.簽名圖_pb.Size = New System.Drawing.Size(466, 233) Me.簽名圖_pb.TabIndex = 636 Me.簽名圖_pb.TabStop = False ' '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(436, 45) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 16) Me.Label3.TabIndex = 635 Me.Label3.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(492, 41) Me.圖檔編號_tb.Name = "圖檔編號_tb" Me.圖檔編號_tb.Size = New System.Drawing.Size(140, 23) Me.圖檔編號_tb.TabIndex = 634 ' '生成編號_bt ' Me.生成編號_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(438, 11) Me.生成編號_bt.Name = "生成編號_bt" Me.生成編號_bt.Size = New System.Drawing.Size(140, 27) Me.生成編號_bt.TabIndex = 633 Me.生成編號_bt.Text = "生成圖檔編號" Me.生成編號_bt.UseVisualStyleBackColor = True ' '簽名檔入系統_bt ' Me.簽名檔入系統_bt.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(581, 11) Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt" Me.簽名檔入系統_bt.Size = New System.Drawing.Size(140, 27) Me.簽名檔入系統_bt.TabIndex = 632 Me.簽名檔入系統_bt.Text = "簽名檔入系統" Me.簽名檔入系統_bt.UseVisualStyleBackColor = True ' '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(104, 14) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(339, 48) Me.Label8.TabIndex = 631 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.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(13, 486) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(56, 16) Me.Label9.TabIndex = 630 Me.Label9.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(75, 483) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(786, 23) Me.檔案名稱_tb.TabIndex = 629 ' 'Label6 ' Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Label6.AutoSize = True Me.Label6.ForeColor = System.Drawing.Color.Red Me.Label6.Location = New System.Drawing.Point(437, 516) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(424, 16) Me.Label6.TabIndex = 628 Me.Label6.Text = "如檔案無法拖曳至伺服器FTP文件夾,請修改檔案名稱不要帶有中文字或是符號" ' 'Label12 ' Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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(8, 509) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(156, 24) Me.Label12.TabIndex = 627 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(11, 11) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(86, 24) Me.Label13.TabIndex = 626 Me.Label13.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(8, 35) Me.讀取資料夾路徑_bt.Name = "讀取資料夾路徑_bt" Me.讀取資料夾路徑_bt.Size = New System.Drawing.Size(97, 30) Me.讀取資料夾路徑_bt.TabIndex = 625 Me.讀取資料夾路徑_bt.Text = "讀取料夾路徑" Me.讀取資料夾路徑_bt.UseVisualStyleBackColor = True ' '本機資料夾_wb ' Me.本機資料夾_wb.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.本機資料夾_wb.Location = New System.Drawing.Point(12, 71) Me.本機資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.本機資料夾_wb.Name = "本機資料夾_wb" Me.本機資料夾_wb.Size = New System.Drawing.Size(852, 405) Me.本機資料夾_wb.TabIndex = 624 Me.本機資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'FTP資料夾_wb ' Me.FTP資料夾_wb.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資料夾_wb.Location = New System.Drawing.Point(15, 536) Me.FTP資料夾_wb.MinimumSize = New System.Drawing.Size(20, 20) Me.FTP資料夾_wb.Name = "FTP資料夾_wb" Me.FTP資料夾_wb.Size = New System.Drawing.Size(849, 138) Me.FTP資料夾_wb.TabIndex = 623 Me.FTP資料夾_wb.Url = New System.Uri("", System.UriKind.Relative) ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '簽名檔管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1349, 681) Me.Controls.Add(Me.檔名讀取_tb) Me.Controls.Add(Me.刪除檔案_bt) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.簽名檔持有人_cb) Me.Controls.Add(Me.檔案清單_dgv) Me.Controls.Add(Me.簽名圖_pb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.圖檔編號_tb) Me.Controls.Add(Me.生成編號_bt) Me.Controls.Add(Me.簽名檔入系統_bt) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.讀取資料夾路徑_bt) Me.Controls.Add(Me.本機資料夾_wb) Me.Controls.Add(Me.FTP資料夾_wb) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "簽名檔管理" Me.Text = "簽名檔管理" CType(Me.檔案清單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.簽名圖_pb, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 檔名讀取_tb As TextBox Friend WithEvents 刪除檔案_bt As Button Friend WithEvents Label15 As Label Friend WithEvents 簽名檔持有人_cb As ComboBox Friend WithEvents 檔案清單_dgv As DataGridView Friend WithEvents 簽名圖_pb As PictureBox Friend WithEvents Label3 As Label Friend WithEvents 圖檔編號_tb As TextBox Friend WithEvents 生成編號_bt As Button Friend WithEvents 簽名檔入系統_bt As Button Friend WithEvents Label8 As Label Friend WithEvents Label9 As Label Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents Label6 As Label Friend WithEvents Label12 As Label Friend WithEvents Label13 As Label Friend WithEvents 讀取資料夾路徑_bt As Button Friend WithEvents 本機資料夾_wb As WebBrowser Friend WithEvents FTP資料夾_wb As WebBrowser Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog End Class