SFI 계산기능 추가

This commit is contained in:
chi
2023-05-17 08:18:05 +09:00
parent ba717f542a
commit a74a47b582
16 changed files with 1215 additions and 412 deletions

View File

@@ -49,7 +49,6 @@
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label11;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSaveCostData));
System.Windows.Forms.Label label12;
this.tbIdx = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
@@ -92,6 +91,7 @@
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.arLabel2 = new arCtl.arLabel();
this.panel3 = new System.Windows.Forms.Panel();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.arLabel5 = new arCtl.arLabel();
@@ -104,7 +104,7 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.arLabel7 = new arCtl.arLabel();
this.ta = new FPJ0000.dsPRJTableAdapters.EETGW_SaveCostTableAdapter();
this.textBox5 = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
userManagerLabel = new System.Windows.Forms.Label();
@@ -124,7 +124,6 @@
label9 = new System.Windows.Forms.Label();
label10 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
label12 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
@@ -503,6 +502,7 @@
//
this.bindingNavigatorPositionItem.AccessibleName = "위치";
this.bindingNavigatorPositionItem.AutoSize = false;
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem.Text = "0";
@@ -820,8 +820,8 @@
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Gainsboro;
this.panel3.Controls.Add(this.linkLabel1);
this.panel3.Controls.Add(this.textBox5);
this.panel3.Controls.Add(label12);
this.panel3.Controls.Add(this.textBox3);
this.panel3.Controls.Add(label10);
this.panel3.Controls.Add(this.textBox4);
@@ -840,6 +840,15 @@
this.panel3.Size = new System.Drawing.Size(546, 113);
this.panel3.TabIndex = 86;
//
// textBox5
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sfi", true));
this.textBox5.Location = new System.Drawing.Point(93, 86);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(88, 21);
this.textBox5.TabIndex = 92;
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bef_time", true));
@@ -1117,23 +1126,16 @@
//
this.ta.ClearBeforeFill = true;
//
// textBox5
// linkLabel1
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sfi", true));
this.textBox5.Location = new System.Drawing.Point(93, 86);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(88, 21);
this.textBox5.TabIndex = 92;
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label12
//
label12.AutoSize = true;
label12.Location = new System.Drawing.Point(62, 91);
label12.Name = "label12";
label12.Size = new System.Drawing.Size(23, 12);
label12.TabIndex = 91;
label12.Text = "SFI";
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(62, 90);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(23, 12);
this.linkLabel1.TabIndex = 93;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "SFI";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// fSaveCostData
//
@@ -1225,5 +1227,6 @@
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}