This commit is contained in:
chikyun.kim
2019-04-17 08:41:27 +09:00
parent e40f89e0f3
commit 8941f9d871
4 changed files with 628 additions and 541 deletions

View File

@@ -51,10 +51,9 @@
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label8;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.Label label9;
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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();
this.nameTextBox = new System.Windows.Forms.TextBox();
this.reqstaffTextBox = new System.Windows.Forms.TextBox();
this.sdateTextBox = new System.Windows.Forms.TextBox();
@@ -86,11 +85,6 @@
this.btPath = new System.Windows.Forms.ToolStripButton();
this.btSendMail = 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();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bsWeek = 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();
@@ -122,14 +116,22 @@
this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.btwADd = new System.Windows.Forms.ToolStripButton();
this.btwEdit = new System.Windows.Forms.ToolStripButton();
this.btwDel = new System.Windows.Forms.ToolStripButton();
this.arLabel7 = new arCtl.arLabel();
this.textBox4 = new System.Windows.Forms.TextBox();
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bsWeek = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FPJ0000.dsPRJ();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
this.bsSchedule = new System.Windows.Forms.BindingSource(this.components);
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taSchedule = new FPJ0000.dsPRJTableAdapters.ProjectsScheduleTableAdapter();
this.btwEdit = new System.Windows.Forms.ToolStripButton();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
sdateLabel = new System.Windows.Forms.Label();
@@ -151,12 +153,10 @@
label5 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
label9 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsWeek)).BeginInit();
this.panel7.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
@@ -166,16 +166,19 @@
this.arPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
this.bindingNavigator1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsWeek)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsSchedule)).BeginInit();
this.SuspendLayout();
//
// nameLabel
//
nameLabel.AutoSize = true;
nameLabel.Location = new System.Drawing.Point(32, 33);
nameLabel.Location = new System.Drawing.Point(32, 34);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(53, 12);
nameLabel.TabIndex = 4;
nameLabel.TabIndex = 0;
nameLabel.Text = "프로젝트";
//
// reqstaffLabel
@@ -280,10 +283,10 @@
// assetLabel
//
assetLabel.AutoSize = true;
assetLabel.Location = new System.Drawing.Point(24, 62);
assetLabel.Location = new System.Drawing.Point(24, 61);
assetLabel.Name = "assetLabel";
assetLabel.Size = new System.Drawing.Size(61, 12);
assetLabel.TabIndex = 58;
assetLabel.TabIndex = 2;
assetLabel.Text = "Asset No.";
//
// label1
@@ -299,21 +302,21 @@
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(416, 62);
label2.Location = new System.Drawing.Point(415, 61);
label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(29, 12);
label2.TabIndex = 67;
label2.TabIndex = 4;
label2.Text = "상태";
//
// label3
//
label3.AutoSize = true;
label3.Location = new System.Drawing.Point(421, 87);
label3.Location = new System.Drawing.Point(420, 89);
label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label3.Name = "label3";
label3.Size = new System.Drawing.Size(24, 12);
label3.TabIndex = 70;
label3.TabIndex = 8;
label3.Text = "IDX";
//
// label7
@@ -331,16 +334,16 @@
label4.Location = new System.Drawing.Point(56, 89);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(29, 12);
label4.TabIndex = 87;
label4.TabIndex = 6;
label4.Text = "비고";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(32, 116);
label5.Location = new System.Drawing.Point(32, 118);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(53, 12);
label5.TabIndex = 89;
label5.TabIndex = 10;
label5.Text = "공유파일";
//
// label6
@@ -365,23 +368,13 @@
// tbIdx
//
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
this.tbIdx.Location = new System.Drawing.Point(452, 84);
this.tbIdx.Location = new System.Drawing.Point(452, 85);
this.tbIdx.Name = "tbIdx";
this.tbIdx.ReadOnly = true;
this.tbIdx.Size = new System.Drawing.Size(88, 21);
this.tbIdx.TabIndex = 3;
this.tbIdx.TabIndex = 9;
this.tbIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// bs
//
this.bs.DataMember = "Projects";
this.bs.DataSource = this.dsPRJ;
//
// dsPRJ
//
this.dsPRJ.DataSetName = "dsPRJ";
this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// nameTextBox
//
this.nameTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "name", true));
@@ -389,7 +382,7 @@
this.nameTextBox.Location = new System.Drawing.Point(93, 30);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(447, 21);
this.nameTextBox.TabIndex = 5;
this.nameTextBox.TabIndex = 1;
//
// reqstaffTextBox
//
@@ -510,7 +503,7 @@
this.assetTextBox.Location = new System.Drawing.Point(93, 57);
this.assetTextBox.Name = "assetTextBox";
this.assetTextBox.Size = new System.Drawing.Size(315, 21);
this.assetTextBox.TabIndex = 59;
this.assetTextBox.TabIndex = 3;
//
// bn
//
@@ -695,46 +688,6 @@
this.dataGridView1.TabIndex = 0;
this.dataGridView1.DoubleClick += new System.EventHandler(this.dataGridView1_DoubleClick);
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "div";
this.dataGridViewTextBoxColumn1.HeaderText = "*";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 36;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "pdate";
this.dataGridViewTextBoxColumn2.HeaderText = "등록일";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 72;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewCheckBoxColumn2
//
this.dataGridViewCheckBoxColumn2.DataPropertyName = "mailsend";
this.dataGridViewCheckBoxColumn2.HeaderText = "M";
this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
this.dataGridViewCheckBoxColumn2.ReadOnly = true;
this.dataGridViewCheckBoxColumn2.Width = 26;
//
// bsWeek
//
this.bsWeek.DataMember = "ProjectsHistory";
this.bsWeek.DataSource = this.dsPRJ;
//
// cmbProcess
//
this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -759,7 +712,7 @@
this.cmbState.Margin = new System.Windows.Forms.Padding(4);
this.cmbState.Name = "cmbState";
this.cmbState.Size = new System.Drawing.Size(88, 20);
this.cmbState.TabIndex = 69;
this.cmbState.TabIndex = 5;
//
// textBox1
//
@@ -847,6 +800,8 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
this.panel1.Controls.Add(label9);
this.panel1.Controls.Add(this.textBox4);
this.panel1.Controls.Add(this.tbPath);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(this.textBox2);
@@ -868,19 +823,19 @@
// tbPath
//
this.tbPath.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.tbPath.Location = new System.Drawing.Point(93, 111);
this.tbPath.Location = new System.Drawing.Point(93, 114);
this.tbPath.Name = "tbPath";
this.tbPath.Size = new System.Drawing.Size(447, 21);
this.tbPath.TabIndex = 90;
this.tbPath.Size = new System.Drawing.Size(315, 21);
this.tbPath.TabIndex = 11;
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
this.textBox2.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox2.Location = new System.Drawing.Point(93, 84);
this.textBox2.Location = new System.Drawing.Point(93, 85);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(315, 21);
this.textBox2.TabIndex = 88;
this.textBox2.TabIndex = 7;
//
// arLabel2
//
@@ -1340,6 +1295,15 @@
this.btwADd.Text = "추가";
this.btwADd.Click += new System.EventHandler(this.bindingNavigatorAddNewItem_Click);
//
// btwEdit
//
this.btwEdit.Image = ((System.Drawing.Image)(resources.GetObject("btwEdit.Image")));
this.btwEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btwEdit.Name = "btwEdit";
this.btwEdit.Size = new System.Drawing.Size(51, 22);
this.btwEdit.Text = "편집";
this.btwEdit.Click += new System.EventHandler(this.btwEdit_Click);
//
// btwDel
//
this.btwDel.Image = ((System.Drawing.Image)(resources.GetObject("btwDel.Image")));
@@ -1395,6 +1359,75 @@
this.arLabel7.TextShadow = true;
this.arLabel7.TextVisible = true;
//
// label9
//
label9.AutoSize = true;
label9.Location = new System.Drawing.Point(423, 118);
label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label9.Name = "label9";
label9.Size = new System.Drawing.Size(21, 12);
label9.TabIndex = 12;
label9.Text = "No";
//
// textBox4
//
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "orderno", true));
this.textBox4.Location = new System.Drawing.Point(452, 114);
this.textBox4.Name = "textBox4";
this.textBox4.Size = new System.Drawing.Size(88, 21);
this.textBox4.TabIndex = 13;
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// dataGridViewTextBoxColumn1
//
this.dataGridViewTextBoxColumn1.DataPropertyName = "div";
this.dataGridViewTextBoxColumn1.HeaderText = "*";
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
this.dataGridViewTextBoxColumn1.ReadOnly = true;
this.dataGridViewTextBoxColumn1.Visible = false;
this.dataGridViewTextBoxColumn1.Width = 36;
//
// dataGridViewTextBoxColumn2
//
this.dataGridViewTextBoxColumn2.DataPropertyName = "pdate";
this.dataGridViewTextBoxColumn2.HeaderText = "등록일";
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
this.dataGridViewTextBoxColumn2.ReadOnly = true;
this.dataGridViewTextBoxColumn2.Width = 72;
//
// dataGridViewTextBoxColumn10
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle5;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
//
// dataGridViewCheckBoxColumn2
//
this.dataGridViewCheckBoxColumn2.DataPropertyName = "mailsend";
this.dataGridViewCheckBoxColumn2.HeaderText = "M";
this.dataGridViewCheckBoxColumn2.Name = "dataGridViewCheckBoxColumn2";
this.dataGridViewCheckBoxColumn2.ReadOnly = true;
this.dataGridViewCheckBoxColumn2.Width = 26;
//
// bsWeek
//
this.bsWeek.DataMember = "ProjectsHistory";
this.bsWeek.DataSource = this.dsPRJ;
//
// dsPRJ
//
this.dsPRJ.DataSetName = "dsPRJ";
this.dsPRJ.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
//
// bs
//
this.bs.DataMember = "Projects";
this.bs.DataSource = this.dsPRJ;
//
// ta
//
this.ta.ClearBeforeFill = true;
@@ -1402,11 +1435,15 @@
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.JobReport1TableAdapter = null;
this.tam.JobReportTableAdapter = null;
this.tam.ProjectsHistory1TableAdapter = null;
this.tam.ProjectsHistoryTableAdapter = null;
this.tam.ProjectsIOMapTableAdapter = null;
this.tam.ProjectsMailListTableAdapter = null;
this.tam.ProjectsPart1TableAdapter = null;
this.tam.ProjectsPartTableAdapter = null;
this.tam.ProjectsSchedule1TableAdapter = null;
this.tam.ProjectsScheduleTableAdapter = null;
this.tam.ProjectsTableAdapter = this.ta;
this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
@@ -1424,15 +1461,6 @@
//
this.taSchedule.ClearBeforeFill = true;
//
// btwEdit
//
this.btwEdit.Image = ((System.Drawing.Image)(resources.GetObject("btwEdit.Image")));
this.btwEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btwEdit.Name = "btwEdit";
this.btwEdit.Size = new System.Drawing.Size(51, 22);
this.btwEdit.Text = "편집";
this.btwEdit.Click += new System.EventHandler(this.btwEdit_Click);
//
// fProjectData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -1452,13 +1480,10 @@
this.Name = "fProjectData";
this.Text = "프로젝트 정보 추가/편집";
this.Load += new System.EventHandler(this.fProjectData_Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
this.bn.ResumeLayout(false);
this.bn.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsWeek)).EndInit();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel1.ResumeLayout(false);
@@ -1476,6 +1501,9 @@
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
this.bindingNavigator1.ResumeLayout(false);
this.bindingNavigator1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsWeek)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsSchedule)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1562,5 +1590,6 @@
private System.Windows.Forms.ComboBox cmbPart;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.ToolStripButton btwEdit;
private System.Windows.Forms.TextBox textBox4;
}
}