cr 수령자, 수령일 칸 추가
This commit is contained in:
		
							
								
								
									
										53
									
								
								SubProject/FPJ0000/Project/fPartList.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										53
									
								
								SubProject/FPJ0000/Project/fPartList.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -61,8 +61,9 @@ | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||
|             FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType11 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             FarPoint.Win.Spread.CellType.CheckBoxCellType checkBoxCellType3 = new FarPoint.Win.Spread.CellType.CheckBoxCellType(); | ||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType12 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||
|             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.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo(); | ||||
| @@ -1198,6 +1199,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, 4); | ||||
|             //  | ||||
|             // fpSpread1_Sheet1 | ||||
|             //  | ||||
| @@ -1205,7 +1207,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 = 25; | ||||
|             this.fpSpread1_Sheet1.ColumnCount = 27; | ||||
|             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; | ||||
|             this.fpSpread1_Sheet1.ActiveRowIndex = -1; | ||||
|             this.fpSpread1_Sheet1.AutoGenerateColumns = false; | ||||
| @@ -1236,8 +1238,10 @@ | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 18).Value = "공급사"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 19).Value = "납기일"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "입고수량"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "취소"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "비고"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "입고일"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "수령인"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "취소"; | ||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 24).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"; | ||||
| @@ -1399,6 +1403,7 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(19).Label = "납기일"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(20).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             numberCellType7.DecimalPlaces = 0; | ||||
|             numberCellType7.NegativeRed = true; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType7; | ||||
| @@ -1407,22 +1412,34 @@ | ||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Label = "입고수량"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Tag = "qtyin"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).CellType = checkBoxCellType3; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "bCancel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Label = "취소"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Tag = "cancel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType11; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "recvDate"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Label = "입고일"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).CellType = textCellType11; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "memo"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).Label = "비고"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "recvUser"; | ||||
|             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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType8; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "Item"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Tag = "item"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).CellType = numberCellType9; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).DataField = "ItemSupplyidx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).CellType = checkBoxCellType3; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "bCancel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Label = "취소"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Tag = "cancel"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).CellType = textCellType12; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).DataField = "memo"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).Label = "비고"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(25).CellType = numberCellType8; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(25).DataField = "Item"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(25).Tag = "item"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(25).Visible = false; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(26).CellType = numberCellType9; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(26).DataField = "ItemSupplyidx"; | ||||
|             this.fpSpread1_Sheet1.Columns.Get(26).Visible = false; | ||||
|             this.fpSpread1_Sheet1.DataAutoCellTypes = false; | ||||
|             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; | ||||
|             this.fpSpread1_Sheet1.DataSource = this.bsPart; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 chi
					chi