검토기한 항목 추가 , 개인별 스케쥴 현황 변경

This commit is contained in:
chi
2023-02-09 13:38:26 +09:00
parent f5b0e77af3
commit e10610f15f
12 changed files with 1105 additions and 620 deletions

View File

@@ -92,6 +92,7 @@
this.btMailAddr = new System.Windows.Forms.ToolStripButton();
this.btPath = new System.Windows.Forms.ToolStripButton();
this.btSendMail = new System.Windows.Forms.ToolStripButton();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
@@ -136,6 +137,8 @@
this.textBox3 = new System.Windows.Forms.TextBox();
this.arLabel3 = new arCtl.arLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.linkLabel9 = new System.Windows.Forms.LinkLabel();
this.textBox11 = new System.Windows.Forms.TextBox();
this.linkLabel8 = new System.Windows.Forms.LinkLabel();
this.textBox9 = new System.Windows.Forms.TextBox();
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
@@ -210,7 +213,6 @@
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
usermainLabel = new System.Windows.Forms.Label();
@@ -586,7 +588,7 @@
this.tbSdate.Location = new System.Drawing.Point(69, 28);
this.tbSdate.Name = "tbSdate";
this.tbSdate.Size = new System.Drawing.Size(190, 21);
this.tbSdate.TabIndex = 11;
this.tbSdate.TabIndex = 1;
//
// tbEdate
//
@@ -684,7 +686,7 @@
this.tbXdate.Location = new System.Drawing.Point(346, 28);
this.tbXdate.Name = "tbXdate";
this.tbXdate.Size = new System.Drawing.Size(190, 21);
this.tbXdate.TabIndex = 53;
this.tbXdate.TabIndex = 3;
//
// assetTextBox
//
@@ -763,7 +765,6 @@
//
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";
@@ -856,6 +857,15 @@
this.btSendMail.Visible = false;
this.btSendMail.Click += new System.EventHandler(this.btSendMail_Click);
//
// toolStripButton8
//
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(63, 22);
this.toolStripButton8.Text = "스케쥴";
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
//
// dataGridView1
//
this.dataGridView1.AllowUserToAddRows = false;
@@ -956,7 +966,7 @@
this.tbODate.Location = new System.Drawing.Point(346, 51);
this.tbODate.Name = "tbODate";
this.tbODate.Size = new System.Drawing.Size(190, 21);
this.tbODate.TabIndex = 79;
this.tbODate.TabIndex = 7;
//
// panel7
//
@@ -1468,6 +1478,8 @@
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Gainsboro;
this.panel2.Controls.Add(this.linkLabel9);
this.panel2.Controls.Add(this.textBox11);
this.panel2.Controls.Add(this.linkLabel8);
this.panel2.Controls.Add(this.textBox9);
this.panel2.Controls.Add(this.linkLabel7);
@@ -1488,13 +1500,34 @@
this.panel2.Size = new System.Drawing.Size(547, 126);
this.panel2.TabIndex = 86;
//
// linkLabel9
//
this.linkLabel9.AutoSize = true;
this.linkLabel9.Location = new System.Drawing.Point(289, 104);
this.linkLabel9.Name = "linkLabel9";
this.linkLabel9.Size = new System.Drawing.Size(53, 12);
this.linkLabel9.TabIndex = 14;
this.linkLabel9.TabStop = true;
this.linkLabel9.Text = "검토기한";
//
// textBox11
//
this.textBox11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.textBox11.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "kdate", true));
this.textBox11.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox11.Location = new System.Drawing.Point(346, 100);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(190, 21);
this.textBox11.TabIndex = 15;
this.textBox11.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// linkLabel8
//
this.linkLabel8.AutoSize = true;
this.linkLabel8.Location = new System.Drawing.Point(289, 80);
this.linkLabel8.Name = "linkLabel8";
this.linkLabel8.Size = new System.Drawing.Size(53, 12);
this.linkLabel8.TabIndex = 96;
this.linkLabel8.TabIndex = 10;
this.linkLabel8.TabStop = true;
this.linkLabel8.Text = "고객승인";
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
@@ -1506,7 +1539,7 @@
this.textBox9.Location = new System.Drawing.Point(346, 76);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(190, 21);
this.textBox9.TabIndex = 95;
this.textBox9.TabIndex = 11;
//
// linkLabel7
//
@@ -1514,7 +1547,7 @@
this.linkLabel7.Location = new System.Drawing.Point(31, 80);
this.linkLabel7.Name = "linkLabel7";
this.linkLabel7.Size = new System.Drawing.Size(31, 12);
this.linkLabel7.TabIndex = 94;
this.linkLabel7.TabIndex = 8;
this.linkLabel7.TabStop = true;
this.linkLabel7.Text = "Qual";
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
@@ -1526,7 +1559,7 @@
this.textBox8.Location = new System.Drawing.Point(69, 76);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(190, 21);
this.textBox8.TabIndex = 93;
this.textBox8.TabIndex = 9;
//
// linkLabel6
//
@@ -1534,7 +1567,7 @@
this.linkLabel6.Location = new System.Drawing.Point(14, 56);
this.linkLabel6.Name = "linkLabel6";
this.linkLabel6.Size = new System.Drawing.Size(48, 12);
this.linkLabel6.TabIndex = 92;
this.linkLabel6.TabIndex = 4;
this.linkLabel6.TabStop = true;
this.linkLabel6.Text = "Buy-Off";
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
@@ -1546,7 +1579,7 @@
this.textBox7.Location = new System.Drawing.Point(69, 52);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(190, 21);
this.textBox7.TabIndex = 91;
this.textBox7.TabIndex = 5;
//
// linkLabel5
//
@@ -1554,7 +1587,7 @@
this.linkLabel5.Location = new System.Drawing.Point(271, 55);
this.linkLabel5.Name = "linkLabel5";
this.linkLabel5.Size = new System.Drawing.Size(71, 12);
this.linkLabel5.TabIndex = 90;
this.linkLabel5.TabIndex = 6;
this.linkLabel5.TabStop = true;
this.linkLabel5.Text = "출고/설치일";
this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel5_LinkClicked);
@@ -1565,7 +1598,7 @@
this.linkLabel4.Location = new System.Drawing.Point(21, 104);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(41, 12);
this.linkLabel4.TabIndex = 89;
this.linkLabel4.TabIndex = 12;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "완료일";
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
@@ -1576,7 +1609,7 @@
this.linkLabel3.Location = new System.Drawing.Point(301, 32);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(41, 12);
this.linkLabel3.TabIndex = 88;
this.linkLabel3.TabIndex = 2;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "만료일";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
@@ -1587,7 +1620,7 @@
this.linkLabel2.Location = new System.Drawing.Point(21, 34);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(41, 12);
this.linkLabel2.TabIndex = 87;
this.linkLabel2.TabIndex = 0;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "시작일";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
@@ -1870,7 +1903,6 @@
//
this.bindingNavigatorPositionItem1.AccessibleName = "위치";
this.bindingNavigatorPositionItem1.AutoSize = false;
this.bindingNavigatorPositionItem1.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem1.Text = "0";
@@ -2453,7 +2485,6 @@
//
this.toolStripTextBox1.AccessibleName = "위치";
this.toolStripTextBox1.AutoSize = false;
this.toolStripTextBox1.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.toolStripTextBox1.Name = "toolStripTextBox1";
this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
this.toolStripTextBox1.Text = "0";
@@ -2613,15 +2644,6 @@
//
this.taToDo.ClearBeforeFill = true;
//
// toolStripButton8
//
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(63, 22);
this.toolStripButton8.Text = "스케쥴";
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
//
// fProjectData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -2841,5 +2863,7 @@
private System.Windows.Forms.ComboBox cmbReqPlant;
private System.Windows.Forms.TextBox tbPno;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.LinkLabel linkLabel9;
private System.Windows.Forms.TextBox textBox11;
}
}