전자실 자료 입력화면 dialog 방식 해제

This commit is contained in:
chi
2021-02-05 08:29:14 +09:00
parent 8fbee34f90
commit 0e4f3d84d4
12 changed files with 292 additions and 206 deletions

View File

@@ -40,6 +40,7 @@
System.Windows.Forms.Label assetLabel;
System.Windows.Forms.Label poLabel;
System.Windows.Forms.Label deptLabel;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchase_Add));
System.Windows.Forms.Label label1;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label4;
@@ -224,6 +225,7 @@
deptLabel.Size = new System.Drawing.Size(39, 20);
deptLabel.TabIndex = 27;
deptLabel.Text = "비고";
this.toolTip1.SetToolTip(deptLabel, resources.GetString("deptLabel.ToolTip"));
//
// label1
//
@@ -398,6 +400,7 @@
this.tbProject.Name = "tbProject";
this.tbProject.Size = new System.Drawing.Size(311, 27);
this.tbProject.TabIndex = 25;
this.toolTip1.SetToolTip(this.tbProject, "관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 것들");
//
// tbProjectIndex
//
@@ -430,6 +433,7 @@
this.tbBigo.Size = new System.Drawing.Size(381, 188);
this.tbBigo.TabIndex = 28;
this.tbBigo.TabStop = false;
this.toolTip1.SetToolTip(this.tbBigo, resources.GetString("tbBigo.ToolTip"));
//
// dtPdate
//
@@ -626,6 +630,7 @@
this.button3.Size = new System.Drawing.Size(80, 27);
this.button3.TabIndex = 34;
this.button3.Text = "프로젝트";
this.toolTip1.SetToolTip(this.button3, "관련 프로젝트에서 선택하여 입력, 가공 파트 및 명확히 프로젝트에 한정되어 구매되는 것들");
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//