=====* unimarc *=====
기능 작업 완료 테스트 작업 진행중 홈 탭 완료 목록집계 진행중 (인쇄)
This commit is contained in:
@@ -62,7 +62,7 @@ namespace WindowsFormsApp1
|
||||
|
||||
if (result[3] == null) { }
|
||||
else {
|
||||
toolStripLabel2.Text = result[5];
|
||||
toolStripLabel2.Text = result[4];
|
||||
toolStripLabel1.Text = result[3];
|
||||
User = result[3];
|
||||
}
|
||||
@@ -74,7 +74,7 @@ namespace WindowsFormsApp1
|
||||
Settings.Default.compidx = com_idx;
|
||||
Settings.Default.User = toolStripLabel1.Text;
|
||||
|
||||
this.Text = "[ '" + com_idx + "' : " + result[5] + " - " + result[3] + "]";
|
||||
this.Text = "[ '" + com_idx + "' : " + result[4] + " - " + result[3] + "]";
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
@@ -92,9 +92,8 @@ namespace WindowsFormsApp1
|
||||
private void 사용자정보ToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
if (User_Infor != null)
|
||||
{
|
||||
User_Infor.Focus();
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
User_Infor = new User_Infor(this);
|
||||
|
||||
Reference in New Issue
Block a user