프로젝트정보추가 site/plant/package/package

This commit is contained in:
chi
2023-01-13 20:05:38 +09:00
parent ff2b5834fa
commit cd902327c8
20 changed files with 2555 additions and 1243 deletions

View File

@@ -51,14 +51,18 @@
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label11;
System.Windows.Forms.Label label12;
System.Windows.Forms.Label label13;
System.Windows.Forms.Label label14;
System.Windows.Forms.Label label15;
System.Windows.Forms.Label label16;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectData));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = 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.txReqUserName = 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();
@@ -93,11 +97,15 @@
this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
this.bsHistWeek = new System.Windows.Forms.BindingSource(this.components);
this.cmbProcess = new System.Windows.Forms.ComboBox();
this.cmbReqProcess = new System.Windows.Forms.ComboBox();
this.cmbState = new System.Windows.Forms.ComboBox();
this.tbODate = new System.Windows.Forms.TextBox();
this.panel7 = new System.Windows.Forms.Panel();
this.cmbPart = new System.Windows.Forms.ComboBox();
this.cmbReqPlant = new System.Windows.Forms.ComboBox();
this.cmbReqPackage = new System.Windows.Forms.ComboBox();
this.cmbReqSite = new System.Windows.Forms.ComboBox();
this.cmbReqLine = new System.Windows.Forms.ComboBox();
this.cmbReqTeam = new System.Windows.Forms.ComboBox();
this.arLabel1 = new arCtl.arLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox6 = new System.Windows.Forms.TextBox();
@@ -222,6 +230,10 @@
label5 = new System.Windows.Forms.Label();
label11 = new System.Windows.Forms.Label();
label12 = new System.Windows.Forms.Label();
label13 = new System.Windows.Forms.Label();
label14 = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
label16 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
@@ -274,17 +286,17 @@
// reqstaffLabel
//
reqstaffLabel.AutoSize = true;
reqstaffLabel.Location = new System.Drawing.Point(378, 36);
reqstaffLabel.Location = new System.Drawing.Point(370, 32);
reqstaffLabel.Name = "reqstaffLabel";
reqstaffLabel.Size = new System.Drawing.Size(41, 12);
reqstaffLabel.TabIndex = 8;
reqstaffLabel.Text = "담당자";
reqstaffLabel.Text = "요청자";
//
// usermainLabel
//
usermainLabel.AutoSize = true;
usermainLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
usermainLabel.Location = new System.Drawing.Point(33, 66);
usermainLabel.Location = new System.Drawing.Point(33, 58);
usermainLabel.Name = "usermainLabel";
usermainLabel.Size = new System.Drawing.Size(60, 21);
usermainLabel.TabIndex = 24;
@@ -294,7 +306,7 @@
//
usersubLabel.AutoSize = true;
usersubLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
usersubLabel.Location = new System.Drawing.Point(53, 161);
usersubLabel.Location = new System.Drawing.Point(53, 141);
usersubLabel.Name = "usersubLabel";
usersubLabel.Size = new System.Drawing.Size(40, 21);
usersubLabel.TabIndex = 26;
@@ -304,7 +316,7 @@
//
userManagerLabel.AutoSize = true;
userManagerLabel.Font = new System.Drawing.Font("맑은 고딕", 12F);
userManagerLabel.Location = new System.Drawing.Point(9, 33);
userManagerLabel.Location = new System.Drawing.Point(9, 31);
userManagerLabel.Name = "userManagerLabel";
userManagerLabel.Size = new System.Drawing.Size(84, 21);
userManagerLabel.TabIndex = 32;
@@ -358,12 +370,12 @@
// label1
//
label1.AutoSize = true;
label1.Location = new System.Drawing.Point(205, 36);
label1.Location = new System.Drawing.Point(170, 32);
label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label1.Name = "label1";
label1.Size = new System.Drawing.Size(29, 12);
label1.Size = new System.Drawing.Size(52, 12);
label1.TabIndex = 67;
label1.Text = "공정";
label1.Text = "Process";
//
// label2
//
@@ -397,18 +409,18 @@
// label6
//
label6.AutoSize = true;
label6.Location = new System.Drawing.Point(56, 36);
label6.Location = new System.Drawing.Point(9, 32);
label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label6.Name = "label6";
label6.Size = new System.Drawing.Size(29, 12);
label6.Size = new System.Drawing.Size(68, 12);
label6.TabIndex = 87;
label6.Text = "파트";
label6.Text = "Req Team.";
//
// label8
//
label8.AutoSize = true;
label8.Font = new System.Drawing.Font("맑은 고딕", 12F);
label8.Location = new System.Drawing.Point(35, 129);
label8.Location = new System.Drawing.Point(35, 113);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(58, 21);
label8.TabIndex = 87;
@@ -428,7 +440,7 @@
//
label7.AutoSize = true;
label7.Font = new System.Drawing.Font("맑은 고딕", 12F);
label7.Location = new System.Drawing.Point(13, 99);
label7.Location = new System.Drawing.Point(13, 87);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(80, 21);
label7.TabIndex = 89;
@@ -474,6 +486,46 @@
label12.TabIndex = 96;
label12.Text = "공정";
//
// label13
//
label13.AutoSize = true;
label13.Location = new System.Drawing.Point(48, 55);
label13.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label13.Name = "label13";
label13.Size = new System.Drawing.Size(29, 12);
label13.TabIndex = 89;
label13.Text = "Line";
//
// label14
//
label14.AutoSize = true;
label14.Location = new System.Drawing.Point(196, 56);
label14.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label14.Name = "label14";
label14.Size = new System.Drawing.Size(26, 12);
label14.TabIndex = 91;
label14.Text = "Site";
//
// label15
//
label15.AutoSize = true;
label15.Location = new System.Drawing.Point(357, 56);
label15.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label15.Name = "label15";
label15.Size = new System.Drawing.Size(54, 12);
label15.TabIndex = 93;
label15.Text = "Package";
//
// label16
//
label16.AutoSize = true;
label16.Location = new System.Drawing.Point(44, 78);
label16.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
label16.Name = "label16";
label16.Size = new System.Drawing.Size(33, 12);
label16.TabIndex = 95;
label16.Text = "Plant";
//
// tbIdx
//
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
@@ -504,14 +556,14 @@
this.nameTextBox.Size = new System.Drawing.Size(447, 21);
this.nameTextBox.TabIndex = 1;
//
// reqstaffTextBox
// txReqUserName
//
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
this.reqstaffTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.reqstaffTextBox.Location = new System.Drawing.Point(425, 32);
this.reqstaffTextBox.Name = "reqstaffTextBox";
this.reqstaffTextBox.Size = new System.Drawing.Size(113, 21);
this.reqstaffTextBox.TabIndex = 9;
this.txReqUserName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
this.txReqUserName.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.txReqUserName.Location = new System.Drawing.Point(412, 28);
this.txReqUserName.Name = "txReqUserName";
this.txReqUserName.Size = new System.Drawing.Size(128, 21);
this.txReqUserName.TabIndex = 9;
//
// tbSdate
//
@@ -534,31 +586,31 @@
// usermainTextBox
//
this.usermainTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usermain", true));
this.usermainTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.usermainTextBox.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.usermainTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.usermainTextBox.Location = new System.Drawing.Point(353, 63);
this.usermainTextBox.Location = new System.Drawing.Point(353, 55);
this.usermainTextBox.Name = "usermainTextBox";
this.usermainTextBox.Size = new System.Drawing.Size(185, 29);
this.usermainTextBox.Size = new System.Drawing.Size(185, 25);
this.usermainTextBox.TabIndex = 25;
//
// usersubTextBox
//
this.usersubTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "usersub", true));
this.usersubTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.usersubTextBox.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.usersubTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.usersubTextBox.Location = new System.Drawing.Point(353, 158);
this.usersubTextBox.Location = new System.Drawing.Point(353, 138);
this.usersubTextBox.Name = "usersubTextBox";
this.usersubTextBox.Size = new System.Drawing.Size(185, 29);
this.usersubTextBox.Size = new System.Drawing.Size(185, 25);
this.usersubTextBox.TabIndex = 27;
//
// userManagerTextBox
//
this.userManagerTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userManager", true));
this.userManagerTextBox.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.userManagerTextBox.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.userManagerTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.userManagerTextBox.Location = new System.Drawing.Point(353, 30);
this.userManagerTextBox.Location = new System.Drawing.Point(353, 28);
this.userManagerTextBox.Name = "userManagerTextBox";
this.userManagerTextBox.Size = new System.Drawing.Size(185, 29);
this.userManagerTextBox.Size = new System.Drawing.Size(185, 25);
this.userManagerTextBox.TabIndex = 33;
//
// costoTextBox
@@ -608,7 +660,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, 322);
this.remark_reqTextBox.Size = new System.Drawing.Size(485, 327);
this.remark_reqTextBox.TabIndex = 49;
//
// tbXdate
@@ -651,7 +703,7 @@
this.btMailAddr,
this.btPath,
this.btSendMail});
this.bn.Location = new System.Drawing.Point(0, 721);
this.bn.Location = new System.Drawing.Point(0, 726);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
@@ -754,8 +806,8 @@
this.btIO.Image = ((System.Drawing.Image)(resources.GetObject("btIO.Image")));
this.btIO.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btIO.Name = "btIO";
this.btIO.Size = new System.Drawing.Size(60, 22);
this.btIO.Text = "I/O ";
this.btIO.Size = new System.Drawing.Size(70, 22);
this.btIO.Text = "I/O LIST";
this.btIO.Click += new System.EventHandler(this.btIO_Click);
//
// btMailAddr
@@ -838,8 +890,8 @@
//
this.dataGridViewTextBoxColumn10.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn10.DataPropertyName = "remark";
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle1;
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn10.DefaultCellStyle = dataGridViewCellStyle3;
this.dataGridViewTextBoxColumn10.HeaderText = "비고";
this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
this.dataGridViewTextBoxColumn10.ReadOnly = true;
@@ -857,18 +909,17 @@
this.bsHistWeek.DataMember = "ProjectsHistory";
this.bsHistWeek.DataSource = this.dsPRJ;
//
// cmbProcess
// cmbReqProcess
//
this.cmbProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbProcess.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbProcess.FormattingEnabled = true;
this.cmbProcess.Location = new System.Drawing.Point(242, 32);
this.cmbProcess.Margin = new System.Windows.Forms.Padding(4);
this.cmbProcess.Name = "cmbProcess";
this.cmbProcess.Size = new System.Drawing.Size(128, 20);
this.cmbProcess.TabIndex = 68;
this.cmbReqProcess.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqProcess.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqProcess.FormattingEnabled = true;
this.cmbReqProcess.Location = new System.Drawing.Point(224, 28);
this.cmbReqProcess.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqProcess.Name = "cmbReqProcess";
this.cmbReqProcess.Size = new System.Drawing.Size(128, 20);
this.cmbReqProcess.TabIndex = 68;
//
// cmbState
//
@@ -895,30 +946,85 @@
// panel7
//
this.panel7.BackColor = System.Drawing.Color.Gainsboro;
this.panel7.Controls.Add(this.cmbPart);
this.panel7.Controls.Add(this.cmbReqPlant);
this.panel7.Controls.Add(label16);
this.panel7.Controls.Add(this.cmbReqPackage);
this.panel7.Controls.Add(label15);
this.panel7.Controls.Add(this.cmbReqSite);
this.panel7.Controls.Add(label14);
this.panel7.Controls.Add(this.cmbReqLine);
this.panel7.Controls.Add(label13);
this.panel7.Controls.Add(this.cmbReqTeam);
this.panel7.Controls.Add(label6);
this.panel7.Controls.Add(this.arLabel1);
this.panel7.Controls.Add(this.reqstaffTextBox);
this.panel7.Controls.Add(this.txReqUserName);
this.panel7.Controls.Add(reqstaffLabel);
this.panel7.Controls.Add(this.cmbProcess);
this.panel7.Controls.Add(this.cmbReqProcess);
this.panel7.Controls.Add(label1);
this.panel7.Location = new System.Drawing.Point(6, 204);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(547, 64);
this.panel7.Size = new System.Drawing.Size(547, 99);
this.panel7.TabIndex = 85;
//
// cmbPart
// cmbReqPlant
//
this.cmbPart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbPart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbPart.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbPart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbPart.FormattingEnabled = true;
this.cmbPart.Location = new System.Drawing.Point(93, 32);
this.cmbPart.Margin = new System.Windows.Forms.Padding(4);
this.cmbPart.Name = "cmbPart";
this.cmbPart.Size = new System.Drawing.Size(102, 20);
this.cmbPart.TabIndex = 88;
this.cmbReqPlant.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqPlant.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqPlant.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqPlant.FormattingEnabled = true;
this.cmbReqPlant.Location = new System.Drawing.Point(80, 74);
this.cmbReqPlant.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqPlant.Name = "cmbReqPlant";
this.cmbReqPlant.Size = new System.Drawing.Size(83, 20);
this.cmbReqPlant.TabIndex = 96;
//
// cmbReqPackage
//
this.cmbReqPackage.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqPackage.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqPackage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqPackage.FormattingEnabled = true;
this.cmbReqPackage.Location = new System.Drawing.Point(412, 52);
this.cmbReqPackage.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqPackage.Name = "cmbReqPackage";
this.cmbReqPackage.Size = new System.Drawing.Size(128, 20);
this.cmbReqPackage.TabIndex = 94;
//
// cmbReqSite
//
this.cmbReqSite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqSite.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqSite.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqSite.FormattingEnabled = true;
this.cmbReqSite.Location = new System.Drawing.Point(224, 52);
this.cmbReqSite.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqSite.Name = "cmbReqSite";
this.cmbReqSite.Size = new System.Drawing.Size(128, 20);
this.cmbReqSite.TabIndex = 92;
//
// cmbReqLine
//
this.cmbReqLine.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqLine.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqLine.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqLine.FormattingEnabled = true;
this.cmbReqLine.Location = new System.Drawing.Point(80, 51);
this.cmbReqLine.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqLine.Name = "cmbReqLine";
this.cmbReqLine.Size = new System.Drawing.Size(83, 20);
this.cmbReqLine.TabIndex = 90;
//
// cmbReqTeam
//
this.cmbReqTeam.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbReqTeam.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbReqTeam.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.cmbReqTeam.FormattingEnabled = true;
this.cmbReqTeam.Location = new System.Drawing.Point(80, 28);
this.cmbReqTeam.Margin = new System.Windows.Forms.Padding(4);
this.cmbReqTeam.Name = "cmbReqTeam";
this.cmbReqTeam.Size = new System.Drawing.Size(83, 20);
this.cmbReqTeam.TabIndex = 88;
//
// arLabel1
//
@@ -959,7 +1065,7 @@
this.arLabel1.SignFont = new System.Drawing.Font("Consolas", 7F, System.Drawing.FontStyle.Italic);
this.arLabel1.Size = new System.Drawing.Size(547, 23);
this.arLabel1.TabIndex = 86;
this.arLabel1.Text = "요청자";
this.arLabel1.Text = "Basic info";
this.arLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.arLabel1.TextShadow = true;
this.arLabel1.TextVisible = true;
@@ -1143,19 +1249,19 @@
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, 274);
this.panel5.Location = new System.Drawing.Point(6, 309);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(547, 194);
this.panel5.Size = new System.Drawing.Size(547, 168);
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.Font = new System.Drawing.Font("맑은 고딕", 9.75F, 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.Location = new System.Drawing.Point(353, 83);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(185, 29);
this.textBox10.Size = new System.Drawing.Size(185, 25);
this.textBox10.TabIndex = 96;
//
// cmbSW
@@ -1167,12 +1273,12 @@
this.cmbSW.DataSource = this.bsSW;
this.cmbSW.DisplayMember = "IDName";
this.cmbSW.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbSW.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.cmbSW.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbSW.FormattingEnabled = true;
this.cmbSW.Location = new System.Drawing.Point(101, 158);
this.cmbSW.Location = new System.Drawing.Point(101, 138);
this.cmbSW.Margin = new System.Windows.Forms.Padding(4);
this.cmbSW.Name = "cmbSW";
this.cmbSW.Size = new System.Drawing.Size(249, 29);
this.cmbSW.Size = new System.Drawing.Size(249, 25);
this.cmbSW.TabIndex = 95;
this.cmbSW.ValueMember = "ID";
//
@@ -1195,12 +1301,12 @@
this.cmbEpanel.DataSource = this.bsEPanel;
this.cmbEpanel.DisplayMember = "IDName";
this.cmbEpanel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbEpanel.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.cmbEpanel.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbEpanel.FormattingEnabled = true;
this.cmbEpanel.Location = new System.Drawing.Point(101, 126);
this.cmbEpanel.Location = new System.Drawing.Point(101, 110);
this.cmbEpanel.Margin = new System.Windows.Forms.Padding(4);
this.cmbEpanel.Name = "cmbEpanel";
this.cmbEpanel.Size = new System.Drawing.Size(249, 29);
this.cmbEpanel.Size = new System.Drawing.Size(249, 25);
this.cmbEpanel.TabIndex = 94;
this.cmbEpanel.ValueMember = "ID";
//
@@ -1218,12 +1324,12 @@
this.cmbAssembly.DataSource = this.bsAssembly;
this.cmbAssembly.DisplayMember = "IDName";
this.cmbAssembly.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbAssembly.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.cmbAssembly.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbAssembly.FormattingEnabled = true;
this.cmbAssembly.Location = new System.Drawing.Point(101, 94);
this.cmbAssembly.Location = new System.Drawing.Point(101, 82);
this.cmbAssembly.Margin = new System.Windows.Forms.Padding(4);
this.cmbAssembly.Name = "cmbAssembly";
this.cmbAssembly.Size = new System.Drawing.Size(249, 29);
this.cmbAssembly.Size = new System.Drawing.Size(249, 25);
this.cmbAssembly.TabIndex = 93;
this.cmbAssembly.ValueMember = "ID";
//
@@ -1241,12 +1347,12 @@
this.cmbDesign.DataSource = this.bsDesignID;
this.cmbDesign.DisplayMember = "IDName";
this.cmbDesign.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbDesign.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.cmbDesign.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbDesign.FormattingEnabled = true;
this.cmbDesign.Location = new System.Drawing.Point(101, 63);
this.cmbDesign.Location = new System.Drawing.Point(101, 55);
this.cmbDesign.Margin = new System.Windows.Forms.Padding(4);
this.cmbDesign.Name = "cmbDesign";
this.cmbDesign.Size = new System.Drawing.Size(249, 29);
this.cmbDesign.Size = new System.Drawing.Size(249, 25);
this.cmbDesign.TabIndex = 92;
this.cmbDesign.ValueMember = "ID";
//
@@ -1264,12 +1370,12 @@
this.cmbChampion.DataSource = this.bsChampionID;
this.cmbChampion.DisplayMember = "IDName";
this.cmbChampion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmbChampion.Font = new System.Drawing.Font("맑은 고딕", 12F);
this.cmbChampion.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.cmbChampion.FormattingEnabled = true;
this.cmbChampion.Location = new System.Drawing.Point(101, 30);
this.cmbChampion.Location = new System.Drawing.Point(101, 28);
this.cmbChampion.Margin = new System.Windows.Forms.Padding(4);
this.cmbChampion.Name = "cmbChampion";
this.cmbChampion.Size = new System.Drawing.Size(249, 29);
this.cmbChampion.Size = new System.Drawing.Size(249, 25);
this.cmbChampion.TabIndex = 91;
this.cmbChampion.ValueMember = "ID";
//
@@ -1281,11 +1387,11 @@
// textBox3
//
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "userhw2", true));
this.textBox3.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox3.Font = new System.Drawing.Font("맑은 고딕", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.textBox3.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.textBox3.Location = new System.Drawing.Point(353, 126);
this.textBox3.Location = new System.Drawing.Point(353, 110);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(185, 29);
this.textBox3.Size = new System.Drawing.Size(185, 25);
this.textBox3.TabIndex = 88;
//
// arLabel3
@@ -1350,7 +1456,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, 473);
this.panel2.Location = new System.Drawing.Point(6, 481);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(547, 126);
this.panel2.TabIndex = 86;
@@ -1515,7 +1621,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, 605);
this.panel3.Location = new System.Drawing.Point(6, 611);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(546, 86);
this.panel3.TabIndex = 86;
@@ -1634,7 +1740,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, 347);
this.arPanel1.Size = new System.Drawing.Size(487, 352);
this.arPanel1.TabIndex = 88;
this.arPanel1.Text = "arPanel1";
this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -1806,7 +1912,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, 397);
this.panel4.Size = new System.Drawing.Size(516, 402);
this.panel4.TabIndex = 90;
//
// rtBef
@@ -1815,7 +1921,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, 374);
this.rtBef.Size = new System.Drawing.Size(516, 379);
this.rtBef.TabIndex = 87;
this.rtBef.Text = "";
this.rtBef.Click += new System.EventHandler(this.rtBack_Click);
@@ -1880,7 +1986,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, 657);
this.tableLayoutPanel1.Size = new System.Drawing.Size(1044, 662);
this.tableLayoutPanel1.TabIndex = 91;
//
// panel8
@@ -2045,7 +2151,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, 397);
this.panel6.Size = new System.Drawing.Size(516, 402);
this.panel6.TabIndex = 90;
//
// rtAft
@@ -2054,7 +2160,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, 374);
this.rtAft.Size = new System.Drawing.Size(516, 379);
this.rtAft.TabIndex = 87;
this.rtAft.Text = "";
this.rtAft.Click += new System.EventHandler(this.rtBack_Click);
@@ -2112,7 +2218,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, 721);
this.tabControl1.Size = new System.Drawing.Size(1058, 726);
this.tabControl1.TabIndex = 93;
//
// tabPage1
@@ -2127,7 +2233,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, 695);
this.tabPage1.Size = new System.Drawing.Size(1050, 700);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "일반사항";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -2138,7 +2244,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, 360);
this.tabControl2.Location = new System.Drawing.Point(559, 365);
this.tabControl2.Name = "tabControl2";
this.tabControl2.SelectedIndex = 0;
this.tabControl2.Size = new System.Drawing.Size(488, 329);
@@ -2244,8 +2350,8 @@
//
this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
this.dataGridViewTextBoxColumn5.DataPropertyName = "remark";
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle2;
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dataGridViewTextBoxColumn5.DefaultCellStyle = dataGridViewCellStyle4;
this.dataGridViewTextBoxColumn5.HeaderText = "비고";
this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
this.dataGridViewTextBoxColumn5.ReadOnly = true;
@@ -2388,7 +2494,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, 695);
this.tabPage2.Size = new System.Drawing.Size(1050, 700);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "완료내역";
this.tabPage2.UseVisualStyleBackColor = true;
@@ -2484,7 +2590,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1058, 746);
this.ClientSize = new System.Drawing.Size(1058, 751);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.bn);
this.MinimizeBox = false;
@@ -2553,7 +2659,7 @@
private dsPRJTableAdapters.TableAdapterManager tam;
private System.Windows.Forms.TextBox tbIdx;
private System.Windows.Forms.TextBox nameTextBox;
private System.Windows.Forms.TextBox reqstaffTextBox;
private System.Windows.Forms.TextBox txReqUserName;
private System.Windows.Forms.TextBox tbSdate;
private System.Windows.Forms.TextBox tbEdate;
private System.Windows.Forms.TextBox usermainTextBox;
@@ -2582,7 +2688,7 @@
private System.Windows.Forms.BindingSource bsHistWeek;
private System.Windows.Forms.ToolStripButton btPart;
private System.Windows.Forms.ToolStripButton btIO;
private System.Windows.Forms.ComboBox cmbProcess;
private System.Windows.Forms.ComboBox cmbReqProcess;
private System.Windows.Forms.ComboBox cmbState;
private System.Windows.Forms.TextBox tbODate;
private System.Windows.Forms.Panel panel7;
@@ -2619,7 +2725,7 @@
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn2;
private System.Windows.Forms.ToolStripButton btSendMail;
private System.Windows.Forms.ComboBox cmbPart;
private System.Windows.Forms.ComboBox cmbReqTeam;
private System.Windows.Forms.TextBox textBox3;
private System.Windows.Forms.ToolStripButton btwEdit;
private System.Windows.Forms.TextBox textBox4;
@@ -2693,5 +2799,9 @@
private System.Windows.Forms.BindingSource bsAssembly;
private System.Windows.Forms.BindingSource bsDesignID;
private System.Windows.Forms.TextBox textBox10;
private System.Windows.Forms.ComboBox cmbReqPackage;
private System.Windows.Forms.ComboBox cmbReqSite;
private System.Windows.Forms.ComboBox cmbReqLine;
private System.Windows.Forms.ComboBox cmbReqPlant;
}
}