휴가 승인자 정보 추적
This commit is contained in:
		| @@ -1,4 +1,5 @@ | ||||
| using System; | ||||
| using FCOMMON; | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.ComponentModel; | ||||
| using System.Data; | ||||
| @@ -10,7 +11,7 @@ using System.Windows.Forms; | ||||
|  | ||||
| namespace FBS0000.Holiday | ||||
| { | ||||
| 	public partial class fErrorChk : Form | ||||
| 	public partial class fErrorChk : fBase | ||||
| 	{ | ||||
| 		public fErrorChk() | ||||
| 		{ | ||||
| @@ -23,43 +24,12 @@ namespace FBS0000.Holiday | ||||
| 		private void fErrorChk_Load(object sender, EventArgs e) | ||||
| 		{ | ||||
| 			//기본 이번달 설정한다 | ||||
| 			EnsureVisibleAndUsableSize(); | ||||
| 			button2.PerformClick(); | ||||
| 		} | ||||
|  | ||||
| 		//void dtSD_KeyDown(object sender, KeyEventArgs e) | ||||
| 		//{ | ||||
| 		//    if (e.KeyCode != Keys.Enter) return; | ||||
| 		//    var tb = sender as TextBox; | ||||
| 		//    var input = tb.Text.Trim(); | ||||
| 		//    if (input == "") tb.Text = DateTime.Now.ToShortDateString(); | ||||
| 		//    else | ||||
| 		//    { | ||||
| 		//        string dt = string.Empty; | ||||
| 		//        if (!FCOMMON.Util.MakeDateString(input, out dt)) | ||||
| 		//        { | ||||
| 		//            FCOMMON.Util.MsgE("입력값이 올바르지 않습니다."); | ||||
| 		//            tb.SelectAll(); | ||||
| 		//            tb.Focus(); | ||||
| 		//            return; | ||||
| 		//        } | ||||
| 		//        else | ||||
| 		//        { | ||||
| 		//            tb.Text = dt; | ||||
| 		//        } | ||||
| 		//    } | ||||
| 		//    if (tb == dtSD) | ||||
| 		//    { | ||||
| 		//        dtED.Focus(); | ||||
| 		//        dtED.SelectAll(); | ||||
| 		//    } | ||||
| 		//    else | ||||
| 		//    { | ||||
| 		//        // btSearch.PerformClick(); | ||||
| 		//        tb.SelectAll(); | ||||
| 		//    } | ||||
| 		//} | ||||
|  | ||||
| 		private void listView1_SelectedIndexChanged(object sender, EventArgs e) | ||||
|         private void listView1_SelectedIndexChanged(object sender, EventArgs e) | ||||
| 		{ | ||||
|  | ||||
| 		} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi