@ -78,6 +78,18 @@
this . cMemberIDDetail = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . cSignTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . cSignOutTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . tbPage3 = new System . Windows . Forms . TabPage ( ) ;
this . dgvDetail2 = new System . Windows . Forms . DataGridView ( ) ;
this . btnUpdate2 = new System . Windows . Forms . Button ( ) ;
this . dtPickerSignIn = new System . Windows . Forms . DateTimePicker ( ) ;
this . dtPickerSignOut = new System . Windows . Forms . DateTimePicker ( ) ;
this . cbSignIn1 = new System . Windows . Forms . CheckBox ( ) ;
this . cbSignOut1 = new System . Windows . Forms . CheckBox ( ) ;
this . clSignID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clMemberID = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clMemberName = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clSignIn = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . clSignOut = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvHRItem ) ) . BeginInit ( ) ;
this . tsButtons . SuspendLayout ( ) ;
this . tbPage . SuspendLayout ( ) ;
@ -85,6 +97,8 @@
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail ) ) . BeginInit ( ) ;
this . tbPage2 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail1 ) ) . BeginInit ( ) ;
this . tbPage3 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail2 ) ) . BeginInit ( ) ;
this . SuspendLayout ( ) ;
//
// dgvHRItem
@ -282,6 +296,7 @@
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . tbPage . Controls . Add ( this . tbPage1 ) ;
this . tbPage . Controls . Add ( this . tbPage2 ) ;
this . tbPage . Controls . Add ( this . tbPage3 ) ;
this . tbPage . Location = new System . Drawing . Point ( 3 5 3 , 7 8 ) ;
this . tbPage . Name = "tbPage" ;
this . tbPage . SelectedIndex = 0 ;
@ -616,6 +631,132 @@
this . cSignOutTime . ReadOnly = true ;
this . cSignOutTime . Width = 2 5 0 ;
//
// tbPage3
//
this . tbPage3 . Controls . Add ( this . cbSignOut1 ) ;
this . tbPage3 . Controls . Add ( this . cbSignIn1 ) ;
this . tbPage3 . Controls . Add ( this . dtPickerSignOut ) ;
this . tbPage3 . Controls . Add ( this . dtPickerSignIn ) ;
this . tbPage3 . Controls . Add ( this . btnUpdate2 ) ;
this . tbPage3 . Controls . Add ( this . dgvDetail2 ) ;
this . tbPage3 . Location = new System . Drawing . Point ( 4 , 2 9 ) ;
this . tbPage3 . Name = "tbPage3" ;
this . tbPage3 . Size = new System . Drawing . Size ( 1 5 4 6 , 6 4 8 ) ;
this . tbPage3 . TabIndex = 2 ;
this . tbPage3 . Text = "打卡時間修正" ;
this . tbPage3 . UseVisualStyleBackColor = true ;
//
// dgvDetail2
//
this . dgvDetail2 . AllowUserToAddRows = false ;
this . dgvDetail2 . AllowUserToDeleteRows = false ;
this . dgvDetail2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . dgvDetail2 . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . dgvDetail2 . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . clSignID ,
this . clMemberID ,
this . clMemberName ,
this . clSignIn ,
this . clSignOut } ) ;
this . dgvDetail2 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . dgvDetail2 . Name = "dgvDetail2" ;
this . dgvDetail2 . RowTemplate . Height = 2 4 ;
this . dgvDetail2 . Size = new System . Drawing . Size ( 1 5 4 0 , 5 4 8 ) ;
this . dgvDetail2 . TabIndex = 0 ;
this . dgvDetail2 . CellClick + = new System . Windows . Forms . DataGridViewCellEventHandler ( this . dgvDetail2_CellClick ) ;
//
// btnUpdate2
//
this . btnUpdate2 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . btnUpdate2 . Location = new System . Drawing . Point ( 3 , 6 1 1 ) ;
this . btnUpdate2 . Name = "btnUpdate2" ;
this . btnUpdate2 . Size = new System . Drawing . Size ( 9 2 , 3 2 ) ;
this . btnUpdate2 . TabIndex = 1 ;
this . btnUpdate2 . Text = "更正" ;
this . btnUpdate2 . UseVisualStyleBackColor = true ;
this . btnUpdate2 . Click + = new System . EventHandler ( this . btnUpdate2_Click ) ;
//
// dtPickerSignIn
//
this . dtPickerSignIn . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . dtPickerSignIn . CustomFormat = "yyyy-MM-dd HH:mm:ss" ;
this . dtPickerSignIn . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
this . dtPickerSignIn . Location = new System . Drawing . Point ( 1 3 4 , 5 6 7 ) ;
this . dtPickerSignIn . Name = "dtPickerSignIn" ;
this . dtPickerSignIn . Size = new System . Drawing . Size ( 1 9 2 , 2 9 ) ;
this . dtPickerSignIn . TabIndex = 1 4 ;
//
// dtPickerSignOut
//
this . dtPickerSignOut . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . dtPickerSignOut . CustomFormat = "yyyy-MM-dd HH:mm:ss" ;
this . dtPickerSignOut . Format = System . Windows . Forms . DateTimePickerFormat . Custom ;
this . dtPickerSignOut . Location = new System . Drawing . Point ( 4 8 5 , 5 6 7 ) ;
this . dtPickerSignOut . Name = "dtPickerSignOut" ;
this . dtPickerSignOut . Size = new System . Drawing . Size ( 1 9 2 , 2 9 ) ;
this . dtPickerSignOut . TabIndex = 1 6 ;
//
// cbSignIn1
//
this . cbSignIn1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . cbSignIn1 . AutoSize = true ;
this . cbSignIn1 . Location = new System . Drawing . Point ( 2 0 , 5 7 2 ) ;
this . cbSignIn1 . Name = "cbSignIn1" ;
this . cbSignIn1 . Size = new System . Drawing . Size ( 1 0 8 , 2 4 ) ;
this . cbSignIn1 . TabIndex = 1 7 ;
this . cbSignIn1 . Text = "簽到時間:" ;
this . cbSignIn1 . UseVisualStyleBackColor = true ;
//
// cbSignOut1
//
this . cbSignOut1 . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . cbSignOut1 . AutoSize = true ;
this . cbSignOut1 . Location = new System . Drawing . Point ( 3 7 1 , 5 7 2 ) ;
this . cbSignOut1 . Name = "cbSignOut1" ;
this . cbSignOut1 . Size = new System . Drawing . Size ( 1 0 8 , 2 4 ) ;
this . cbSignOut1 . TabIndex = 1 8 ;
this . cbSignOut1 . Text = "簽退時間:" ;
this . cbSignOut1 . UseVisualStyleBackColor = true ;
//
// clSignID
//
this . clSignID . DataPropertyName = "SignID" ;
this . clSignID . HeaderText = "簽署日期" ;
this . clSignID . Name = "clSignID" ;
this . clSignID . ReadOnly = true ;
//
// clMemberID
//
this . clMemberID . DataPropertyName = "MemberID" ;
this . clMemberID . HeaderText = "人員帳號" ;
this . clMemberID . Name = "clMemberID" ;
this . clMemberID . ReadOnly = true ;
this . clMemberID . Width = 1 5 0 ;
//
// clMemberName
//
this . clMemberName . DataPropertyName = "MemberName" ;
this . clMemberName . HeaderText = "人員名稱" ;
this . clMemberName . Name = "clMemberName" ;
this . clMemberName . ReadOnly = true ;
this . clMemberName . Width = 1 5 0 ;
//
// clSignIn
//
this . clSignIn . DataPropertyName = "SignTime" ;
this . clSignIn . HeaderText = "簽到時間" ;
this . clSignIn . Name = "clSignIn" ;
this . clSignIn . Width = 2 0 0 ;
//
// clSignOut
//
this . clSignOut . DataPropertyName = "SignOutTime" ;
this . clSignOut . HeaderText = "簽退時間" ;
this . clSignOut . Name = "clSignOut" ;
this . clSignOut . Width = 2 0 0 ;
//
// HRDataCorrect
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 1 0F , 2 0F ) ;
@ -642,6 +783,9 @@
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail ) ) . EndInit ( ) ;
this . tbPage2 . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail1 ) ) . EndInit ( ) ;
this . tbPage3 . ResumeLayout ( false ) ;
this . tbPage3 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . dgvDetail2 ) ) . EndInit ( ) ;
this . ResumeLayout ( false ) ;
this . PerformLayout ( ) ;
@ -698,5 +842,17 @@
private System . Windows . Forms . Button btnPickProject ;
private System . Windows . Forms . DateTimePicker dtPickStart ;
private System . Windows . Forms . Button btnDEL ;
private System . Windows . Forms . TabPage tbPage3 ;
private System . Windows . Forms . DataGridView dgvDetail2 ;
private System . Windows . Forms . Button btnUpdate2 ;
private System . Windows . Forms . DateTimePicker dtPickerSignOut ;
private System . Windows . Forms . DateTimePicker dtPickerSignIn ;
private System . Windows . Forms . CheckBox cbSignOut1 ;
private System . Windows . Forms . CheckBox cbSignIn1 ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSignID ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMemberID ;
private System . Windows . Forms . DataGridViewTextBoxColumn clMemberName ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSignIn ;
private System . Windows . Forms . DataGridViewTextBoxColumn clSignOut ;
}
}