프로젝트 데이터 날짜 부분을 binding source 에서 직접연결로 변경함

This commit is contained in:
chi
2025-01-15 08:40:21 +09:00
parent 1c74f81479
commit c80a03a81b
7 changed files with 116 additions and 113 deletions

View File

@@ -124,6 +124,7 @@
typeLabel.Size = new System.Drawing.Size(69, 20);
typeLabel.TabIndex = 11;
typeLabel.Text = "업무형태";
this.toolTip1.SetToolTip(typeLabel, "업무형태 전용 UI를 사용하세요(공용코드:15)");
//
// label1
//
@@ -134,6 +135,7 @@
label1.Size = new System.Drawing.Size(69, 20);
label1.TabIndex = 7;
label1.Text = "요청부서";
this.toolTip1.SetToolTip(label1, "공용코드:13");
//
// projectLabel
//
@@ -166,6 +168,7 @@
stateLabel.Size = new System.Drawing.Size(39, 20);
stateLabel.TabIndex = 3;
stateLabel.Text = "상태";
this.toolTip1.SetToolTip(stateLabel, "공용코드:12");
//
// label5
//
@@ -187,6 +190,7 @@
label3.Size = new System.Drawing.Size(54, 20);
label3.TabIndex = 9;
label3.Text = "패키지";
this.toolTip1.SetToolTip(label3, "공용코드(14)");
//
// label6
//