This commit is contained in:
chi
2021-10-22 13:05:23 +09:00
parent 92efb1e0a2
commit 6ba7af86ea
10 changed files with 392 additions and 384 deletions

View File

@@ -49,8 +49,8 @@
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label10;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
this.tbIdx = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
@@ -385,12 +385,12 @@
// label9
//
label9.AutoSize = true;
label9.Location = new System.Drawing.Point(356, 118);
label9.Location = new System.Drawing.Point(348, 118);
label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label9.Name = "label9";
label9.Size = new System.Drawing.Size(50, 12);
label9.Size = new System.Drawing.Size(58, 12);
label9.TabIndex = 12;
label9.Text = "CR/CF#";
label9.Text = "SCR/CF#";
//
// label7
//
@@ -405,12 +405,12 @@
// label10
//
label10.AutoSize = true;
label10.Location = new System.Drawing.Point(323, 144);
label10.Location = new System.Drawing.Point(293, 144);
label10.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label10.Name = "label10";
label10.Size = new System.Drawing.Size(83, 12);
label10.Size = new System.Drawing.Size(113, 12);
label10.TabIndex = 90;
label10.Text = "CR# Due Date";
label10.Text = "SCR/CF# Due Date";
//
// tbIdx
//
@@ -563,7 +563,7 @@
this.assetTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "asset", true));
this.assetTextBox.Location = new System.Drawing.Point(93, 57);
this.assetTextBox.Name = "assetTextBox";
this.assetTextBox.Size = new System.Drawing.Size(256, 21);
this.assetTextBox.Size = new System.Drawing.Size(252, 21);
this.assetTextBox.TabIndex = 3;
//
// bn
@@ -772,8 +772,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3;
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle9;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -967,7 +967,7 @@
this.tbPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "path", true));
this.tbPath.Location = new System.Drawing.Point(93, 114);
this.tbPath.Name = "tbPath";
this.tbPath.Size = new System.Drawing.Size(256, 21);
this.tbPath.Size = new System.Drawing.Size(252, 21);
this.tbPath.TabIndex = 11;
//
// textBox2
@@ -976,7 +976,7 @@
this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox2.Location = new System.Drawing.Point(93, 85);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(256, 21);
this.textBox2.Size = new System.Drawing.Size(252, 21);
this.textBox2.TabIndex = 7;
//
// arLabel2
@@ -1952,8 +1952,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;