메일백업

This commit is contained in:
chi
2020-05-07 17:19:27 +09:00
parent ea20c93c27
commit f68c0a0ea4
18 changed files with 1289 additions and 438 deletions

View File

@@ -30,13 +30,13 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectPartImport));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle29 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle30 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle31 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle32 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle33 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle();
this.textBox1 = new System.Windows.Forms.TextBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btView = new System.Windows.Forms.Button();
@@ -97,22 +97,24 @@
this.label9 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.nudQtyN = new System.Windows.Forms.NumericUpDown();
this.label17 = new System.Windows.Forms.Label();
this.itemGroupDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.option1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.noDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSidDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemModelDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.priceDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qtyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemUnitDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.qtyn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.amtDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.amtn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemManuDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.option2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.memoDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.itemSupplyidxDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
@@ -136,6 +138,7 @@
((System.ComponentModel.ISupportInitialize)(this.nudQty)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudName)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudSid)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nudQtyN)).BeginInit();
this.SuspendLayout();
//
// textBox1
@@ -144,7 +147,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(916, 21);
this.textBox1.Size = new System.Drawing.Size(892, 21);
this.textBox1.TabIndex = 1;
//
// linkLabel1
@@ -163,7 +166,7 @@
//
this.btView.Dock = System.Windows.Forms.DockStyle.Right;
this.btView.ForeColor = System.Drawing.Color.Black;
this.btView.Location = new System.Drawing.Point(918, 23);
this.btView.Location = new System.Drawing.Point(890, 23);
this.btView.Name = "btView";
this.btView.Size = new System.Drawing.Size(102, 64);
this.btView.TabIndex = 26;
@@ -185,23 +188,23 @@
this.itemSidDataGridViewTextBoxColumn,
this.itemNameDataGridViewTextBoxColumn,
this.itemModelDataGridViewTextBoxColumn,
this.itemUnitDataGridViewTextBoxColumn,
this.priceDataGridViewTextBoxColumn,
this.qtyDataGridViewTextBoxColumn,
this.itemUnitDataGridViewTextBoxColumn,
this.qtyn,
this.amtDataGridViewTextBoxColumn,
this.amtn,
this.itemManuDataGridViewTextBoxColumn,
this.itemSupplyDataGridViewTextBoxColumn,
this.option2,
this.memoDataGridViewTextBoxColumn,
this.itemDataGridViewTextBoxColumn,
this.itemSupplyidxDataGridViewTextBoxColumn});
this.memoDataGridViewTextBoxColumn});
this.dataGridView1.DataSource = this.bs;
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.dataGridView1.Location = new System.Drawing.Point(0, 176);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowHeadersVisible = false;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(1022, 460);
this.dataGridView1.Size = new System.Drawing.Size(994, 457);
this.dataGridView1.TabIndex = 1;
//
// bs
@@ -230,7 +233,7 @@
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(1022, 87);
this.panel1.Size = new System.Drawing.Size(994, 87);
this.panel1.TabIndex = 0;
//
// label16
@@ -240,7 +243,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(1022, 23);
this.label16.Size = new System.Drawing.Size(994, 23);
this.label16.TabIndex = 52;
this.label16.Text = "엑셀 파일 설정";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -355,21 +358,21 @@
this.btDelImp,
this.toolStripSeparator2,
this.sbSum});
this.bn.Location = new System.Drawing.Point(0, 636);
this.bn.Location = new System.Drawing.Point(0, 633);
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
this.bn.MoveNextItem = this.bindingNavigatorMoveNextItem;
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
this.bn.Name = "bn";
this.bn.PositionItem = this.bindingNavigatorPositionItem;
this.bn.Size = new System.Drawing.Size(1022, 25);
this.bn.Size = new System.Drawing.Size(994, 28);
this.bn.TabIndex = 2;
this.bn.Text = "bindingNavigator1";
//
// bindingNavigatorCountItem
//
this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 22);
this.bindingNavigatorCountItem.Size = new System.Drawing.Size(27, 25);
this.bindingNavigatorCountItem.Text = "/{0}";
this.bindingNavigatorCountItem.ToolTipText = "전체 항목 수";
//
@@ -379,7 +382,7 @@
this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 25);
this.bindingNavigatorMoveFirstItem.Text = "처음으로 이동";
//
// bindingNavigatorMovePreviousItem
@@ -388,13 +391,13 @@
this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 25);
this.bindingNavigatorMovePreviousItem.Text = "이전으로 이동";
//
// bindingNavigatorSeparator
//
this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 28);
//
// bindingNavigatorPositionItem
//
@@ -408,7 +411,7 @@
// bindingNavigatorSeparator1
//
this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 28);
//
// bindingNavigatorMoveNextItem
//
@@ -416,7 +419,7 @@
this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 25);
this.bindingNavigatorMoveNextItem.Text = "다음으로 이동";
//
// bindingNavigatorMoveLastItem
@@ -425,40 +428,40 @@
this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 25);
this.bindingNavigatorMoveLastItem.Text = "마지막으로 이동";
//
// bindingNavigatorSeparator2
//
this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 28);
//
// progressBar1
//
this.progressBar1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(200, 22);
this.progressBar1.Size = new System.Drawing.Size(200, 25);
//
// btSave
//
this.btSave.Image = ((System.Drawing.Image)(resources.GetObject("btSave.Image")));
this.btSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btSave.Name = "btSave";
this.btSave.Size = new System.Drawing.Size(51, 22);
this.btSave.Size = new System.Drawing.Size(51, 25);
this.btSave.Text = "저장";
this.btSave.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
this.toolStripSeparator1.Size = new System.Drawing.Size(6, 28);
//
// btDelAll
//
this.btDelAll.Image = ((System.Drawing.Image)(resources.GetObject("btDelAll.Image")));
this.btDelAll.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btDelAll.Name = "btDelAll";
this.btDelAll.Size = new System.Drawing.Size(135, 22);
this.btDelAll.Size = new System.Drawing.Size(135, 25);
this.btDelAll.Text = "기존 목록 모두 삭제";
this.btDelAll.Click += new System.EventHandler(this.btDelAll_Click);
//
@@ -467,25 +470,28 @@
this.btDelImp.Image = ((System.Drawing.Image)(resources.GetObject("btDelImp.Image")));
this.btDelImp.ImageTransparentColor = System.Drawing.Color.Magenta;
this.btDelImp.Name = "btDelImp";
this.btDelImp.Size = new System.Drawing.Size(147, 22);
this.btDelImp.Size = new System.Drawing.Size(147, 25);
this.btDelImp.Text = "가져온 자료 모두 삭제";
this.btDelImp.Click += new System.EventHandler(this.btDelImp_Click);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
this.toolStripSeparator2.Size = new System.Drawing.Size(6, 28);
//
// sbSum
//
this.sbSum.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.sbSum.Name = "sbSum";
this.sbSum.Size = new System.Drawing.Size(52, 22);
this.sbSum.Size = new System.Drawing.Size(85, 25);
this.sbSum.Text = "합계 : --";
//
// panel2
//
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.nudQtyN);
this.panel2.Controls.Add(this.label17);
this.panel2.Controls.Add(this.nudMidDiv);
this.panel2.Controls.Add(this.label6);
this.panel2.Controls.Add(this.nudNapKi);
@@ -518,7 +524,7 @@
this.panel2.ForeColor = System.Drawing.Color.White;
this.panel2.Location = new System.Drawing.Point(0, 87);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1022, 89);
this.panel2.Size = new System.Drawing.Size(994, 89);
this.panel2.TabIndex = 3;
//
// nudMidDiv
@@ -546,13 +552,13 @@
//
// nudNapKi
//
this.nudNapKi.Location = new System.Drawing.Point(453, 58);
this.nudNapKi.Location = new System.Drawing.Point(453, 57);
this.nudNapKi.Name = "nudNapKi";
this.nudNapKi.Size = new System.Drawing.Size(45, 21);
this.nudNapKi.TabIndex = 23;
this.nudNapKi.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudNapKi.Value = new decimal(new int[] {
15,
17,
0,
0,
0});
@@ -561,7 +567,7 @@
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(407, 62);
this.label5.Location = new System.Drawing.Point(407, 61);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(41, 12);
this.label5.TabIndex = 22;
@@ -592,13 +598,13 @@
//
// nudMemo
//
this.nudMemo.Location = new System.Drawing.Point(540, 58);
this.nudMemo.Location = new System.Drawing.Point(540, 57);
this.nudMemo.Name = "nudMemo";
this.nudMemo.Size = new System.Drawing.Size(45, 21);
this.nudMemo.TabIndex = 25;
this.nudMemo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudMemo.Value = new decimal(new int[] {
16,
18,
0,
0,
0});
@@ -607,7 +613,7 @@
// label21
//
this.label21.AutoSize = true;
this.label21.Location = new System.Drawing.Point(506, 62);
this.label21.Location = new System.Drawing.Point(506, 61);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(29, 12);
this.label21.TabIndex = 24;
@@ -615,13 +621,13 @@
//
// nudSupply
//
this.nudSupply.Location = new System.Drawing.Point(358, 58);
this.nudSupply.Location = new System.Drawing.Point(358, 57);
this.nudSupply.Name = "nudSupply";
this.nudSupply.Size = new System.Drawing.Size(45, 21);
this.nudSupply.TabIndex = 21;
this.nudSupply.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudSupply.Value = new decimal(new int[] {
14,
16,
0,
0,
0});
@@ -630,7 +636,7 @@
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(311, 62);
this.label19.Location = new System.Drawing.Point(311, 61);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(41, 12);
this.label19.TabIndex = 20;
@@ -685,13 +691,13 @@
//
// nudManu
//
this.nudManu.Location = new System.Drawing.Point(261, 58);
this.nudManu.Location = new System.Drawing.Point(261, 57);
this.nudManu.Name = "nudManu";
this.nudManu.Size = new System.Drawing.Size(45, 21);
this.nudManu.TabIndex = 19;
this.nudManu.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudManu.Value = new decimal(new int[] {
13,
15,
0,
0,
0});
@@ -700,7 +706,7 @@
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(217, 62);
this.label14.Location = new System.Drawing.Point(217, 61);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(41, 12);
this.label14.TabIndex = 18;
@@ -708,13 +714,13 @@
//
// nudPrice
//
this.nudPrice.Location = new System.Drawing.Point(638, 32);
this.nudPrice.Location = new System.Drawing.Point(729, 32);
this.nudPrice.Name = "nudPrice";
this.nudPrice.Size = new System.Drawing.Size(45, 21);
this.nudPrice.TabIndex = 13;
this.nudPrice.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudPrice.Value = new decimal(new int[] {
7,
8,
0,
0,
0});
@@ -723,7 +729,7 @@
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(595, 36);
this.label13.Location = new System.Drawing.Point(693, 36);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(29, 12);
this.label13.TabIndex = 12;
@@ -731,13 +737,13 @@
//
// nudUnit
//
this.nudUnit.Location = new System.Drawing.Point(61, 58);
this.nudUnit.Location = new System.Drawing.Point(632, 32);
this.nudUnit.Name = "nudUnit";
this.nudUnit.Size = new System.Drawing.Size(45, 21);
this.nudUnit.TabIndex = 17;
this.nudUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudUnit.Value = new decimal(new int[] {
11,
7,
0,
0,
0});
@@ -746,7 +752,7 @@
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(26, 62);
this.label12.Location = new System.Drawing.Point(597, 36);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(29, 12);
this.label12.TabIndex = 16;
@@ -754,13 +760,13 @@
//
// nudQty
//
this.nudQty.Location = new System.Drawing.Point(733, 32);
this.nudQty.Location = new System.Drawing.Point(61, 57);
this.nudQty.Name = "nudQty";
this.nudQty.Size = new System.Drawing.Size(45, 21);
this.nudQty.TabIndex = 15;
this.nudQty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudQty.Value = new decimal(new int[] {
8,
9,
0,
0,
0});
@@ -769,11 +775,11 @@
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(698, 36);
this.label11.Location = new System.Drawing.Point(10, 61);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(29, 12);
this.label11.Size = new System.Drawing.Size(45, 12);
this.label11.TabIndex = 14;
this.label11.Text = "수량";
this.label11.Text = "수량(1)";
//
// nudName
//
@@ -830,7 +836,7 @@
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(1020, 23);
this.label8.Size = new System.Drawing.Size(992, 23);
this.label8.TabIndex = 51;
this.label8.Text = "엑셀/DB 연결 정보 설정 ( A열 = 1)";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
@@ -839,6 +845,28 @@
//
this.ta.ClearBeforeFill = true;
//
// nudQtyN
//
this.nudQtyN.Location = new System.Drawing.Point(166, 57);
this.nudQtyN.Name = "nudQtyN";
this.nudQtyN.Size = new System.Drawing.Size(45, 21);
this.nudQtyN.TabIndex = 53;
this.nudQtyN.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.nudQtyN.Value = new decimal(new int[] {
10,
0,
0,
0});
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(115, 61);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(48, 12);
this.label17.TabIndex = 52;
this.label17.Text = "수량(N)";
//
// itemGroupDataGridViewTextBoxColumn
//
this.itemGroupDataGridViewTextBoxColumn.DataPropertyName = "ItemGroup";
@@ -856,8 +884,8 @@
// noDataGridViewTextBoxColumn
//
this.noDataGridViewTextBoxColumn.DataPropertyName = "no";
dataGridViewCellStyle29.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.noDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle29;
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.noDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle15;
this.noDataGridViewTextBoxColumn.HeaderText = "번호";
this.noDataGridViewTextBoxColumn.Name = "noDataGridViewTextBoxColumn";
this.noDataGridViewTextBoxColumn.Width = 54;
@@ -883,26 +911,6 @@
this.itemModelDataGridViewTextBoxColumn.Name = "itemModelDataGridViewTextBoxColumn";
this.itemModelDataGridViewTextBoxColumn.Width = 54;
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
dataGridViewCellStyle30.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle30.Format = "N0";
this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle30;
this.priceDataGridViewTextBoxColumn.HeaderText = "단가";
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
this.priceDataGridViewTextBoxColumn.Width = 54;
//
// qtyDataGridViewTextBoxColumn
//
this.qtyDataGridViewTextBoxColumn.DataPropertyName = "qty";
dataGridViewCellStyle31.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle31.Format = "N0";
this.qtyDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle31;
this.qtyDataGridViewTextBoxColumn.HeaderText = "수량";
this.qtyDataGridViewTextBoxColumn.Name = "qtyDataGridViewTextBoxColumn";
this.qtyDataGridViewTextBoxColumn.Width = 54;
//
// itemUnitDataGridViewTextBoxColumn
//
this.itemUnitDataGridViewTextBoxColumn.DataPropertyName = "ItemUnit";
@@ -910,17 +918,58 @@
this.itemUnitDataGridViewTextBoxColumn.Name = "itemUnitDataGridViewTextBoxColumn";
this.itemUnitDataGridViewTextBoxColumn.Width = 54;
//
// priceDataGridViewTextBoxColumn
//
this.priceDataGridViewTextBoxColumn.DataPropertyName = "price";
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle16.Format = "N0";
this.priceDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle16;
this.priceDataGridViewTextBoxColumn.HeaderText = "단가";
this.priceDataGridViewTextBoxColumn.Name = "priceDataGridViewTextBoxColumn";
this.priceDataGridViewTextBoxColumn.Width = 54;
//
// qtyDataGridViewTextBoxColumn
//
this.qtyDataGridViewTextBoxColumn.DataPropertyName = "qty";
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle17.Format = "N0";
this.qtyDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle17;
this.qtyDataGridViewTextBoxColumn.HeaderText = "수량(1)";
this.qtyDataGridViewTextBoxColumn.Name = "qtyDataGridViewTextBoxColumn";
this.qtyDataGridViewTextBoxColumn.Width = 70;
//
// qtyn
//
this.qtyn.DataPropertyName = "qtyn";
dataGridViewCellStyle18.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle18.Format = "N0";
this.qtyn.DefaultCellStyle = dataGridViewCellStyle18;
this.qtyn.HeaderText = "수량(N)";
this.qtyn.Name = "qtyn";
this.qtyn.Width = 73;
//
// amtDataGridViewTextBoxColumn
//
this.amtDataGridViewTextBoxColumn.DataPropertyName = "amt";
dataGridViewCellStyle32.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle32.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle32.Format = "N0";
this.amtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle32;
this.amtDataGridViewTextBoxColumn.HeaderText = "금액";
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle19.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle19.Format = "N0";
this.amtDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle19;
this.amtDataGridViewTextBoxColumn.HeaderText = "금액(1)";
this.amtDataGridViewTextBoxColumn.Name = "amtDataGridViewTextBoxColumn";
this.amtDataGridViewTextBoxColumn.ReadOnly = true;
this.amtDataGridViewTextBoxColumn.Width = 54;
this.amtDataGridViewTextBoxColumn.Width = 70;
//
// amtn
//
this.amtn.DataPropertyName = "amtn";
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle20.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
dataGridViewCellStyle20.Format = "N0";
this.amtn.DefaultCellStyle = dataGridViewCellStyle20;
this.amtn.HeaderText = "금액(N)";
this.amtn.Name = "amtn";
this.amtn.Width = 73;
//
// itemManuDataGridViewTextBoxColumn
//
@@ -939,8 +988,8 @@
// option2
//
this.option2.DataPropertyName = "option2";
dataGridViewCellStyle33.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.option2.DefaultCellStyle = dataGridViewCellStyle33;
dataGridViewCellStyle21.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
this.option2.DefaultCellStyle = dataGridViewCellStyle21;
this.option2.HeaderText = "납기일";
this.option2.Name = "option2";
this.option2.Width = 66;
@@ -952,31 +1001,11 @@
this.memoDataGridViewTextBoxColumn.Name = "memoDataGridViewTextBoxColumn";
this.memoDataGridViewTextBoxColumn.Width = 54;
//
// itemDataGridViewTextBoxColumn
//
this.itemDataGridViewTextBoxColumn.DataPropertyName = "Item";
dataGridViewCellStyle34.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle34.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle34;
this.itemDataGridViewTextBoxColumn.HeaderText = "item(*)";
this.itemDataGridViewTextBoxColumn.Name = "itemDataGridViewTextBoxColumn";
this.itemDataGridViewTextBoxColumn.Width = 70;
//
// itemSupplyidxDataGridViewTextBoxColumn
//
this.itemSupplyidxDataGridViewTextBoxColumn.DataPropertyName = "ItemSupplyidx";
dataGridViewCellStyle35.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
dataGridViewCellStyle35.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.itemSupplyidxDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle35;
this.itemSupplyidxDataGridViewTextBoxColumn.HeaderText = "Supply(*)";
this.itemSupplyidxDataGridViewTextBoxColumn.Name = "itemSupplyidxDataGridViewTextBoxColumn";
this.itemSupplyidxDataGridViewTextBoxColumn.Width = 85;
//
// fProjectPartImport
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1022, 661);
this.ClientSize = new System.Drawing.Size(994, 661);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel2);
this.Controls.Add(this.bn);
@@ -1011,6 +1040,7 @@
((System.ComponentModel.ISupportInitialize)(this.nudQty)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudName)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudSid)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nudQtyN)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -1078,21 +1108,23 @@
private System.Windows.Forms.Label label5;
private System.Windows.Forms.NumericUpDown nudMidDiv;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.NumericUpDown nudQtyN;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.DataGridViewTextBoxColumn itemGroupDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn option1;
private System.Windows.Forms.DataGridViewTextBoxColumn noDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSidDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemNameDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemModelDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemUnitDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn priceDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qtyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemUnitDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn qtyn;
private System.Windows.Forms.DataGridViewTextBoxColumn amtDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn amtn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemManuDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn option2;
private System.Windows.Forms.DataGridViewTextBoxColumn memoDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemDataGridViewTextBoxColumn;
private System.Windows.Forms.DataGridViewTextBoxColumn itemSupplyidxDataGridViewTextBoxColumn;
}
}