구매 엑셀 업로드 기능 완료 및 메뉴얼 작성

This commit is contained in:
chi
2023-08-02 15:38:02 +09:00
parent d8ddd7cfa7
commit 20e36a3624
16 changed files with 924 additions and 640 deletions

View File

@@ -30,18 +30,17 @@
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.Label stateLabel;
System.Windows.Forms.Label processLabel;
System.Windows.Forms.Label label22;
System.Windows.Forms.Label label23;
System.Windows.Forms.Label assetLabel;
System.Windows.Forms.Label label15;
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchase_excelimport));
this.processLabel = new System.Windows.Forms.Label();
this.label22 = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.assetLabel = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.bsNR = new System.Windows.Forms.BindingSource(this.components);
this.dsPRJ = new FEQ0000.dsPurchase();
this.panel1 = new System.Windows.Forms.Panel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.label16 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.nudE = new System.Windows.Forms.NumericUpDown();
@@ -49,6 +48,7 @@
this.label2 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.label1 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
@@ -65,6 +65,11 @@
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.sbSum = new System.Windows.Forms.ToolStripLabel();
this.panel2 = new System.Windows.Forms.Panel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.nudLine = new System.Windows.Forms.NumericUpDown();
this.label12 = new System.Windows.Forms.Label();
this.nudCost = new System.Windows.Forms.NumericUpDown();
this.label18 = new System.Windows.Forms.Label();
this.nudPdate = new System.Windows.Forms.NumericUpDown();
this.label25 = new System.Windows.Forms.Label();
this.nudInDate = new System.Windows.Forms.NumericUpDown();
@@ -96,7 +101,7 @@
this.nudSc = new System.Windows.Forms.NumericUpDown();
this.label10 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.ta = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.taNR = new FEQ0000.dsPurchaseTableAdapters.PurchaseTableAdapter();
this.panel3 = new System.Windows.Forms.Panel();
this.tbProject = new System.Windows.Forms.ComboBox();
this.cbManuProc = new System.Windows.Forms.ComboBox();
@@ -122,17 +127,17 @@
this.columnHeader13 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader16 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader15 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader17 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader18 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.bsCR = new System.Windows.Forms.BindingSource(this.components);
this.taCR = new FEQ0000.dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter();
stateLabel = new System.Windows.Forms.Label();
processLabel = new System.Windows.Forms.Label();
label22 = new System.Windows.Forms.Label();
label23 = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
label15 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsNR)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudE)).BeginInit();
@@ -141,6 +146,8 @@
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nudLine)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudCost)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudInDate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudReq)).BeginInit();
@@ -158,6 +165,7 @@
((System.ComponentModel.ISupportInitialize)(this.nudSc)).BeginInit();
this.panel3.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bsCR)).BeginInit();
this.SuspendLayout();
//
// stateLabel
@@ -171,39 +179,39 @@
//
// processLabel
//
processLabel.AutoSize = true;
processLabel.Location = new System.Drawing.Point(40, 33);
processLabel.Name = "processLabel";
processLabel.Size = new System.Drawing.Size(29, 12);
processLabel.TabIndex = 57;
processLabel.Text = "공정";
this.processLabel.AutoSize = true;
this.processLabel.Location = new System.Drawing.Point(40, 33);
this.processLabel.Name = "processLabel";
this.processLabel.Size = new System.Drawing.Size(29, 12);
this.processLabel.TabIndex = 57;
this.processLabel.Text = "공정";
//
// label22
//
label22.AutoSize = true;
label22.Location = new System.Drawing.Point(482, 33);
label22.Name = "label22";
label22.Size = new System.Drawing.Size(65, 12);
label22.TabIndex = 63;
label22.Text = "장비제조사";
this.label22.AutoSize = true;
this.label22.Location = new System.Drawing.Point(482, 33);
this.label22.Name = "label22";
this.label22.Size = new System.Drawing.Size(65, 12);
this.label22.TabIndex = 63;
this.label22.Text = "장비제조사";
//
// label23
//
label23.AutoSize = true;
label23.Location = new System.Drawing.Point(276, 33);
label23.Name = "label23";
label23.Size = new System.Drawing.Size(53, 12);
label23.TabIndex = 65;
label23.Text = "제조공정";
this.label23.AutoSize = true;
this.label23.Location = new System.Drawing.Point(276, 33);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(53, 12);
this.label23.TabIndex = 65;
this.label23.Text = "제조공정";
//
// assetLabel
//
assetLabel.AutoSize = true;
assetLabel.Location = new System.Drawing.Point(677, 33);
assetLabel.Name = "assetLabel";
assetLabel.Size = new System.Drawing.Size(53, 12);
assetLabel.TabIndex = 61;
assetLabel.Text = "장비모델";
this.assetLabel.AutoSize = true;
this.assetLabel.Location = new System.Drawing.Point(677, 33);
this.assetLabel.Name = "assetLabel";
this.assetLabel.Size = new System.Drawing.Size(53, 12);
this.assetLabel.TabIndex = 61;
this.assetLabel.Text = "장비모델";
//
// label15
//
@@ -220,7 +228,7 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.textBox1.Location = new System.Drawing.Point(92, 30);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(503, 21);
this.textBox1.Size = new System.Drawing.Size(783, 21);
this.textBox1.TabIndex = 1;
//
// linkLabel1
@@ -235,10 +243,10 @@
this.linkLabel1.Text = "파일 선택";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// bs
// bsNR
//
this.bs.DataMember = "Purchase";
this.bs.DataSource = this.dsPRJ;
this.bsNR.DataMember = "Purchase";
this.bsNR.DataSource = this.dsPRJ;
//
// dsPRJ
//
@@ -248,7 +256,6 @@
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.panel1.Controls.Add(this.linkLabel2);
this.panel1.Controls.Add(this.label16);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.nudE);
@@ -262,21 +269,9 @@
this.panel1.ForeColor = System.Drawing.Color.White;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(994, 57);
this.panel1.Size = new System.Drawing.Size(1184, 57);
this.panel1.TabIndex = 0;
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.LinkColor = System.Drawing.Color.DeepSkyBlue;
this.linkLabel2.Location = new System.Drawing.Point(601, 35);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(77, 12);
this.linkLabel2.TabIndex = 53;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "샘플파일열기";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// label16
//
this.label16.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(18)))), ((int)(((byte)(18)))));
@@ -284,7 +279,7 @@
this.label16.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label16.Location = new System.Drawing.Point(0, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(994, 23);
this.label16.Size = new System.Drawing.Size(1184, 23);
this.label16.TabIndex = 52;
this.label16.Text = "엑셀 파일 설정";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -292,7 +287,7 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(925, 34);
this.label3.Location = new System.Drawing.Point(1115, 34);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(14, 12);
this.label3.TabIndex = 10;
@@ -300,7 +295,7 @@
//
// nudE
//
this.nudE.Location = new System.Drawing.Point(944, 30);
this.nudE.Location = new System.Drawing.Point(1134, 30);
this.nudE.Maximum = new decimal(new int[] {
65535,
0,
@@ -323,7 +318,7 @@
//
// nudS
//
this.nudS.Location = new System.Drawing.Point(876, 30);
this.nudS.Location = new System.Drawing.Point(1066, 30);
this.nudS.Maximum = new decimal(new int[] {
65535,
0,
@@ -347,7 +342,7 @@
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(825, 34);
this.label2.Location = new System.Drawing.Point(1015, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(45, 12);
this.label2.TabIndex = 7;
@@ -355,7 +350,7 @@
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(758, 30);
this.numericUpDown1.Location = new System.Drawing.Point(948, 30);
this.numericUpDown1.Maximum = new decimal(new int[] {
10,
0,
@@ -379,16 +374,28 @@
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(691, 34);
this.label1.Location = new System.Drawing.Point(881, 34);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 2;
this.label1.Text = "시트번호";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.LinkColor = System.Drawing.Color.DeepSkyBlue;
this.linkLabel2.Location = new System.Drawing.Point(1101, 33);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(77, 12);
this.linkLabel2.TabIndex = 53;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "샘플파일열기";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// bn
//
this.bn.AddNewItem = null;
this.bn.BindingSource = this.bs;
this.bn.BindingSource = this.bsNR;
this.bn.CountItem = this.bindingNavigatorCountItem;
this.bn.DeleteItem = null;
this.bn.Dock = System.Windows.Forms.DockStyle.Bottom;
@@ -414,7 +421,7 @@
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(994, 28);
this.bn.Size = new System.Drawing.Size(1184, 28);
this.bn.TabIndex = 2;
this.bn.Text = "bindingNavigator1";
//
@@ -452,6 +459,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";
@@ -525,6 +533,12 @@
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(120)))), ((int)(((byte)(120)))));
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.linkLabel3);
this.panel2.Controls.Add(this.linkLabel2);
this.panel2.Controls.Add(this.nudLine);
this.panel2.Controls.Add(this.label12);
this.panel2.Controls.Add(this.nudCost);
this.panel2.Controls.Add(this.label18);
this.panel2.Controls.Add(this.nudPdate);
this.panel2.Controls.Add(this.label25);
this.panel2.Controls.Add(this.nudInDate);
@@ -560,39 +574,91 @@
this.panel2.ForeColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(0, 57);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(994, 86);
this.panel2.Size = new System.Drawing.Size(1184, 88);
this.panel2.TabIndex = 3;
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.LinkColor = System.Drawing.Color.DeepSkyBlue;
this.linkLabel3.Location = new System.Drawing.Point(1113, 56);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(65, 12);
this.linkLabel3.TabIndex = 72;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "번호초기화";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// nudLine
//
this.nudLine.Location = new System.Drawing.Point(825, 58);
this.nudLine.Name = "nudLine";
this.nudLine.Size = new System.Drawing.Size(45, 21);
this.nudLine.TabIndex = 71;
this.nudLine.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudLine.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(756, 62);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(63, 12);
this.label12.TabIndex = 70;
this.label12.Text = "Line Code";
//
// nudCost
//
this.nudCost.Location = new System.Drawing.Point(704, 58);
this.nudCost.Name = "nudCost";
this.nudCost.Size = new System.Drawing.Size(45, 21);
this.nudCost.TabIndex = 69;
this.nudCost.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudCost.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(626, 62);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(72, 12);
this.label18.TabIndex = 68;
this.label18.Text = "Cost Center";
//
// nudPdate
//
this.nudPdate.Location = new System.Drawing.Point(776, 29);
this.nudPdate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nudPdate.Location = new System.Drawing.Point(59, 33);
this.nudPdate.Name = "nudPdate";
this.nudPdate.Size = new System.Drawing.Size(45, 21);
this.nudPdate.TabIndex = 63;
this.nudPdate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudPdate.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label25
//
this.label25.AutoSize = true;
this.label25.Location = new System.Drawing.Point(727, 33);
this.label25.Location = new System.Drawing.Point(10, 37);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(41, 12);
this.label25.TabIndex = 62;
this.label25.Text = "요청일";
this.label25.Click += new System.EventHandler(this.label25_Click);
//
// nudInDate
//
this.nudInDate.Location = new System.Drawing.Point(776, 58);
this.nudInDate.Location = new System.Drawing.Point(473, 58);
this.nudInDate.Name = "nudInDate";
this.nudInDate.Size = new System.Drawing.Size(45, 21);
this.nudInDate.TabIndex = 61;
this.nudInDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudInDate.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label26
//
this.label26.AutoSize = true;
this.label26.Location = new System.Drawing.Point(727, 62);
this.label26.Location = new System.Drawing.Point(424, 62);
this.label26.Name = "label26";
this.label26.Size = new System.Drawing.Size(41, 12);
this.label26.TabIndex = 60;
@@ -600,16 +666,17 @@
//
// nudReq
//
this.nudReq.Location = new System.Drawing.Point(670, 29);
this.nudReq.Location = new System.Drawing.Point(161, 33);
this.nudReq.Name = "nudReq";
this.nudReq.Size = new System.Drawing.Size(45, 21);
this.nudReq.TabIndex = 59;
this.nudReq.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudReq.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(621, 33);
this.label17.Location = new System.Drawing.Point(112, 37);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(41, 12);
this.label17.TabIndex = 58;
@@ -617,16 +684,17 @@
//
// nudRecv
//
this.nudRecv.Location = new System.Drawing.Point(670, 58);
this.nudRecv.Location = new System.Drawing.Point(575, 58);
this.nudRecv.Name = "nudRecv";
this.nudRecv.Size = new System.Drawing.Size(45, 21);
this.nudRecv.TabIndex = 57;
this.nudRecv.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudRecv.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(621, 62);
this.label20.Location = new System.Drawing.Point(531, 62);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(41, 12);
this.label20.TabIndex = 56;
@@ -634,16 +702,17 @@
//
// nudPo
//
this.nudPo.Location = new System.Drawing.Point(359, 58);
this.nudPo.Location = new System.Drawing.Point(161, 58);
this.nudPo.Name = "nudPo";
this.nudPo.Size = new System.Drawing.Size(45, 21);
this.nudPo.TabIndex = 53;
this.nudPo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudPo.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(326, 62);
this.label9.Location = new System.Drawing.Point(129, 62);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(22, 12);
this.label9.TabIndex = 52;
@@ -651,7 +720,8 @@
//
// nudSid
//
this.nudSid.Location = new System.Drawing.Point(64, 29);
this.nudSid.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nudSid.Location = new System.Drawing.Point(263, 33);
this.nudSid.Name = "nudSid";
this.nudSid.Size = new System.Drawing.Size(45, 21);
this.nudSid.TabIndex = 1;
@@ -661,7 +731,7 @@
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(34, 33);
this.label6.Location = new System.Drawing.Point(232, 37);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(24, 12);
this.label6.TabIndex = 0;
@@ -669,7 +739,7 @@
//
// nudSupplty
//
this.nudSupplty.Location = new System.Drawing.Point(64, 58);
this.nudSupplty.Location = new System.Drawing.Point(944, 33);
this.nudSupplty.Name = "nudSupplty";
this.nudSupplty.Size = new System.Drawing.Size(45, 21);
this.nudSupplty.TabIndex = 23;
@@ -679,7 +749,7 @@
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 62);
this.label5.Location = new System.Drawing.Point(885, 37);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 22;
@@ -687,7 +757,7 @@
//
// nudMemo
//
this.nudMemo.Location = new System.Drawing.Point(164, 58);
this.nudMemo.Location = new System.Drawing.Point(59, 58);
this.nudMemo.Name = "nudMemo";
this.nudMemo.Size = new System.Drawing.Size(45, 21);
this.nudMemo.TabIndex = 25;
@@ -697,7 +767,7 @@
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(131, 62);
this.label21.Location = new System.Drawing.Point(26, 62);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 24;
@@ -705,8 +775,7 @@
//
// nudPrice
//
this.nudPrice.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nudPrice.Location = new System.Drawing.Point(460, 29);
this.nudPrice.Location = new System.Drawing.Point(825, 33);
this.nudPrice.Name = "nudPrice";
this.nudPrice.Size = new System.Drawing.Size(45, 21);
this.nudPrice.TabIndex = 21;
@@ -716,7 +785,7 @@
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(415, 33);
this.label19.Location = new System.Drawing.Point(790, 37);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(29, 12);
this.label19.TabIndex = 20;
@@ -724,7 +793,7 @@
//
// nudCr
//
this.nudCr.Location = new System.Drawing.Point(568, 58);
this.nudCr.Location = new System.Drawing.Point(370, 58);
this.nudCr.Name = "nudCr";
this.nudCr.Size = new System.Drawing.Size(45, 21);
this.nudCr.TabIndex = 11;
@@ -734,7 +803,7 @@
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(519, 62);
this.label7.Location = new System.Drawing.Point(322, 62);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(44, 12);
this.label7.TabIndex = 10;
@@ -742,7 +811,7 @@
//
// nudUnit
//
this.nudUnit.Location = new System.Drawing.Point(268, 58);
this.nudUnit.Location = new System.Drawing.Point(704, 33);
this.nudUnit.Name = "nudUnit";
this.nudUnit.Size = new System.Drawing.Size(45, 21);
this.nudUnit.TabIndex = 19;
@@ -752,7 +821,7 @@
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(233, 62);
this.label14.Location = new System.Drawing.Point(669, 37);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(29, 12);
this.label14.TabIndex = 18;
@@ -761,7 +830,7 @@
// nudPumName
//
this.nudPumName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nudPumName.Location = new System.Drawing.Point(164, 29);
this.nudPumName.Location = new System.Drawing.Point(371, 33);
this.nudPumName.Name = "nudPumName";
this.nudPumName.Size = new System.Drawing.Size(45, 21);
this.nudPumName.TabIndex = 13;
@@ -771,7 +840,7 @@
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(128, 33);
this.label13.Location = new System.Drawing.Point(329, 37);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 12;
@@ -779,7 +848,7 @@
//
// nudScale
//
this.nudScale.Location = new System.Drawing.Point(268, 29);
this.nudScale.Location = new System.Drawing.Point(473, 33);
this.nudScale.Name = "nudScale";
this.nudScale.Size = new System.Drawing.Size(45, 21);
this.nudScale.TabIndex = 15;
@@ -789,7 +858,7 @@
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(233, 33);
this.label4.Location = new System.Drawing.Point(434, 37);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 14;
@@ -797,8 +866,7 @@
//
// nudQty
//
this.nudQty.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.nudQty.Location = new System.Drawing.Point(359, 29);
this.nudQty.Location = new System.Drawing.Point(575, 33);
this.nudQty.Name = "nudQty";
this.nudQty.Size = new System.Drawing.Size(45, 21);
this.nudQty.TabIndex = 15;
@@ -808,7 +876,7 @@
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(324, 33);
this.label11.Location = new System.Drawing.Point(543, 37);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.TabIndex = 14;
@@ -817,17 +885,18 @@
// nudSc
//
this.nudSc.BackColor = System.Drawing.Color.White;
this.nudSc.Location = new System.Drawing.Point(460, 58);
this.nudSc.Location = new System.Drawing.Point(263, 58);
this.nudSc.Name = "nudSc";
this.nudSc.Size = new System.Drawing.Size(45, 21);
this.nudSc.TabIndex = 9;
this.nudSc.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSc.ValueChanged += new System.EventHandler(this.numericUpDown6_ValueChanged);
this.nudSc.TabIndexChanged += new System.EventHandler(this.nudSc_TabIndexChanged);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(422, 62);
this.label10.Location = new System.Drawing.Point(234, 62);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(22, 12);
this.label10.TabIndex = 8;
@@ -840,14 +909,14 @@
this.label8.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label8.Location = new System.Drawing.Point(0, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(992, 23);
this.label8.Size = new System.Drawing.Size(1182, 23);
this.label8.TabIndex = 51;
this.label8.Text = "엑셀/DB 연결 정보 설정 ( A열 = 1)";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ta
// taNR
//
this.ta.ClearBeforeFill = true;
this.taNR.ClearBeforeFill = true;
//
// panel3
//
@@ -858,19 +927,19 @@
this.panel3.Controls.Add(this.cbManuProc);
this.panel3.Controls.Add(this.cbEQModel);
this.panel3.Controls.Add(this.cbEQManu);
this.panel3.Controls.Add(label22);
this.panel3.Controls.Add(label23);
this.panel3.Controls.Add(assetLabel);
this.panel3.Controls.Add(this.label22);
this.panel3.Controls.Add(this.label23);
this.panel3.Controls.Add(this.assetLabel);
this.panel3.Controls.Add(this.cmbState);
this.panel3.Controls.Add(stateLabel);
this.panel3.Controls.Add(this.cbProcess);
this.panel3.Controls.Add(processLabel);
this.panel3.Controls.Add(this.processLabel);
this.panel3.Controls.Add(this.label34);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.ForeColor = System.Drawing.Color.White;
this.panel3.Location = new System.Drawing.Point(0, 143);
this.panel3.Location = new System.Drawing.Point(0, 145);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(994, 82);
this.panel3.Size = new System.Drawing.Size(1184, 82);
this.panel3.TabIndex = 4;
//
// tbProject
@@ -947,7 +1016,7 @@
this.label34.ForeColor = System.Drawing.Color.WhiteSmoke;
this.label34.Location = new System.Drawing.Point(0, 0);
this.label34.Name = "label34";
this.label34.Size = new System.Drawing.Size(992, 23);
this.label34.Size = new System.Drawing.Size(1182, 23);
this.label34.TabIndex = 51;
this.label34.Text = "구매 등록 정보";
this.label34.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -958,8 +1027,6 @@
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader3,
this.columnHeader14,
this.columnHeader1,
this.columnHeader2,
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
@@ -968,18 +1035,22 @@
this.columnHeader9,
this.columnHeader10,
this.columnHeader11,
this.columnHeader12,
this.columnHeader13,
this.columnHeader12,
this.columnHeader1,
this.columnHeader2,
this.columnHeader16,
this.columnHeader15});
this.columnHeader15,
this.columnHeader17,
this.columnHeader18});
this.listView1.ContextMenuStrip = this.contextMenuStrip1;
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(0, 225);
this.listView1.Location = new System.Drawing.Point(0, 227);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(994, 408);
this.listView1.Size = new System.Drawing.Size(1184, 406);
this.listView1.TabIndex = 5;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
@@ -1056,6 +1127,14 @@
//
this.columnHeader15.Text = "수령인";
//
// columnHeader17
//
this.columnHeader17.Text = "CostCenter";
//
// columnHeader18
//
this.columnHeader18.Text = "LineCode";
//
// contextMenuStrip1
//
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
@@ -1086,11 +1165,20 @@
this.ToolStripMenuItem.Text = "선택 반전";
this.ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// bsCR
//
this.bsCR.DataMember = "EETGW_PurchaseCR";
this.bsCR.DataSource = this.dsPRJ;
//
// taCR
//
this.taCR.ClearBeforeFill = true;
//
// fPurchase_excelimport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(994, 661);
this.ClientSize = new System.Drawing.Size(1184, 661);
this.Controls.Add(this.listView1);
this.Controls.Add(this.panel3);
this.Controls.Add(this.panel2);
@@ -1098,9 +1186,9 @@
this.Controls.Add(this.panel1);
this.Name = "fPurchase_excelimport";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "구매내역 가져오기";
this.Text = "구매내역 가져오기(NR)";
this.Load += new System.EventHandler(this.@__Load);
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.bsNR)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
@@ -1112,6 +1200,8 @@
this.bn.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nudLine)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudCost)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudPdate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudInDate)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudReq)).EndInit();
@@ -1130,6 +1220,7 @@
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bsCR)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1151,7 +1242,7 @@
private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
private System.Windows.Forms.ToolStripProgressBar progressBar1;
private System.Windows.Forms.BindingSource bs;
private System.Windows.Forms.BindingSource bsNR;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.Label label2;
@@ -1177,7 +1268,7 @@
private System.Windows.Forms.Label label16;
private System.Windows.Forms.ToolStripButton btSave;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private dsPurchaseTableAdapters.PurchaseTableAdapter ta;
private dsPurchaseTableAdapters.PurchaseTableAdapter taNR;
private dsPurchase dsPRJ;
private System.Windows.Forms.ToolStripLabel sbSum;
private System.Windows.Forms.NumericUpDown nudSupplty;
@@ -1227,5 +1318,18 @@
private System.Windows.Forms.ColumnHeader columnHeader14;
private System.Windows.Forms.ColumnHeader columnHeader16;
private System.Windows.Forms.ColumnHeader columnHeader15;
private System.Windows.Forms.NumericUpDown nudLine;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.NumericUpDown nudCost;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.ColumnHeader columnHeader17;
private System.Windows.Forms.ColumnHeader columnHeader18;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.BindingSource bsCR;
private dsPurchaseTableAdapters.EETGW_PurchaseCRTableAdapter taCR;
private System.Windows.Forms.Label processLabel;
protected System.Windows.Forms.Label label22;
protected System.Windows.Forms.Label label23;
protected System.Windows.Forms.Label assetLabel;
}
}