비용절감에 bef,aft 시간 항목 추가
This commit is contained in:
@@ -46,6 +46,8 @@
|
||||
System.Windows.Forms.Label label7;
|
||||
System.Windows.Forms.Label label8;
|
||||
System.Windows.Forms.Label label9;
|
||||
System.Windows.Forms.Label label10;
|
||||
System.Windows.Forms.Label label11;
|
||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSaveCostData));
|
||||
this.tbIdx = new System.Windows.Forms.TextBox();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
@@ -89,6 +91,8 @@
|
||||
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
||||
this.arLabel2 = new arCtl.arLabel();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.arLabel5 = new arCtl.arLabel();
|
||||
this.arLabel6 = new arCtl.arLabel();
|
||||
this.arPanel1 = new arCtl.arPanel();
|
||||
@@ -116,6 +120,8 @@
|
||||
label7 = new System.Windows.Forms.Label();
|
||||
label8 = new System.Windows.Forms.Label();
|
||||
label9 = new System.Windows.Forms.Label();
|
||||
label10 = new System.Windows.Forms.Label();
|
||||
label11 = new System.Windows.Forms.Label();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
@@ -286,6 +292,26 @@
|
||||
label9.TabIndex = 22;
|
||||
label9.Text = "Sub Category";
|
||||
//
|
||||
// label10
|
||||
//
|
||||
label10.AutoSize = true;
|
||||
label10.ForeColor = System.Drawing.Color.Blue;
|
||||
label10.Location = new System.Drawing.Point(205, 64);
|
||||
label10.Name = "label10";
|
||||
label10.Size = new System.Drawing.Size(72, 12);
|
||||
label10.TabIndex = 89;
|
||||
label10.Text = "적용전(min)";
|
||||
//
|
||||
// label11
|
||||
//
|
||||
label11.AutoSize = true;
|
||||
label11.ForeColor = System.Drawing.Color.Blue;
|
||||
label11.Location = new System.Drawing.Point(371, 63);
|
||||
label11.Name = "label11";
|
||||
label11.Size = new System.Drawing.Size(72, 12);
|
||||
label11.TabIndex = 87;
|
||||
label11.Text = "적용후(min)";
|
||||
//
|
||||
// tbIdx
|
||||
//
|
||||
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
|
||||
@@ -792,6 +818,10 @@
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.Gainsboro;
|
||||
this.panel3.Controls.Add(this.textBox3);
|
||||
this.panel3.Controls.Add(label10);
|
||||
this.panel3.Controls.Add(this.textBox4);
|
||||
this.panel3.Controls.Add(label11);
|
||||
this.panel3.Controls.Add(this.arLabel5);
|
||||
this.panel3.Controls.Add(this.costeTextBox);
|
||||
this.panel3.Controls.Add(this.cntTextBox);
|
||||
@@ -806,6 +836,26 @@
|
||||
this.panel3.Size = new System.Drawing.Size(546, 85);
|
||||
this.panel3.TabIndex = 86;
|
||||
//
|
||||
// textBox3
|
||||
//
|
||||
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bef_time", true));
|
||||
this.textBox3.ForeColor = System.Drawing.Color.Blue;
|
||||
this.textBox3.Location = new System.Drawing.Point(281, 59);
|
||||
this.textBox3.Name = "textBox3";
|
||||
this.textBox3.Size = new System.Drawing.Size(88, 21);
|
||||
this.textBox3.TabIndex = 90;
|
||||
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// textBox4
|
||||
//
|
||||
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "aft_time", true));
|
||||
this.textBox4.ForeColor = System.Drawing.Color.Blue;
|
||||
this.textBox4.Location = new System.Drawing.Point(444, 59);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.Size = new System.Drawing.Size(88, 21);
|
||||
this.textBox4.TabIndex = 88;
|
||||
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// arLabel5
|
||||
//
|
||||
this.arLabel5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
|
||||
@@ -845,7 +895,7 @@
|
||||
this.arLabel5.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
|
||||
this.arLabel5.Size = new System.Drawing.Size(546, 23);
|
||||
this.arLabel5.TabIndex = 86;
|
||||
this.arLabel5.Text = "비용";
|
||||
this.arLabel5.Text = "비용 / 시간";
|
||||
this.arLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.arLabel5.TextShadow = true;
|
||||
this.arLabel5.TextVisible = true;
|
||||
@@ -932,6 +982,7 @@
|
||||
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
|
||||
this.tam.EETGW_NoteTableAdapter = null;
|
||||
this.tam.EETGW_ProjecthistoryDTableAdapter = null;
|
||||
this.tam.EETGW_ProjectsScheduleTableAdapter = null;
|
||||
this.tam.EETGW_ProjectToDoTableAdapter = null;
|
||||
this.tam.EETGW_SaveCostTableAdapter = null;
|
||||
this.tam.JobReportTableAdapter = null;
|
||||
@@ -1148,5 +1199,7 @@
|
||||
private System.Windows.Forms.ComboBox cmbWorkgrp;
|
||||
private System.Windows.Forms.CheckBox weeklyCheckBox;
|
||||
private System.Windows.Forms.CheckBox fanoutCheckBox;
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
}
|
||||
}
|
||||
@@ -168,6 +168,12 @@
|
||||
<metadata name="label9.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label10.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="label11.GenerateMember" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>False</value>
|
||||
</metadata>
|
||||
<metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
|
||||
<value>100, 17</value>
|
||||
</metadata>
|
||||
|
||||
Reference in New Issue
Block a user