This commit is contained in:
chi
2023-01-09 16:22:06 +09:00
parent 32b5059af8
commit ff2b5834fa
9 changed files with 589 additions and 472 deletions

View File

@@ -50,9 +50,10 @@
System.Windows.Forms.Label label10;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label11;
System.Windows.Forms.Label label12;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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();
@@ -101,6 +102,7 @@
this.panel1 = new System.Windows.Forms.Panel();
this.textBox6 = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.tbDue = new System.Windows.Forms.TextBox();
this.checkBox2 = new System.Windows.Forms.CheckBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
@@ -109,14 +111,18 @@
this.textBox2 = new System.Windows.Forms.TextBox();
this.arLabel2 = new arCtl.arLabel();
this.panel5 = new System.Windows.Forms.Panel();
this.textBox10 = new System.Windows.Forms.TextBox();
this.cmbSW = new System.Windows.Forms.ComboBox();
this.bsChampionID = new System.Windows.Forms.BindingSource(this.components);
this.bsSW = new System.Windows.Forms.BindingSource(this.components);
this.dSComm = new FPJ0000.DSComm();
this.cmbEpanel = new System.Windows.Forms.ComboBox();
this.bsEPanel = new System.Windows.Forms.BindingSource(this.components);
this.cmbAssembly = new System.Windows.Forms.ComboBox();
this.bsAssembly = new System.Windows.Forms.BindingSource(this.components);
this.cmbDesign = new System.Windows.Forms.ComboBox();
this.bsDesignID = new System.Windows.Forms.BindingSource(this.components);
this.cmbChampion = new System.Windows.Forms.ComboBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.bsChampionID = new System.Windows.Forms.BindingSource(this.components);
this.textBox3 = new System.Windows.Forms.TextBox();
this.arLabel3 = new arCtl.arLabel();
this.panel2 = new System.Windows.Forms.Panel();
@@ -194,10 +200,6 @@
this.taHist = new FPJ0000.dsPRJTableAdapters.ProjectsHistoryTableAdapter();
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
this.taToDo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
this.bsDesignID = new System.Windows.Forms.BindingSource(this.components);
this.bsAssembly = new System.Windows.Forms.BindingSource(this.components);
this.bsEPanel = new System.Windows.Forms.BindingSource(this.components);
this.bsSW = new System.Windows.Forms.BindingSource(this.components);
nameLabel = new System.Windows.Forms.Label();
reqstaffLabel = new System.Windows.Forms.Label();
usermainLabel = new System.Windows.Forms.Label();
@@ -219,6 +221,7 @@
label10 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
label12 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
@@ -228,8 +231,12 @@
this.panel7.SuspendLayout();
this.panel1.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsChampionID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsSW)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dSComm)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsEPanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsAssembly)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsDesignID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsChampionID)).BeginInit();
this.panel2.SuspendLayout();
this.panel3.SuspendLayout();
this.arPanel1.SuspendLayout();
@@ -253,10 +260,6 @@
this.bindingNavigator2.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsDesignID)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsAssembly)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsEPanel)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsSW)).BeginInit();
this.SuspendLayout();
//
// nameLabel
@@ -461,6 +464,16 @@
label11.TabIndex = 94;
label11.Text = "Serial#";
//
// label12
//
label12.AutoSize = true;
label12.Location = new System.Drawing.Point(56, 168);
label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label12.Name = "label12";
label12.Size = new System.Drawing.Size(29, 12);
label12.TabIndex = 96;
label12.Text = "공정";
//
// tbIdx
//
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
@@ -595,7 +608,7 @@
this.remark_reqTextBox.Multiline = true;
this.remark_reqTextBox.Name = "remark_reqTextBox";
this.remark_reqTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.remark_reqTextBox.Size = new System.Drawing.Size(485, 297);
this.remark_reqTextBox.Size = new System.Drawing.Size(485, 322);
this.remark_reqTextBox.TabIndex = 49;
//
// tbXdate
@@ -638,7 +651,7 @@
this.btMailAddr,
this.btPath,
this.btSendMail});
this.bn.Location = new System.Drawing.Point(0, 696);
this.bn.Location = new System.Drawing.Point(0, 721);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
@@ -683,6 +696,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";
@@ -824,8 +838,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle7;
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle1;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -888,7 +902,7 @@
this.panel7.Controls.Add(reqstaffLabel);
this.panel7.Controls.Add(this.cmbProcess);
this.panel7.Controls.Add(label1);
this.panel7.Location = new System.Drawing.Point(6, 179);
this.panel7.Location = new System.Drawing.Point(6, 204);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(547, 64);
this.panel7.TabIndex = 85;
@@ -953,11 +967,13 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
this.panel1.Controls.Add(label12);
this.panel1.Controls.Add(label11);
this.panel1.Controls.Add(this.textBox6);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(label10);
this.panel1.Controls.Add(this.textBox5);
this.panel1.Controls.Add(this.tbDue);
this.panel1.Controls.Add(this.checkBox2);
this.panel1.Controls.Add(this.linkLabel1);
@@ -977,7 +993,7 @@
this.panel1.Controls.Add(this.tbIdx);
this.panel1.Location = new System.Drawing.Point(6, 6);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(547, 167);
this.panel1.Size = new System.Drawing.Size(547, 193);
this.panel1.TabIndex = 86;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
@@ -999,6 +1015,16 @@
this.textBox1.TabIndex = 93;
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// textBox5
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
this.textBox5.Font = new System.Drawing.Font("굴림", 9F);
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox5.Location = new System.Drawing.Point(93, 165);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(190, 21);
this.textBox5.TabIndex = 90;
//
// tbDue
//
this.tbDue.Location = new System.Drawing.Point(413, 118);
@@ -1101,13 +1127,13 @@
// panel5
//
this.panel5.BackColor = System.Drawing.Color.Gainsboro;
this.panel5.Controls.Add(this.textBox10);
this.panel5.Controls.Add(this.cmbSW);
this.panel5.Controls.Add(this.cmbEpanel);
this.panel5.Controls.Add(this.cmbAssembly);
this.panel5.Controls.Add(this.cmbDesign);
this.panel5.Controls.Add(this.cmbChampion);
this.panel5.Controls.Add(label7);
this.panel5.Controls.Add(this.textBox5);
this.panel5.Controls.Add(label8);
this.panel5.Controls.Add(this.textBox3);
this.panel5.Controls.Add(this.arLabel3);
@@ -1117,11 +1143,21 @@
this.panel5.Controls.Add(this.usermainTextBox);
this.panel5.Controls.Add(userManagerLabel);
this.panel5.Controls.Add(this.userManagerTextBox);
this.panel5.Location = new System.Drawing.Point(6, 249);
this.panel5.Location = new System.Drawing.Point(6, 274);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(547, 194);
this.panel5.TabIndex = 85;
//
// textBox10
//
this.textBox10.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userAssembly", true));
this.textBox10.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox10.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox10.Location = new System.Drawing.Point(353, 95);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(185, 29);
this.textBox10.TabIndex = 96;
//
// cmbSW
//
this.cmbSW.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -1140,10 +1176,10 @@
this.cmbSW.TabIndex = 95;
this.cmbSW.ValueMember = "ID";
//
// bsChampionID
// bsSW
//
this.bsChampionID.DataMember = "UserList";
this.bsChampionID.DataSource = this.dSComm;
this.bsSW.DataMember = "UserList";
this.bsSW.DataSource = this.dSComm;
//
// dSComm
//
@@ -1168,6 +1204,11 @@
this.cmbEpanel.TabIndex = 94;
this.cmbEpanel.ValueMember = "ID";
//
// bsEPanel
//
this.bsEPanel.DataMember = "UserList";
this.bsEPanel.DataSource = this.dSComm;
//
// cmbAssembly
//
this.cmbAssembly.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -1186,6 +1227,11 @@
this.cmbAssembly.TabIndex = 93;
this.cmbAssembly.ValueMember = "ID";
//
// bsAssembly
//
this.bsAssembly.DataMember = "UserList";
this.bsAssembly.DataSource = this.dSComm;
//
// cmbDesign
//
this.cmbDesign.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -1204,6 +1250,11 @@
this.cmbDesign.TabIndex = 92;
this.cmbDesign.ValueMember = "ID";
//
// bsDesignID
//
this.bsDesignID.DataMember = "UserList";
this.bsDesignID.DataSource = this.dSComm;
//
// cmbChampion
//
this.cmbChampion.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
@@ -1222,15 +1273,10 @@
this.cmbChampion.TabIndex = 91;
this.cmbChampion.ValueMember = "ID";
//
// textBox5
// bsChampionID
//
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userprocess", true));
this.textBox5.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox5.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox5.Location = new System.Drawing.Point(353, 94);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(185, 29);
this.textBox5.TabIndex = 90;
this.bsChampionID.DataMember = "UserList";
this.bsChampionID.DataSource = this.dSComm;
//
// textBox3
//
@@ -1304,7 +1350,7 @@
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, 448);
this.panel2.Location = new System.Drawing.Point(6, 473);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(547, 126);
this.panel2.TabIndex = 86;
@@ -1469,7 +1515,7 @@
this.panel3.Controls.Add(costnLabel);
this.panel3.Controls.Add(this.costoTextBox);
this.panel3.Controls.Add(costoLabel);
this.panel3.Location = new System.Drawing.Point(6, 580);
this.panel3.Location = new System.Drawing.Point(6, 605);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(546, 86);
this.panel3.TabIndex = 86;
@@ -1588,7 +1634,7 @@
this.arPanel1.ProgressValue = 0F;
this.arPanel1.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.arPanel1.ShowBorder = true;
this.arPanel1.Size = new System.Drawing.Size(487, 322);
this.arPanel1.Size = new System.Drawing.Size(487, 347);
this.arPanel1.TabIndex = 88;
this.arPanel1.Text = "arPanel1";
this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1691,6 +1737,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";
@@ -1759,7 +1806,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(516, 412);
this.panel4.Size = new System.Drawing.Size(516, 397);
this.panel4.TabIndex = 90;
//
// rtBef
@@ -1768,7 +1815,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(516, 389);
this.rtBef.Size = new System.Drawing.Size(516, 374);
this.rtBef.TabIndex = 87;
this.rtBef.Text = "";
this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
@@ -1833,7 +1880,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(1044, 672);
this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 657);
this.tableLayoutPanel1.TabIndex = 91;
//
// panel8
@@ -1998,7 +2045,7 @@
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(525, 257);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(516, 412);
this.panel6.Size = new System.Drawing.Size(516, 397);
this.panel6.TabIndex = 90;
//
// rtAft
@@ -2007,7 +2054,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(516, 389);
this.rtAft.Size = new System.Drawing.Size(516, 374);
this.rtAft.TabIndex = 87;
this.rtAft.Text = "";
this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
@@ -2065,7 +2112,7 @@
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(1058, 696);
this.tabControl1.Size = new System.Drawing.Size(1058, 721);
this.tabControl1.TabIndex = 93;
//
// tabPage1
@@ -2080,7 +2127,7 @@
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(1050, 670);
this.tabPage1.Size = new System.Drawing.Size(1050, 695);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "일반사항";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -2091,7 +2138,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl2.Controls.Add(this.tabPage3);
this.tabControl2.Controls.Add(this.tabPage4);
this.tabControl2.Location = new System.Drawing.Point(559, 335);
this.tabControl2.Location = new System.Drawing.Point(559, 360);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(488, 329);
@@ -2197,8 +2244,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle8;
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
@@ -2273,6 +2320,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";
@@ -2340,7 +2388,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(1050, 710);
this.tabPage2.Size = new System.Drawing.Size(1050, 695);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "완료내역";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -2432,31 +2480,11 @@
//
this.taToDo.ClearBeforeFill = true;
//
// bsDesignID
//
this.bsDesignID.DataMember = "UserList";
this.bsDesignID.DataSource = this.dSComm;
//
// bsAssembly
//
this.bsAssembly.DataMember = "UserList";
this.bsAssembly.DataSource = this.dSComm;
//
// bsEPanel
//
this.bsEPanel.DataMember = "UserList";
this.bsEPanel.DataSource = this.dSComm;
//
// bsSW
//
this.bsSW.DataMember = "UserList";
this.bsSW.DataSource = this.dSComm;
//
// fProjectData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1058, 721);
this.ClientSize = new System.Drawing.Size(1058, 746);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.bn);
this.MinimizeBox = false;
@@ -2476,8 +2504,12 @@
this.panel1.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.bsChampionID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsSW)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dSComm)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsEPanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsAssembly)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsDesignID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsChampionID)).EndInit();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel3.ResumeLayout(false);
@@ -2508,10 +2540,6 @@
this.bindingNavigator2.PerformLayout();
this.tabPage2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsDesignID)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsAssembly)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsEPanel)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsSW)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -2664,5 +2692,6 @@
private System.Windows.Forms.BindingSource bsEPanel;
private System.Windows.Forms.BindingSource bsAssembly;
private System.Windows.Forms.BindingSource bsDesignID;
private System.Windows.Forms.TextBox textBox10;
}
}