구매신청화면에서 콤보를 버튼으로 변경하고 db검색 validation 기능 추가, 품목 추가시 sid검색기능도 추가 함
This commit is contained in:
190
SubProject/FPJ0000/Project/rPartList.Designer.cs
generated
190
SubProject/FPJ0000/Project/rPartList.Designer.cs
generated
@@ -36,17 +36,18 @@
|
||||
System.Windows.Forms.Label edateLabel;
|
||||
System.Windows.Forms.Label odateLabel;
|
||||
System.Windows.Forms.Label statusLabel;
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType31 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType32 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.TextCellType textCellType33 = new FarPoint.Win.Spread.CellType.TextCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType31 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType32 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
FarPoint.Win.Spread.CellType.NumberCellType numberCellType33 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
this.dsPRJ = new FPJ0000.dsPRJ();
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
|
||||
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
@@ -63,7 +64,6 @@
|
||||
this.statusTextBox = new System.Windows.Forms.TextBox();
|
||||
this.dsReport1 = new FPJ0000.dsReport();
|
||||
this.bsSummary = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
pdateLabel = new System.Windows.Forms.Label();
|
||||
requestLabel = new System.Windows.Forms.Label();
|
||||
reqstaffLabel = new System.Windows.Forms.Label();
|
||||
@@ -74,17 +74,17 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
||||
this.cm1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
this.panel1.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsReport1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsSummary)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pdateLabel
|
||||
//
|
||||
pdateLabel.AutoSize = true;
|
||||
pdateLabel.Location = new System.Drawing.Point(23, 43);
|
||||
pdateLabel.Location = new System.Drawing.Point(23, 42);
|
||||
pdateLabel.Name = "pdateLabel";
|
||||
pdateLabel.Size = new System.Drawing.Size(41, 12);
|
||||
pdateLabel.TabIndex = 4;
|
||||
@@ -93,7 +93,7 @@
|
||||
// requestLabel
|
||||
//
|
||||
requestLabel.AutoSize = true;
|
||||
requestLabel.Location = new System.Drawing.Point(330, 15);
|
||||
requestLabel.Location = new System.Drawing.Point(11, 69);
|
||||
requestLabel.Name = "requestLabel";
|
||||
requestLabel.Size = new System.Drawing.Size(53, 12);
|
||||
requestLabel.TabIndex = 6;
|
||||
@@ -102,7 +102,7 @@
|
||||
// reqstaffLabel
|
||||
//
|
||||
reqstaffLabel.AutoSize = true;
|
||||
reqstaffLabel.Location = new System.Drawing.Point(330, 42);
|
||||
reqstaffLabel.Location = new System.Drawing.Point(263, 69);
|
||||
reqstaffLabel.Name = "reqstaffLabel";
|
||||
reqstaffLabel.Size = new System.Drawing.Size(53, 12);
|
||||
reqstaffLabel.TabIndex = 8;
|
||||
@@ -111,7 +111,7 @@
|
||||
// sdateLabel
|
||||
//
|
||||
sdateLabel.AutoSize = true;
|
||||
sdateLabel.Location = new System.Drawing.Point(178, 42);
|
||||
sdateLabel.Location = new System.Drawing.Point(173, 42);
|
||||
sdateLabel.Name = "sdateLabel";
|
||||
sdateLabel.Size = new System.Drawing.Size(41, 12);
|
||||
sdateLabel.TabIndex = 10;
|
||||
@@ -120,7 +120,7 @@
|
||||
// edateLabel
|
||||
//
|
||||
edateLabel.AutoSize = true;
|
||||
edateLabel.Location = new System.Drawing.Point(178, 69);
|
||||
edateLabel.Location = new System.Drawing.Point(492, 42);
|
||||
edateLabel.Name = "edateLabel";
|
||||
edateLabel.Size = new System.Drawing.Size(41, 12);
|
||||
edateLabel.TabIndex = 12;
|
||||
@@ -129,7 +129,7 @@
|
||||
// odateLabel
|
||||
//
|
||||
odateLabel.AutoSize = true;
|
||||
odateLabel.Location = new System.Drawing.Point(35, 69);
|
||||
odateLabel.Location = new System.Drawing.Point(338, 42);
|
||||
odateLabel.Name = "odateLabel";
|
||||
odateLabel.Size = new System.Drawing.Size(29, 12);
|
||||
odateLabel.TabIndex = 14;
|
||||
@@ -138,7 +138,7 @@
|
||||
// statusLabel
|
||||
//
|
||||
statusLabel.AutoSize = true;
|
||||
statusLabel.Location = new System.Drawing.Point(354, 69);
|
||||
statusLabel.Location = new System.Drawing.Point(521, 69);
|
||||
statusLabel.Name = "statusLabel";
|
||||
statusLabel.Size = new System.Drawing.Size(29, 12);
|
||||
statusLabel.TabIndex = 22;
|
||||
@@ -169,20 +169,86 @@
|
||||
this.toolStripMenuItem1,
|
||||
this.exportListToolStripMenuItem});
|
||||
this.cm1.Name = "cm1";
|
||||
this.cm1.Size = new System.Drawing.Size(243, 46);
|
||||
this.cm1.Size = new System.Drawing.Size(241, 46);
|
||||
//
|
||||
// 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);
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
this.fpSpread1_Sheet1.Reset();
|
||||
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 = 6;
|
||||
this.fpSpread1_Sheet1.RowCount = 0;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "중분류";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "소분류";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "공급처";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "금액(N)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "금액(구매신청)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 38F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType31;
|
||||
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 151F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType32;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "소분류";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Width = 151F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType33;
|
||||
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Width = 151F;
|
||||
numberCellType31.DecimalPlaces = 0;
|
||||
numberCellType31.MaximumValue = 999999999999999D;
|
||||
numberCellType31.MinimumValue = -999999999999999D;
|
||||
numberCellType31.NegativeRed = true;
|
||||
numberCellType31.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType31;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 120F;
|
||||
numberCellType32.DecimalPlaces = 0;
|
||||
numberCellType32.MaximumValue = 10000000D;
|
||||
numberCellType32.MinimumValue = -10000000D;
|
||||
numberCellType32.NegativeRed = true;
|
||||
numberCellType32.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = numberCellType32;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "금액(N)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Width = 120F;
|
||||
numberCellType33.DecimalPlaces = 0;
|
||||
numberCellType33.MaximumValue = 10000000D;
|
||||
numberCellType33.MinimumValue = -10000000D;
|
||||
numberCellType33.NegativeRed = true;
|
||||
numberCellType33.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = numberCellType33;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
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 = 120F;
|
||||
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
@@ -224,7 +290,7 @@
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Location = new System.Drawing.Point(588, 12);
|
||||
this.button1.Location = new System.Drawing.Point(868, 12);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(98, 75);
|
||||
this.button1.TabIndex = 26;
|
||||
@@ -247,14 +313,14 @@
|
||||
this.nameTextBox.Enabled = false;
|
||||
this.nameTextBox.Location = new System.Drawing.Point(70, 12);
|
||||
this.nameTextBox.Name = "nameTextBox";
|
||||
this.nameTextBox.Size = new System.Drawing.Size(246, 21);
|
||||
this.nameTextBox.Size = new System.Drawing.Size(562, 21);
|
||||
this.nameTextBox.TabIndex = 3;
|
||||
//
|
||||
// pdateTextBox
|
||||
//
|
||||
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "pdate", true));
|
||||
this.pdateTextBox.Enabled = false;
|
||||
this.pdateTextBox.Location = new System.Drawing.Point(70, 39);
|
||||
this.pdateTextBox.Location = new System.Drawing.Point(70, 38);
|
||||
this.pdateTextBox.Name = "pdateTextBox";
|
||||
this.pdateTextBox.Size = new System.Drawing.Size(92, 21);
|
||||
this.pdateTextBox.TabIndex = 5;
|
||||
@@ -264,7 +330,7 @@
|
||||
//
|
||||
this.requestTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "process", true));
|
||||
this.requestTextBox.Enabled = false;
|
||||
this.requestTextBox.Location = new System.Drawing.Point(396, 12);
|
||||
this.requestTextBox.Location = new System.Drawing.Point(70, 65);
|
||||
this.requestTextBox.Name = "requestTextBox";
|
||||
this.requestTextBox.Size = new System.Drawing.Size(186, 21);
|
||||
this.requestTextBox.TabIndex = 7;
|
||||
@@ -273,7 +339,7 @@
|
||||
//
|
||||
this.reqstaffTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "reqstaff", true));
|
||||
this.reqstaffTextBox.Enabled = false;
|
||||
this.reqstaffTextBox.Location = new System.Drawing.Point(396, 39);
|
||||
this.reqstaffTextBox.Location = new System.Drawing.Point(329, 65);
|
||||
this.reqstaffTextBox.Name = "reqstaffTextBox";
|
||||
this.reqstaffTextBox.Size = new System.Drawing.Size(186, 21);
|
||||
this.reqstaffTextBox.TabIndex = 9;
|
||||
@@ -282,7 +348,7 @@
|
||||
//
|
||||
this.sdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "sdate", true));
|
||||
this.sdateTextBox.Enabled = false;
|
||||
this.sdateTextBox.Location = new System.Drawing.Point(224, 39);
|
||||
this.sdateTextBox.Location = new System.Drawing.Point(222, 38);
|
||||
this.sdateTextBox.Name = "sdateTextBox";
|
||||
this.sdateTextBox.Size = new System.Drawing.Size(92, 21);
|
||||
this.sdateTextBox.TabIndex = 11;
|
||||
@@ -292,7 +358,7 @@
|
||||
//
|
||||
this.edateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "edate", true));
|
||||
this.edateTextBox.Enabled = false;
|
||||
this.edateTextBox.Location = new System.Drawing.Point(224, 66);
|
||||
this.edateTextBox.Location = new System.Drawing.Point(540, 38);
|
||||
this.edateTextBox.Name = "edateTextBox";
|
||||
this.edateTextBox.Size = new System.Drawing.Size(92, 21);
|
||||
this.edateTextBox.TabIndex = 13;
|
||||
@@ -302,7 +368,7 @@
|
||||
//
|
||||
this.odateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "odate", true));
|
||||
this.odateTextBox.Enabled = false;
|
||||
this.odateTextBox.Location = new System.Drawing.Point(70, 66);
|
||||
this.odateTextBox.Location = new System.Drawing.Point(376, 38);
|
||||
this.odateTextBox.Name = "odateTextBox";
|
||||
this.odateTextBox.Size = new System.Drawing.Size(92, 21);
|
||||
this.odateTextBox.TabIndex = 15;
|
||||
@@ -312,9 +378,9 @@
|
||||
//
|
||||
this.statusTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bs, "status", true));
|
||||
this.statusTextBox.Enabled = false;
|
||||
this.statusTextBox.Location = new System.Drawing.Point(396, 66);
|
||||
this.statusTextBox.Location = new System.Drawing.Point(563, 65);
|
||||
this.statusTextBox.Name = "statusTextBox";
|
||||
this.statusTextBox.Size = new System.Drawing.Size(186, 21);
|
||||
this.statusTextBox.Size = new System.Drawing.Size(69, 21);
|
||||
this.statusTextBox.TabIndex = 23;
|
||||
this.statusTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
@@ -329,72 +395,6 @@
|
||||
this.bsSummary.DataSource = this.dsReport1;
|
||||
this.bsSummary.Sort = "";
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
this.fpSpread1_Sheet1.Reset();
|
||||
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 = 6;
|
||||
this.fpSpread1_Sheet1.RowCount = 0;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "중분류";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "소분류";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "공급처";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "금액";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "금액(N)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 5).Value = "금액(구매신청)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 38F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType4;
|
||||
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(0).Width = 151F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType5;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Label = "소분류";
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(1).Width = 151F;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType6;
|
||||
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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(2).Width = 151F;
|
||||
numberCellType4.DecimalPlaces = 0;
|
||||
numberCellType4.MaximumValue = 999999999999999D;
|
||||
numberCellType4.MinimumValue = -999999999999999D;
|
||||
numberCellType4.NegativeRed = true;
|
||||
numberCellType4.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType4;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Label = "금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(3).Width = 120F;
|
||||
numberCellType5.DecimalPlaces = 0;
|
||||
numberCellType5.MaximumValue = 10000000D;
|
||||
numberCellType5.MinimumValue = -10000000D;
|
||||
numberCellType5.NegativeRed = true;
|
||||
numberCellType5.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).CellType = numberCellType5;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Label = "금액(N)";
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(4).Width = 120F;
|
||||
numberCellType6.DecimalPlaces = 0;
|
||||
numberCellType6.MaximumValue = 10000000D;
|
||||
numberCellType6.MinimumValue = -10000000D;
|
||||
numberCellType6.NegativeRed = true;
|
||||
numberCellType6.ShowSeparator = true;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).CellType = numberCellType6;
|
||||
this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
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 = 120F;
|
||||
this.fpSpread1_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// rPartList
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -409,12 +409,12 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
||||
this.cm1.ResumeLayout(false);
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).EndInit();
|
||||
this.panel1.ResumeLayout(false);
|
||||
this.panel1.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsReport1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsSummary)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user