_ Partial Class 人員ID卡系統配置設定 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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.卡片配對_bT = New System.Windows.Forms.Button() Me.ID卡號_tb = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.帳號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.姓名_tb = New System.Windows.Forms.TextBox() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.主系統_dgv = New System.Windows.Forms.DataGridView() Me.考勤_dgv = New System.Windows.Forms.DataGridView() Me.編號_tb = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() CType(Me.主系統_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.考勤_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '卡片配對_bT ' Me.卡片配對_bT.Font = New System.Drawing.Font("微軟正黑體", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.卡片配對_bT.Location = New System.Drawing.Point(199, 12) Me.卡片配對_bT.Name = "卡片配對_bT" Me.卡片配對_bT.Size = New System.Drawing.Size(146, 73) Me.卡片配對_bT.TabIndex = 735 Me.卡片配對_bT.Text = "卡片配對" Me.卡片配對_bT.UseVisualStyleBackColor = True ' 'ID卡號_tb ' Me.ID卡號_tb.ImeMode = System.Windows.Forms.ImeMode.Disable Me.ID卡號_tb.Location = New System.Drawing.Point(401, 59) Me.ID卡號_tb.Name = "ID卡號_tb" Me.ID卡號_tb.Size = New System.Drawing.Size(236, 23) Me.ID卡號_tb.TabIndex = 734 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(351, 62) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(44, 16) Me.Label4.TabIndex = 733 Me.Label4.Text = "ID卡號" ' '帳號_tb ' Me.帳號_tb.Location = New System.Drawing.Point(401, 34) Me.帳號_tb.Name = "帳號_tb" Me.帳號_tb.Size = New System.Drawing.Size(236, 23) Me.帳號_tb.TabIndex = 732 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(351, 37) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 16) Me.Label1.TabIndex = 731 Me.Label1.Text = "帳號 " ' '姓名_tb ' Me.姓名_tb.Location = New System.Drawing.Point(401, 9) Me.姓名_tb.Name = "姓名_tb" Me.姓名_tb.Size = New System.Drawing.Size(101, 23) Me.姓名_tb.TabIndex = 730 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(351, 12) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(35, 16) Me.Label3.TabIndex = 729 Me.Label3.Text = "姓名 " ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label2.Location = New System.Drawing.Point(12, 9) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(181, 30) Me.Label2.TabIndex = 728 Me.Label2.Text = "人事資料表清單" ' '主系統_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.主系統_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.主系統_dgv.Location = New System.Drawing.Point(12, 89) Me.主系統_dgv.Name = "主系統_dgv" Me.主系統_dgv.RowHeadersWidth = 5 Me.主系統_dgv.RowTemplate.Height = 24 Me.主系統_dgv.Size = New System.Drawing.Size(333, 354) Me.主系統_dgv.TabIndex = 727 ' '考勤_dgv ' DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.考勤_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.考勤_dgv.Location = New System.Drawing.Point(351, 89) Me.考勤_dgv.Name = "考勤_dgv" Me.考勤_dgv.RowHeadersWidth = 5 Me.考勤_dgv.RowTemplate.Height = 24 Me.考勤_dgv.Size = New System.Drawing.Size(291, 354) Me.考勤_dgv.TabIndex = 736 ' '編號_tb ' Me.編號_tb.Location = New System.Drawing.Point(536, 9) Me.編號_tb.Name = "編號_tb" Me.編號_tb.Size = New System.Drawing.Size(101, 23) Me.編號_tb.TabIndex = 738 ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(504, 12) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 737 Me.Label5.Text = "編號" ' '人員ID卡系統配置設定 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(649, 450) Me.Controls.Add(Me.編號_tb) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.考勤_dgv) Me.Controls.Add(Me.卡片配對_bT) Me.Controls.Add(Me.ID卡號_tb) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.帳號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.姓名_tb) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.主系統_dgv) 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 = "人員ID卡系統配置設定" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "人員ID卡系統配置設定" CType(Me.主系統_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.考勤_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 卡片配對_bT As Button Friend WithEvents ID卡號_tb As TextBox Friend WithEvents Label4 As Label Friend WithEvents 帳號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 姓名_tb As TextBox Friend WithEvents Label3 As Label Friend WithEvents Label2 As Label Friend WithEvents 主系統_dgv As DataGridView Friend WithEvents 考勤_dgv As DataGridView Friend WithEvents 編號_tb As TextBox Friend WithEvents Label5 As Label End Class