주문내역 엑셀 업로드기능에서 공백제거 추가, 주문내역에서 품목정보 생성하는 기능 추가(관리자)
This commit is contained in:
66
SubProject/FPJ0000/Project/fPartList.Designer.cs
generated
66
SubProject/FPJ0000/Project/fPartList.Designer.cs
generated
@@ -61,6 +61,8 @@
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
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.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.label3 = new System.Windows.Forms.Label();
|
||||
@@ -949,6 +951,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";
|
||||
@@ -1006,6 +1009,7 @@
|
||||
// tbFind
|
||||
//
|
||||
this.tbFind.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||||
this.tbFind.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.tbFind.Name = "tbFind";
|
||||
this.tbFind.Size = new System.Drawing.Size(100, 47);
|
||||
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
||||
@@ -1152,6 +1156,7 @@
|
||||
flatScrollBarRenderer2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
|
||||
this.fpSpread1.VerticalScrollBar.Renderer = flatScrollBarRenderer2;
|
||||
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
|
||||
this.fpSpread1.SetViewportLeftColumn(0, 0, 3);
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
@@ -1159,7 +1164,7 @@
|
||||
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 = 21;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 23;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
@@ -1191,9 +1196,9 @@
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "공급";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).RowSpan = 2;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "비고";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).ColumnSpan = 2;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).ColumnSpan = 4;
|
||||
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, 19).Value = "상태";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).Value = "중";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 1).Value = "소";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 3).Value = "SID";
|
||||
@@ -1207,7 +1212,9 @@
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 11).Value = " 금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 12).Value = "금액(N)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 16).Value = "요청";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 17).Value = "입고";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 17).Value = "승인";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 18).Value = "진행";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 19).Value = "완료";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderFlat";
|
||||
@@ -1355,29 +1362,46 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Locked = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Tag = "구매요청";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 75F;
|
||||
numberCellType7.DecimalPlaces = 0;
|
||||
numberCellType7.MaximumValue = 10000000D;
|
||||
numberCellType7.MinimumValue = -10000000D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType7;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "입고";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Tag = "구매입고";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "승인";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Tag = "구매승인";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
numberCellType8.DecimalPlaces = 0;
|
||||
numberCellType8.MaximumValue = 10000000D;
|
||||
numberCellType8.MinimumValue = -10000000D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType8;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "Item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Tag = "item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "진행";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Tag = "구매진행";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 77F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
numberCellType9.DecimalPlaces = 0;
|
||||
numberCellType9.MaximumValue = 10000000D;
|
||||
numberCellType9.MinimumValue = -10000000D;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "ItemSupplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "완료";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Tag = "구매완료";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Width = 84F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType10;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Tag = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "Item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Tag = "item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType11;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "ItemSupplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Width = 93F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType12;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Tag = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
|
||||
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread1_Sheet1.DataSource = this.bsPart;
|
||||
@@ -1507,10 +1531,10 @@
|
||||
private arCtl.arLabel prb4;
|
||||
private arCtl.arLabel prb3;
|
||||
private System.Windows.Forms.Label label3;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.ToolStripDropDownButton toolStripButton1;
|
||||
private System.Windows.Forms.ToolStripMenuItem 전체선택ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택해제ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton5;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user