This commit is contained in:
chi
2024-01-29 11:51:47 +09:00
parent d2c5ed6bd4
commit e9993009a0
10 changed files with 740 additions and 213 deletions

View File

@@ -91,7 +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.tbSFI = new System.Windows.Forms.TextBox();
this.textBox3 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.arLabel5 = new arCtl.arLabel();
@@ -821,7 +821,7 @@
//
this.panel3.BackColor = System.Drawing.Color.Gainsboro;
this.panel3.Controls.Add(this.linkLabel1);
this.panel3.Controls.Add(this.textBox5);
this.panel3.Controls.Add(this.tbSFI);
this.panel3.Controls.Add(this.textBox3);
this.panel3.Controls.Add(label10);
this.panel3.Controls.Add(this.textBox4);
@@ -842,12 +842,12 @@
//
// 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;
this.tbSFI.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sfi", true));
this.tbSFI.Location = new System.Drawing.Point(93, 86);
this.tbSFI.Name = "textBox5";
this.tbSFI.Size = new System.Drawing.Size(88, 21);
this.tbSFI.TabIndex = 92;
this.tbSFI.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox3
//
@@ -1226,7 +1226,7 @@
private System.Windows.Forms.CheckBox fanoutCheckBox;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox tbSFI;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}