From b202b7a30b263be952af358022e869d0a40ab333 Mon Sep 17 00:00:00 2001 From: chi Date: Fri, 15 Nov 2024 13:31:55 +0900 Subject: [PATCH] ,,, --- SubProject/FEQ0000/PurchaseCR/fPurchaseCR.cs | 11 +- .../PurchaseNR/fPurchaseNR.Designer.cs | 559 +++++++++--------- SubProject/FEQ0000/PurchaseNR/fPurchaseNR.cs | 9 +- .../FPJ0000/Project/fPartList.Designer.cs | 23 +- SubProject/FPJ0000/Project/fPartList.resx | 30 +- 5 files changed, 325 insertions(+), 307 deletions(-) diff --git a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR.cs b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR.cs index caa91c3..300c1f1 100644 --- a/SubProject/FEQ0000/PurchaseCR/fPurchaseCR.cs +++ b/SubProject/FEQ0000/PurchaseCR/fPurchaseCR.cs @@ -13,6 +13,7 @@ using Outlook = NetOffice.OutlookApi; using NetOffice.OutlookApi.Enums; using FEQ0000.Purchase; using FCOMMON; +using System.Windows.Forms.VisualStyles; namespace FEQ0000 { @@ -1559,13 +1560,19 @@ namespace FEQ0000 if (f.ShowDialog() != DialogResult.OK) return; var colstat = fpSpread1_Sheet1.Columns["state"]; + var colidx = fpSpread1_Sheet1.Columns["idx"]; var value = f.cmbState.Text; foreach (var rowindex in rows) { - fpSpread1_Sheet1.SetValue(rowindex, colstat.Index, value); - } + var idx = fpSpread1_Sheet1.Cells[rowindex, colidx.Index].Value; + var dr= this.dsPurchase.EETGW_PurchaseCR.Where(t => t.idx == (int)idx).FirstOrDefault(); + dr["state"] = value; + dr.EndEdit(); + } + this.Validate(); + this.bs.EndEdit(); FCOMMON.Util.MsgI($"{rows.Count} 건의 자료가 변경되었습니다\n저장 버튼을 누르면 적용 됩니다\n취소하려면 새로고침을 누르세요"); } } diff --git a/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.Designer.cs b/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.Designer.cs index 28de40e..c715b97 100644 --- a/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.Designer.cs +++ b/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.Designer.cs @@ -30,6 +30,7 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fPurchaseNR)); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType1 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType2 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); @@ -45,28 +46,28 @@ FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType13 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType14 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType15 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType16 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType17 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); - FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType18 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType(); - FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType(); + FarPoint.Win.Spread.CellType.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType(); FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType(); FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); this.dsPurchase = new FEQ0000.dsPurchase(); @@ -572,7 +573,7 @@ this.sC검색ToolStripMenuItem, this.cRCF검색ToolStripMenuItem}); this.cm1.Name = "contextMenuStrip1"; - this.cm1.Size = new System.Drawing.Size(314, 484); + this.cm1.Size = new System.Drawing.Size(314, 506); this.cm1.Opening += new System.ComponentModel.CancelEventHandler(this.cm1_Opening); // // columnSizeToolStripMenuItem @@ -936,7 +937,6 @@ this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff); this.fpSpread1.ClipboardPasted += new FarPoint.Win.Spread.ClipboardPastedEventHandler(this.fpSpread1_ClipboardPasted); this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick); - this.fpSpread1.SetViewportLeftColumn(0, 0, 13); // // label1 // @@ -968,233 +968,222 @@ this.fpSpread1_Sheet1.SheetName = "Sheet1"; // Formulas and custom names must be loaded with R1C1 reference style this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1; - this.fpSpread1_Sheet1.ColumnCount = 43; + this.fpSpread1_Sheet1.ColumnCount = 44; this.fpSpread1_Sheet1.ActiveColumnIndex = -1; this.fpSpread1_Sheet1.ActiveRowIndex = -1; this.fpSpread1_Sheet1.AutoGenerateColumns = false; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "요청\r\n검사"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "구매\r\n검사"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "구매신청"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "PR입력"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "상태"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "보관소"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "공정"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "요청"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "Cost Center"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "LineCode"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "SC#"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "SCR/CF"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "수령"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "SID#"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "품명"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "*"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "규격"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "장비\r\n제조사"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "제조\r\n공정"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "장비\r\n모델"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "수량\r\n(요청)"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "수량\r\n(구매)"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "단위"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "단가\r\n(해외)"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).Value = "통화"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "단가"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 26).Value = "합계금액"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 27).Value = "공급업체"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).Value = "*"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 29).Value = "프로젝트"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 30).Value = "*"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 31).Value = "비고(구매사유)\r\n(요청자)"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "입고예정"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "입고일"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "입고수량"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "PO#"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "비고\r\n(담당자)"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "구매담당"; - this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 42).Value = "삭제됨"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "요청\r\n검사"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "구매\r\n검사"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "구매신청"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "PR입력"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "상태"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "보관소"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "공정"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "요청"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "Cost Center"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "LineCode"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "SC#"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "SCR/CF"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "수령"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "SID#"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "품명"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "*"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "규격"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "장비\r\n제조사"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "제조\r\n공정"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "장비\r\n모델"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "수량\r\n(요청)"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "수량\r\n(구매)"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "단위"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).Value = "단가\r\n(해외)"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "통화"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 26).Value = "단가"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 27).Value = "합계금액"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).Value = "공급업체"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 29).Value = "*"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 30).Value = "프로젝트"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 31).Value = "*"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "비고(구매사유)\r\n(요청자)"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "입고예정"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "입고일"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 35).Value = "입고수량"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 36).Value = "PO#"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 37).Value = "비고\r\n(담당자)"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "구매담당"; + this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 43).Value = "삭제됨"; this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 37F; - this.fpSpread1_Sheet1.Columns.Get(0).CellType = checkBoxCellType1; - this.fpSpread1_Sheet1.Columns.Get(0).DataField = "chk1"; - this.fpSpread1_Sheet1.Columns.Get(0).Label = "요청\r\n검사"; - this.fpSpread1_Sheet1.Columns.Get(0).Width = 37F; - this.fpSpread1_Sheet1.Columns.Get(1).CellType = checkBoxCellType2; - this.fpSpread1_Sheet1.Columns.Get(1).DataField = "chk2"; - this.fpSpread1_Sheet1.Columns.Get(1).Label = "구매\r\n검사"; - this.fpSpread1_Sheet1.Columns.Get(1).Width = 35F; - this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoSort = true; - this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType1; - this.fpSpread1_Sheet1.Columns.Get(2).DataField = "pdate"; - this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(2).Label = "구매신청"; - this.fpSpread1_Sheet1.Columns.Get(2).Tag = "pdate"; - this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(2).Width = 68F; + this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1; + this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx"; + this.fpSpread1_Sheet1.Columns.Get(0).Tag = "idx"; + this.fpSpread1_Sheet1.Columns.Get(1).CellType = checkBoxCellType1; + this.fpSpread1_Sheet1.Columns.Get(1).DataField = "chk1"; + this.fpSpread1_Sheet1.Columns.Get(1).Label = "요청\r\n검사"; + this.fpSpread1_Sheet1.Columns.Get(1).Width = 37F; + this.fpSpread1_Sheet1.Columns.Get(2).CellType = checkBoxCellType2; + this.fpSpread1_Sheet1.Columns.Get(2).DataField = "chk2"; + this.fpSpread1_Sheet1.Columns.Get(2).Label = "구매\r\n검사"; + this.fpSpread1_Sheet1.Columns.Get(2).Width = 35F; this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoFilter = true; this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoSort = true; - this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType2; - this.fpSpread1_Sheet1.Columns.Get(3).DataField = "prdate"; + this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType1; + this.fpSpread1_Sheet1.Columns.Get(3).DataField = "pdate"; this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(3).Label = "PR입력"; + this.fpSpread1_Sheet1.Columns.Get(3).Label = "구매신청"; + this.fpSpread1_Sheet1.Columns.Get(3).Tag = "pdate"; this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(3).Width = 76F; + this.fpSpread1_Sheet1.Columns.Get(3).Width = 68F; this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3; - this.fpSpread1_Sheet1.Columns.Get(4).DataField = "state"; + this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoSort = true; + this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType2; + this.fpSpread1_Sheet1.Columns.Get(4).DataField = "prdate"; this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(4).Label = "상태"; - this.fpSpread1_Sheet1.Columns.Get(4).Tag = "state"; + this.fpSpread1_Sheet1.Columns.Get(4).Label = "PR입력"; this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(4).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(4).Width = 76F; this.fpSpread1_Sheet1.Columns.Get(5).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4; - this.fpSpread1_Sheet1.Columns.Get(5).DataField = "place"; + this.fpSpread1_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType3; + this.fpSpread1_Sheet1.Columns.Get(5).DataField = "state"; this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(5).Label = "보관소"; - this.fpSpread1_Sheet1.Columns.Get(5).Tag = "place"; + this.fpSpread1_Sheet1.Columns.Get(5).Label = "상태"; + this.fpSpread1_Sheet1.Columns.Get(5).Tag = "state"; this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(5).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(6).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5; - this.fpSpread1_Sheet1.Columns.Get(6).DataField = "process"; + this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType4; + this.fpSpread1_Sheet1.Columns.Get(6).DataField = "place"; this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(6).Label = "공정"; + this.fpSpread1_Sheet1.Columns.Get(6).Label = "보관소"; + this.fpSpread1_Sheet1.Columns.Get(6).Tag = "place"; this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(6).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(7).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6; - this.fpSpread1_Sheet1.Columns.Get(7).DataField = "requestName"; - this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(7).Label = "요청"; - this.fpSpread1_Sheet1.Columns.Get(7).Tag = "requestName"; + this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType5; + this.fpSpread1_Sheet1.Columns.Get(7).DataField = "process"; + this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(7).Label = "공정"; + this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(7).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(8).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7; - this.fpSpread1_Sheet1.Columns.Get(8).DataField = "costcenter"; - this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(8).Label = "Cost Center"; - this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType6; + this.fpSpread1_Sheet1.Columns.Get(8).DataField = "requestName"; + this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(8).Label = "요청"; + this.fpSpread1_Sheet1.Columns.Get(8).Tag = "requestName"; + this.fpSpread1_Sheet1.Columns.Get(8).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(9).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType8; - this.fpSpread1_Sheet1.Columns.Get(9).DataField = "linecode"; + this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType7; + this.fpSpread1_Sheet1.Columns.Get(9).DataField = "costcenter"; this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(9).Label = "LineCode"; + this.fpSpread1_Sheet1.Columns.Get(9).Label = "Cost Center"; this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType9; - this.fpSpread1_Sheet1.Columns.Get(10).DataField = "sc"; + this.fpSpread1_Sheet1.Columns.Get(10).AllowAutoFilter = true; + this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType8; + this.fpSpread1_Sheet1.Columns.Get(10).DataField = "linecode"; this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(10).Label = "SC#"; - this.fpSpread1_Sheet1.Columns.Get(10).Tag = "sc"; + this.fpSpread1_Sheet1.Columns.Get(10).Label = "LineCode"; this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(10).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(11).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType10; - this.fpSpread1_Sheet1.Columns.Get(11).DataField = "orderno"; + this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType9; + this.fpSpread1_Sheet1.Columns.Get(11).DataField = "sc"; this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(11).Label = "SCR/CF"; - this.fpSpread1_Sheet1.Columns.Get(11).Tag = "crcf"; + this.fpSpread1_Sheet1.Columns.Get(11).Label = "SC#"; + this.fpSpread1_Sheet1.Columns.Get(11).Tag = "sc"; this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(11).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType11; - this.fpSpread1_Sheet1.Columns.Get(12).DataField = "receiveName"; - this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(12).Label = "수령"; - this.fpSpread1_Sheet1.Columns.Get(12).Tag = "receiveName"; + this.fpSpread1_Sheet1.Columns.Get(12).AllowAutoFilter = true; + this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType10; + this.fpSpread1_Sheet1.Columns.Get(12).DataField = "orderno"; + this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(12).Label = "SCR/CF"; + this.fpSpread1_Sheet1.Columns.Get(12).Tag = "crcf"; + this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(12).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(13).AllowAutoSort = true; - this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType12; - this.fpSpread1_Sheet1.Columns.Get(13).DataField = "sid"; - this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(13).Label = "SID#"; - this.fpSpread1_Sheet1.Columns.Get(13).Tag = "sid"; - this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType11; + this.fpSpread1_Sheet1.Columns.Get(13).DataField = "receiveName"; + this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(13).Label = "수령"; + this.fpSpread1_Sheet1.Columns.Get(13).Tag = "receiveName"; this.fpSpread1_Sheet1.Columns.Get(13).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType13; - this.fpSpread1_Sheet1.Columns.Get(14).DataField = "pumname"; - this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(14).Label = "품명"; - this.fpSpread1_Sheet1.Columns.Get(14).Tag = "pumname"; + this.fpSpread1_Sheet1.Columns.Get(14).AllowAutoSort = true; + this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType12; + this.fpSpread1_Sheet1.Columns.Get(14).DataField = "sid"; + this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(14).Label = "SID#"; + this.fpSpread1_Sheet1.Columns.Get(14).Tag = "sid"; + this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(14).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(15).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); - numberCellType1.DecimalPlaces = 0; - numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType1.MaximumValue = 2147483647D; - numberCellType1.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(15).CellType = numberCellType1; - this.fpSpread1_Sheet1.Columns.Get(15).DataField = "pumidx"; - this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(15).Label = "*"; + this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType13; + this.fpSpread1_Sheet1.Columns.Get(15).DataField = "pumname"; + this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(15).Label = "품명"; + this.fpSpread1_Sheet1.Columns.Get(15).Tag = "pumname"; this.fpSpread1_Sheet1.Columns.Get(15).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType14; - this.fpSpread1_Sheet1.Columns.Get(16).DataField = "pumscale"; - this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(16).Label = "규격"; - this.fpSpread1_Sheet1.Columns.Get(16).Tag = "pumscale"; + this.fpSpread1_Sheet1.Columns.Get(16).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + numberCellType2.DecimalPlaces = 0; + numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType2.MaximumValue = 2147483647D; + numberCellType2.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(16).CellType = numberCellType2; + this.fpSpread1_Sheet1.Columns.Get(16).DataField = "pumidx"; + this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(16).Label = "*"; this.fpSpread1_Sheet1.Columns.Get(16).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType15; - this.fpSpread1_Sheet1.Columns.Get(17).DataField = "dept"; - this.fpSpread1_Sheet1.Columns.Get(17).Label = "장비\r\n제조사"; + this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType14; + this.fpSpread1_Sheet1.Columns.Get(17).DataField = "pumscale"; + this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(17).Label = "규격"; + this.fpSpread1_Sheet1.Columns.Get(17).Tag = "pumscale"; this.fpSpread1_Sheet1.Columns.Get(17).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType15; - this.fpSpread1_Sheet1.Columns.Get(18).DataField = "manuproc"; - this.fpSpread1_Sheet1.Columns.Get(18).Label = "제조\r\n공정"; + this.fpSpread1_Sheet1.Columns.Get(18).DataField = "dept"; + this.fpSpread1_Sheet1.Columns.Get(18).Label = "장비\r\n제조사"; this.fpSpread1_Sheet1.Columns.Get(18).Width = 51F; this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType15; - this.fpSpread1_Sheet1.Columns.Get(19).DataField = "asset"; - this.fpSpread1_Sheet1.Columns.Get(19).Label = "장비\r\n모델"; + this.fpSpread1_Sheet1.Columns.Get(19).DataField = "manuproc"; + this.fpSpread1_Sheet1.Columns.Get(19).Label = "제조\r\n공정"; this.fpSpread1_Sheet1.Columns.Get(19).Width = 51F; - numberCellType2.DecimalPlaces = 0; - numberCellType2.NegativeRed = true; - numberCellType2.NullDisplay = "--"; - numberCellType2.Separator = ","; - numberCellType2.ShowSeparator = true; - numberCellType2.ShrinkToFit = true; - this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType2; - this.fpSpread1_Sheet1.Columns.Get(20).DataField = "pumqtyReq"; - this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(20).Label = "수량\r\n(요청)"; - this.fpSpread1_Sheet1.Columns.Get(20).Tag = "pumqty"; + this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType15; + this.fpSpread1_Sheet1.Columns.Get(20).DataField = "asset"; + this.fpSpread1_Sheet1.Columns.Get(20).Label = "장비\r\n모델"; this.fpSpread1_Sheet1.Columns.Get(20).Width = 51F; numberCellType3.DecimalPlaces = 0; + numberCellType3.NegativeRed = true; + numberCellType3.NullDisplay = "--"; + numberCellType3.Separator = ","; + numberCellType3.ShowSeparator = true; + numberCellType3.ShrinkToFit = true; this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType3; - this.fpSpread1_Sheet1.Columns.Get(21).DataField = "pumqty"; + this.fpSpread1_Sheet1.Columns.Get(21).DataField = "pumqtyReq"; this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(21).Label = "수량\r\n(구매)"; - this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(21).Width = 55F; - this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType16; - this.fpSpread1_Sheet1.Columns.Get(22).DataField = "pumunit"; + this.fpSpread1_Sheet1.Columns.Get(21).Label = "수량\r\n(요청)"; + this.fpSpread1_Sheet1.Columns.Get(21).Tag = "pumqty"; + this.fpSpread1_Sheet1.Columns.Get(21).Width = 51F; + numberCellType4.DecimalPlaces = 0; + this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType4; + this.fpSpread1_Sheet1.Columns.Get(22).DataField = "pumqty"; this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(22).Label = "단위"; - this.fpSpread1_Sheet1.Columns.Get(22).Width = 51F; - numberCellType4.DecimalPlaces = 2; - numberCellType4.Separator = ","; - numberCellType4.ShowSeparator = true; - this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType4; - this.fpSpread1_Sheet1.Columns.Get(23).DataField = "pumpriceD"; - this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; - this.fpSpread1_Sheet1.Columns.Get(23).Label = "단가\r\n(해외)"; - this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType17; - this.fpSpread1_Sheet1.Columns.Get(24).DataField = "currency"; - this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(24).Label = "통화"; - this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(24).Width = 33F; - numberCellType5.DecimalPlaces = 0; - numberCellType5.MaximumValue = 9999999999999.99D; - numberCellType5.MinimumValue = -9999999999999.99D; - numberCellType5.NegativeRed = true; - numberCellType5.NullDisplay = "--"; + this.fpSpread1_Sheet1.Columns.Get(22).Label = "수량\r\n(구매)"; + this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(22).Width = 55F; + this.fpSpread1_Sheet1.Columns.Get(23).CellType = textCellType16; + this.fpSpread1_Sheet1.Columns.Get(23).DataField = "pumunit"; + this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(23).Label = "단위"; + this.fpSpread1_Sheet1.Columns.Get(23).Width = 51F; + numberCellType5.DecimalPlaces = 2; numberCellType5.Separator = ","; numberCellType5.ShowSeparator = true; - numberCellType5.ShrinkToFit = true; - this.fpSpread1_Sheet1.Columns.Get(25).CellType = numberCellType5; - this.fpSpread1_Sheet1.Columns.Get(25).DataField = "pumprice"; - this.fpSpread1_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; - this.fpSpread1_Sheet1.Columns.Get(25).Label = "단가"; - this.fpSpread1_Sheet1.Columns.Get(25).Tag = "pumprice"; - this.fpSpread1_Sheet1.Columns.Get(25).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(24).CellType = numberCellType5; + this.fpSpread1_Sheet1.Columns.Get(24).DataField = "pumpriceD"; + this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; + this.fpSpread1_Sheet1.Columns.Get(24).Label = "단가\r\n(해외)"; + this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType17; + this.fpSpread1_Sheet1.Columns.Get(25).DataField = "currency"; + this.fpSpread1_Sheet1.Columns.Get(25).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(25).Label = "통화"; + this.fpSpread1_Sheet1.Columns.Get(25).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(25).Width = 33F; numberCellType6.DecimalPlaces = 0; numberCellType6.MaximumValue = 9999999999999.99D; numberCellType6.MinimumValue = -9999999999999.99D; @@ -1204,121 +1193,135 @@ numberCellType6.ShowSeparator = true; numberCellType6.ShrinkToFit = true; this.fpSpread1_Sheet1.Columns.Get(26).CellType = numberCellType6; - this.fpSpread1_Sheet1.Columns.Get(26).DataField = "pumamt"; + this.fpSpread1_Sheet1.Columns.Get(26).DataField = "pumprice"; this.fpSpread1_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; - this.fpSpread1_Sheet1.Columns.Get(26).Label = "합계금액"; - this.fpSpread1_Sheet1.Columns.Get(26).Tag = "pumamt"; + this.fpSpread1_Sheet1.Columns.Get(26).Label = "단가"; + this.fpSpread1_Sheet1.Columns.Get(26).Tag = "pumprice"; this.fpSpread1_Sheet1.Columns.Get(26).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(27).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(27).CellType = textCellType18; - this.fpSpread1_Sheet1.Columns.Get(27).DataField = "supply"; - this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(27).Label = "공급업체"; - this.fpSpread1_Sheet1.Columns.Get(27).Tag = "supply"; - this.fpSpread1_Sheet1.Columns.Get(27).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(28).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); numberCellType7.DecimalPlaces = 0; - numberCellType7.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; - numberCellType7.MaximumValue = 2147483647D; - numberCellType7.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(28).CellType = numberCellType7; - this.fpSpread1_Sheet1.Columns.Get(28).DataField = "supplyidx"; - this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(28).Label = "*"; + numberCellType7.MaximumValue = 9999999999999.99D; + numberCellType7.MinimumValue = -9999999999999.99D; + numberCellType7.NegativeRed = true; + numberCellType7.NullDisplay = "--"; + numberCellType7.Separator = ","; + numberCellType7.ShowSeparator = true; + numberCellType7.ShrinkToFit = true; + this.fpSpread1_Sheet1.Columns.Get(27).CellType = numberCellType7; + this.fpSpread1_Sheet1.Columns.Get(27).DataField = "pumamt"; + this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; + this.fpSpread1_Sheet1.Columns.Get(27).Label = "합계금액"; + this.fpSpread1_Sheet1.Columns.Get(27).Tag = "pumamt"; + this.fpSpread1_Sheet1.Columns.Get(27).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(28).AllowAutoFilter = true; + this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType18; + this.fpSpread1_Sheet1.Columns.Get(28).DataField = "supply"; + this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(28).Label = "공급업체"; + this.fpSpread1_Sheet1.Columns.Get(28).Tag = "supply"; this.fpSpread1_Sheet1.Columns.Get(28).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(29).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType19; - this.fpSpread1_Sheet1.Columns.Get(29).DataField = "project"; - this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(29).Label = "프로젝트"; - this.fpSpread1_Sheet1.Columns.Get(29).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(30).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); + this.fpSpread1_Sheet1.Columns.Get(29).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); numberCellType8.DecimalPlaces = 0; numberCellType8.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; numberCellType8.MaximumValue = 2147483647D; numberCellType8.MinimumValue = -2147483648D; - this.fpSpread1_Sheet1.Columns.Get(30).CellType = numberCellType8; - this.fpSpread1_Sheet1.Columns.Get(30).DataField = "projectidx"; - this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(30).Label = "*"; - this.fpSpread1_Sheet1.Columns.Get(30).Tag = "projectidx"; + this.fpSpread1_Sheet1.Columns.Get(29).CellType = numberCellType8; + this.fpSpread1_Sheet1.Columns.Get(29).DataField = "supplyidx"; + this.fpSpread1_Sheet1.Columns.Get(29).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(29).Label = "*"; + this.fpSpread1_Sheet1.Columns.Get(29).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(30).AllowAutoFilter = true; + this.fpSpread1_Sheet1.Columns.Get(30).CellType = textCellType19; + this.fpSpread1_Sheet1.Columns.Get(30).DataField = "project"; + this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(30).Label = "프로젝트"; this.fpSpread1_Sheet1.Columns.Get(30).Width = 51F; - textCellType20.WordWrap = true; - this.fpSpread1_Sheet1.Columns.Get(31).CellType = textCellType20; - this.fpSpread1_Sheet1.Columns.Get(31).DataField = "bigo"; - this.fpSpread1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(31).Label = "비고(구매사유)\r\n(요청자)"; - this.fpSpread1_Sheet1.Columns.Get(31).Tag = "bigo"; - this.fpSpread1_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(31).Width = 96F; - this.fpSpread1_Sheet1.Columns.Get(32).CellType = textCellType21; - this.fpSpread1_Sheet1.Columns.Get(32).DataField = "edate"; - this.fpSpread1_Sheet1.Columns.Get(32).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(32).Label = "입고예정"; - this.fpSpread1_Sheet1.Columns.Get(32).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(33).CellType = textCellType22; - this.fpSpread1_Sheet1.Columns.Get(33).DataField = "indate"; - this.fpSpread1_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(33).Label = "입고일"; - this.fpSpread1_Sheet1.Columns.Get(33).Tag = "indate"; - this.fpSpread1_Sheet1.Columns.Get(33).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(31).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); numberCellType9.DecimalPlaces = 0; - numberCellType9.NegativeRed = true; - numberCellType9.ShowSeparator = true; - this.fpSpread1_Sheet1.Columns.Get(34).CellType = numberCellType9; - this.fpSpread1_Sheet1.Columns.Get(34).DataField = "inqty"; + numberCellType9.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; + numberCellType9.MaximumValue = 2147483647D; + numberCellType9.MinimumValue = -2147483648D; + this.fpSpread1_Sheet1.Columns.Get(31).CellType = numberCellType9; + this.fpSpread1_Sheet1.Columns.Get(31).DataField = "projectidx"; + this.fpSpread1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(31).Label = "*"; + this.fpSpread1_Sheet1.Columns.Get(31).Tag = "projectidx"; + this.fpSpread1_Sheet1.Columns.Get(31).Width = 51F; + textCellType20.WordWrap = true; + this.fpSpread1_Sheet1.Columns.Get(32).CellType = textCellType20; + this.fpSpread1_Sheet1.Columns.Get(32).DataField = "bigo"; + this.fpSpread1_Sheet1.Columns.Get(32).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(32).Label = "비고(구매사유)\r\n(요청자)"; + this.fpSpread1_Sheet1.Columns.Get(32).Tag = "bigo"; + this.fpSpread1_Sheet1.Columns.Get(32).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(32).Width = 96F; + this.fpSpread1_Sheet1.Columns.Get(33).CellType = textCellType21; + this.fpSpread1_Sheet1.Columns.Get(33).DataField = "edate"; + this.fpSpread1_Sheet1.Columns.Get(33).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(33).Label = "입고예정"; + this.fpSpread1_Sheet1.Columns.Get(33).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(34).CellType = textCellType22; + this.fpSpread1_Sheet1.Columns.Get(34).DataField = "indate"; this.fpSpread1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(34).Label = "입고수량"; - this.fpSpread1_Sheet1.Columns.Get(34).Tag = "inqty"; - this.fpSpread1_Sheet1.Columns.Get(34).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(34).Label = "입고일"; + this.fpSpread1_Sheet1.Columns.Get(34).Tag = "indate"; this.fpSpread1_Sheet1.Columns.Get(34).Width = 51F; - this.fpSpread1_Sheet1.Columns.Get(35).CellType = textCellType23; - this.fpSpread1_Sheet1.Columns.Get(35).DataField = "po"; + numberCellType10.DecimalPlaces = 0; + numberCellType10.NegativeRed = true; + numberCellType10.ShowSeparator = true; + this.fpSpread1_Sheet1.Columns.Get(35).CellType = numberCellType10; + this.fpSpread1_Sheet1.Columns.Get(35).DataField = "inqty"; this.fpSpread1_Sheet1.Columns.Get(35).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(35).Label = "PO#"; - this.fpSpread1_Sheet1.Columns.Get(35).Tag = "po"; + this.fpSpread1_Sheet1.Columns.Get(35).Label = "입고수량"; + this.fpSpread1_Sheet1.Columns.Get(35).Tag = "inqty"; + this.fpSpread1_Sheet1.Columns.Get(35).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(35).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType23; + this.fpSpread1_Sheet1.Columns.Get(36).DataField = "po"; + this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(36).Label = "PO#"; + this.fpSpread1_Sheet1.Columns.Get(36).Tag = "po"; + this.fpSpread1_Sheet1.Columns.Get(36).Width = 51F; textCellType24.WordWrap = true; - this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType24; - this.fpSpread1_Sheet1.Columns.Get(36).DataField = "chkremark"; - this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; - this.fpSpread1_Sheet1.Columns.Get(36).Label = "비고\r\n(담당자)"; - this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(37).AllowAutoFilter = true; - this.fpSpread1_Sheet1.Columns.Get(37).CellType = textCellType25; - this.fpSpread1_Sheet1.Columns.Get(37).DataField = "purchase_manager"; - this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(37).Label = "구매담당"; + this.fpSpread1_Sheet1.Columns.Get(37).CellType = textCellType24; + this.fpSpread1_Sheet1.Columns.Get(37).DataField = "chkremark"; + this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; + this.fpSpread1_Sheet1.Columns.Get(37).Label = "비고\r\n(담당자)"; this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; - this.fpSpread1_Sheet1.Columns.Get(38).BackColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(38).CellType = numberCellType10; - this.fpSpread1_Sheet1.Columns.Get(38).DataField = "idx"; - this.fpSpread1_Sheet1.Columns.Get(38).ForeColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(38).Tag = "idx"; - this.fpSpread1_Sheet1.Columns.Get(38).Visible = false; + this.fpSpread1_Sheet1.Columns.Get(38).AllowAutoFilter = true; + this.fpSpread1_Sheet1.Columns.Get(38).CellType = textCellType25; + this.fpSpread1_Sheet1.Columns.Get(38).DataField = "purchase_manager"; + this.fpSpread1_Sheet1.Columns.Get(38).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; + this.fpSpread1_Sheet1.Columns.Get(38).Label = "구매담당"; + this.fpSpread1_Sheet1.Columns.Get(38).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(39).BackColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(39).CellType = textCellType26; - this.fpSpread1_Sheet1.Columns.Get(39).DataField = "conf_status"; + this.fpSpread1_Sheet1.Columns.Get(39).CellType = numberCellType11; + this.fpSpread1_Sheet1.Columns.Get(39).DataField = "idx"; this.fpSpread1_Sheet1.Columns.Get(39).ForeColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(39).Tag = "conf_status"; + this.fpSpread1_Sheet1.Columns.Get(39).Tag = "idx"; this.fpSpread1_Sheet1.Columns.Get(39).Visible = false; this.fpSpread1_Sheet1.Columns.Get(40).BackColor = System.Drawing.Color.Red; this.fpSpread1_Sheet1.Columns.Get(40).CellType = textCellType26; - this.fpSpread1_Sheet1.Columns.Get(40).DataField = "conf_request"; + this.fpSpread1_Sheet1.Columns.Get(40).DataField = "conf_status"; this.fpSpread1_Sheet1.Columns.Get(40).ForeColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(40).Tag = "conf_request"; + this.fpSpread1_Sheet1.Columns.Get(40).Tag = "conf_status"; this.fpSpread1_Sheet1.Columns.Get(40).Visible = false; this.fpSpread1_Sheet1.Columns.Get(41).BackColor = System.Drawing.Color.Red; this.fpSpread1_Sheet1.Columns.Get(41).CellType = textCellType26; - this.fpSpread1_Sheet1.Columns.Get(41).DataField = "conf_reponse"; + this.fpSpread1_Sheet1.Columns.Get(41).DataField = "conf_request"; this.fpSpread1_Sheet1.Columns.Get(41).ForeColor = System.Drawing.Color.Red; - this.fpSpread1_Sheet1.Columns.Get(41).Tag = "conf_reponse"; + this.fpSpread1_Sheet1.Columns.Get(41).Tag = "conf_request"; this.fpSpread1_Sheet1.Columns.Get(41).Visible = false; - this.fpSpread1_Sheet1.Columns.Get(42).CellType = checkBoxCellType3; - this.fpSpread1_Sheet1.Columns.Get(42).DataField = "isdel"; - this.fpSpread1_Sheet1.Columns.Get(42).Label = "삭제됨"; - this.fpSpread1_Sheet1.Columns.Get(42).Tag = "isdel"; - this.fpSpread1_Sheet1.Columns.Get(42).Width = 51F; + this.fpSpread1_Sheet1.Columns.Get(42).BackColor = System.Drawing.Color.Red; + this.fpSpread1_Sheet1.Columns.Get(42).CellType = textCellType26; + this.fpSpread1_Sheet1.Columns.Get(42).DataField = "conf_reponse"; + this.fpSpread1_Sheet1.Columns.Get(42).ForeColor = System.Drawing.Color.Red; + this.fpSpread1_Sheet1.Columns.Get(42).Tag = "conf_reponse"; + this.fpSpread1_Sheet1.Columns.Get(42).Visible = false; + this.fpSpread1_Sheet1.Columns.Get(43).CellType = checkBoxCellType3; + this.fpSpread1_Sheet1.Columns.Get(43).DataField = "isdel"; + this.fpSpread1_Sheet1.Columns.Get(43).Label = "삭제됨"; + this.fpSpread1_Sheet1.Columns.Get(43).Tag = "isdel"; + this.fpSpread1_Sheet1.Columns.Get(43).Width = 51F; this.fpSpread1_Sheet1.DataAutoCellTypes = false; this.fpSpread1_Sheet1.DataAutoSizeColumns = false; this.fpSpread1_Sheet1.DataSource = this.bs; diff --git a/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.cs b/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.cs index 398e945..a970b49 100644 --- a/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.cs +++ b/SubProject/FEQ0000/PurchaseNR/fPurchaseNR.cs @@ -1335,13 +1335,18 @@ namespace FEQ0000 if (f.ShowDialog() != DialogResult.OK) return; var colstat = fpSpread1_Sheet1.Columns["state"]; + var colidx = fpSpread1_Sheet1.Columns["idx"]; var value = f.cmbState.Text; foreach (var rowindex in rows) { - fpSpread1_Sheet1.SetValue(rowindex, colstat.Index, value); + var idx = fpSpread1_Sheet1.Cells[rowindex, colidx.Index].Value; + var dr = this.dsPurchase.Purchase.Where(t => t.idx == (int)idx).FirstOrDefault(); + dr["state"] = value; + dr.EndEdit(); } - + this.Validate(); + this.bs.EndEdit(); FCOMMON.Util.MsgI($"{rows.Count} 건의 자료가 변경되었습니다\n저장 버튼을 누르면 적용 됩니다\n취소하려면 새로고침을 누르세요"); } diff --git a/SubProject/FPJ0000/Project/fPartList.Designer.cs b/SubProject/FPJ0000/Project/fPartList.Designer.cs index 11bb04f..4d7b0da 100644 --- a/SubProject/FPJ0000/Project/fPartList.Designer.cs +++ b/SubProject/FPJ0000/Project/fPartList.Designer.cs @@ -796,7 +796,7 @@ this.toolStripMenuItem1, this.exportListToolStripMenuItem}); this.cm1.Name = "cm1"; - this.cm1.Size = new System.Drawing.Size(243, 82); + this.cm1.Size = new System.Drawing.Size(241, 82); // // columnSizeToolStripMenuItem // @@ -806,14 +806,14 @@ this.saveToolStripMenuItem, this.loadToolStripMenuItem}); this.columnSizeToolStripMenuItem.Name = "columnSizeToolStripMenuItem"; - this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(242, 36); + this.columnSizeToolStripMenuItem.Size = new System.Drawing.Size(240, 36); this.columnSizeToolStripMenuItem.Text = "열 너비 조정"; // // autoToolStripMenuItem // this.autoToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("autoToolStripMenuItem.Image"))); this.autoToolStripMenuItem.Name = "autoToolStripMenuItem"; - this.autoToolStripMenuItem.Size = new System.Drawing.Size(194, 36); + this.autoToolStripMenuItem.Size = new System.Drawing.Size(192, 36); this.autoToolStripMenuItem.Text = "자동 조정"; this.autoToolStripMenuItem.Click += new System.EventHandler(this.autoToolStripMenuItem_Click); // @@ -821,7 +821,7 @@ // this.resetToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("resetToolStripMenuItem.Image"))); this.resetToolStripMenuItem.Name = "resetToolStripMenuItem"; - this.resetToolStripMenuItem.Size = new System.Drawing.Size(194, 36); + this.resetToolStripMenuItem.Size = new System.Drawing.Size(192, 36); this.resetToolStripMenuItem.Text = "초기화"; this.resetToolStripMenuItem.Click += new System.EventHandler(this.resetToolStripMenuItem_Click); // @@ -829,7 +829,7 @@ // this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image"))); this.saveToolStripMenuItem.Name = "saveToolStripMenuItem"; - this.saveToolStripMenuItem.Size = new System.Drawing.Size(194, 36); + this.saveToolStripMenuItem.Size = new System.Drawing.Size(192, 36); this.saveToolStripMenuItem.Text = "저장"; this.saveToolStripMenuItem.Click += new System.EventHandler(this.saveToolStripMenuItem_Click); // @@ -837,19 +837,19 @@ // this.loadToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("loadToolStripMenuItem.Image"))); this.loadToolStripMenuItem.Name = "loadToolStripMenuItem"; - this.loadToolStripMenuItem.Size = new System.Drawing.Size(194, 36); + this.loadToolStripMenuItem.Size = new System.Drawing.Size(192, 36); this.loadToolStripMenuItem.Text = "불러오기"; this.loadToolStripMenuItem.Click += new System.EventHandler(this.loadToolStripMenuItem_Click); // // toolStripMenuItem1 // this.toolStripMenuItem1.Name = "toolStripMenuItem1"; - this.toolStripMenuItem1.Size = new System.Drawing.Size(239, 6); + this.toolStripMenuItem1.Size = new System.Drawing.Size(237, 6); // // exportListToolStripMenuItem // this.exportListToolStripMenuItem.Name = "exportListToolStripMenuItem"; - this.exportListToolStripMenuItem.Size = new System.Drawing.Size(242, 36); + this.exportListToolStripMenuItem.Size = new System.Drawing.Size(240, 36); this.exportListToolStripMenuItem.Text = "목록 내보내기"; this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click); // @@ -1286,10 +1286,12 @@ this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; this.fpSpread1_Sheet1.Columns.Get(7).Width = 93F; numberCellType2.DecimalPlaces = 0; - numberCellType2.MaximumValue = 9999999999.99D; - numberCellType2.MinimumValue = -9999999999.99D; + numberCellType2.MaximumValue = 10000000000D; + numberCellType2.MinimumValue = -10000000000D; numberCellType2.NegativeRed = true; numberCellType2.NullDisplay = "0"; + numberCellType2.Separator = ","; + numberCellType2.ShowSeparator = true; this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType2; this.fpSpread1_Sheet1.Columns.Get(8).DataField = "price"; this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가(KRW)"; @@ -1301,6 +1303,7 @@ numberCellType3.MinimumValue = -10000000000000D; numberCellType3.NegativeRed = true; numberCellType3.NullDisplay = "0"; + numberCellType3.Separator = ","; numberCellType3.ShowSeparator = true; this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType3; this.fpSpread1_Sheet1.Columns.Get(9).DataField = "priceD"; diff --git a/SubProject/FPJ0000/Project/fPartList.resx b/SubProject/FPJ0000/Project/fPartList.resx index 4974b61..3e075ac 100644 --- a/SubProject/FPJ0000/Project/fPartList.resx +++ b/SubProject/FPJ0000/Project/fPartList.resx @@ -360,20 +360,20 @@ iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 - YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3qv6EsF70UpBSalFRL0pTmxrY - zXSYeZtTNLWhC4NsMY1MXXhBhQpRiogK7aJTmzrnnG44I3OZ2px3wctSdzlHd6bfnnO21EDoBx+eF8/5 - fji/7zk8dkLuaxIulehVkaX636EyPUVOmkPBngY6sqSPDn+iM52Vasv9ot7u40K7J+xRj3bRRi+bTCa3 - 1bEOq32HZRsLjZ/zNuR/moawdMQpyFTu90Y9E1GkW2TDfZMuGKYYGKYZ6CcZ6CY2oPm1jtZhB9YZoGmE - Qv6HKSRXmKh/JKGyVmrNuYGBGTe+zjDkZNDPSTbQbV7Hl2EnEWxiYN4Nw5wLhcppBN3rfM2FYxSBlhuy - qC1x9TUkV11HVVs9ChoUCJL5I5AgKDyDEPlJlDWVcavYaQYLK06ExHcznCC6JOh951AzmsdeoEqfy0ni - K8OR+yoOWfVCiGouI6kmCU2DC2g22fH5+xpWSU+h8h6aEwjKBfv9ZNlu/WgXXg7JUazJ5CQJ1REkfAVp - z1KhNTu4VTrGKKhIDysOF0ILej0CdsKKumlJbSKMZh1qDHfxuD0HMYoLSKiMgnHSCSMpli1YO+7pxEoE - IfJdgnMPZK5TeYcRVy7AwHgfCrvSIVdKIHwajHrNR3ybZWAkxfZNuNBLWLS5EPTQKzgu9RHzpYeQVReL - m9VhiC27yEkkyjhIG1LJmwSDvR+YdqOf/cQEGykyIFvnEfClB2b50oPkIR/wc31wtTgYGc8ToR1WoVCV - h/R3iRBVR8NIBAbyb+iJgHZtEoFmZ4Xz2T30/CqNwVk3R/foHO7UpiGFBMU1QuTU3d6+Y3FuuImgcUfA - 2masO4L/4WBXSN0lOC1ROytq32zt9fBeqNXqzaPxTXZvnBSZ1m6ZWnPa2AvLEgXLIgWzlyW7i4Nt3k57 - whRFrfreavnhjfN4J9LaMgJEre3HxCprgLiR3ibFg/9fRI20r6hl5UhSS4d/ojKZx+Px/gADBJ4PLmss - oAAAAABJRU5ErkJggg== + YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3qv6EsF70UpBSyqioF6XpmhrY + zVTMvM0pmtrQhUG2mEbmJVyiQhdRioIK7aJTm7c5pxvOyFymNu8X8LLUXc5x50y/PedsqYHQDz48L57z + /XB+33ME3ATf1cRfKNarw0v0v4VyPUVOmqeUOw10eHEvHfpIZzot0yp9It7u4UM7J+RBt3bRSi+bTCaX + xb4Oi22bZSsHjZ/zVuR9mkZ0ybBDlKHa64m6J6xQt8iFeycZGKZYGKZZ6CdZ6Cac0PxaR/OQHess0DBM + Ie/DFJKemKh/JEJ5M7XmcKJ/xoWvMyw5WfTxEie6zOv4MuQggg30z7tgmGNQoJpG4J3213w4qjRg/Jo8 + YlNSeQVJFVdR0VKL/LpSBMp9EUAQFZxCsOI4yhrK+FVsNIuFFQeC47pYXhBZHPi+fbARjaPPUaHP4SVx + 5aHIeRWLzNpoiKsuIrEqEQ0DC2g02fD5+xpWSU9CRTfNC0RK0V4feZZLP9KJl4MKFGkyeEl8ZRgJX0Lq + 0xRozXZ+lbZRCmrSw4qdgTC/xy3gJqSwi5ZWJ8Bo1qHKcBsPW7MRVXoO8eURME46YCTFcgVrx9ydWIgg + WLFDcOaenDmRexCxShH6x3pR0JkGhUqK6MdBqNV8xLdZFkZSbO8Egx7CopVB4H2P4KjMS+IvO4DMmhhc + rwxBTNl5XiJVxUJWl0LeJAjcff+0C33cJyZYSZF+WTq3wF+2b9Zftp885AX/HC9cLgpC+rMEaIfUKFDn + Iu1dAsSVkTASgYH8G3oioJkNItBsr3A2q5ueX6UxMOvi6RqZw63qVCSToKQqGtk1N7fuOBxOFxHUbws4 + 24xlW/A/7NwKKTsEJ6UdDuWLN5u7PbwbHR0dG4fjGmyeOCkytXV8as1h5S7GlyiML1Iwe1iyMTxc8zba + HaYoatX7RtMPT1wgOJbaku4nbm49IlFb/CT19BbJbnz/Iq6nvcVNK4cSm9p8E1RJAoFA8AcA2Z4MAUEQ + ugAAAABJRU5ErkJggg== @@ -472,6 +472,6 @@ 385, 17 - 711, 18 + 712, 18 \ No newline at end of file