레벨사용자가 0시간,0일을 입력할 경우 입력여부 경고 및 확인창 추가 (임현대s)
This commit is contained in:
@@ -123,26 +123,6 @@ namespace FPJ0000
|
||||
sbday.ForeColor = sum_day2 == 0 ? Color.Black : Color.Red;
|
||||
sbtime.Text = $"합계(시간) = 승인:{sum_time}/미승인:{sum_time2}";
|
||||
sbtime.ForeColor = sum_time2 == 0 ? Color.Black : Color.Red;
|
||||
////색상처리
|
||||
//dv1.SuspendLayout();
|
||||
//foreach(DataGridViewRow dr in this.dv1.Rows)
|
||||
//{
|
||||
|
||||
// var times = dr.Cells["HolyTimes"].Value;
|
||||
// if(times == null || float.Parse( times.ToString()) < 1)
|
||||
// {
|
||||
// //대체없음
|
||||
// dr.DefaultCellStyle.BackColor = Color.White;
|
||||
// }
|
||||
// else
|
||||
// {
|
||||
// dr.DefaultCellStyle.BackColor = Color.LightSkyBlue;
|
||||
// }
|
||||
|
||||
//}
|
||||
//dv1.ResumeLayout();
|
||||
//dv1.Invalidate();
|
||||
//dv1.Refresh();
|
||||
}
|
||||
|
||||
void funcSave()
|
||||
@@ -178,12 +158,6 @@ namespace FPJ0000
|
||||
}
|
||||
|
||||
|
||||
private void btSearch_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void btFind_Click(object sender, EventArgs e)
|
||||
{
|
||||
var search = tbFind.Text.Trim();
|
||||
|
||||
Reference in New Issue
Block a user