..
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.exportDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.toolStripMenuItem8 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.입고ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.추가ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
@@ -562,6 +563,7 @@
|
||||
this.toolStripMenuItem3,
|
||||
this.exportDataToolStripMenuItem,
|
||||
this.toolStripMenuItem4,
|
||||
this.toolStripMenuItem8,
|
||||
this.입고ToolStripMenuItem,
|
||||
this.toolStripMenuItem2,
|
||||
this.추가ToolStripMenuItem,
|
||||
@@ -574,7 +576,7 @@
|
||||
this.toolStripMenuItem5,
|
||||
this.선택항목SAP구매정보생성ToolStripMenuItem});
|
||||
this.cm1.Name = "contextMenuStrip1";
|
||||
this.cm1.Size = new System.Drawing.Size(449, 454);
|
||||
this.cm1.Size = new System.Drawing.Size(449, 496);
|
||||
//
|
||||
// columnSizeToolStripMenuItem
|
||||
//
|
||||
@@ -636,6 +638,13 @@
|
||||
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
||||
this.toolStripMenuItem4.Size = new System.Drawing.Size(445, 6);
|
||||
//
|
||||
// toolStripMenuItem8
|
||||
//
|
||||
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
|
||||
this.toolStripMenuItem8.Size = new System.Drawing.Size(448, 42);
|
||||
this.toolStripMenuItem8.Text = "상태 일괄 변경";
|
||||
this.toolStripMenuItem8.Click += new System.EventHandler(this.toolStripMenuItem8_Click);
|
||||
//
|
||||
// 입고ToolStripMenuItem
|
||||
//
|
||||
this.입고ToolStripMenuItem.Name = "입고ToolStripMenuItem";
|
||||
@@ -1177,6 +1186,8 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Tag = "pumunit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Width = 51F;
|
||||
numberCellType4.DecimalPlaces = 2;
|
||||
numberCellType4.Separator = ",";
|
||||
numberCellType4.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "pumpriceD";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
@@ -1458,6 +1469,7 @@
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택목록입고양식ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
|
||||
private System.Windows.Forms.ToolStripMenuItem btMakeItemsData;
|
||||
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem8;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user