This commit is contained in:
chi
2021-02-17 11:59:26 +09:00
parent 52f792cb0c
commit fc25ac4cca
25 changed files with 787 additions and 461 deletions

View File

@@ -58,8 +58,8 @@
this.dsPRJ = new FPJ0000.dsPRJ();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.reqstaffTextBox = new System.Windows.Forms.TextBox();
this.sdateTextBox = new System.Windows.Forms.TextBox();
this.edateTextBox = new System.Windows.Forms.TextBox();
this.tbSdate = new System.Windows.Forms.TextBox();
this.tbEdate = new System.Windows.Forms.TextBox();
this.usermainTextBox = new System.Windows.Forms.TextBox();
this.usersubTextBox = new System.Windows.Forms.TextBox();
this.userManagerTextBox = new System.Windows.Forms.TextBox();
@@ -68,7 +68,7 @@
this.costeTextBox = new System.Windows.Forms.TextBox();
this.cntTextBox = new System.Windows.Forms.TextBox();
this.remark_reqTextBox = new System.Windows.Forms.TextBox();
this.ddateTextBox = new System.Windows.Forms.TextBox();
this.tbXdate = new System.Windows.Forms.TextBox();
this.assetTextBox = new System.Windows.Forms.TextBox();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
@@ -94,7 +94,7 @@
this.bsHistWeek = new System.Windows.Forms.BindingSource(this.components);
this.cmbProcess = new System.Windows.Forms.ComboBox();
this.cmbState = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tbODate = new System.Windows.Forms.TextBox();
this.panel7 = new System.Windows.Forms.Panel();
this.cmbPart = new System.Windows.Forms.ComboBox();
this.arLabel1 = new arCtl.arLabel();
@@ -488,23 +488,23 @@
this.reqstaffTextBox.Size = new System.Drawing.Size(113, 21);
this.reqstaffTextBox.TabIndex = 9;
//
// sdateTextBox
// tbSdate
//
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
this.sdateTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.sdateTextBox.Location = new System.Drawing.Point(93, 31);
this.sdateTextBox.Name = "sdateTextBox";
this.sdateTextBox.Size = new System.Drawing.Size(190, 21);
this.sdateTextBox.TabIndex = 11;
this.tbSdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
this.tbSdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbSdate.Location = new System.Drawing.Point(93, 31);
this.tbSdate.Name = "tbSdate";
this.tbSdate.Size = new System.Drawing.Size(190, 21);
this.tbSdate.TabIndex = 11;
//
// edateTextBox
// tbEdate
//
this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
this.edateTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.edateTextBox.Location = new System.Drawing.Point(341, 58);
this.edateTextBox.Name = "edateTextBox";
this.edateTextBox.Size = new System.Drawing.Size(190, 21);
this.edateTextBox.TabIndex = 13;
this.tbEdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
this.tbEdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbEdate.Location = new System.Drawing.Point(341, 58);
this.tbEdate.Name = "tbEdate";
this.tbEdate.Size = new System.Drawing.Size(190, 21);
this.tbEdate.TabIndex = 13;
//
// usermainTextBox
//
@@ -586,14 +586,14 @@
this.remark_reqTextBox.Size = new System.Drawing.Size(485, 280);
this.remark_reqTextBox.TabIndex = 49;
//
// ddateTextBox
// tbXdate
//
this.ddateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ddate", true));
this.ddateTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.ddateTextBox.Location = new System.Drawing.Point(341, 31);
this.ddateTextBox.Name = "ddateTextBox";
this.ddateTextBox.Size = new System.Drawing.Size(190, 21);
this.ddateTextBox.TabIndex = 53;
this.tbXdate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "ddate", true));
this.tbXdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbXdate.Location = new System.Drawing.Point(341, 31);
this.tbXdate.Name = "tbXdate";
this.tbXdate.Size = new System.Drawing.Size(190, 21);
this.tbXdate.TabIndex = 53;
//
// assetTextBox
//
@@ -671,6 +671,7 @@
//
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";
@@ -852,14 +853,14 @@
this.cmbState.Size = new System.Drawing.Size(127, 20);
this.cmbState.TabIndex = 5;
//
// textBox1
// tbODate
//
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
this.textBox1.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox1.Location = new System.Drawing.Point(93, 58);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(190, 21);
this.textBox1.TabIndex = 79;
this.tbODate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
this.tbODate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbODate.Location = new System.Drawing.Point(93, 58);
this.tbODate.Name = "tbODate";
this.tbODate.Size = new System.Drawing.Size(190, 21);
this.tbODate.TabIndex = 79;
//
// panel7
//
@@ -1154,10 +1155,10 @@
this.panel2.Controls.Add(this.linkLabel3);
this.panel2.Controls.Add(this.linkLabel2);
this.panel2.Controls.Add(this.arLabel4);
this.panel2.Controls.Add(this.sdateTextBox);
this.panel2.Controls.Add(this.ddateTextBox);
this.panel2.Controls.Add(this.edateTextBox);
this.panel2.Controls.Add(this.textBox1);
this.panel2.Controls.Add(this.tbSdate);
this.panel2.Controls.Add(this.tbXdate);
this.panel2.Controls.Add(this.tbEdate);
this.panel2.Controls.Add(this.tbODate);
this.panel2.Location = new System.Drawing.Point(6, 461);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(547, 94);
@@ -1485,6 +1486,7 @@
//
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";
@@ -1590,7 +1592,7 @@
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 257);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(500, 355);
this.panel4.Size = new System.Drawing.Size(516, 355);
this.panel4.TabIndex = 90;
//
// rtBef
@@ -1599,7 +1601,7 @@
this.rtBef.Location = new System.Drawing.Point(0, 23);
this.rtBef.Name = "rtBef";
this.rtBef.ReadOnly = true;
this.rtBef.Size = new System.Drawing.Size(500, 332);
this.rtBef.Size = new System.Drawing.Size(516, 332);
this.rtBef.TabIndex = 87;
this.rtBef.Text = "";
this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
@@ -1642,7 +1644,7 @@
this.arLabel8.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel8.SignColor = System.Drawing.Color.Yellow;
this.arLabel8.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel8.Size = new System.Drawing.Size(500, 23);
this.arLabel8.Size = new System.Drawing.Size(516, 23);
this.arLabel8.TabIndex = 86;
this.arLabel8.Text = "개선 전";
this.arLabel8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1664,7 +1666,7 @@
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 254F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1012, 615);
this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 615);
this.tableLayoutPanel1.TabIndex = 91;
//
// panel8
@@ -1673,9 +1675,9 @@
this.panel8.Controls.Add(this.rtDesc);
this.panel8.Controls.Add(this.arLabel11);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(509, 3);
this.panel8.Location = new System.Drawing.Point(525, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(500, 248);
this.panel8.Size = new System.Drawing.Size(516, 248);
this.panel8.TabIndex = 94;
//
// rtDesc
@@ -1684,7 +1686,7 @@
this.rtDesc.Location = new System.Drawing.Point(0, 23);
this.rtDesc.Name = "rtDesc";
this.rtDesc.ReadOnly = true;
this.rtDesc.Size = new System.Drawing.Size(500, 225);
this.rtDesc.Size = new System.Drawing.Size(516, 225);
this.rtDesc.TabIndex = 87;
this.rtDesc.Text = "";
this.rtDesc.Click += new System.EventHandler(this.rtBack_Click);
@@ -1727,7 +1729,7 @@
this.arLabel11.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel11.SignColor = System.Drawing.Color.Yellow;
this.arLabel11.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel11.Size = new System.Drawing.Size(500, 23);
this.arLabel11.Size = new System.Drawing.Size(516, 23);
this.arLabel11.TabIndex = 86;
this.arLabel11.Text = "완료내역";
this.arLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1758,7 +1760,7 @@
this.arPanel3.ProgressValue = 0F;
this.arPanel3.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.arPanel3.ShowBorder = true;
this.arPanel3.Size = new System.Drawing.Size(500, 248);
this.arPanel3.Size = new System.Drawing.Size(516, 248);
this.arPanel3.TabIndex = 92;
this.arPanel3.Text = "arPanel3";
this.arPanel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1771,7 +1773,7 @@
this.rtBack.Location = new System.Drawing.Point(1, 24);
this.rtBack.Name = "rtBack";
this.rtBack.ReadOnly = true;
this.rtBack.Size = new System.Drawing.Size(498, 223);
this.rtBack.Size = new System.Drawing.Size(514, 223);
this.rtBack.TabIndex = 87;
this.rtBack.Text = "";
this.rtBack.Click += new System.EventHandler(this.rtBack_Click);
@@ -1814,7 +1816,7 @@
this.arLabel10.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel10.SignColor = System.Drawing.Color.Yellow;
this.arLabel10.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel10.Size = new System.Drawing.Size(498, 23);
this.arLabel10.Size = new System.Drawing.Size(514, 23);
this.arLabel10.TabIndex = 86;
this.arLabel10.Text = "개선 배경";
this.arLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -1827,9 +1829,9 @@
this.panel6.Controls.Add(this.rtAft);
this.panel6.Controls.Add(this.arLabel9);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(509, 257);
this.panel6.Location = new System.Drawing.Point(525, 257);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(500, 355);
this.panel6.Size = new System.Drawing.Size(516, 355);
this.panel6.TabIndex = 90;
//
// rtAft
@@ -1838,7 +1840,7 @@
this.rtAft.Location = new System.Drawing.Point(0, 23);
this.rtAft.Name = "rtAft";
this.rtAft.ReadOnly = true;
this.rtAft.Size = new System.Drawing.Size(500, 332);
this.rtAft.Size = new System.Drawing.Size(516, 332);
this.rtAft.TabIndex = 87;
this.rtAft.Text = "";
this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
@@ -1881,7 +1883,7 @@
this.arLabel9.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel9.SignColor = System.Drawing.Color.Yellow;
this.arLabel9.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel9.Size = new System.Drawing.Size(500, 23);
this.arLabel9.Size = new System.Drawing.Size(516, 23);
this.arLabel9.TabIndex = 86;
this.arLabel9.Text = "개선 후";
this.arLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2104,6 +2106,7 @@
//
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";
@@ -2171,7 +2174,7 @@
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(1018, 653);
this.tabPage2.Size = new System.Drawing.Size(1050, 653);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "완료내역";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -2213,7 +2216,7 @@
this.arLabel12.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel12.SignColor = System.Drawing.Color.Yellow;
this.arLabel12.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel12.Size = new System.Drawing.Size(1012, 32);
this.arLabel12.Size = new System.Drawing.Size(1044, 32);
this.arLabel12.TabIndex = 92;
this.arLabel12.Text = "내역을 편집하려면 각 창을 \"더블클릭\" 하세요.";
this.arLabel12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -2225,7 +2228,7 @@
this.tabPage5.Controls.Add(this.arPanel5);
this.tabPage5.Location = new System.Drawing.Point(4, 22);
this.tabPage5.Name = "tabPage5";
this.tabPage5.Size = new System.Drawing.Size(1018, 653);
this.tabPage5.Size = new System.Drawing.Size(1050, 653);
this.tabPage5.TabIndex = 2;
this.tabPage5.Text = "TODO";
this.tabPage5.UseVisualStyleBackColor = true;
@@ -2255,7 +2258,7 @@
this.arPanel5.ProgressValue = 0F;
this.arPanel5.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.arPanel5.ShowBorder = true;
this.arPanel5.Size = new System.Drawing.Size(1018, 653);
this.arPanel5.Size = new System.Drawing.Size(1050, 653);
this.arPanel5.TabIndex = 91;
this.arPanel5.Text = "arPanel5";
this.arPanel5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -2297,7 +2300,7 @@
this.dataGridView3.RowHeadersVisible = false;
this.dataGridView3.RowTemplate.Height = 23;
this.dataGridView3.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
this.dataGridView3.Size = new System.Drawing.Size(1016, 469);
this.dataGridView3.Size = new System.Drawing.Size(1048, 469);
this.dataGridView3.TabIndex = 0;
//
// sort
@@ -2372,7 +2375,7 @@
this.panel9.Dock = System.Windows.Forms.DockStyle.Top;
this.panel9.Location = new System.Drawing.Point(1, 1);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(1016, 157);
this.panel9.Size = new System.Drawing.Size(1048, 157);
this.panel9.TabIndex = 88;
this.panel9.Paint += new System.Windows.Forms.PaintEventHandler(this.panel9_Paint);
//
@@ -2404,7 +2407,7 @@
this.bnTodo.MovePreviousItem = this.toolStripButton9;
this.bnTodo.Name = "bnTodo";
this.bnTodo.PositionItem = this.toolStripTextBox2;
this.bnTodo.Size = new System.Drawing.Size(1016, 25);
this.bnTodo.Size = new System.Drawing.Size(1048, 25);
this.bnTodo.TabIndex = 87;
this.bnTodo.Text = "bindingNavigator3";
//
@@ -2442,6 +2445,7 @@
//
this.toolStripTextBox2.AccessibleName = "위치";
this.toolStripTextBox2.AutoSize = false;
this.toolStripTextBox2.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.toolStripTextBox2.Name = "toolStripTextBox2";
this.toolStripTextBox2.Size = new System.Drawing.Size(50, 23);
this.toolStripTextBox2.Text = "0";
@@ -2596,8 +2600,8 @@
private System.Windows.Forms.TextBox tbIdx;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox reqstaffTextBox;
private System.Windows.Forms.TextBox sdateTextBox;
private System.Windows.Forms.TextBox edateTextBox;
private System.Windows.Forms.TextBox tbSdate;
private System.Windows.Forms.TextBox tbEdate;
private System.Windows.Forms.TextBox usermainTextBox;
private System.Windows.Forms.TextBox usersubTextBox;
private System.Windows.Forms.TextBox userManagerTextBox;
@@ -2606,7 +2610,7 @@
private System.Windows.Forms.TextBox costeTextBox;
private System.Windows.Forms.TextBox cntTextBox;
private System.Windows.Forms.TextBox remark_reqTextBox;
private System.Windows.Forms.TextBox ddateTextBox;
private System.Windows.Forms.TextBox tbXdate;
private System.Windows.Forms.TextBox assetTextBox;
private System.Windows.Forms.BindingNavigator bn;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
@@ -2628,7 +2632,7 @@
private System.Windows.Forms.ToolStripButton btIO;
private System.Windows.Forms.ComboBox cmbProcess;
private System.Windows.Forms.ComboBox cmbState;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox tbODate;
private System.Windows.Forms.Panel panel7;
private arCtl.arLabel arLabel1;
private System.Windows.Forms.Panel panel1;