This commit is contained in:
chi
2023-08-11 10:23:58 +09:00
parent c34372e262
commit 940b51b2e8
12 changed files with 1423 additions and 877 deletions

View File

@@ -57,8 +57,8 @@
System.Windows.Forms.Label label16;
System.Windows.Forms.Label label17;
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 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();
@@ -219,6 +219,12 @@
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
this.panel9 = new System.Windows.Forms.Panel();
this.rtIntangle = new System.Windows.Forms.RichTextBox();
this.arLabel7 = new arCtl.arLabel();
this.panel10 = new System.Windows.Forms.Panel();
this.rtTangil = new System.Windows.Forms.RichTextBox();
this.arLabel13 = new arCtl.arLabel();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
usermainLabel = new System.Windows.Forms.Label();
@@ -284,6 +290,8 @@
this.bindingNavigator2.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).BeginInit();
this.panel9.SuspendLayout();
this.panel10.SuspendLayout();
this.SuspendLayout();
//
// nameLabel
@@ -924,8 +932,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -2048,18 +2056,19 @@
this.panel4.Controls.Add(this.rtBef);
this.panel4.Controls.Add(this.arLabel8);
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 257);
this.panel4.Location = new System.Drawing.Point(3, 133);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(606, 379);
this.panel4.Size = new System.Drawing.Size(606, 373);
this.panel4.TabIndex = 90;
//
// rtBef
//
this.rtBef.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtBef.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtBef.Location = new System.Drawing.Point(0, 23);
this.rtBef.Name = "rtBef";
this.rtBef.ReadOnly = true;
this.rtBef.Size = new System.Drawing.Size(606, 356);
this.rtBef.Size = new System.Drawing.Size(606, 350);
this.rtBef.TabIndex = 87;
this.rtBef.Text = "";
this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
@@ -2114,6 +2123,8 @@
this.tableLayoutPanel1.ColumnCount = 2;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel1.Controls.Add(this.panel10, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel9, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel8, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.arPanel3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.panel6, 1, 1);
@@ -2121,9 +2132,10 @@
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 35);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 2;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 254F));
this.tableLayoutPanel1.RowCount = 3;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 130F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 130F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(1224, 639);
this.tableLayoutPanel1.TabIndex = 91;
//
@@ -2135,16 +2147,17 @@
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(615, 3);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(606, 248);
this.panel8.Size = new System.Drawing.Size(606, 124);
this.panel8.TabIndex = 94;
//
// rtDesc
//
this.rtDesc.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtDesc.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtDesc.Location = new System.Drawing.Point(0, 23);
this.rtDesc.Name = "rtDesc";
this.rtDesc.ReadOnly = true;
this.rtDesc.Size = new System.Drawing.Size(606, 225);
this.rtDesc.Size = new System.Drawing.Size(606, 101);
this.rtDesc.TabIndex = 87;
this.rtDesc.Text = "";
this.rtDesc.Click += new System.EventHandler(this.rtBack_Click);
@@ -2189,7 +2202,7 @@
this.arLabel11.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel11.Size = new System.Drawing.Size(606, 23);
this.arLabel11.TabIndex = 86;
this.arLabel11.Text = "완료내역";
this.arLabel11.Text = "개선 후(Method)";
this.arLabel11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel11.TextShadow = true;
this.arLabel11.TextVisible = true;
@@ -2218,7 +2231,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(606, 248);
this.arPanel3.Size = new System.Drawing.Size(606, 124);
this.arPanel3.TabIndex = 92;
this.arPanel3.Text = "arPanel3";
this.arPanel3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -2228,10 +2241,11 @@
// rtBack
//
this.rtBack.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtBack.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtBack.Location = new System.Drawing.Point(1, 24);
this.rtBack.Name = "rtBack";
this.rtBack.ReadOnly = true;
this.rtBack.Size = new System.Drawing.Size(604, 223);
this.rtBack.Size = new System.Drawing.Size(604, 99);
this.rtBack.TabIndex = 87;
this.rtBack.Text = "";
this.rtBack.Click += new System.EventHandler(this.rtBack_Click);
@@ -2276,7 +2290,7 @@
this.arLabel10.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel10.Size = new System.Drawing.Size(604, 23);
this.arLabel10.TabIndex = 86;
this.arLabel10.Text = "개선 배경";
this.arLabel10.Text = "개선 전 (Method)";
this.arLabel10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel10.TextShadow = true;
this.arLabel10.TextVisible = true;
@@ -2287,18 +2301,19 @@
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(615, 257);
this.panel6.Location = new System.Drawing.Point(615, 133);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(606, 379);
this.panel6.Size = new System.Drawing.Size(606, 373);
this.panel6.TabIndex = 90;
//
// rtAft
//
this.rtAft.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtAft.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtAft.Location = new System.Drawing.Point(0, 23);
this.rtAft.Name = "rtAft";
this.rtAft.ReadOnly = true;
this.rtAft.Size = new System.Drawing.Size(606, 356);
this.rtAft.Size = new System.Drawing.Size(606, 350);
this.rtAft.TabIndex = 87;
this.rtAft.Text = "";
this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
@@ -2347,6 +2362,7 @@
this.arLabel9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel9.TextShadow = true;
this.arLabel9.TextVisible = true;
this.arLabel9.Click += new System.EventHandler(this.arLabel9_Click);
//
// tabControl1
//
@@ -2488,8 +2504,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle4;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
@@ -2724,6 +2740,140 @@
//
this.taToDo.ClearBeforeFill = true;
//
// panel9
//
this.panel9.BackColor = System.Drawing.Color.Gainsboro;
this.panel9.Controls.Add(this.rtIntangle);
this.panel9.Controls.Add(this.arLabel7);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(615, 512);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(606, 124);
this.panel9.TabIndex = 95;
//
// rtIntangle
//
this.rtIntangle.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtIntangle.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtIntangle.Location = new System.Drawing.Point(0, 23);
this.rtIntangle.Name = "rtIntangle";
this.rtIntangle.ReadOnly = true;
this.rtIntangle.Size = new System.Drawing.Size(606, 101);
this.rtIntangle.TabIndex = 87;
this.rtIntangle.Text = "";
this.rtIntangle.DoubleClick += new System.EventHandler(this.richTextBox1_DoubleClick);
//
// arLabel7
//
this.arLabel7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
this.arLabel7.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
this.arLabel7.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.arLabel7.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
this.arLabel7.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
this.arLabel7.BorderSize = new System.Windows.Forms.Padding(1);
this.arLabel7.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.arLabel7.Cursor = System.Windows.Forms.Cursors.Arrow;
this.arLabel7.Dock = System.Windows.Forms.DockStyle.Top;
this.arLabel7.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.arLabel7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.arLabel7.GradientEnable = true;
this.arLabel7.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.arLabel7.GradientRepeatBG = false;
this.arLabel7.isButton = false;
this.arLabel7.Location = new System.Drawing.Point(0, 0);
this.arLabel7.MouseDownColor = System.Drawing.Color.Yellow;
this.arLabel7.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.arLabel7.msg = null;
this.arLabel7.Name = "arLabel7";
this.arLabel7.ProgressBorderColor = System.Drawing.Color.Black;
this.arLabel7.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.arLabel7.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.arLabel7.ProgressEnable = false;
this.arLabel7.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.arLabel7.ProgressForeColor = System.Drawing.Color.Black;
this.arLabel7.ProgressMax = 100F;
this.arLabel7.ProgressMin = 0F;
this.arLabel7.ProgressPadding = new System.Windows.Forms.Padding(0);
this.arLabel7.ProgressValue = 0F;
this.arLabel7.ShadowColor = System.Drawing.Color.WhiteSmoke;
this.arLabel7.Sign = "";
this.arLabel7.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel7.SignColor = System.Drawing.Color.Yellow;
this.arLabel7.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel7.Size = new System.Drawing.Size(606, 23);
this.arLabel7.TabIndex = 86;
this.arLabel7.Text = "무형 효과";
this.arLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel7.TextShadow = true;
this.arLabel7.TextVisible = true;
//
// panel10
//
this.panel10.BackColor = System.Drawing.Color.Gainsboro;
this.panel10.Controls.Add(this.rtTangil);
this.panel10.Controls.Add(this.arLabel13);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(3, 512);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(606, 124);
this.panel10.TabIndex = 96;
//
// rtTangil
//
this.rtTangil.Dock = System.Windows.Forms.DockStyle.Fill;
this.rtTangil.Font = new System.Drawing.Font("맑은 고딕", 20F);
this.rtTangil.Location = new System.Drawing.Point(0, 23);
this.rtTangil.Name = "rtTangil";
this.rtTangil.ReadOnly = true;
this.rtTangil.Size = new System.Drawing.Size(606, 101);
this.rtTangil.TabIndex = 87;
this.rtTangil.Text = "";
this.rtTangil.DoubleClick += new System.EventHandler(this.richTextBox2_DoubleClick);
//
// arLabel13
//
this.arLabel13.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(229)))), ((int)(((byte)(231)))));
this.arLabel13.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(209)))), ((int)(((byte)(207)))), ((int)(((byte)(209)))));
this.arLabel13.BackgroundImagePadding = new System.Windows.Forms.Padding(0);
this.arLabel13.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
this.arLabel13.BorderColorOver = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(192)))), ((int)(((byte)(194)))));
this.arLabel13.BorderSize = new System.Windows.Forms.Padding(1);
this.arLabel13.ColorTheme = arCtl.arLabel.eColorTheme.Custom;
this.arLabel13.Cursor = System.Windows.Forms.Cursors.Arrow;
this.arLabel13.Dock = System.Windows.Forms.DockStyle.Top;
this.arLabel13.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.arLabel13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(85)))), ((int)(((byte)(85)))));
this.arLabel13.GradientEnable = true;
this.arLabel13.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.arLabel13.GradientRepeatBG = false;
this.arLabel13.isButton = false;
this.arLabel13.Location = new System.Drawing.Point(0, 0);
this.arLabel13.MouseDownColor = System.Drawing.Color.Yellow;
this.arLabel13.MouseOverColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
this.arLabel13.msg = null;
this.arLabel13.Name = "arLabel13";
this.arLabel13.ProgressBorderColor = System.Drawing.Color.Black;
this.arLabel13.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
this.arLabel13.ProgressColor2 = System.Drawing.Color.DeepSkyBlue;
this.arLabel13.ProgressEnable = false;
this.arLabel13.ProgressFont = new System.Drawing.Font("Consolas", 10F);
this.arLabel13.ProgressForeColor = System.Drawing.Color.Black;
this.arLabel13.ProgressMax = 100F;
this.arLabel13.ProgressMin = 0F;
this.arLabel13.ProgressPadding = new System.Windows.Forms.Padding(0);
this.arLabel13.ProgressValue = 0F;
this.arLabel13.ShadowColor = System.Drawing.Color.WhiteSmoke;
this.arLabel13.Sign = "";
this.arLabel13.SignAlign = System.Drawing.ContentAlignment.BottomRight;
this.arLabel13.SignColor = System.Drawing.Color.Yellow;
this.arLabel13.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel13.Size = new System.Drawing.Size(606, 23);
this.arLabel13.TabIndex = 86;
this.arLabel13.Text = "유형 효과";
this.arLabel13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel13.TextShadow = true;
this.arLabel13.TextVisible = true;
//
// fProjectData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -2784,6 +2934,8 @@
this.bindingNavigator2.PerformLayout();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).EndInit();
this.panel9.ResumeLayout(false);
this.panel10.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
@@ -2951,5 +3103,11 @@
private System.Windows.Forms.TextBox tbSFI;
private System.Windows.Forms.CheckBox chkHigh;
private System.Windows.Forms.CheckBox chkCostSave;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.RichTextBox rtTangil;
private arCtl.arLabel arLabel13;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.RichTextBox rtIntangle;
private arCtl.arLabel arLabel7;
}
}