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.components = New System.ComponentModel.Container() Me.檔案讀取_tb = New System.Windows.Forms.TextBox() Me.刪除簽名檔_bt = New System.Windows.Forms.Button() Me.簽名檔持有人_lb = New System.Windows.Forms.Label() Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox() Me.簽名_DGV = New System.Windows.Forms.DataGridView() Me.圖檔編號_lb = 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.檔案名稱_tb = New System.Windows.Forms.TextBox() Me.讀取料夾路徑_bt = New System.Windows.Forms.Button() Me.Web2 = New System.Windows.Forms.WebBrowser() Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog() Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog() Me.簽名_PB = New System.Windows.Forms.PictureBox() Me.語轉扭_bt = New System.Windows.Forms.Button() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn() Me.Panel1 = New System.Windows.Forms.Panel() Me.檔案路徑_be = New Telerik.WinControls.UI.RadBrowseEditor() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.簽名_DGV, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.簽名_PB, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel1.SuspendLayout() CType(Me.檔案路徑_be, 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(3, 3) Me.檔案讀取_tb.Multiline = True Me.檔案讀取_tb.Name = "檔案讀取_tb" Me.檔案讀取_tb.Size = New System.Drawing.Size(73, 23) Me.檔案讀取_tb.TabIndex = 622 ' '刪除簽名檔_bt ' Me.刪除簽名檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.刪除簽名檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Delete_Image Me.刪除簽名檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(750, 545) Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt" Me.刪除簽名檔_bt.Size = New System.Drawing.Size(120, 50) Me.刪除簽名檔_bt.TabIndex = 621 Me.刪除簽名檔_bt.UseVisualStyleBackColor = True ' '簽名檔持有人_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.ForeColor = System.Drawing.Color.Blue Me.簽名檔持有人_lb.Location = New System.Drawing.Point(249, 550) Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb" Me.簽名檔持有人_lb.Size = New System.Drawing.Size(79, 16) Me.簽名檔持有人_lb.TabIndex = 620 Me.簽名檔持有人_lb.Text = "簽名檔持有人" ' '簽名檔持有人_cb ' Me.簽名檔持有人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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(252, 571) Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb" Me.簽名檔持有人_cb.Size = New System.Drawing.Size(250, 24) Me.簽名檔持有人_cb.TabIndex = 619 ' '簽名_DGV ' 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 Me.簽名_DGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.簽名_DGV.Location = New System.Drawing.Point(872, 3) Me.簽名_DGV.Name = "簽名_DGV" Me.簽名_DGV.RowHeadersWidth = 5 Me.簽名_DGV.RowTemplate.Height = 24 Me.簽名_DGV.Size = New System.Drawing.Size(466, 357) Me.簽名_DGV.TabIndex = 618 ' '圖檔編號_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.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(6, 550) Me.圖檔編號_lb.Name = "圖檔編號_lb" Me.圖檔編號_lb.Size = New System.Drawing.Size(55, 16) Me.圖檔編號_lb.TabIndex = 616 Me.圖檔編號_lb.Text = "圖檔編號" ' '圖檔編號_tb ' 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.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.圖檔編號_tb.Location = New System.Drawing.Point(5, 572) Me.圖檔編號_tb.Name = "圖檔編號_tb" Me.圖檔編號_tb.Size = New System.Drawing.Size(241, 23) Me.圖檔編號_tb.TabIndex = 615 ' '生成圖檔編號_bt ' Me.生成圖檔編號_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.生成圖檔編號_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2 Me.生成圖檔編號_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(566, 545) Me.生成圖檔編號_bt.Name = "生成圖檔編號_bt" Me.生成圖檔編號_bt.Size = New System.Drawing.Size(50, 50) Me.生成圖檔編號_bt.TabIndex = 614 Me.生成圖檔編號_bt.UseVisualStyleBackColor = True ' '簽名檔入系統_bt ' Me.簽名檔入系統_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.簽名檔入系統_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Add_Image Me.簽名檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(624, 545) Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt" Me.簽名檔入系統_bt.Size = New System.Drawing.Size(120, 50) Me.簽名檔入系統_bt.TabIndex = 613 Me.簽名檔入系統_bt.UseVisualStyleBackColor = True ' '檔案名稱_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(5, 520) Me.檔案名稱_tb.Name = "檔案名稱_tb" Me.檔案名稱_tb.Size = New System.Drawing.Size(840, 23) Me.檔案名稱_tb.TabIndex = 610 ' '讀取料夾路徑_bt ' Me.讀取料夾路徑_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.讀取料夾路徑_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PortableComputer Me.讀取料夾路徑_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom 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(508, 545) Me.讀取料夾路徑_bt.Name = "讀取料夾路徑_bt" Me.讀取料夾路徑_bt.Size = New System.Drawing.Size(50, 50) Me.讀取料夾路徑_bt.TabIndex = 605 Me.讀取料夾路徑_bt.UseVisualStyleBackColor = True ' 'Web2 ' Me.Web2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.Web2.Location = New System.Drawing.Point(5, 5) Me.Web2.MinimumSize = New System.Drawing.Size(20, 20) Me.Web2.Name = "Web2" Me.Web2.Size = New System.Drawing.Size(865, 512) Me.Web2.TabIndex = 604 Me.Web2.Url = New System.Uri("", System.UriKind.Relative) ' 'SaveFileDialog1 ' Me.SaveFileDialog1.DefaultExt = "jpg" Me.SaveFileDialog1.SupportMultiDottedExtensions = True Me.SaveFileDialog1.Title = "指定檔案名稱與選擇檔案路徑" ' '簽名_PB ' Me.簽名_PB.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ 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(872, 362) 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 = 617 Me.簽名_PB.TabStop = False ' '語轉扭_bt ' Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) 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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(847, 520) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1348 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2}) Me.語言_dgv.Location = New System.Drawing.Point(3, 32) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(194, 49) Me.語言_dgv.TabIndex = 1349 ' 'Column1 ' Me.Column1.HeaderText = "Column1" Me.Column1.Name = "Column1" ' 'Column2 ' Me.Column2.HeaderText = "Column2" Me.Column2.Name = "Column2" ' 'Panel1 ' Me.Panel1.Controls.Add(Me.檔案路徑_be) Me.Panel1.Controls.Add(Me.檔案讀取_tb) Me.Panel1.Controls.Add(Me.語言_dgv) Me.Panel1.Location = New System.Drawing.Point(256, 161) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(200, 100) Me.Panel1.TabIndex = 1350 ' '檔案路徑_be ' Me.檔案路徑_be.Location = New System.Drawing.Point(82, 3) Me.檔案路徑_be.Name = "檔案路徑_be" Me.檔案路徑_be.Size = New System.Drawing.Size(316, 24) Me.檔案路徑_be.TabIndex = 1393 ' 'ToolTip1 ' Me.ToolTip1.AutoPopDelay = 5000 Me.ToolTip1.InitialDelay = 500 Me.ToolTip1.IsBalloon = True Me.ToolTip1.ReshowDelay = 100 Me.ToolTip1.ToolTipTitle = "illustrate" ' '簽名檔管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1350, 598) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.刪除簽名檔_bt) Me.Controls.Add(Me.簽名檔持有人_lb) Me.Controls.Add(Me.簽名檔持有人_cb) Me.Controls.Add(Me.簽名_DGV) Me.Controls.Add(Me.簽名_PB) Me.Controls.Add(Me.圖檔編號_lb) Me.Controls.Add(Me.圖檔編號_tb) Me.Controls.Add(Me.生成圖檔編號_bt) Me.Controls.Add(Me.簽名檔入系統_bt) Me.Controls.Add(Me.檔案名稱_tb) Me.Controls.Add(Me.讀取料夾路徑_bt) Me.Controls.Add(Me.Web2) 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.簽名_PB, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() CType(Me.檔案路徑_be, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 檔案讀取_tb As TextBox Friend WithEvents 刪除簽名檔_bt As Button Friend WithEvents 簽名檔持有人_lb As Label Friend WithEvents 簽名檔持有人_cb As ComboBox Friend WithEvents 簽名_DGV As DataGridView Friend WithEvents 簽名_PB As PictureBox Friend WithEvents 圖檔編號_lb As Label Friend WithEvents 圖檔編號_tb As TextBox Friend WithEvents 生成圖檔編號_bt As Button Friend WithEvents 簽名檔入系統_bt As Button Friend WithEvents 檔案名稱_tb As TextBox Friend WithEvents 讀取料夾路徑_bt As Button Friend WithEvents Web2 As WebBrowser Friend WithEvents FolderBrowserDialog1 As FolderBrowserDialog Friend WithEvents SaveFileDialog1 As SaveFileDialog Friend WithEvents 語轉扭_bt As Button Friend WithEvents 語言_dgv As DataGridView Friend WithEvents Panel1 As Panel Friend WithEvents 檔案路徑_be As Telerik.WinControls.UI.RadBrowseEditor Friend WithEvents ToolTip1 As ToolTip Friend WithEvents Column1 As DataGridViewTextBoxColumn Friend WithEvents Column2 As DataGridViewTextBoxColumn End Class