This commit is contained in:
chi
2024-01-29 15:26:42 +09:00
parent e9993009a0
commit ed37fd6c40
13 changed files with 750 additions and 525 deletions

View File

@@ -91,6 +91,7 @@
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.arLabel2 = new arCtl.arLabel();
this.panel3 = new System.Windows.Forms.Panel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.tbSFI = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
@@ -104,7 +105,6 @@
this.textBox1 = new System.Windows.Forms.TextBox();
this.arLabel7 = new arCtl.arLabel();
this.ta = new FPJ0000.dsPRJTableAdapters.EETGW_SaveCostTableAdapter();
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();
@@ -840,11 +840,22 @@
this.panel3.Size = new System.Drawing.Size(546, 113);
this.panel3.TabIndex = 86;
//
// textBox5
// linkLabel1
//
this.tbSFI.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sfi", true));
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);
//
// tbSFI
//
this.tbSFI.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sfic", true));
this.tbSFI.Location = new System.Drawing.Point(93, 86);
this.tbSFI.Name = "textBox5";
this.tbSFI.Name = "tbSFI";
this.tbSFI.Size = new System.Drawing.Size(88, 21);
this.tbSFI.TabIndex = 92;
this.tbSFI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
@@ -994,6 +1005,7 @@
this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
this.tam.EETGW_NoteTableAdapter = null;
this.tam.EETGW_Project_LayoutTableAdapter = null;
this.tam.EETGW_ProjecthistoryDTableAdapter = null;
this.tam.EETGW_ProjectResonTableAdapter = null;
this.tam.EETGW_ProjectsScheduleTableAdapter = null;
@@ -1008,6 +1020,7 @@
this.tam.ProjectsTableAdapter = null;
this.tam.SPMasterTableAdapter = null;
this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
this.tam.vEETGW_Project_LayoutListTableAdapter = null;
//
// tabControl1
//
@@ -1126,17 +1139,6 @@
//
this.ta.ClearBeforeFill = true;
//
// linkLabel1
//
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
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);