공정 항목 추가 (업무일지, 프로젝트)
구매내역에 s/c 정렬 기능 추가
This commit is contained in:
24
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
24
SubProject/FPJ0000/Project/fProjectData.Designer.cs
generated
@@ -47,6 +47,7 @@
|
||||
System.Windows.Forms.Label label8;
|
||||
System.Windows.Forms.Label label9;
|
||||
System.Windows.Forms.Label label5;
|
||||
System.Windows.Forms.Label label7;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
|
||||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
||||
this.tbIdx = new System.Windows.Forms.TextBox();
|
||||
@@ -102,6 +103,7 @@
|
||||
this.textBox2 = new System.Windows.Forms.TextBox();
|
||||
this.arLabel2 = new arCtl.arLabel();
|
||||
this.panel5 = new System.Windows.Forms.Panel();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.arLabel3 = new arCtl.arLabel();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
@@ -152,6 +154,7 @@
|
||||
label8 = new System.Windows.Forms.Label();
|
||||
label9 = new System.Windows.Forms.Label();
|
||||
label5 = new System.Windows.Forms.Label();
|
||||
label7 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
@@ -338,6 +341,15 @@
|
||||
label5.TabIndex = 88;
|
||||
label5.Text = "분류";
|
||||
//
|
||||
// label7
|
||||
//
|
||||
label7.AutoSize = true;
|
||||
label7.Location = new System.Drawing.Point(387, 62);
|
||||
label7.Name = "label7";
|
||||
label7.Size = new System.Drawing.Size(29, 12);
|
||||
label7.TabIndex = 89;
|
||||
label7.Text = "공정";
|
||||
//
|
||||
// tbIdx
|
||||
//
|
||||
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
|
||||
@@ -944,6 +956,8 @@
|
||||
// panel5
|
||||
//
|
||||
this.panel5.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.panel5.Controls.Add(label7);
|
||||
this.panel5.Controls.Add(this.textBox5);
|
||||
this.panel5.Controls.Add(label8);
|
||||
this.panel5.Controls.Add(this.textBox3);
|
||||
this.panel5.Controls.Add(this.arLabel3);
|
||||
@@ -958,6 +972,15 @@
|
||||
this.panel5.Size = new System.Drawing.Size(547, 88);
|
||||
this.panel5.TabIndex = 85;
|
||||
//
|
||||
// textBox5
|
||||
//
|
||||
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
|
||||
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.textBox5.Location = new System.Drawing.Point(423, 58);
|
||||
this.textBox5.Name = "textBox5";
|
||||
this.textBox5.Size = new System.Drawing.Size(113, 21);
|
||||
this.textBox5.TabIndex = 90;
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userhw2", true));
|
||||
@@ -1626,5 +1649,6 @@
|
||||
private System.Windows.Forms.LinkLabel linkLabel3;
|
||||
private System.Windows.Forms.LinkLabel linkLabel5;
|
||||
private System.Windows.Forms.LinkLabel linkLabel4;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user