=====* unimarc *=====

기능 작업 완료
테스트 작업 진행중

홈 탭 완료
목록집계 진행중 (인쇄)
This commit is contained in:
SeungHo Yang
2021-11-22 18:34:59 +09:00
parent e79555bfcb
commit d3ad66cf1f
50 changed files with 5619 additions and 3921 deletions

View File

@@ -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);