전자실업무현황 관련 추가

This commit is contained in:
chi
2021-01-27 18:03:23 +09:00
parent 44110ef5c2
commit 008fb1e580
65 changed files with 16031 additions and 13468 deletions

View File

@@ -41,6 +41,11 @@
System.Windows.Forms.Label label3;
System.Windows.Forms.Label label4;
System.Windows.Forms.Label label6;
System.Windows.Forms.Label label2;
System.Windows.Forms.Label label5;
System.Windows.Forms.Label label7;
System.Windows.Forms.Label label8;
System.Windows.Forms.Label label9;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fSaveCostData));
this.tbIdx = new System.Windows.Forms.TextBox();
this.bs = new System.Windows.Forms.BindingSource(this.components);
@@ -72,10 +77,17 @@
this.cmbPart = new System.Windows.Forms.ComboBox();
this.arLabel1 = new arCtl.arLabel();
this.panel1 = new System.Windows.Forms.Panel();
this.textBox2 = new System.Windows.Forms.TextBox();
this.arLabel2 = new arCtl.arLabel();
this.weeklyCheckBox = new System.Windows.Forms.CheckBox();
this.fanoutCheckBox = new System.Windows.Forms.CheckBox();
this.cmbsubCate = new System.Windows.Forms.ComboBox();
this.cmbCate = new System.Windows.Forms.ComboBox();
this.cmbSite = new System.Windows.Forms.ComboBox();
this.cmbWorkgrp = new System.Windows.Forms.ComboBox();
this.cmbEEPart = new System.Windows.Forms.ComboBox();
this.linkLabel4 = new System.Windows.Forms.LinkLabel();
this.textBox2 = new System.Windows.Forms.TextBox();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.arLabel2 = new arCtl.arLabel();
this.panel3 = new System.Windows.Forms.Panel();
this.arLabel5 = new arCtl.arLabel();
this.arLabel6 = new arCtl.arLabel();
@@ -99,6 +111,11 @@
label3 = new System.Windows.Forms.Label();
label4 = new System.Windows.Forms.Label();
label6 = new System.Windows.Forms.Label();
label2 = new System.Windows.Forms.Label();
label5 = new System.Windows.Forms.Label();
label7 = new System.Windows.Forms.Label();
label8 = new System.Windows.Forms.Label();
label9 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
@@ -118,7 +135,7 @@
nameLabel.Location = new System.Drawing.Point(32, 59);
nameLabel.Name = "nameLabel";
nameLabel.Size = new System.Drawing.Size(41, 12);
nameLabel.TabIndex = 0;
nameLabel.TabIndex = 4;
nameLabel.Text = "항목명";
//
// reqstaffLabel
@@ -137,7 +154,7 @@
userManagerLabel.Location = new System.Drawing.Point(3, 110);
userManagerLabel.Name = "userManagerLabel";
userManagerLabel.Size = new System.Drawing.Size(74, 21);
userManagerLabel.TabIndex = 32;
userManagerLabel.TabIndex = 10;
userManagerLabel.Text = "작업담당";
//
// costoLabel
@@ -182,7 +199,7 @@
assetLabel.Location = new System.Drawing.Point(24, 86);
assetLabel.Name = "assetLabel";
assetLabel.Size = new System.Drawing.Size(53, 12);
assetLabel.TabIndex = 2;
assetLabel.TabIndex = 6;
assetLabel.Text = "자산번호";
//
// label1
@@ -211,7 +228,7 @@
label4.Location = new System.Drawing.Point(56, 146);
label4.Name = "label4";
label4.Size = new System.Drawing.Size(29, 12);
label4.TabIndex = 6;
label4.TabIndex = 14;
label4.Text = "비고";
//
// label6
@@ -224,6 +241,51 @@
label6.TabIndex = 87;
label6.Text = "파트";
//
// label2
//
label2.AutoSize = true;
label2.Location = new System.Drawing.Point(378, 117);
label2.Name = "label2";
label2.Size = new System.Drawing.Size(53, 12);
label2.TabIndex = 12;
label2.Text = "담당파트";
//
// label5
//
label5.AutoSize = true;
label5.Location = new System.Drawing.Point(13, 173);
label5.Name = "label5";
label5.Size = new System.Drawing.Size(70, 12);
label5.TabIndex = 16;
label5.Text = "Work Group";
//
// label7
//
label7.AutoSize = true;
label7.Location = new System.Drawing.Point(57, 200);
label7.Name = "label7";
label7.Size = new System.Drawing.Size(26, 12);
label7.TabIndex = 18;
label7.Text = "Site";
//
// label8
//
label8.AutoSize = true;
label8.Location = new System.Drawing.Point(27, 227);
label8.Name = "label8";
label8.Size = new System.Drawing.Size(56, 12);
label8.TabIndex = 20;
label8.Text = "Category";
//
// label9
//
label9.AutoSize = true;
label9.Location = new System.Drawing.Point(1, 254);
label9.Name = "label9";
label9.Size = new System.Drawing.Size(82, 12);
label9.TabIndex = 22;
label9.Text = "Sub Category";
//
// tbIdx
//
this.tbIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "idx", true));
@@ -252,7 +314,7 @@
this.nameTextBox.Location = new System.Drawing.Point(93, 55);
this.nameTextBox.Name = "nameTextBox";
this.nameTextBox.Size = new System.Drawing.Size(447, 21);
this.nameTextBox.TabIndex = 1;
this.nameTextBox.TabIndex = 5;
//
// reqstaffTextBox
//
@@ -270,7 +332,7 @@
this.sdateTextBox.Location = new System.Drawing.Point(93, 28);
this.sdateTextBox.Name = "sdateTextBox";
this.sdateTextBox.Size = new System.Drawing.Size(190, 21);
this.sdateTextBox.TabIndex = 11;
this.sdateTextBox.TabIndex = 1;
//
// edateTextBox
//
@@ -279,7 +341,7 @@
this.edateTextBox.Location = new System.Drawing.Point(350, 28);
this.edateTextBox.Name = "edateTextBox";
this.edateTextBox.Size = new System.Drawing.Size(190, 21);
this.edateTextBox.TabIndex = 13;
this.edateTextBox.TabIndex = 3;
//
// userManagerTextBox
//
@@ -288,8 +350,8 @@
this.userManagerTextBox.ImeMode = System.Windows.Forms.ImeMode.Hangul;
this.userManagerTextBox.Location = new System.Drawing.Point(93, 107);
this.userManagerTextBox.Name = "userManagerTextBox";
this.userManagerTextBox.Size = new System.Drawing.Size(447, 29);
this.userManagerTextBox.TabIndex = 33;
this.userManagerTextBox.Size = new System.Drawing.Size(277, 29);
this.userManagerTextBox.TabIndex = 11;
//
// costoTextBox
//
@@ -338,7 +400,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(451, 425);
this.remark_reqTextBox.Size = new System.Drawing.Size(451, 327);
this.remark_reqTextBox.TabIndex = 49;
//
// assetTextBox
@@ -347,7 +409,7 @@
this.assetTextBox.Location = new System.Drawing.Point(93, 82);
this.assetTextBox.Name = "assetTextBox";
this.assetTextBox.Size = new System.Drawing.Size(277, 21);
this.assetTextBox.TabIndex = 3;
this.assetTextBox.TabIndex = 7;
//
// bn
//
@@ -367,7 +429,7 @@
this.bindingNavigatorMoveLastItem,
this.bindingNavigatorSeparator2,
this.btSave});
this.bn.Location = new System.Drawing.Point(0, 488);
this.bn.Location = new System.Drawing.Point(0, 508);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
@@ -412,6 +474,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";
@@ -478,7 +541,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, 185);
this.panel7.Location = new System.Drawing.Point(6, 321);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(547, 63);
this.panel7.TabIndex = 85;
@@ -543,11 +606,23 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.Gainsboro;
this.panel1.Controls.Add(this.weeklyCheckBox);
this.panel1.Controls.Add(this.fanoutCheckBox);
this.panel1.Controls.Add(this.cmbsubCate);
this.panel1.Controls.Add(this.cmbCate);
this.panel1.Controls.Add(this.cmbSite);
this.panel1.Controls.Add(this.cmbWorkgrp);
this.panel1.Controls.Add(this.cmbEEPart);
this.panel1.Controls.Add(label9);
this.panel1.Controls.Add(label8);
this.panel1.Controls.Add(label7);
this.panel1.Controls.Add(label5);
this.panel1.Controls.Add(this.linkLabel4);
this.panel1.Controls.Add(userManagerLabel);
this.panel1.Controls.Add(this.textBox2);
this.panel1.Controls.Add(this.userManagerTextBox);
this.panel1.Controls.Add(this.linkLabel2);
this.panel1.Controls.Add(label2);
this.panel1.Controls.Add(label4);
this.panel1.Controls.Add(this.assetTextBox);
this.panel1.Controls.Add(this.sdateTextBox);
@@ -560,9 +635,96 @@
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, 173);
this.panel1.Size = new System.Drawing.Size(547, 309);
this.panel1.TabIndex = 86;
//
// weeklyCheckBox
//
this.weeklyCheckBox.BackColor = System.Drawing.Color.Lime;
this.weeklyCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "weekly", true));
this.weeklyCheckBox.Location = new System.Drawing.Point(402, 278);
this.weeklyCheckBox.Name = "weeklyCheckBox";
this.weeklyCheckBox.Size = new System.Drawing.Size(138, 24);
this.weeklyCheckBox.TabIndex = 88;
this.weeklyCheckBox.Text = "Weekly Highlight";
this.weeklyCheckBox.UseVisualStyleBackColor = false;
//
// fanoutCheckBox
//
this.fanoutCheckBox.DataBindings.Add(new System.Windows.Forms.Binding("CheckState", this.bs, "fanout", true));
this.fanoutCheckBox.Location = new System.Drawing.Point(91, 278);
this.fanoutCheckBox.Name = "fanoutCheckBox";
this.fanoutCheckBox.Size = new System.Drawing.Size(104, 24);
this.fanoutCheckBox.TabIndex = 87;
this.fanoutCheckBox.Text = "Fan-Out";
this.fanoutCheckBox.UseVisualStyleBackColor = true;
//
// cmbsubCate
//
this.cmbsubCate.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbsubCate.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbsubCate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "subcate", true));
this.cmbsubCate.FormattingEnabled = true;
this.cmbsubCate.Location = new System.Drawing.Point(93, 252);
this.cmbsubCate.Name = "cmbsubCate";
this.cmbsubCate.Size = new System.Drawing.Size(447, 20);
this.cmbsubCate.TabIndex = 23;
//
// cmbCate
//
this.cmbCate.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbCate.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbCate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "category", true));
this.cmbCate.FormattingEnabled = true;
this.cmbCate.Location = new System.Drawing.Point(93, 225);
this.cmbCate.Name = "cmbCate";
this.cmbCate.Size = new System.Drawing.Size(447, 20);
this.cmbCate.TabIndex = 21;
//
// cmbSite
//
this.cmbSite.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbSite.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbSite.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "site", true));
this.cmbSite.FormattingEnabled = true;
this.cmbSite.Location = new System.Drawing.Point(93, 197);
this.cmbSite.Name = "cmbSite";
this.cmbSite.Size = new System.Drawing.Size(447, 20);
this.cmbSite.TabIndex = 19;
//
// cmbWorkgrp
//
this.cmbWorkgrp.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbWorkgrp.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbWorkgrp.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "workgroup", true));
this.cmbWorkgrp.FormattingEnabled = true;
this.cmbWorkgrp.Location = new System.Drawing.Point(93, 171);
this.cmbWorkgrp.Name = "cmbWorkgrp";
this.cmbWorkgrp.Size = new System.Drawing.Size(447, 20);
this.cmbWorkgrp.TabIndex = 17;
//
// cmbEEPart
//
this.cmbEEPart.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cmbEEPart.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cmbEEPart.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "eepart", true));
this.cmbEEPart.FormattingEnabled = true;
this.cmbEEPart.Location = new System.Drawing.Point(434, 114);
this.cmbEEPart.Name = "cmbEEPart";
this.cmbEEPart.Size = new System.Drawing.Size(106, 20);
this.cmbEEPart.TabIndex = 13;
//
// linkLabel4
//
this.linkLabel4.AutoSize = true;
this.linkLabel4.Location = new System.Drawing.Point(292, 32);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(41, 12);
this.linkLabel4.TabIndex = 2;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "완료일";
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
//
// textBox2
//
this.textBox2.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "memo", true));
@@ -570,7 +732,18 @@
this.textBox2.Location = new System.Drawing.Point(93, 142);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(447, 21);
this.textBox2.TabIndex = 7;
this.textBox2.TabIndex = 15;
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(47, 32);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(41, 12);
this.linkLabel2.TabIndex = 0;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "시작일";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// arLabel2
//
@@ -616,28 +789,6 @@
this.arLabel2.TextShadow = true;
this.arLabel2.TextVisible = true;
//
// linkLabel4
//
this.linkLabel4.AutoSize = true;
this.linkLabel4.Location = new System.Drawing.Point(292, 32);
this.linkLabel4.Name = "linkLabel4";
this.linkLabel4.Size = new System.Drawing.Size(41, 12);
this.linkLabel4.TabIndex = 89;
this.linkLabel4.TabStop = true;
this.linkLabel4.Text = "완료일";
this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel4_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(47, 32);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(41, 12);
this.linkLabel2.TabIndex = 87;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "시작일";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Gainsboro;
@@ -650,7 +801,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, 254);
this.panel3.Location = new System.Drawing.Point(6, 390);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(546, 85);
this.panel3.TabIndex = 86;
@@ -755,7 +906,7 @@
this.arPanel1.ForeColor = System.Drawing.Color.Khaki;
this.arPanel1.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.arPanel1.GradientRepeatBG = true;
this.arPanel1.Location = new System.Drawing.Point(559, 6);
this.arPanel1.Location = new System.Drawing.Point(559, 123);
this.arPanel1.Name = "arPanel1";
this.arPanel1.Padding = new System.Windows.Forms.Padding(1);
this.arPanel1.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
@@ -766,7 +917,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(453, 450);
this.arPanel1.Size = new System.Drawing.Size(453, 352);
this.arPanel1.TabIndex = 88;
this.arPanel1.Text = "arPanel1";
this.arPanel1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -777,9 +928,14 @@
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.Connection = null;
this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
this.tam.EETGW_NoteTableAdapter = null;
this.tam.EETGW_ProjecthistoryDTableAdapter = null;
this.tam.EETGW_ProjectToDoTableAdapter = null;
this.tam.EETGW_SaveCostTableAdapter = null;
this.tam.JobReportTableAdapter = null;
this.tam.ProjectPartStatusTableAdapter = null;
this.tam.ProjectsHistoryTableAdapter = null;
this.tam.ProjectsIOMapTableAdapter = null;
this.tam.ProjectsMailListTableAdapter = null;
@@ -796,7 +952,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(1026, 488);
this.tabControl1.Size = new System.Drawing.Size(1026, 508);
this.tabControl1.TabIndex = 93;
//
// tabPage1
@@ -809,7 +965,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(1018, 462);
this.tabPage1.Size = new System.Drawing.Size(1018, 482);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "일반사항";
this.tabPage1.UseVisualStyleBackColor = true;
@@ -826,7 +982,7 @@
this.arPanel2.ForeColor = System.Drawing.Color.Khaki;
this.arPanel2.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
this.arPanel2.GradientRepeatBG = true;
this.arPanel2.Location = new System.Drawing.Point(6, 345);
this.arPanel2.Location = new System.Drawing.Point(560, 6);
this.arPanel2.Name = "arPanel2";
this.arPanel2.Padding = new System.Windows.Forms.Padding(1);
this.arPanel2.ProgressColor1 = System.Drawing.Color.LightSkyBlue;
@@ -837,7 +993,7 @@
this.arPanel2.ProgressValue = 0F;
this.arPanel2.ShadowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(230)))), ((int)(((byte)(230)))));
this.arPanel2.ShowBorder = true;
this.arPanel2.Size = new System.Drawing.Size(546, 111);
this.arPanel2.Size = new System.Drawing.Size(451, 111);
this.arPanel2.TabIndex = 88;
this.arPanel2.Text = "arPanel1";
this.arPanel2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
@@ -846,7 +1002,7 @@
//
// textBox1
//
this.textBox1.BackColor = System.Drawing.Color.Gainsboro;
this.textBox1.BackColor = System.Drawing.Color.White;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "remark_req", true));
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -855,7 +1011,7 @@
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.textBox1.Size = new System.Drawing.Size(544, 86);
this.textBox1.Size = new System.Drawing.Size(449, 86);
this.textBox1.TabIndex = 49;
//
// arLabel7
@@ -895,7 +1051,7 @@
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(544, 23);
this.arLabel7.Size = new System.Drawing.Size(449, 23);
this.arLabel7.TabIndex = 86;
this.arLabel7.Text = "요청 사항";
this.arLabel7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -910,7 +1066,7 @@
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1026, 513);
this.ClientSize = new System.Drawing.Size(1026, 533);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.bn);
this.MinimizeBox = false;
@@ -986,5 +1142,12 @@
private arCtl.arPanel arPanel2;
private System.Windows.Forms.TextBox textBox1;
private arCtl.arLabel arLabel7;
private System.Windows.Forms.ComboBox cmbEEPart;
private System.Windows.Forms.ComboBox cmbsubCate;
private System.Windows.Forms.ComboBox cmbCate;
private System.Windows.Forms.ComboBox cmbSite;
private System.Windows.Forms.ComboBox cmbWorkgrp;
private System.Windows.Forms.CheckBox weeklyCheckBox;
private System.Windows.Forms.CheckBox fanoutCheckBox;
}
}