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.語轉扭_bt = New System.Windows.Forms.Button() Me.簽名檔持有人_lb = New System.Windows.Forms.Label() Me.簽名檔持有人_cb = New System.Windows.Forms.ComboBox() Me.DataGridView1 = New System.Windows.Forms.DataGridView() Me.檔案名稱_lb = New System.Windows.Forms.Label() Me.TextBox4 = New System.Windows.Forms.TextBox() 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.PictureBox1 = New System.Windows.Forms.PictureBox() Me.簽名檔入系統_bt = New System.Windows.Forms.Button() Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components) CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '語轉扭_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.Black Me.語轉扭_bt.Location = New System.Drawing.Point(823, 160) Me.語轉扭_bt.Name = "語轉扭_bt" Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25) Me.語轉扭_bt.TabIndex = 1369 Me.語轉扭_bt.Text = "L" Me.語轉扭_bt.UseVisualStyleBackColor = True ' '簽名檔持有人_lb ' Me.簽名檔持有人_lb.AutoSize = True Me.簽名檔持有人_lb.ForeColor = System.Drawing.Color.Blue Me.簽名檔持有人_lb.Location = New System.Drawing.Point(480, 54) Me.簽名檔持有人_lb.Name = "簽名檔持有人_lb" Me.簽名檔持有人_lb.Size = New System.Drawing.Size(79, 16) Me.簽名檔持有人_lb.TabIndex = 1366 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.Items.AddRange(New Object() {"登入", "主頁"}) Me.簽名檔持有人_cb.Location = New System.Drawing.Point(477, 73) Me.簽名檔持有人_cb.Name = "簽名檔持有人_cb" Me.簽名檔持有人_cb.Size = New System.Drawing.Size(213, 24) Me.簽名檔持有人_cb.TabIndex = 1365 ' 'DataGridView1 ' Me.DataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.DataGridView1.Location = New System.Drawing.Point(5, 3) Me.DataGridView1.Name = "DataGridView1" Me.DataGridView1.RowHeadersWidth = 5 Me.DataGridView1.RowTemplate.Height = 24 Me.DataGridView1.Size = New System.Drawing.Size(466, 422) Me.DataGridView1.TabIndex = 1364 ' '檔案名稱_lb ' Me.檔案名稱_lb.AutoSize = True Me.檔案名稱_lb.Location = New System.Drawing.Point(477, 9) Me.檔案名稱_lb.Name = "檔案名稱_lb" Me.檔案名稱_lb.Size = New System.Drawing.Size(55, 16) Me.檔案名稱_lb.TabIndex = 1357 Me.檔案名稱_lb.Text = "檔案名稱" ' 'TextBox4 ' Me.TextBox4.AllowDrop = True Me.TextBox4.Enabled = False Me.TextBox4.ForeColor = System.Drawing.Color.Black Me.TextBox4.Location = New System.Drawing.Point(483, 28) Me.TextBox4.Name = "TextBox4" Me.TextBox4.ReadOnly = True Me.TextBox4.Size = New System.Drawing.Size(441, 23) Me.TextBox4.TabIndex = 1356 ' '圖檔編號_lb ' Me.圖檔編號_lb.AutoSize = True Me.圖檔編號_lb.Location = New System.Drawing.Point(699, 54) Me.圖檔編號_lb.Name = "圖檔編號_lb" Me.圖檔編號_lb.Size = New System.Drawing.Size(55, 16) Me.圖檔編號_lb.TabIndex = 1373 Me.圖檔編號_lb.Text = "圖檔編號" ' '圖檔編號_tb ' Me.圖檔編號_tb.AllowDrop = True Me.圖檔編號_tb.Enabled = False Me.圖檔編號_tb.ForeColor = System.Drawing.Color.Black Me.圖檔編號_tb.Location = New System.Drawing.Point(702, 73) Me.圖檔編號_tb.Name = "圖檔編號_tb" Me.圖檔編號_tb.ReadOnly = True Me.圖檔編號_tb.Size = New System.Drawing.Size(222, 23) Me.圖檔編號_tb.TabIndex = 1372 ' '選擇檔案_bt ' Me.選擇檔案_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.New_Folder Me.選擇檔案_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(477, 119) Me.選擇檔案_bt.Name = "選擇檔案_bt" Me.選擇檔案_bt.Size = New System.Drawing.Size(80, 66) Me.選擇檔案_bt.TabIndex = 1371 Me.選擇檔案_bt.UseVisualStyleBackColor = True ' '刪除簽名檔_bt ' Me.刪除簽名檔_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.GarbageEmpty Me.刪除簽名檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(737, 119) Me.刪除簽名檔_bt.Name = "刪除簽名檔_bt" Me.刪除簽名檔_bt.Size = New System.Drawing.Size(80, 66) Me.刪除簽名檔_bt.TabIndex = 1367 Me.刪除簽名檔_bt.UseVisualStyleBackColor = True ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(477, 192) Me.PictureBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(466, 233) Me.PictureBox1.TabIndex = 1363 Me.PictureBox1.TabStop = False ' '簽名檔入系統_bt ' Me.簽名檔入系統_bt.BackgroundImage = Global.ICS_ASMS_ERP_SYS.My.Resources.Resources.Add_Image Me.簽名檔入系統_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch 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(563, 119) Me.簽名檔入系統_bt.Name = "簽名檔入系統_bt" Me.簽名檔入系統_bt.Size = New System.Drawing.Size(168, 66) Me.簽名檔入系統_bt.TabIndex = 1359 Me.簽名檔入系統_bt.UseVisualStyleBackColor = True ' 'ToolTip1 ' Me.ToolTip1.IsBalloon = True Me.ToolTip1.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Info Me.ToolTip1.ToolTipTitle = "系統說明" ' '簽名檔管理 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(947, 430) Me.Controls.Add(Me.圖檔編號_lb) Me.Controls.Add(Me.圖檔編號_tb) Me.Controls.Add(Me.選擇檔案_bt) Me.Controls.Add(Me.語轉扭_bt) Me.Controls.Add(Me.刪除簽名檔_bt) Me.Controls.Add(Me.簽名檔持有人_lb) Me.Controls.Add(Me.簽名檔持有人_cb) Me.Controls.Add(Me.DataGridView1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.簽名檔入系統_bt) Me.Controls.Add(Me.檔案名稱_lb) Me.Controls.Add(Me.TextBox4) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "簽名檔管理" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "簽名檔管理" CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 語轉扭_bt As Button Friend WithEvents 刪除簽名檔_bt As Button Friend WithEvents 簽名檔持有人_lb As Label Friend WithEvents 簽名檔持有人_cb As ComboBox Friend WithEvents DataGridView1 As DataGridView Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 簽名檔入系統_bt As Button Friend WithEvents 檔案名稱_lb As Label Friend WithEvents TextBox4 As TextBox Friend WithEvents 選擇檔案_bt As Button Friend WithEvents 圖檔編號_lb As Label Friend WithEvents 圖檔編號_tb As TextBox Friend WithEvents ToolTip1 As ToolTip End Class