This commit is contained in:
chi
2021-11-04 17:07:42 +09:00
parent 80d54a8763
commit 2b2bbcb841
9 changed files with 481 additions and 288 deletions

View File

@@ -48,9 +48,11 @@
System.Windows.Forms.Label label9;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label11;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = 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();
@@ -97,6 +99,8 @@
this.cmbPart = new System.Windows.Forms.ComboBox();
this.arLabel1 = new arCtl.arLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tbDue = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
@@ -196,6 +200,8 @@
label9 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label10 = new System.Windows.Forms.Label();
label5 = 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();
@@ -376,7 +382,7 @@
//
label8.AutoSize = true;
label8.Font = new System.Drawing.Font("맑은 고딕", 12F);
label8.Location = new System.Drawing.Point(50, 132);
label8.Location = new System.Drawing.Point(305, 66);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(42, 21);
label8.TabIndex = 87;
@@ -396,7 +402,7 @@
//
label7.AutoSize = true;
label7.Font = new System.Drawing.Font("맑은 고딕", 12F);
label7.Location = new System.Drawing.Point(50, 165);
label7.Location = new System.Drawing.Point(305, 99);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(42, 21);
label7.TabIndex = 89;
@@ -412,6 +418,26 @@
label10.TabIndex = 90;
label10.Text = "SCR/CF# Due Date";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(39, 171);
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(46, 12);
label5.TabIndex = 92;
label5.Text = "Model#";
//
// label11
//
label11.AutoSize = true;
label11.Location = new System.Drawing.Point(300, 172);
label11.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label11.Name = "label11";
label11.Size = new System.Drawing.Size(43, 12);
label11.TabIndex = 94;
label11.Text = "Serial#";
//
// tbIdx
//
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
@@ -476,7 +502,7 @@
this.usermainTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.usermainTextBox.Location = new System.Drawing.Point(98, 63);
this.usermainTextBox.Name = "usermainTextBox";
this.usermainTextBox.Size = new System.Drawing.Size(440, 29);
this.usermainTextBox.Size = new System.Drawing.Size(185, 29);
this.usermainTextBox.TabIndex = 25;
//
// usersubTextBox
@@ -486,7 +512,7 @@
this.usersubTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.usersubTextBox.Location = new System.Drawing.Point(98, 96);
this.usersubTextBox.Name = "usersubTextBox";
this.usersubTextBox.Size = new System.Drawing.Size(440, 29);
this.usersubTextBox.Size = new System.Drawing.Size(185, 29);
this.usersubTextBox.TabIndex = 27;
//
// userManagerTextBox
@@ -772,8 +798,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle9;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -836,7 +862,7 @@
this.panel7.Controls.Add(reqstaffLabel);
this.panel7.Controls.Add(this.cmbProcess);
this.panel7.Controls.Add(label1);
this.panel7.Location = new System.Drawing.Point(6, 182);
this.panel7.Location = new System.Drawing.Point(6, 230);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(547, 64);
this.panel7.TabIndex = 85;
@@ -901,6 +927,10 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
this.panel1.Controls.Add(label11);
this.panel1.Controls.Add(this.textBox6);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(label10);
this.panel1.Controls.Add(this.tbDue);
this.panel1.Controls.Add(this.checkBox2);
@@ -921,8 +951,27 @@
this.panel1.Controls.Add(this.tbIdx);
this.panel1.Location = new System.Drawing.Point(6, 6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(547, 169);
this.panel1.Size = new System.Drawing.Size(547, 210);
this.panel1.TabIndex = 86;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// textBox6
//
this.textBox6.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "serial", true));
this.textBox6.Location = new System.Drawing.Point(350, 168);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(190, 21);
this.textBox6.TabIndex = 95;
this.textBox6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox1
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "model", true));
this.textBox1.Location = new System.Drawing.Point(93, 166);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(190, 21);
this.textBox1.TabIndex = 93;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// tbDue
//
@@ -1037,9 +1086,9 @@
this.panel5.Controls.Add(this.usermainTextBox);
this.panel5.Controls.Add(userManagerLabel);
this.panel5.Controls.Add(this.userManagerTextBox);
this.panel5.Location = new System.Drawing.Point(6, 252);
this.panel5.Location = new System.Drawing.Point(6, 300);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(547, 203);
this.panel5.Size = new System.Drawing.Size(547, 131);
this.panel5.TabIndex = 85;
//
// textBox5
@@ -1047,9 +1096,9 @@
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
this.textBox5.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox5.Location = new System.Drawing.Point(98, 162);
this.textBox5.Location = new System.Drawing.Point(353, 96);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(440, 29);
this.textBox5.Size = new System.Drawing.Size(185, 29);
this.textBox5.TabIndex = 90;
//
// textBox3
@@ -1057,9 +1106,9 @@
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userhw2", true));
this.textBox3.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox3.Location = new System.Drawing.Point(98, 129);
this.textBox3.Location = new System.Drawing.Point(353, 63);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(440, 29);
this.textBox3.Size = new System.Drawing.Size(185, 29);
this.textBox3.TabIndex = 88;
//
// arLabel3
@@ -1952,8 +2001,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle10;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
@@ -2375,5 +2424,7 @@
private System.Windows.Forms.BindingSource bsTodo;
private dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter taToDo;
private System.Windows.Forms.TextBox tbDue;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox6;
}
}