구매현황에서 pr/po 일괄 변경 가능ㅎ ㅏ게 함
This commit is contained in:
391
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
391
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
@@ -37,6 +37,7 @@
|
||||
FarPoint.Win.Spread.FlatFocusIndicatorRenderer flatFocusIndicatorRenderer1 = new FarPoint.Win.Spread.FlatFocusIndicatorRenderer();
|
||||
FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer1 = new FarPoint.Win.Spread.FlatScrollBarRenderer();
|
||||
FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer2 = new FarPoint.Win.Spread.FlatScrollBarRenderer();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
@@ -52,8 +53,8 @@
|
||||
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.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
@@ -77,6 +78,16 @@
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.pMP조회ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.선택반전ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.선택해제ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.전체선택ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.선택값변경ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.oNToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.oFFToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.선택값POToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.oNToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.oFFToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.bsPart = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
||||
@@ -103,7 +114,7 @@
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectPartStatusTableAdapter();
|
||||
this.taPartStatus = new FPJ0000.dsPRJTableAdapters.ProjectPartStatusTableAdapter();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
@@ -469,9 +480,15 @@
|
||||
this.columnSizeToolStripMenuItem,
|
||||
this.toolStripMenuItem1,
|
||||
this.pMP조회ToolStripMenuItem,
|
||||
this.exportListToolStripMenuItem});
|
||||
this.exportListToolStripMenuItem,
|
||||
this.toolStripMenuItem2,
|
||||
this.선택반전ToolStripMenuItem,
|
||||
this.선택해제ToolStripMenuItem,
|
||||
this.전체선택ToolStripMenuItem,
|
||||
this.선택값변경ToolStripMenuItem,
|
||||
this.선택값POToolStripMenuItem});
|
||||
this.cm1.Name = "cm1";
|
||||
this.cm1.Size = new System.Drawing.Size(243, 118);
|
||||
this.cm1.Size = new System.Drawing.Size(243, 304);
|
||||
//
|
||||
// columnSizeToolStripMenuItem
|
||||
//
|
||||
@@ -536,6 +553,78 @@
|
||||
this.exportListToolStripMenuItem.Text = "목록 내보내기";
|
||||
this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click);
|
||||
//
|
||||
// toolStripMenuItem2
|
||||
//
|
||||
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
||||
this.toolStripMenuItem2.Size = new System.Drawing.Size(239, 6);
|
||||
//
|
||||
// 선택반전ToolStripMenuItem
|
||||
//
|
||||
this.선택반전ToolStripMenuItem.Name = "선택반전ToolStripMenuItem";
|
||||
this.선택반전ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
||||
this.선택반전ToolStripMenuItem.Text = "선택반전";
|
||||
this.선택반전ToolStripMenuItem.Click += new System.EventHandler(this.선택반전ToolStripMenuItem_Click);
|
||||
//
|
||||
// 선택해제ToolStripMenuItem
|
||||
//
|
||||
this.선택해제ToolStripMenuItem.Name = "선택해제ToolStripMenuItem";
|
||||
this.선택해제ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
||||
this.선택해제ToolStripMenuItem.Text = "선택해제";
|
||||
this.선택해제ToolStripMenuItem.Click += new System.EventHandler(this.선택해제ToolStripMenuItem_Click);
|
||||
//
|
||||
// 전체선택ToolStripMenuItem
|
||||
//
|
||||
this.전체선택ToolStripMenuItem.Name = "전체선택ToolStripMenuItem";
|
||||
this.전체선택ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
||||
this.전체선택ToolStripMenuItem.Text = "전체선택";
|
||||
this.전체선택ToolStripMenuItem.Click += new System.EventHandler(this.전체선택ToolStripMenuItem_Click);
|
||||
//
|
||||
// 선택값변경ToolStripMenuItem
|
||||
//
|
||||
this.선택값변경ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.oNToolStripMenuItem,
|
||||
this.oFFToolStripMenuItem});
|
||||
this.선택값변경ToolStripMenuItem.Name = "선택값변경ToolStripMenuItem";
|
||||
this.선택값변경ToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
||||
this.선택값변경ToolStripMenuItem.Text = "선택 값 (PR)";
|
||||
//
|
||||
// oNToolStripMenuItem
|
||||
//
|
||||
this.oNToolStripMenuItem.Name = "oNToolStripMenuItem";
|
||||
this.oNToolStripMenuItem.Size = new System.Drawing.Size(133, 36);
|
||||
this.oNToolStripMenuItem.Text = "ON";
|
||||
this.oNToolStripMenuItem.Click += new System.EventHandler(this.oNToolStripMenuItem_Click);
|
||||
//
|
||||
// oFFToolStripMenuItem
|
||||
//
|
||||
this.oFFToolStripMenuItem.Name = "oFFToolStripMenuItem";
|
||||
this.oFFToolStripMenuItem.Size = new System.Drawing.Size(133, 36);
|
||||
this.oFFToolStripMenuItem.Text = "OFF";
|
||||
this.oFFToolStripMenuItem.Click += new System.EventHandler(this.oFFToolStripMenuItem_Click);
|
||||
//
|
||||
// 선택값POToolStripMenuItem
|
||||
//
|
||||
this.선택값POToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.oNToolStripMenuItem1,
|
||||
this.oFFToolStripMenuItem1});
|
||||
this.선택값POToolStripMenuItem.Name = "선택값POToolStripMenuItem";
|
||||
this.선택값POToolStripMenuItem.Size = new System.Drawing.Size(242, 36);
|
||||
this.선택값POToolStripMenuItem.Text = "선택 값 (PO)";
|
||||
//
|
||||
// oNToolStripMenuItem1
|
||||
//
|
||||
this.oNToolStripMenuItem1.Name = "oNToolStripMenuItem1";
|
||||
this.oNToolStripMenuItem1.Size = new System.Drawing.Size(133, 36);
|
||||
this.oNToolStripMenuItem1.Text = "ON";
|
||||
this.oNToolStripMenuItem1.Click += new System.EventHandler(this.oNToolStripMenuItem1_Click);
|
||||
//
|
||||
// oFFToolStripMenuItem1
|
||||
//
|
||||
this.oFFToolStripMenuItem1.Name = "oFFToolStripMenuItem1";
|
||||
this.oFFToolStripMenuItem1.Size = new System.Drawing.Size(133, 36);
|
||||
this.oFFToolStripMenuItem1.Text = "OFF";
|
||||
this.oFFToolStripMenuItem1.Click += new System.EventHandler(this.oFFToolStripMenuItem1_Click);
|
||||
//
|
||||
// bsPart
|
||||
//
|
||||
this.bsPart.DataMember = "ProjectPartStatus";
|
||||
@@ -628,7 +717,6 @@
|
||||
//
|
||||
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";
|
||||
@@ -710,7 +798,6 @@
|
||||
// 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, 27);
|
||||
this.tbFind.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbFind_KeyDown);
|
||||
@@ -782,6 +869,7 @@
|
||||
this.fpSpread1_Sheet1});
|
||||
this.fpSpread1.Size = new System.Drawing.Size(1345, 549);
|
||||
this.fpSpread1.Skin = FarPoint.Win.Spread.DefaultSpreadSkins.Office2013;
|
||||
this.fpSpread1.StatusBarVisible = true;
|
||||
this.fpSpread1.TabIndex = 4;
|
||||
this.fpSpread1.TitleInfo.Text = "PartList";
|
||||
this.fpSpread1.TitleInfo.Value = "PartList";
|
||||
@@ -797,7 +885,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 = 23;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 24;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread1_Sheet1.AutoGenerateColumns = false;
|
||||
@@ -807,192 +895,197 @@
|
||||
this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnFooterSheetCornerStyle.Parent = "CornerFooterFlat";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "담당자";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "CR/CF";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "PRJ";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "SID";
|
||||
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 = "단가";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 9).Value = "1대 수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "N대 수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "1대 금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "N대 금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "PMP";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "구매수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "PR";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "PO";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "공급사";
|
||||
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, 1).Value = "담당자";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "CR/CF";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "PRJ";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "SID";
|
||||
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 = "단가";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 10).Value = "1대 수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "N대 수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "1대 금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 13).Value = "N대 금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 14).Value = "PMP";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 15).Value = "구매수량";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 16).Value = "PR";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 17).Value = "PO";
|
||||
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.DefaultStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.DefaultStyle.Parent = "ColumnHeaderFlat";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 36F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "userManager";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Label = "담당자";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Tag = "idx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "orderno";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).DataField = "userManager";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "CR/CF";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "담당자";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType3;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "Project";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).DataField = "orderno";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "PRJ";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Label = "CR/CF";
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
textCellType4.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ItemSid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).DataField = "Project";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "SID";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Tag = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "PRJ";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
textCellType5.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType5;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ItemName";
|
||||
textCellType4.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ItemSid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "품명";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "SID";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Tag = "sid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Width = 113F;
|
||||
textCellType6.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType6;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ItemModel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
textCellType5.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType5;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ItemName";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "규격";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Label = "품명";
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Width = 99F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).Width = 113F;
|
||||
textCellType6.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType6;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ItemManu";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ItemModel";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "제조사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Tag = "manu";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "규격";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ItemUnit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Width = 99F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ItemManu";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
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).Tag = "unit";
|
||||
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 = "manu";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
textCellType7.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "price";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "ItemUnit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Tag = "price";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Label = "단위";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).Tag = "unit";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
textCellType8.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType8;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "qty";
|
||||
textCellType7.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType7;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).DataField = "price";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Label = "1대 수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Tag = "qty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Label = "단가";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).Tag = "price";
|
||||
this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "qtyn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
textCellType8.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType8;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).DataField = "qty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Label = "N대 수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Tag = "qtyn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Label = "1대 수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).Tag = "qty";
|
||||
this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
textCellType9.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "amt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).DataField = "qtyn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Formula = "RC[-3]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "1대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "amt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Label = "N대 수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).Tag = "qtyn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
textCellType9.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "amtn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "amt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Formula = "RC[-4]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Formula = "RC[-3]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "N대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Tag = "amtn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "1대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Tag = "amt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "qtyjago";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "amtn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "PMP";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Formula = "RC[-4]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "N대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Tag = "amtn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "qtybuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).DataField = "qtyjago";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Label = "구매수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Tag = "buy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).Label = "PMP";
|
||||
this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = checkBoxCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "bbuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).DataField = "qtybuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "PR";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Tag = "bbuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Label = "구매수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).Tag = "buy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = checkBoxCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "bconfirm";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).CellType = checkBoxCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).DataField = "bbuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "PO";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Tag = "bconfirm";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Label = "PR";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).Tag = "bbuy";
|
||||
this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType10;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "ItemSupply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "공급사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Tag = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).CellType = checkBoxCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).DataField = "bconfirm";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Label = "PO";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Tag = "bconfirm";
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(17).Width = 113F;
|
||||
textCellType11.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType11;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "option2";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).AllowAutoFilter = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType10;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).DataField = "ItemSupply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "납기일";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).ImeMode = System.Windows.Forms.ImeMode.Hangul;
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Label = "공급사";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Tag = "supply";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType12;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "qtyin";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Label = "입고수량";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Tag = "qtyin";
|
||||
this.fpSpread1_Sheet1.Columns.Get(18).Width = 113F;
|
||||
textCellType11.ReadOnly = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).CellType = textCellType11;
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).DataField = "option2";
|
||||
this.fpSpread1_Sheet1.Columns.Get(19).Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
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).CellType = textCellType13;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "memo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).Label = "비고";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).CellType = textCellType12;
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).DataField = "qtyin";
|
||||
this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
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 = numberCellType1;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "Item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Tag = "item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).CellType = textCellType13;
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).DataField = "memo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).Font = new System.Drawing.Font("맑은 고딕", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
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).CellType = numberCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "ItemSupplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).DataField = "Item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Tag = "item";
|
||||
this.fpSpread1_Sheet1.Columns.Get(22).Visible = false;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType3;
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).DataField = "ItemSupplyidx";
|
||||
this.fpSpread1_Sheet1.Columns.Get(23).Visible = false;
|
||||
this.fpSpread1_Sheet1.DataAutoCellTypes = false;
|
||||
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread1_Sheet1.DataSource = this.bsPart;
|
||||
@@ -1002,7 +1095,7 @@
|
||||
this.fpSpread1_Sheet1.FilterBarHeaderStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.FilterBarHeaderStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.FilterBarHeaderStyle.Parent = "FilterBarHeaderFlat";
|
||||
this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.SingleSelect;
|
||||
this.fpSpread1_Sheet1.OperationMode = FarPoint.Win.Spread.OperationMode.MultiSelect;
|
||||
this.fpSpread1_Sheet1.PrintInfo.Footer = "EET Groupware - Alpha -";
|
||||
this.fpSpread1_Sheet1.PrintInfo.Header = "PartList";
|
||||
noPrinterPrintInfo1.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
|
||||
@@ -1016,18 +1109,20 @@
|
||||
this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.RowHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.RowHeader.DefaultStyle.Parent = "RowHeaderFlat";
|
||||
this.fpSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.Single;
|
||||
this.fpSpread1_Sheet1.SelectionPolicy = FarPoint.Win.Spread.Model.SelectionPolicy.MultiRange;
|
||||
this.fpSpread1_Sheet1.SelectionUnit = FarPoint.Win.Spread.Model.SelectionUnit.Row;
|
||||
this.fpSpread1_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.Empty;
|
||||
this.fpSpread1_Sheet1.SheetCornerStyle.Parent = "CornerHeaderFlat";
|
||||
this.fpSpread1_Sheet1.ShowEditingRowSelector = true;
|
||||
this.fpSpread1_Sheet1.ShowRowSelector = true;
|
||||
this.fpSpread1_Sheet1.TitleInfo.Text = "Partlist";
|
||||
this.fpSpread1_Sheet1.TitleInfo.Value = "Partlist";
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// taPart
|
||||
// taPartStatus
|
||||
//
|
||||
this.taPart.ClearBeforeFill = true;
|
||||
this.taPartStatus.ClearBeforeFill = true;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
@@ -1223,7 +1318,7 @@
|
||||
private System.Windows.Forms.Panel panel5;
|
||||
private System.Windows.Forms.Button button4;
|
||||
private System.Windows.Forms.Panel panel7;
|
||||
private dsPRJTableAdapters.ProjectPartStatusTableAdapter taPart;
|
||||
private dsPRJTableAdapters.ProjectPartStatusTableAdapter taPartStatus;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.TextBox pdateTextBox;
|
||||
@@ -1233,9 +1328,19 @@
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.TextBox tbDue;
|
||||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||||
private arCtl.arLabel prb4;
|
||||
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택반전ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택해제ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 전체선택ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택값변경ToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem oNToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem oFFToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem 선택값POToolStripMenuItem;
|
||||
private System.Windows.Forms.ToolStripMenuItem oNToolStripMenuItem1;
|
||||
private System.Windows.Forms.ToolStripMenuItem oFFToolStripMenuItem1;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user