feat: 품목정보 상세 패널 추가 및 프로젝트/근태/권한 기능 확장
- Items: 우측에 이미지, 담당자, 입고/발주내역 패널 추가 (fItems 윈폼 동일) - Project: 목록 및 상세 다이얼로그 구현 - Kuntae: 오류검사/수정 기능 추가 - UserAuth: 사용자 권한 관리 페이지 추가 - UserGroup: 그룹정보 다이얼로그로 전환 - Header: 사용자 메뉴 서브메뉴 방향 수정, 즐겨찾기 기능 - Backend API: Items 상세/담당자/구매내역, 근태 오류검사, 프로젝트 목록 등 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
18
Project/fMain.Designer.cs
generated
18
Project/fMain.Designer.cs
generated
@@ -292,6 +292,7 @@
|
||||
//
|
||||
// itemsToolStripMenuItem
|
||||
//
|
||||
this.itemsToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.itemsToolStripMenuItem.Name = "itemsToolStripMenuItem";
|
||||
this.itemsToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.itemsToolStripMenuItem.Text = "품목정보";
|
||||
@@ -305,40 +306,46 @@
|
||||
this.권한설정ToolStripMenuItem,
|
||||
this.toolStripMenuItem12,
|
||||
this.그룹정보ToolStripMenuItem});
|
||||
this.userInfoToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.userInfoToolStripMenuItem.Name = "userInfoToolStripMenuItem";
|
||||
this.userInfoToolStripMenuItem.Size = new System.Drawing.Size(153, 24);
|
||||
this.userInfoToolStripMenuItem.Text = "사용자";
|
||||
//
|
||||
// userAccountToolStripMenuItem
|
||||
//
|
||||
this.userAccountToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.userAccountToolStripMenuItem.Name = "userAccountToolStripMenuItem";
|
||||
this.userAccountToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||
this.userAccountToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
|
||||
this.userAccountToolStripMenuItem.Text = "계정정보";
|
||||
this.userAccountToolStripMenuItem.Click += new System.EventHandler(this.userAccountToolStripMenuItem_Click);
|
||||
//
|
||||
// myAccouserToolStripMenuItem
|
||||
//
|
||||
this.myAccouserToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.myAccouserToolStripMenuItem.Name = "myAccouserToolStripMenuItem";
|
||||
this.myAccouserToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||
this.myAccouserToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
|
||||
this.myAccouserToolStripMenuItem.Text = "계정목록";
|
||||
this.myAccouserToolStripMenuItem.Click += new System.EventHandler(this.myAccouserToolStripMenuItem_Click);
|
||||
//
|
||||
// 권한설정ToolStripMenuItem
|
||||
//
|
||||
this.권한설정ToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.권한설정ToolStripMenuItem.Name = "권한설정ToolStripMenuItem";
|
||||
this.권한설정ToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||
this.권한설정ToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
|
||||
this.권한설정ToolStripMenuItem.Text = "권한설정";
|
||||
this.권한설정ToolStripMenuItem.Click += new System.EventHandler(this.권한설정ToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem12
|
||||
//
|
||||
this.toolStripMenuItem12.ForeColor = System.Drawing.Color.Blue;
|
||||
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
|
||||
this.toolStripMenuItem12.Size = new System.Drawing.Size(131, 6);
|
||||
this.toolStripMenuItem12.Size = new System.Drawing.Size(149, 6);
|
||||
//
|
||||
// 그룹정보ToolStripMenuItem
|
||||
//
|
||||
this.그룹정보ToolStripMenuItem.ForeColor = System.Drawing.Color.Blue;
|
||||
this.그룹정보ToolStripMenuItem.Name = "그룹정보ToolStripMenuItem";
|
||||
this.그룹정보ToolStripMenuItem.Size = new System.Drawing.Size(134, 24);
|
||||
this.그룹정보ToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
|
||||
this.그룹정보ToolStripMenuItem.Text = "그룹정보";
|
||||
this.그룹정보ToolStripMenuItem.Click += new System.EventHandler(this.그룹정보ToolStripMenuItem_Click);
|
||||
//
|
||||
@@ -351,6 +358,7 @@
|
||||
//
|
||||
// mn_kuntae
|
||||
//
|
||||
this.mn_kuntae.ForeColor = System.Drawing.Color.Blue;
|
||||
this.mn_kuntae.Name = "mn_kuntae";
|
||||
this.mn_kuntae.Size = new System.Drawing.Size(153, 24);
|
||||
this.mn_kuntae.Text = "월별 근무표";
|
||||
|
||||
Reference in New Issue
Block a user