프로젝트 데이터 날짜 부분을 binding source 에서 직접연결로 변경함

This commit is contained in:
chi
2025-01-15 08:40:21 +09:00
parent 1c74f81479
commit c80a03a81b
7 changed files with 116 additions and 113 deletions

View File

@@ -75,7 +75,7 @@
this.costeTextBox = new System.Windows.Forms.TextBox();
this.cntTextBox = new System.Windows.Forms.TextBox();
this.remark_reqTextBox = new System.Windows.Forms.TextBox();
this.tbXdate = new System.Windows.Forms.TextBox();
this.tbDDate = 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();
@@ -113,6 +113,7 @@
this.cmbReqTeam = new System.Windows.Forms.ComboBox();
this.arLabel1 = new arCtl.arLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.chkMajor = new System.Windows.Forms.CheckBox();
this.textBox13 = new System.Windows.Forms.TextBox();
this.chkCostSave = new System.Windows.Forms.CheckBox();
this.chkHigh = new System.Windows.Forms.CheckBox();
@@ -144,13 +145,13 @@
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.tbKDate = new System.Windows.Forms.TextBox();
this.linkLabel8 = new System.Windows.Forms.LinkLabel();
this.textBox9 = new System.Windows.Forms.TextBox();
this.tbCdate = new System.Windows.Forms.TextBox();
this.linkLabel7 = new System.Windows.Forms.LinkLabel();
this.textBox8 = new System.Windows.Forms.TextBox();
this.tbQdate = new System.Windows.Forms.TextBox();
this.linkLabel6 = new System.Windows.Forms.LinkLabel();
this.textBox7 = new System.Windows.Forms.TextBox();
this.tbBdate = new System.Windows.Forms.TextBox();
this.linkLabel5 = new System.Windows.Forms.LinkLabel();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
@@ -227,7 +228,6 @@
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
this.chkMajor = new System.Windows.Forms.CheckBox();
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
usermainLabel = new System.Windows.Forms.Label();
@@ -613,7 +613,6 @@
//
// tbSdate
//
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(69, 28);
this.tbSdate.Name = "tbSdate";
@@ -622,7 +621,6 @@
//
// tbEdate
//
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(69, 100);
this.tbEdate.Name = "tbEdate";
@@ -709,14 +707,13 @@
this.remark_reqTextBox.Size = new System.Drawing.Size(569, 272);
this.remark_reqTextBox.TabIndex = 49;
//
// tbXdate
// tbDDate
//
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(346, 28);
this.tbXdate.Name = "tbXdate";
this.tbXdate.Size = new System.Drawing.Size(190, 21);
this.tbXdate.TabIndex = 3;
this.tbDDate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbDDate.Location = new System.Drawing.Point(346, 28);
this.tbDDate.Name = "tbDDate";
this.tbDDate.Size = new System.Drawing.Size(190, 21);
this.tbDDate.TabIndex = 3;
//
// assetTextBox
//
@@ -992,7 +989,6 @@
//
// tbODate
//
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(346, 51);
this.tbODate.Name = "tbODate";
@@ -1188,6 +1184,16 @@
this.panel1.TabIndex = 86;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
// chkMajor
//
this.chkMajor.AutoSize = true;
this.chkMajor.Location = new System.Drawing.Point(326, 122);
this.chkMajor.Name = "chkMajor";
this.chkMajor.Size = new System.Drawing.Size(56, 16);
this.chkMajor.TabIndex = 103;
this.chkMajor.Text = "Major";
this.chkMajor.UseVisualStyleBackColor = true;
//
// textBox13
//
this.textBox13.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "category", true));
@@ -1571,20 +1577,20 @@
//
this.panel2.BackColor = System.Drawing.Color.Gainsboro;
this.panel2.Controls.Add(this.linkLabel9);
this.panel2.Controls.Add(this.textBox11);
this.panel2.Controls.Add(this.tbKDate);
this.panel2.Controls.Add(this.linkLabel8);
this.panel2.Controls.Add(this.textBox9);
this.panel2.Controls.Add(this.tbCdate);
this.panel2.Controls.Add(this.linkLabel7);
this.panel2.Controls.Add(this.textBox8);
this.panel2.Controls.Add(this.tbQdate);
this.panel2.Controls.Add(this.linkLabel6);
this.panel2.Controls.Add(this.textBox7);
this.panel2.Controls.Add(this.tbBdate);
this.panel2.Controls.Add(this.linkLabel5);
this.panel2.Controls.Add(this.linkLabel4);
this.panel2.Controls.Add(this.linkLabel3);
this.panel2.Controls.Add(this.linkLabel2);
this.panel2.Controls.Add(this.arLabel4);
this.panel2.Controls.Add(this.tbSdate);
this.panel2.Controls.Add(this.tbXdate);
this.panel2.Controls.Add(this.tbDDate);
this.panel2.Controls.Add(this.tbEdate);
this.panel2.Controls.Add(this.tbODate);
this.panel2.Location = new System.Drawing.Point(6, 454);
@@ -1602,16 +1608,15 @@
this.linkLabel9.TabStop = true;
this.linkLabel9.Text = "검토기한";
//
// textBox11
// tbKDate
//
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;
this.tbKDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.tbKDate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbKDate.Location = new System.Drawing.Point(346, 100);
this.tbKDate.Name = "tbKDate";
this.tbKDate.Size = new System.Drawing.Size(190, 21);
this.tbKDate.TabIndex = 15;
this.tbKDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// linkLabel8
//
@@ -1624,14 +1629,13 @@
this.linkLabel8.Text = "고객승인";
this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel8_LinkClicked);
//
// textBox9
// tbCdate
//
this.textBox9.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "cdate", true));
this.textBox9.ImeMode = System.Windows.Forms.ImeMode.Hangul;
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 = 11;
this.tbCdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbCdate.Location = new System.Drawing.Point(346, 76);
this.tbCdate.Name = "tbCdate";
this.tbCdate.Size = new System.Drawing.Size(190, 21);
this.tbCdate.TabIndex = 11;
//
// linkLabel7
//
@@ -1644,14 +1648,13 @@
this.linkLabel7.Text = "Qual";
this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel7_LinkClicked);
//
// textBox8
// tbQdate
//
this.textBox8.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "qdate", true));
this.textBox8.ImeMode = System.Windows.Forms.ImeMode.Hangul;
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 = 9;
this.tbQdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbQdate.Location = new System.Drawing.Point(69, 76);
this.tbQdate.Name = "tbQdate";
this.tbQdate.Size = new System.Drawing.Size(190, 21);
this.tbQdate.TabIndex = 9;
//
// linkLabel6
//
@@ -1664,14 +1667,13 @@
this.linkLabel6.Text = "Buy-Off";
this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel6_LinkClicked);
//
// textBox7
// tbBdate
//
this.textBox7.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "bdate", true));
this.textBox7.ImeMode = System.Windows.Forms.ImeMode.Hangul;
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 = 5;
this.tbBdate.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.tbBdate.Location = new System.Drawing.Point(69, 52);
this.tbBdate.Name = "tbBdate";
this.tbBdate.Size = new System.Drawing.Size(190, 21);
this.tbBdate.TabIndex = 5;
//
// linkLabel5
//
@@ -2903,16 +2905,6 @@
//
this.taToDo.ClearBeforeFill = true;
//
// chkMajor
//
this.chkMajor.AutoSize = true;
this.chkMajor.Location = new System.Drawing.Point(326, 122);
this.chkMajor.Name = "chkMajor";
this.chkMajor.Size = new System.Drawing.Size(56, 16);
this.chkMajor.TabIndex = 103;
this.chkMajor.Text = "Major";
this.chkMajor.UseVisualStyleBackColor = true;
//
// fProjectData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -2999,7 +2991,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 tbXdate;
private System.Windows.Forms.TextBox tbDDate;
private System.Windows.Forms.TextBox assetTextBox;
private System.Windows.Forms.BindingNavigator bn;
private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
@@ -3111,11 +3103,11 @@
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox6;
private System.Windows.Forms.LinkLabel linkLabel6;
private System.Windows.Forms.TextBox textBox7;
private System.Windows.Forms.TextBox tbBdate;
private System.Windows.Forms.LinkLabel linkLabel7;
private System.Windows.Forms.TextBox textBox8;
private System.Windows.Forms.TextBox tbQdate;
private System.Windows.Forms.LinkLabel linkLabel8;
private System.Windows.Forms.TextBox textBox9;
private System.Windows.Forms.TextBox tbCdate;
private System.Windows.Forms.ComboBox cmbChampion;
private System.Windows.Forms.BindingSource bsChampionID;
private DSComm dSComm;
@@ -3135,7 +3127,7 @@
private System.Windows.Forms.TextBox tbPno;
private System.Windows.Forms.ToolStripButton toolStripButton8;
private System.Windows.Forms.LinkLabel linkLabel9;
private System.Windows.Forms.TextBox textBox11;
private System.Windows.Forms.TextBox tbKDate;
private System.Windows.Forms.TextBox textBox12;
private System.Windows.Forms.LinkLabel linkLabel10;
private System.Windows.Forms.LinkLabel linkLabel11;