영문화완료
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Project.Dialog
|
||||
|
||||
private void __LoaD(object sender, EventArgs e)
|
||||
{
|
||||
this.Text = string.Format("금일 작업 목록 입니다({0})", DateTime.Now.ToShortDateString());
|
||||
this.Text = string.Format("Today's work list ({0})", DateTime.Now.ToShortDateString());
|
||||
|
||||
|
||||
if (AR.SETTING.Data.OnlineMode)
|
||||
@@ -64,7 +64,7 @@ namespace Project.Dialog
|
||||
if (PUB.Result.JobStartTime.Year != 1982) sd = PUB.Result.JobStartTime;
|
||||
if (PUB.Result.JobEndTime.Year != 1982) ed = PUB.Result.JobEndTime;
|
||||
|
||||
label2.Text = string.Format("현 작업 정보({0}~{1})", sd.ToString("HH:mm:ss"), ed.ToString("HH:mm:ss"));
|
||||
label2.Text = string.Format("Current work information ({0}~{1})", sd.ToString("HH:mm:ss"), ed.ToString("HH:mm:ss"));
|
||||
|
||||
//현작업
|
||||
var ta = new DataSet1TableAdapters.K4EE_Component_Reel_ResultTableAdapter();
|
||||
@@ -75,7 +75,7 @@ namespace Project.Dialog
|
||||
//당일작업
|
||||
sd = DateTime.Parse(sd.ToShortDateString() + " 00:00:00");
|
||||
ed = DateTime.Parse(sd.ToShortDateString() + " 23:59:59");
|
||||
label3.Text = $"당일({sd.ToShortDateString()}) 작업 정보";
|
||||
label3.Text = $"Daily ({sd.ToShortDateString()}) work information";
|
||||
var listday = ta.GetByValid(sd, ed, AR.SETTING.Data.McName);
|
||||
UpdateList(listday, dataGridView3, dataGridView4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user