cr,nr 하단 검색에서 po 도 되게 함
This commit is contained in:
		| @@ -873,5 +873,8 @@ | |||||||
|     <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" /> |     <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" /> | ||||||
|     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |     <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> | ||||||
|   </ItemGroup> |   </ItemGroup> | ||||||
|  |   <ItemGroup> | ||||||
|  |     <WCFMetadata Include="Connected Services\" /> | ||||||
|  |   </ItemGroup> | ||||||
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||||
| </Project> | </Project> | ||||||
| @@ -86,4 +86,8 @@ | |||||||
|   <startup> |   <startup> | ||||||
|     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> |     <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" /> | ||||||
|   </startup> |   </startup> | ||||||
|  |   <system.serviceModel> | ||||||
|  |     <bindings /> | ||||||
|  |     <client /> | ||||||
|  |   </system.serviceModel> | ||||||
| </configuration> | </configuration> | ||||||
|   | |||||||
| @@ -162,8 +162,8 @@ | |||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.label1 = new System.Windows.Forms.Label(); |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|             this.label2 = new System.Windows.Forms.Label(); |  | ||||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|  |             this.label2 = new System.Windows.Forms.Label(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
| @@ -192,6 +192,7 @@ | |||||||
|             // tam |             // tam | ||||||
|             //  |             //  | ||||||
|             this.tam.BackupDataSetBeforeUpdate = true; |             this.tam.BackupDataSetBeforeUpdate = true; | ||||||
|  |             this.tam.EETGW_MonPurchaseAmountTableAdapter = null; | ||||||
|             this.tam.EETGW_PurchaseCRTableAdapter = this.ta; |             this.tam.EETGW_PurchaseCRTableAdapter = this.ta; | ||||||
|             this.tam.EETGW_PurchaseEBTableAdapter = null; |             this.tam.EETGW_PurchaseEBTableAdapter = null; | ||||||
|             this.tam.PurchaseTableAdapter = null; |             this.tam.PurchaseTableAdapter = null; | ||||||
| @@ -982,18 +983,6 @@ | |||||||
|             this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff_1); |             this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff_1); | ||||||
|             this.fpSpread1.ClipboardPasted += new FarPoint.Win.Spread.ClipboardPastedEventHandler(this.fpSpread1_ClipboardPasted); |             this.fpSpread1.ClipboardPasted += new FarPoint.Win.Spread.ClipboardPastedEventHandler(this.fpSpread1_ClipboardPasted); | ||||||
|             //  |             //  | ||||||
|             // label2 |  | ||||||
|             //  |  | ||||||
|             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; |  | ||||||
|             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |  | ||||||
|             this.label2.Location = new System.Drawing.Point(0, 606); |  | ||||||
|             this.label2.Name = "label2"; |  | ||||||
|             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |  | ||||||
|             this.label2.Size = new System.Drawing.Size(1226, 23); |  | ||||||
|             this.label2.TabIndex = 8; |  | ||||||
|             this.label2.Text = "--"; |  | ||||||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |  | ||||||
|             //  |  | ||||||
|             // fpSpread1_Sheet1 |             // fpSpread1_Sheet1 | ||||||
|             //  |             //  | ||||||
|             this.fpSpread1_Sheet1.Reset(); |             this.fpSpread1_Sheet1.Reset(); | ||||||
| @@ -1344,6 +1333,18 @@ | |||||||
|             this.fpSpread1_Sheet1.ShowRowSelector = true; |             this.fpSpread1_Sheet1.ShowRowSelector = true; | ||||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; | ||||||
|             //  |             //  | ||||||
|  |             // label2 | ||||||
|  |             //  | ||||||
|  |             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.label2.Location = new System.Drawing.Point(0, 606); | ||||||
|  |             this.label2.Name = "label2"; | ||||||
|  |             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | ||||||
|  |             this.label2.Size = new System.Drawing.Size(1226, 23); | ||||||
|  |             this.label2.TabIndex = 8; | ||||||
|  |             this.label2.Text = "--"; | ||||||
|  |             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||||
|  |             //  | ||||||
|             // fPurchaseCR |             // fPurchaseCR | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|   | |||||||
| @@ -659,7 +659,7 @@ namespace FEQ0000 | |||||||
|                 else |                 else | ||||||
|                 { |                 { | ||||||
|                     search = search.Replace("'", "''"); |                     search = search.Replace("'", "''"); | ||||||
|                     string filter = "supply like ? or sid like ? or process like ? or orderno like ? or sc like ? or pumname like ? or pumscale like ? or project like ?"; |                     string filter = "supply like ? or sid like ? or process like ? or orderno like ? or sc like ? or pumname like ? or pumscale like ? or project like ? or po like ?"; | ||||||
|                     filter = filter.Replace("?", "'%" + search + "%'"); |                     filter = filter.Replace("?", "'%" + search + "%'"); | ||||||
|                     this.bs.Filter = filter; |                     this.bs.Filter = filter; | ||||||
|                     tbFind.BackColor = Color.Lime; |                     tbFind.BackColor = Color.Lime; | ||||||
|   | |||||||
| @@ -159,9 +159,9 @@ | |||||||
|             this.btViewDel = new System.Windows.Forms.ToolStripButton(); |             this.btViewDel = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); |             this.toolStripButton3 = new System.Windows.Forms.ToolStripButton(); | ||||||
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|  |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|             this.label1 = new System.Windows.Forms.Label(); |             this.label1 = new System.Windows.Forms.Label(); | ||||||
|             this.label2 = new System.Windows.Forms.Label(); |             this.label2 = new System.Windows.Forms.Label(); | ||||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsPurchase)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
| @@ -190,6 +190,7 @@ | |||||||
|             // tam |             // tam | ||||||
|             //  |             //  | ||||||
|             this.tam.BackupDataSetBeforeUpdate = true; |             this.tam.BackupDataSetBeforeUpdate = true; | ||||||
|  |             this.tam.EETGW_MonPurchaseAmountTableAdapter = null; | ||||||
|             this.tam.EETGW_PurchaseCRTableAdapter = null; |             this.tam.EETGW_PurchaseCRTableAdapter = null; | ||||||
|             this.tam.EETGW_PurchaseEBTableAdapter = null; |             this.tam.EETGW_PurchaseEBTableAdapter = null; | ||||||
|             this.tam.PurchaseTableAdapter = this.ta; |             this.tam.PurchaseTableAdapter = this.ta; | ||||||
| @@ -573,7 +574,7 @@ | |||||||
|             this.sC검색ToolStripMenuItem, |             this.sC검색ToolStripMenuItem, | ||||||
|             this.cRCF검색ToolStripMenuItem}); |             this.cRCF검색ToolStripMenuItem}); | ||||||
|             this.cm1.Name = "contextMenuStrip1"; |             this.cm1.Name = "contextMenuStrip1"; | ||||||
|             this.cm1.Size = new System.Drawing.Size(314, 506); |             this.cm1.Size = new System.Drawing.Size(314, 484); | ||||||
|             this.cm1.Opening += new System.ComponentModel.CancelEventHandler(this.cm1_Opening); |             this.cm1.Opening += new System.ComponentModel.CancelEventHandler(this.cm1_Opening); | ||||||
|             //  |             //  | ||||||
|             // columnSizeToolStripMenuItem |             // columnSizeToolStripMenuItem | ||||||
| @@ -938,30 +939,6 @@ | |||||||
|             this.fpSpread1.ClipboardPasted += new FarPoint.Win.Spread.ClipboardPastedEventHandler(this.fpSpread1_ClipboardPasted); |             this.fpSpread1.ClipboardPasted += new FarPoint.Win.Spread.ClipboardPastedEventHandler(this.fpSpread1_ClipboardPasted); | ||||||
|             this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick); |             this.fpSpread1.CellClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellClick); | ||||||
|             //  |             //  | ||||||
|             // label1 |  | ||||||
|             //  |  | ||||||
|             this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; |  | ||||||
|             this.label1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |  | ||||||
|             this.label1.Location = new System.Drawing.Point(0, 639); |  | ||||||
|             this.label1.Name = "label1"; |  | ||||||
|             this.label1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |  | ||||||
|             this.label1.Size = new System.Drawing.Size(1334, 23); |  | ||||||
|             this.label1.TabIndex = 6; |  | ||||||
|             this.label1.Text = "--"; |  | ||||||
|             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |  | ||||||
|             //  |  | ||||||
|             // label2 |  | ||||||
|             //  |  | ||||||
|             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; |  | ||||||
|             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); |  | ||||||
|             this.label2.Location = new System.Drawing.Point(0, 616); |  | ||||||
|             this.label2.Name = "label2"; |  | ||||||
|             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); |  | ||||||
|             this.label2.Size = new System.Drawing.Size(1334, 23); |  | ||||||
|             this.label2.TabIndex = 7; |  | ||||||
|             this.label2.Text = "--"; |  | ||||||
|             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |  | ||||||
|             //  |  | ||||||
|             // fpSpread1_Sheet1 |             // fpSpread1_Sheet1 | ||||||
|             //  |             //  | ||||||
|             this.fpSpread1_Sheet1.Reset(); |             this.fpSpread1_Sheet1.Reset(); | ||||||
| @@ -1331,6 +1308,30 @@ | |||||||
|             this.fpSpread1_Sheet1.ShowRowSelector = true; |             this.fpSpread1_Sheet1.ShowRowSelector = true; | ||||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; | ||||||
|             //  |             //  | ||||||
|  |             // label1 | ||||||
|  |             //  | ||||||
|  |             this.label1.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.label1.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.label1.Location = new System.Drawing.Point(0, 639); | ||||||
|  |             this.label1.Name = "label1"; | ||||||
|  |             this.label1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | ||||||
|  |             this.label1.Size = new System.Drawing.Size(1334, 23); | ||||||
|  |             this.label1.TabIndex = 6; | ||||||
|  |             this.label1.Text = "--"; | ||||||
|  |             this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||||
|  |             //  | ||||||
|  |             // label2 | ||||||
|  |             //  | ||||||
|  |             this.label2.Dock = System.Windows.Forms.DockStyle.Bottom; | ||||||
|  |             this.label2.Font = new System.Drawing.Font("맑은 고딕", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); | ||||||
|  |             this.label2.Location = new System.Drawing.Point(0, 616); | ||||||
|  |             this.label2.Name = "label2"; | ||||||
|  |             this.label2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); | ||||||
|  |             this.label2.Size = new System.Drawing.Size(1334, 23); | ||||||
|  |             this.label2.TabIndex = 7; | ||||||
|  |             this.label2.Text = "--"; | ||||||
|  |             this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; | ||||||
|  |             //  | ||||||
|             // fPurchaseNR |             // fPurchaseNR | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |             this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); | ||||||
|   | |||||||
| @@ -675,7 +675,7 @@ namespace FEQ0000 | |||||||
|                 else |                 else | ||||||
|                 { |                 { | ||||||
|                     search = search.Replace("'", "''"); |                     search = search.Replace("'", "''"); | ||||||
|                     string filter = "supply like ? or sid like ? or process like ? or orderno like ? or sc like ? or pumname like ? or pumscale like ? or project like ?"; |                     string filter = "po like ? or supply like ? or sid like ? or process like ? or orderno like ? or sc like ? or pumname like ? or pumscale like ? or project like ?"; | ||||||
|                     filter = filter.Replace("?", "'%" + search + "%'"); |                     filter = filter.Replace("?", "'%" + search + "%'"); | ||||||
|                     this.bs.Filter = filter; |                     this.bs.Filter = filter; | ||||||
|                     tbFind.BackColor = Color.Lime; |                     tbFind.BackColor = Color.Lime; | ||||||
|   | |||||||
| @@ -25,6 +25,7 @@ | |||||||
|     <ErrorReport>prompt</ErrorReport> |     <ErrorReport>prompt</ErrorReport> | ||||||
|     <WarningLevel>4</WarningLevel> |     <WarningLevel>4</WarningLevel> | ||||||
|     <Prefer32Bit>false</Prefer32Bit> |     <Prefer32Bit>false</Prefer32Bit> | ||||||
|  |     <UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||||
|     <PlatformTarget>AnyCPU</PlatformTarget> |     <PlatformTarget>AnyCPU</PlatformTarget> | ||||||
| @@ -35,6 +36,7 @@ | |||||||
|     <ErrorReport>prompt</ErrorReport> |     <ErrorReport>prompt</ErrorReport> | ||||||
|     <WarningLevel>4</WarningLevel> |     <WarningLevel>4</WarningLevel> | ||||||
|     <Prefer32Bit>false</Prefer32Bit> |     <Prefer32Bit>false</Prefer32Bit> | ||||||
|  |     <UseWinFormsOutOfProcDesigner>True</UseWinFormsOutOfProcDesigner> | ||||||
|   </PropertyGroup> |   </PropertyGroup> | ||||||
|   <ItemGroup> |   <ItemGroup> | ||||||
|     <Reference Include="arCommUtil"> |     <Reference Include="arCommUtil"> | ||||||
|   | |||||||
| @@ -555,12 +555,8 @@ namespace FPJ0000 | |||||||
|                     { |                     { | ||||||
|                         FCOMMON.Util.MsgE("저장 실패\n" + ex.Message); |                         FCOMMON.Util.MsgE("저장 실패\n" + ex.Message); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|  |  | ||||||
|                 } |                 } | ||||||
|             } |             } | ||||||
|  |  | ||||||
|  |  | ||||||
|         } |         } | ||||||
|  |  | ||||||
| 		private void toolStripButton8_Click(object sender, EventArgs e) | 		private void toolStripButton8_Click(object sender, EventArgs e) | ||||||
|   | |||||||
							
								
								
									
										196
									
								
								SubProject/FPJ0000/Project/fPartList.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										196
									
								
								SubProject/FPJ0000/Project/fPartList.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -44,29 +44,29 @@ | |||||||
|             FarPoint.Win.Spread.FlatFocusIndicatorRenderer flatFocusIndicatorRenderer1 = new FarPoint.Win.Spread.FlatFocusIndicatorRenderer(); |             FarPoint.Win.Spread.FlatFocusIndicatorRenderer flatFocusIndicatorRenderer1 = new FarPoint.Win.Spread.FlatFocusIndicatorRenderer(); | ||||||
|             FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer1 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); |             FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer1 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); | ||||||
|             FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer2 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); |             FarPoint.Win.Spread.FlatScrollBarRenderer flatScrollBarRenderer2 = new FarPoint.Win.Spread.FlatScrollBarRenderer(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType19 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType20 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType27 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType1 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType28 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType2 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType29 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType3 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType30 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType4 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType31 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType5 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType32 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType6 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType(); |             FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType33 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType34 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType8 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType35 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType9 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType36 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType10 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType37 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType11 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType38 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType12 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.CellType.NumberCellType numberCellType39 = new FarPoint.Win.Spread.CellType.NumberCellType(); |             FarPoint.Win.Spread.CellType.NumberCellType numberCellType13 = new FarPoint.Win.Spread.CellType.NumberCellType(); | ||||||
|             FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo3 = new FarPoint.Win.Spread.NoPrinterPrintInfo(); |             FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo(); | ||||||
|             this.panel1 = new System.Windows.Forms.Panel(); |             this.panel1 = new System.Windows.Forms.Panel(); | ||||||
|             this.label3 = new System.Windows.Forms.Label(); |             this.label3 = new System.Windows.Forms.Label(); | ||||||
|             this.button4 = new System.Windows.Forms.Button(); |             this.button4 = new System.Windows.Forms.Button(); | ||||||
| @@ -1291,25 +1291,25 @@ | |||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27F; |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 27F; | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 31F; |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 31F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true; |             this.fpSpread1_Sheet1.Columns.Get(0).AllowAutoFilter = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType19; |             this.fpSpread1_Sheet1.Columns.Get(0).CellType = textCellType1; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "ItemGroup"; |             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "ItemGroup"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Label = "중"; |             this.fpSpread1_Sheet1.Columns.Get(0).Label = "중"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(0).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true; |             this.fpSpread1_Sheet1.Columns.Get(1).AllowAutoFilter = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType20; |             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType2; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "option1"; |             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "option1"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).Label = "소"; |             this.fpSpread1_Sheet1.Columns.Get(1).Label = "소"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(1).Width = 93F; | ||||||
|             numberCellType27.DecimalPlaces = 0; |             numberCellType1.DecimalPlaces = 0; | ||||||
|             numberCellType27.NegativeRed = true; |             numberCellType1.NegativeRed = true; | ||||||
|             numberCellType27.NullDisplay = "--"; |             numberCellType1.NullDisplay = "--"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).CellType = numberCellType27; |             this.fpSpread1_Sheet1.Columns.Get(2).CellType = numberCellType1; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "no"; |             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "no"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(2).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoSort = true; |             this.fpSpread1_Sheet1.Columns.Get(3).AllowAutoSort = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType21; |             this.fpSpread1_Sheet1.Columns.Get(3).CellType = textCellType3; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ItemSid"; |             this.fpSpread1_Sheet1.Columns.Get(3).DataField = "ItemSid"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "SID"; | ||||||
| @@ -1317,53 +1317,53 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(3).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |             this.fpSpread1_Sheet1.Columns.Get(4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType22; |             this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType4; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ItemName"; |             this.fpSpread1_Sheet1.Columns.Get(4).DataField = "ItemName"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; |             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).Label = "품명"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(4).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType23; |             this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType5; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ItemModel"; |             this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ItemModel"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; |             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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(5).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType24; |             this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType6; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ItemManu"; |             this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ItemManu"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; |             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).Label = "제조"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).Tag = "manu"; |             this.fpSpread1_Sheet1.Columns.Get(6).Tag = "manu"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(6).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType25; |             this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType7; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ItemUnit"; |             this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ItemUnit"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "단위"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).Tag = "unit"; |             this.fpSpread1_Sheet1.Columns.Get(7).Tag = "unit"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(7).Width = 93F; | ||||||
|             numberCellType28.DecimalPlaces = 0; |             numberCellType2.DecimalPlaces = 0; | ||||||
|             numberCellType28.MaximumValue = 10000000000D; |             numberCellType2.MaximumValue = 10000000000D; | ||||||
|             numberCellType28.MinimumValue = -10000000000D; |             numberCellType2.MinimumValue = -10000000000D; | ||||||
|             numberCellType28.NegativeRed = true; |             numberCellType2.NegativeRed = true; | ||||||
|             numberCellType28.NullDisplay = "0"; |             numberCellType2.NullDisplay = "0"; | ||||||
|             numberCellType28.Separator = ","; |             numberCellType2.Separator = ","; | ||||||
|             numberCellType28.ShowSeparator = true; |             numberCellType2.ShowSeparator = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType28; |             this.fpSpread1_Sheet1.Columns.Get(8).CellType = numberCellType2; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).DataField = "price"; |             this.fpSpread1_Sheet1.Columns.Get(8).DataField = "price"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가(KRW)"; |             this.fpSpread1_Sheet1.Columns.Get(8).Label = "단가(KRW)"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).Tag = "price"; |             this.fpSpread1_Sheet1.Columns.Get(8).Tag = "price"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).Width = 78F; |             this.fpSpread1_Sheet1.Columns.Get(8).Width = 78F; | ||||||
|             numberCellType29.DecimalPlaces = 2; |             numberCellType3.DecimalPlaces = 2; | ||||||
|             numberCellType29.MaximumValue = 10000000000000D; |             numberCellType3.MaximumValue = 10000000000000D; | ||||||
|             numberCellType29.MinimumValue = -10000000000000D; |             numberCellType3.MinimumValue = -10000000000000D; | ||||||
|             numberCellType29.NegativeRed = true; |             numberCellType3.NegativeRed = true; | ||||||
|             numberCellType29.NullDisplay = "0"; |             numberCellType3.NullDisplay = "0"; | ||||||
|             numberCellType29.Separator = ","; |             numberCellType3.Separator = ","; | ||||||
|             numberCellType29.ShowSeparator = true; |             numberCellType3.ShowSeparator = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType29; |             this.fpSpread1_Sheet1.Columns.Get(9).CellType = numberCellType3; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).DataField = "priceD"; |             this.fpSpread1_Sheet1.Columns.Get(9).DataField = "priceD"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; |             this.fpSpread1_Sheet1.Columns.Get(9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).Label = "단가(USD)"; |             this.fpSpread1_Sheet1.Columns.Get(9).Label = "단가(USD)"; | ||||||
| @@ -1371,25 +1371,25 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).Width = 78F; |             this.fpSpread1_Sheet1.Columns.Get(9).Width = 78F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); |             this.fpSpread1_Sheet1.Columns.Get(10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192))))); | ||||||
|             numberCellType30.DecimalPlaces = 0; |             numberCellType4.DecimalPlaces = 0; | ||||||
|             numberCellType30.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |             numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|             numberCellType30.MaximumValue = 2147483647D; |             numberCellType4.MaximumValue = 2147483647D; | ||||||
|             numberCellType30.MinimumValue = -2147483648D; |             numberCellType4.MinimumValue = -2147483648D; | ||||||
|             numberCellType30.NegativeRed = true; |             numberCellType4.NegativeRed = true; | ||||||
|             numberCellType30.Separator = ","; |             numberCellType4.Separator = ","; | ||||||
|             numberCellType30.ShowSeparator = true; |             numberCellType4.ShowSeparator = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType30; |             this.fpSpread1_Sheet1.Columns.Get(10).CellType = numberCellType4; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).DataField = "qty"; |             this.fpSpread1_Sheet1.Columns.Get(10).DataField = "qty"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).Label = "수량"; |             this.fpSpread1_Sheet1.Columns.Get(10).Label = "수량"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).Tag = "qty"; |             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(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(10).Width = 93F; | ||||||
|             numberCellType31.DecimalPlaces = 0; |             numberCellType5.DecimalPlaces = 0; | ||||||
|             numberCellType31.NegativeRed = true; |             numberCellType5.NegativeRed = true; | ||||||
|             numberCellType31.Separator = ","; |             numberCellType5.Separator = ","; | ||||||
|             numberCellType31.ShowSeparator = true; |             numberCellType5.ShowSeparator = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType31; |             this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType5; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).DataField = "qtyn"; |             this.fpSpread1_Sheet1.Columns.Get(11).DataField = "qtyn"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "수량(N)"; | ||||||
| @@ -1397,14 +1397,14 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(11).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             this.fpSpread1_Sheet1.Columns.Get(12).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|             numberCellType32.DecimalPlaces = 0; |             numberCellType6.DecimalPlaces = 0; | ||||||
|             numberCellType32.MaximumValue = 9999999999999.99D; |             numberCellType6.MaximumValue = 9999999999999.99D; | ||||||
|             numberCellType32.MinimumValue = -9999999999999.99D; |             numberCellType6.MinimumValue = -9999999999999.99D; | ||||||
|             numberCellType32.NegativeRed = true; |             numberCellType6.NegativeRed = true; | ||||||
|             numberCellType32.NullDisplay = "--"; |             numberCellType6.NullDisplay = "--"; | ||||||
|             numberCellType32.Separator = ","; |             numberCellType6.Separator = ","; | ||||||
|             numberCellType32.ShowSeparator = true; |             numberCellType6.ShowSeparator = true; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType32; |             this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType6; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).DataField = "amt"; |             this.fpSpread1_Sheet1.Columns.Get(12).DataField = "amt"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).Formula = "RC[-4]*RC[-2]"; |             this.fpSpread1_Sheet1.Columns.Get(12).Formula = "RC[-4]*RC[-2]"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; |             this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
| @@ -1413,7 +1413,7 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(12).Width = 93F; | ||||||
|             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).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).CellType = numberCellType32; |             this.fpSpread1_Sheet1.Columns.Get(13).CellType = numberCellType6; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).DataField = "amtn"; |             this.fpSpread1_Sheet1.Columns.Get(13).DataField = "amtn"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).Formula = "RC[-5]*RC[-2]"; |             this.fpSpread1_Sheet1.Columns.Get(13).Formula = "RC[-5]*RC[-2]"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; |             this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
| @@ -1421,7 +1421,7 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).Tag = "amtn"; |             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(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(13).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType26; |             this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType8; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).DataField = "qtyjago"; |             this.fpSpread1_Sheet1.Columns.Get(14).DataField = "qtyjago"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
| @@ -1433,55 +1433,55 @@ | |||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).Tag = "ItemSupply"; |             this.fpSpread1_Sheet1.Columns.Get(15).Tag = "ItemSupply"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).Width = 88F; |             this.fpSpread1_Sheet1.Columns.Get(15).Width = 88F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType27; |             this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType9; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).DataField = "memo"; |             this.fpSpread1_Sheet1.Columns.Get(16).DataField = "memo"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).Tag = "memo"; |             this.fpSpread1_Sheet1.Columns.Get(16).Tag = "memo"; | ||||||
|             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(17).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|             numberCellType33.DecimalPlaces = 0; |             numberCellType7.DecimalPlaces = 0; | ||||||
|             numberCellType33.MaximumValue = 10000000D; |             numberCellType7.MaximumValue = 10000000D; | ||||||
|             numberCellType33.MinimumValue = -10000000D; |             numberCellType7.MinimumValue = -10000000D; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType33; |             this.fpSpread1_Sheet1.Columns.Get(17).CellType = numberCellType7; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "요청"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).Locked = false; |             this.fpSpread1_Sheet1.Columns.Get(17).Locked = false; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).Tag = "구매요청"; |             this.fpSpread1_Sheet1.Columns.Get(17).Tag = "구매요청"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).Width = 75F; |             this.fpSpread1_Sheet1.Columns.Get(17).Width = 75F; | ||||||
|             numberCellType34.DecimalPlaces = 0; |             numberCellType8.DecimalPlaces = 0; | ||||||
|             numberCellType34.MaximumValue = 10000000D; |             numberCellType8.MaximumValue = 10000000D; | ||||||
|             numberCellType34.MinimumValue = -10000000D; |             numberCellType8.MinimumValue = -10000000D; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType34; |             this.fpSpread1_Sheet1.Columns.Get(18).CellType = numberCellType8; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "승인"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).Tag = "구매승인"; |             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).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             numberCellType35.DecimalPlaces = 0; |             numberCellType9.DecimalPlaces = 0; | ||||||
|             numberCellType35.MaximumValue = 10000000D; |             numberCellType9.MaximumValue = 10000000D; | ||||||
|             numberCellType35.MinimumValue = -10000000D; |             numberCellType9.MinimumValue = -10000000D; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType35; |             this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType9; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             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).Label = "진행"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).Tag = "구매진행"; |             this.fpSpread1_Sheet1.Columns.Get(19).Tag = "구매진행"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).Width = 77F; |             this.fpSpread1_Sheet1.Columns.Get(19).Width = 77F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |             this.fpSpread1_Sheet1.Columns.Get(20).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|             numberCellType36.DecimalPlaces = 0; |             numberCellType10.DecimalPlaces = 0; | ||||||
|             numberCellType36.MaximumValue = 10000000D; |             numberCellType10.MaximumValue = 10000000D; | ||||||
|             numberCellType36.MinimumValue = -10000000D; |             numberCellType10.MinimumValue = -10000000D; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType36; |             this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType10; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Label = "완료"; |             this.fpSpread1_Sheet1.Columns.Get(20).Label = "완료"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Tag = "구매완료"; |             this.fpSpread1_Sheet1.Columns.Get(20).Tag = "구매완료"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Width = 84F; |             this.fpSpread1_Sheet1.Columns.Get(20).Width = 84F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType37; |             this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType11; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "Item"; |             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "Item"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Tag = "item"; |             this.fpSpread1_Sheet1.Columns.Get(21).Tag = "item"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Visible = false; |             this.fpSpread1_Sheet1.Columns.Get(21).Visible = false; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(21).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType38; |             this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType12; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "ItemSupplyidx"; |             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "ItemSupplyidx"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).Visible = false; |             this.fpSpread1_Sheet1.Columns.Get(22).Visible = false; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).Width = 93F; |             this.fpSpread1_Sheet1.Columns.Get(22).Width = 93F; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType39; |             this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType13; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "idx"; |             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "idx"; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |             this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Tag = "idx"; |             this.fpSpread1_Sheet1.Columns.Get(23).Tag = "idx"; | ||||||
| @@ -1497,11 +1497,11 @@ | |||||||
|             this.fpSpread1_Sheet1.FilterBarHeaderStyle.Parent = "FilterBarHeaderFlat"; |             this.fpSpread1_Sheet1.FilterBarHeaderStyle.Parent = "FilterBarHeaderFlat"; | ||||||
|             this.fpSpread1_Sheet1.PrintInfo.Footer = "EET Groupware - Alpha -"; |             this.fpSpread1_Sheet1.PrintInfo.Footer = "EET Groupware - Alpha -"; | ||||||
|             this.fpSpread1_Sheet1.PrintInfo.Header = "PartList"; |             this.fpSpread1_Sheet1.PrintInfo.Header = "PartList"; | ||||||
|             noPrinterPrintInfo3.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148); |             noPrinterPrintInfo1.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148); | ||||||
|             noPrinterPrintInfo3.HardMarginX = 0F; |             noPrinterPrintInfo1.HardMarginX = 0F; | ||||||
|             noPrinterPrintInfo3.HardMarginY = 0F; |             noPrinterPrintInfo1.HardMarginY = 0F; | ||||||
|             noPrinterPrintInfo3.SupportColor = true; |             noPrinterPrintInfo1.SupportColor = true; | ||||||
|             this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo3; |             this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo1; | ||||||
|             this.fpSpread1_Sheet1.PrintInfo.PdfSecurity = null; |             this.fpSpread1_Sheet1.PrintInfo.PdfSecurity = null; | ||||||
|             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; |             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; | ||||||
|             this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty; |             this.fpSpread1_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty; | ||||||
|   | |||||||
| @@ -242,9 +242,9 @@ namespace FPJ0000 | |||||||
|                 FCOMMON.DBM.buyinfo sidinfo; |                 FCOMMON.DBM.buyinfo sidinfo; | ||||||
|                 if (v_sid.isEmpty() == false && v_sid.Length == 9 && v_sid.StartsWith("10")) |                 if (v_sid.isEmpty() == false && v_sid.Length == 9 && v_sid.StartsWith("10")) | ||||||
|                 { |                 { | ||||||
|                     if (v_sid == "109028759") |                     if (v_sid == "109017115") | ||||||
|                     { |                     { | ||||||
|  |                         System.Diagnostics.Debugger.Break(); | ||||||
|                     } |                     } | ||||||
|  |  | ||||||
|                     if (sidlist.Contains(v_sid)) |                     if (sidlist.Contains(v_sid)) | ||||||
| @@ -255,10 +255,7 @@ namespace FPJ0000 | |||||||
|                         row.BackColor = Color.WhiteSmoke; |                         row.BackColor = Color.WhiteSmoke; | ||||||
|  |  | ||||||
|               |               | ||||||
|                         if (v_sid == "109028759") |  | ||||||
|                         { |  | ||||||
|  |  | ||||||
|                         } |  | ||||||
|                         sidinfo = FCOMMON.DBM.GetPartBuyInfo(project, v_sid); |                         sidinfo = FCOMMON.DBM.GetPartBuyInfo(project, v_sid); | ||||||
|  |  | ||||||
|                         fpSpread1.ActiveSheet.Cells[i, col_buyrq].Value = sidinfo.Request; |                         fpSpread1.ActiveSheet.Cells[i, col_buyrq].Value = sidinfo.Request; | ||||||
|   | |||||||
| @@ -225,12 +225,6 @@ | |||||||
|   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>100, 17</value> |     <value>100, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="bs.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |  | ||||||
|     <value>100, 17</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="dsPRJ.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |  | ||||||
|     <value>17, 17</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="dsPRJ.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="dsPRJ.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>17, 17</value> |     <value>17, 17</value> | ||||||
|   </metadata> |   </metadata> | ||||||
| @@ -372,20 +366,20 @@ | |||||||
|   <data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|     <value> |     <value> | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 |         iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8 | ||||||
|         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3qv6EsF70UpBSalFRL0pzNjWw |         YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAALqSURBVDhPhZLrS1NhHMf3qv6EsF70UpBSyqioF6WpTQ3s | ||||||
|         m6mYeZtTNDXRhUG2mEamLjTR0QVRjF5UaJc5tXmbc7rhjMxlavN+AS9L3eUc3Zl+e87ZcgZCP/jwvHjO |         Zipm3uYUTW3owiBbTCPzEpqoUSFa0YsK7aJTmzq3Od1wRuYytXm/gNOl7nKO25l+e87ZcgZCP/jwvHjO | ||||||
|         98P5fc/hsSO4r0m4VKpXR5Tpf4dI9RQ5aQ45exroiNI+OuyJznRWoq3wi3y7jwvtntBHPdolK71iMplc |         98P5fc/hsRN6V5l0oUwrjyrX/g6TaCly0hwV7Kmjo8r66YhHGsNpsbrKL/rtHi60c8If9KpNFnrFYDC4 | ||||||
|         FvsGLDYvK1YWGj8XrCj4NIOYshGHMFO13xN1T3ixbokN9005YZhmYJhhoJ9ioJvchObXBlqG7dhgAOUI |         zLYNmK1eViwsNH4uWlD4aRZx5aN2frZsryfqnsgSjYkN9087oZthoJtloJ1moJlyQPlrA+0jNmwwQMso | ||||||
|         hYIP00h+ZqL+kYRIW6h1xyYGZl34OsuQk0E/J9lEt3kDX4YdRLCFgQUXDPNOFKlmEHSv4w0XjpYHTtyQ |         hcIPM0h9YqD+kYRJ2ql1uwODcy58nWPIyWCAkzigMm7gy4idCDYxuOiCbsGJYtksgu90v+HCsRVBk9ck | ||||||
|         Rm6Lq68hueo6qlrrUNggR5DUH4EEYdEZCGQnUa4s51ax0QwWVx0QxHcznCCqNOh9x1ATmsZeoUqfx0ni |         0VvC2itIrbmKmo5GFDVVIFjijyACv/gUQqXHUdlSya1ipRksrdoRmqhiOEFMWfD77uFWtI6/QI02n5Mk | ||||||
|         K8OQ9zoOWXUxECkuI0mRBOXgIppMNnz+vo410lOIrIfmBMIK4X4/abZLP9qF+iEZSjSZnCShOpyEryDt |         Vkcg/3UCchrjIKi7iJS6FLQMLaHVYMXn7+tYIz2FSXtpTsCv4u/1k+S6tGM9eDUsRakym5Mk1UaS8CVk | ||||||
|         RSq0Zju3SvsYBTXpYdXuREhhr1vATmhxN51TkwijWQeF4S4et+UiWn4BCZWRME45YCTFsgVrx92dWIhA |         PEuH2mjjVukapyAnPazanAgr6nML2AkvUdGi+mTojRrU6W7jYWceYivOIak6GvppO/SkWLZg9YS7EzMR | ||||||
|         INslOPdA6jyVfxhxFUIMjPehqCsdMlUOYp4Go07zEd/mGBhJsX2TTvQSlqxOBD30CI5LfMR8ySFk1cbi |         hEp3CM7ckzhPFBxEQhUfgxP9KO7JhFQmQtzjEDQqP+LbPAM9KbZ/yok+gsniRPB9j+Co2EcYKD6AnIZ4 | ||||||
|         ZnUoYssvcpIcVRwkDankTYLB3g/MuNDPfmKClRQZkK1zC/iSA3N8yUHykA/4eT64WhKMjJeJ0A6rUaTO |         XK8NR3zleU4ikiVA3JRO3iQE7P3grAsD7CcmWEiRAbkatyBQvG8+ULyfPOSDwHwfXC4NQdbzZKhH5CiW | ||||||
|         R/q7RIiqo2AkAgP5N/REQDu3iEDjXeF8dg+9sEZjcM7F0T06jzs1aUghQbEiBrm1t3fuWBybLiJo9ApY |         FyDzXTIEtTHQE4GO/BtaIqCdm0Sg9K5wNreXXlyjMTTv4lCNLeBWfQbSSFBYF4e8hpvbdyx2h4sImr0C | ||||||
|         26zFK/gfdnaF1F2C0zmdDvnz+u29Ht6Lzs7OraPxSpsnTopMa5uYXndY2YuJZQoTSxTMHpZtTg62eRvt |         1jZn9gr+h41dIX2H4KRIYS9/+nJrt4d3Q6FQbB5ObLF64qTIjM7JmXW7hb2YXKYwaaJg9LBsdXKwzVtp | ||||||
|         DlMUteZ7q/mHJ87jnUhrzQgQtbQdE6stAeJGeocUN/5/ETXSvqLm1SNJze3+iapkHo/H+wP4Hp4AQQts |         d5iiqDXfG20/PHEe71hGR1aAoL3ziFBuDhA209ukufH/i6CZ9hW0rR5KaevyT5al8ng83h/18539ijSf | ||||||
|         cwAAAABJRU5ErkJggg== |         nAAAAABJRU5ErkJggg== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton4.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -418,6 +412,30 @@ | |||||||
|         4PP5KGnqmfqFyWSisPDEcgfLVReWv7hBcOReQMgN4abq6g/2gDQWZmd8fHzY4XB8lcjD7IOMe+/68LkW |         4PP5KGnqmfqFyWSisPDEcgfLVReWv7hBcOReQMgN4abq6g/2gDQWZmd8fHzY4XB8lcjD7IOMe+/68LkW | ||||||
|         ZORzJCpe3FIpzsKcmJjQSr8lG1epVML8/DxLWqPRYGRkBLdfXYddfAaLOMjIlszgZQfnGB0dhdFohE6n |         ZORzJCpe3FIpzsKcmJjQSr8lG1epVML8/DxLWqPRYGRkBLdfXYddfAaLOMjIlszgZQfnGB0dhdFohE6n | ||||||
|         u+SAVypMDx09cIrPmTLtdL7I4F/AK69Z+1SK72SbdjpzHMf9Asu3+BhNj8g8AAAAAElFTkSuQmCC |         u+SAVypMDx09cIrPmTLtdL7I4F/AK69Z+1SK72SbdjpzHMf9Asu3+BhNj8g8AAAAAElFTkSuQmCC | ||||||
|  | </value> | ||||||
|  |   </data> | ||||||
|  |   <data name="전체선택ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
|  |     <value> | ||||||
|  |         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABGJJREFUWEfd | ||||||
|  |         mE1vG0UYxy3BDfgYvAhQ+xW44PiVnJDagmi4NEcghIBUDhyIa+/aqeCQhENzaDn10kpQ9QBtAyrx7toc | ||||||
|  |         CJUSKIW0SK1UCTWJ1y4Qh+X5ObOKsxnH3o0dRP/SX+udZ56Zxzszz8vEHlkM5e3DyYL1brZUuZwp2itJ | ||||||
|  |         w64nCuUm5He25PyGLJEvj9FXqQ0WrxSuP5XM2xNp0/59eOr72omzvzz88Mv7XuHauvdp+S9vutJskd+0 | ||||||
|  |         nRTZ6LlbjeHT1VqqaN9JGtb4Sx9de1IN1z/IoI8n89Z40rRrb84t1yevrHqz1c2eOSOc/HrVG5lbdhmD | ||||||
|  |         L8+Yavj9IZ5beC5jOj+/9tmNWvFbV2tAGJrfuN7RmRu1dNH5KVG4/qyaJhpSpjWcMh33g4v3NnWT7Yfv | ||||||
|  |         X7i7ydjxfDmrpguHRME+nik59VNX17UT9IOnrq55sjp12ddvqGl7A18O41gO3cD9JHNgZNxYyKjp9wZ7 | ||||||
|  |         jk8/yC8XZO7KmpcybTeVs59RZujByeJADGLPdePExXtN+TDLe57uITn+clrXdQMcBI/NLrqpvD2mzNmJ | ||||||
|  |         lhMWH9UPVxKV5rzrpQx7XevMiRA4YZ0i/Hxx07v5xz9e/W+vBVeevJ+Tdl1/GEVn5Iw4c4k4yqxtEL5y | ||||||
|  |         4u11Sgz4cGNrkiBo100YRQcScdIl57YyawsEc2IrIUmnxL8Gd1a3/z1P3gHyfuhAbMhOVd345HcvKvNY | ||||||
|  |         XmucwK9TgCwNYMna23kHyNvbYRQdn2JLQ+L128q8WCw7VblMVqLrDH2EkfkItneTQbIgSdUuKfNk/xUr | ||||||
|  |         K/n5zo7Zh07WiT7CymBegoQYeEuZJ6HNsF1yOF1n6EMn60QfYWXwk4U/vaRp1ZR5JAbl5rTT1HaGPnSy | ||||||
|  |         TvQRVgannQ0vUbA2lHn/AwOjLHEQ7bJ2ebC9mwzuWuIohySIdlm7PNjeTQZ3HRKqL462rjP0EUbmI9je | ||||||
|  |         TQZPfhFwMxQxoxEcNfQRbN+Pox49e7ORMqy3lHlySEzrEKVhL6EuOKGP9jao0+HZU6grVd2hvPOCMm8L | ||||||
|  |         mVJlhUCtUyKGdgr8PsLo7JUsfPzVg93JAiDFoW7VKUEG5F/7SxdELzo8ee9kHDx+ZsklcVZmbYMkkYT1 | ||||||
|  |         IAqlTjTma62ENW7+8IQyaycSZnns2Ox/k/Kz945ML7o7spggKFio+CmqdYMMku9duNuUuZdePX/+MWWO | ||||||
|  |         HlxHbJWda9qBBkEy+aREs5cN62llxt7gOiItxfRB7EeDwr3oNCSrT6vpewPXERhJUa0buB/ky3GDIX74 | ||||||
|  |         dTVtOHAdQcU/0ec9yYFgz7Gsob9cEFxHUPEfnfmxRt2qmzAMcSVHZCwORM97rhs43QnDfgcfNTK35BJx | ||||||
|  |         OoVFHemLDk6YMYYkznY9rVHQcuYScTKmfXt4qsoVcIMsiPSodQUsSS/kN21kJSck8Etm4mYkpSNCaG8N | ||||||
|  |         BgGCOU5VYvilbNH5lf3kX6KTANNGykSfZM56Xqk9aojF/gULrkqYb3L8uAAAAABJRU5ErkJggg== | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |   <data name="toolStripButton1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> | ||||||
| @@ -448,30 +466,6 @@ | |||||||
|         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ |         mDEo5mNjuweFGvjWg2EBhCbpkW78htSHHwRyNdmgAFzPEee2iFkzayy2OLXzT4gr6UdUnlXrullsxxQ+ | ||||||
|         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D |         kx0g8BTA3aZlButjSTyjODq/WcQcW/B/Je4OQhLvKQDnzN1mp0nnkvAhR8VuMzNrpm1mpjgkoVwB/v8D | ||||||
|         TgDQASA1MVpwzwAAAABJRU5ErkJggg== |         TgDQASA1MVpwzwAAAABJRU5ErkJggg== | ||||||
| </value> |  | ||||||
|   </data> |  | ||||||
|   <data name="전체선택ToolStripMenuItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> |  | ||||||
|     <value> |  | ||||||
|         iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABGdBTUEAALGPC/xhBQAABGJJREFUWEfd |  | ||||||
|         mE1vG0UYxy3BDfgYvAhQ+xW44PiVnJDagmi4NEcghIBUDhyIa+/aqeCQhENzaDn10kpQ9QBtAyrx7toc |  | ||||||
|         CJUSKIW0SK1UCTWJ1y4Qh+X5ObOKsxnH3o0dRP/SX+udZ56Zxzszz8vEHlkM5e3DyYL1brZUuZwp2itJ |  | ||||||
|         w64nCuUm5He25PyGLJEvj9FXqQ0WrxSuP5XM2xNp0/59eOr72omzvzz88Mv7XuHauvdp+S9vutJskd+0 |  | ||||||
|         nRTZ6LlbjeHT1VqqaN9JGtb4Sx9de1IN1z/IoI8n89Z40rRrb84t1yevrHqz1c2eOSOc/HrVG5lbdhmD |  | ||||||
|         L8+Yavj9IZ5beC5jOj+/9tmNWvFbV2tAGJrfuN7RmRu1dNH5KVG4/qyaJhpSpjWcMh33g4v3NnWT7Yfv |  | ||||||
|         X7i7ydjxfDmrpguHRME+nik59VNX17UT9IOnrq55sjp12ddvqGl7A18O41gO3cD9JHNgZNxYyKjp9wZ7 |  | ||||||
|         jk8/yC8XZO7KmpcybTeVs59RZujByeJADGLPdePExXtN+TDLe57uITn+clrXdQMcBI/NLrqpvD2mzNmJ |  | ||||||
|         lhMWH9UPVxKV5rzrpQx7XevMiRA4YZ0i/Hxx07v5xz9e/W+vBVeevJ+Tdl1/GEVn5Iw4c4k4yqxtEL5y |  | ||||||
|         4u11Sgz4cGNrkiBo100YRQcScdIl57YyawsEc2IrIUmnxL8Gd1a3/z1P3gHyfuhAbMhOVd345HcvKvNY |  | ||||||
|         XmucwK9TgCwNYMna23kHyNvbYRQdn2JLQ+L128q8WCw7VblMVqLrDH2EkfkItneTQbIgSdUuKfNk/xUr |  | ||||||
|         K/n5zo7Zh07WiT7CymBegoQYeEuZJ6HNsF1yOF1n6EMn60QfYWXwk4U/vaRp1ZR5JAbl5rTT1HaGPnSy |  | ||||||
|         TvQRVgannQ0vUbA2lHn/AwOjLHEQ7bJ2ebC9mwzuWuIohySIdlm7PNjeTQZ3HRKqL462rjP0EUbmI9je |  | ||||||
|         TQZPfhFwMxQxoxEcNfQRbN+Pox49e7ORMqy3lHlySEzrEKVhL6EuOKGP9jao0+HZU6grVd2hvPOCMm8L |  | ||||||
|         mVJlhUCtUyKGdgr8PsLo7JUsfPzVg93JAiDFoW7VKUEG5F/7SxdELzo8ee9kHDx+ZsklcVZmbYMkkYT1 |  | ||||||
|         IAqlTjTma62ENW7+8IQyaycSZnns2Ox/k/Kz945ML7o7spggKFio+CmqdYMMku9duNuUuZdePX/+MWWO |  | ||||||
|         HlxHbJWda9qBBkEy+aREs5cN62llxt7gOiItxfRB7EeDwr3oNCSrT6vpewPXERhJUa0buB/ky3GDIX74 |  | ||||||
|         dTVtOHAdQcU/0ec9yYFgz7Gsob9cEFxHUPEfnfmxRt2qmzAMcSVHZCwORM97rhs43QnDfgcfNTK35BJx |  | ||||||
|         OoVFHemLDk6YMYYkznY9rVHQcuYScTKmfXt4qsoVcIMsiPSodQUsSS/kN21kJSck8Etm4mYkpSNCaG8N |  | ||||||
|         BgGCOU5VYvilbNH5lf3kX6KTANNGykSfZM56Xqk9aojF/gULrkqYb3L8uAAAAABJRU5ErkJggg== |  | ||||||
| </value> | </value> | ||||||
|   </data> |   </data> | ||||||
|   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="ta.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
| @@ -486,9 +480,6 @@ | |||||||
|   <metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="fpSpread1_Sheet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>712, 18</value> |     <value>712, 18</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   <metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |  | ||||||
|     <value>614, 18</value> |  | ||||||
|   </metadata> |  | ||||||
|   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> |   <metadata name="bindingNavigator1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> | ||||||
|     <value>863, 18</value> |     <value>863, 18</value> | ||||||
|   </metadata> |   </metadata> | ||||||
|   | |||||||
							
								
								
									
										690
									
								
								SubProject/FPJ0000/Project/fProjectList.Designer.cs
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										690
									
								
								SubProject/FPJ0000/Project/fProjectList.Designer.cs
									
									
									
										generated
									
									
									
								
							| @@ -123,6 +123,7 @@ | |||||||
|             this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter(); |             this.ta = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter(); | ||||||
|             this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); |             this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager(); | ||||||
|             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); |             this.fpSpread1 = new FarPoint.Win.Spread.FpSpread(); | ||||||
|  |             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); | ||||||
|             this.toolStrip1 = new System.Windows.Forms.ToolStrip(); |             this.toolStrip1 = new System.Windows.Forms.ToolStrip(); | ||||||
|             this.cmbDateType = new System.Windows.Forms.ToolStripComboBox(); |             this.cmbDateType = new System.Windows.Forms.ToolStripComboBox(); | ||||||
|             this.cmbYearS = new System.Windows.Forms.ToolStripComboBox(); |             this.cmbYearS = new System.Windows.Forms.ToolStripComboBox(); | ||||||
| @@ -226,13 +227,13 @@ | |||||||
|             this.label41 = new System.Windows.Forms.Label(); |             this.label41 = new System.Windows.Forms.Label(); | ||||||
|             this.lbcnt5 = new System.Windows.Forms.Label(); |             this.lbcnt5 = new System.Windows.Forms.Label(); | ||||||
|             this.lbcnt6 = new System.Windows.Forms.Label(); |             this.lbcnt6 = new System.Windows.Forms.Label(); | ||||||
|             this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView(); |  | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit(); | ||||||
|             this.bn.SuspendLayout(); |             this.bn.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit(); | ||||||
|             this.cm.SuspendLayout(); |             this.cm.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); | ||||||
|             this.toolStrip1.SuspendLayout(); |             this.toolStrip1.SuspendLayout(); | ||||||
|             this.tableLayoutPanel1.SuspendLayout(); |             this.tableLayoutPanel1.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.bsHistD)).BeginInit(); |             ((System.ComponentModel.ISupportInitialize)(this.bsHistD)).BeginInit(); | ||||||
| @@ -247,7 +248,6 @@ | |||||||
|             this.tableLayoutPanel3.SuspendLayout(); |             this.tableLayoutPanel3.SuspendLayout(); | ||||||
|             this.panel6.SuspendLayout(); |             this.panel6.SuspendLayout(); | ||||||
|             this.tableLayoutPanel4.SuspendLayout(); |             this.tableLayoutPanel4.SuspendLayout(); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit(); |  | ||||||
|             this.SuspendLayout(); |             this.SuspendLayout(); | ||||||
|             //  |             //  | ||||||
|             // bn |             // bn | ||||||
| @@ -705,6 +705,348 @@ | |||||||
|             this.fpSpread1.StatusBarVisible = true; |             this.fpSpread1.StatusBarVisible = true; | ||||||
|             this.fpSpread1.TabIndex = 2; |             this.fpSpread1.TabIndex = 2; | ||||||
|             //  |             //  | ||||||
|  |             // 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 = 42; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; | ||||||
|  |             this.fpSpread1_Sheet1.ActiveRowIndex = -1; | ||||||
|  |             this.fpSpread1_Sheet1.AutoGenerateColumns = false; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "IDX"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "분류"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "공정"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).ColumnSpan = 8; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "Basic Info"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "Process /\r\nEquipment"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).ColumnSpan = 9; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "Schedule"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "Schedule"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).ColumnSpan = 5; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "Effect"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "Original\r\n($K)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).StyleName = " "; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "Input\r\n($K)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "Effect\r\n($K)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).ColumnSpan = 3; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "Budget"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).ColumnSpan = 4; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).Value = "Human Resource"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).ColumnSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "Comment"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "Comment"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).ColumnSpan = 4; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "Ext.Info"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "Cost Save"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 39).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 39).Value = "Fan Out"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 40).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 40).Value = "High\r\nLight"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 41).RowSpan = 2; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 41).Value = "Major\r\nItem"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).Value = "IDX"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 3).Value = "Project\r\nNo"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 4).Value = "Process / Equipment"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 5).Value = "Site"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 6).Value = "Plant"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 7).Value = "PKG"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 8).Value = "Line"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 9).Value = "Request Team"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 10).Value = "Project Title"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 11).Value = "준수(%)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 12).Value = "완료(%)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 13).Value = "Status"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 14).Value = "검토\r\n기한"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 15).Value = "업데이트"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 16).Value = "Start Date"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 17).Value = "Due Date"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 18).Value = "Done Date"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 19).Value = "Ver"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 20).Value = "Q\'ty"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 21).Value = "Outsourced Cost ($K)/Set\r\n"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 22).Value = "In-house Cost ($K/Set)"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 23).Value = "Cost Save ($k)/Set"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 24).Value = "SFI"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 25).Value = "SCR/CF"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 26).Value = "CR\r\nDue"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 27).Value = "CR\r\nAmount"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 28).Value = "Champion"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 29).Value = "S/W"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 30).Value = "Design"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 31).Value = "ePanel"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 32).Value = "History"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 33).Value = "Memo"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 34).Value = "Asset"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 35).Value = "Model#"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 36).Value = "Serial#"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 37).Value = "자스민"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 38).Value = "Cost\r\nSave"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 39).Value = "Fan\r\nOut"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 40).Value = "High\r\nLight"; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F; | ||||||
|  |             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 44F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|  |             numberCellType1.DecimalPlaces = 0; | ||||||
|  |             numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType1.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType1.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(0).Locked = true; | ||||||
|  |             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(0).Width = 45F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "category"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "userprocess"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType2.DecimalPlaces = 0; | ||||||
|  |             numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType2.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType2.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType2; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).DataField = "pno"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).Label = "Project\r\nNo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).DataField = "process"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(4).Label = "Process / Equipment"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ReqSite"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(5).Label = "Site"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ReqPlant"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(6).Label = "Plant"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ReqPackage"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(7).Label = "PKG"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).DataField = "ReqLine"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(8).Label = "Line"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType8; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).DataField = "part"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(9).Label = "Request Team"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType9; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).DataField = "name"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).Label = "Project Title"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType3.DecimalPlaces = 0; | ||||||
|  |             numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType3.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType3.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType3; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).DataField = "finishrate"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).Label = "준수(%)"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType4.DecimalPlaces = 0; | ||||||
|  |             numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType4.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType4.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType4; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).DataField = "ProgressPrj"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).Label = "완료(%)"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(12).Width = 63F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType10; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).DataField = "status"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).Label = "Status"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).Tag = "Status"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType11; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(14).DataField = "kdate"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(14).Label = "검토\r\n기한"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType12; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).DataField = "lasthistory_date"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).Label = "업데이트"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(15).Width = 58F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType13; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).DataField = "sdate"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).Label = "Start Date"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(16).Width = 52F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType14; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).DataField = "ddate"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).Label = "Due Date"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(17).Width = 51F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType15; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(18).DataField = "edate"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(18).Label = "Done Date"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType5.DecimalPlaces = 0; | ||||||
|  |             numberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType5.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType5.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType5; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(19).DataField = "lastSchNo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(19).Label = "Ver"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType6.DecimalPlaces = 0; | ||||||
|  |             numberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType6.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType6.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType6; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).DataField = "cnt"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).Label = "Q\'ty"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(20).Width = 42F; | ||||||
|  |             numberCellType7.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType7.MinimumValue = -999999999999999D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType7; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "costo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).Label = "Outsourced Cost ($K)/Set\r\n"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(21).Width = 63F; | ||||||
|  |             numberCellType8.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType8.MinimumValue = -999999999999999D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType8; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "costn"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).Label = "In-house Cost ($K/Set)"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(22).Width = 63F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); | ||||||
|  |             numberCellType9.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType9.MinimumValue = -999999999999999D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType9; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "coste"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).Label = "Cost Save ($k)/Set"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(23).Width = 67F; | ||||||
|  |             numberCellType10.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType10.MinimumValue = -999999999999999D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).CellType = numberCellType10; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).DataField = "sfic"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).Label = "SFI"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(24).Width = 52F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType16; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(25).DataField = "orderno"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(25).Label = "SCR/CF"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType17; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(26).DataField = "crdue"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(26).Label = "CR\r\nDue"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(26).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType11.MaximumValue = 999999999999999D; | ||||||
|  |             numberCellType11.MinimumValue = -999999999999999D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(27).CellType = numberCellType11; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(27).DataField = "cramount"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(27).Label = "CR\r\nAmount"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType18; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).DataField = "name_champion"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).Label = "Champion"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(29).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType19; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(29).DataField = "name_software"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(29).Label = "S/W"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).CellType = textCellType20; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).DataField = "name_design"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).Label = "Design"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).CellType = textCellType21; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).DataField = "name_epanel"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).Label = "ePanel"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(32).CellType = textCellType22; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(32).DataField = "lasthistory"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(32).Label = "History"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(33).CellType = textCellType23; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(33).DataField = "memo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(33).Label = "Memo"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(33).Width = 77F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(34).CellType = textCellType24; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(34).DataField = "asset"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(34).Label = "Asset"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(34).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(35).CellType = textCellType25; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(35).DataField = "model"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(35).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(35).Label = "Model#"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(35).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType26; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(36).DataField = "serial"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(36).Label = "Serial#"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             numberCellType12.DecimalPlaces = 0; | ||||||
|  |             numberCellType12.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; | ||||||
|  |             numberCellType12.MaximumValue = 2147483647D; | ||||||
|  |             numberCellType12.MinimumValue = -2147483648D; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(37).CellType = numberCellType12; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(37).DataField = "jasmin"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(37).Label = "자스민"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType1; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).DataField = "bCost"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).Label = "Cost\r\nSave"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).Tag = "costsave"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(38).Width = 44F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(39).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(39).CellType = checkBoxCellType2; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(39).DataField = "bFanOut"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(39).Label = "Fan\r\nOut"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(39).Width = 44F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).CellType = checkBoxCellType3; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).DataField = "bHighlight"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).Label = "High\r\nLight"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).Tag = "Highlight"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(40).Width = 39F; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(41).AllowAutoFilter = true; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(41).CellType = checkBoxCellType4; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(41).DataField = "bmajoritem"; | ||||||
|  |             this.fpSpread1_Sheet1.Columns.Get(41).Tag = "majoritem"; | ||||||
|  |             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; | ||||||
|  |             this.fpSpread1_Sheet1.DataSource = this.bs; | ||||||
|  |             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; | ||||||
|  |             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; | ||||||
|  |             //  | ||||||
|             // toolStrip1 |             // toolStrip1 | ||||||
|             //  |             //  | ||||||
|             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; |             this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; | ||||||
| @@ -2011,348 +2353,6 @@ | |||||||
|             this.lbcnt6.Text = "000"; |             this.lbcnt6.Text = "000"; | ||||||
|             this.lbcnt6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |             this.lbcnt6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; | ||||||
|             //  |             //  | ||||||
|             // 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 = 42; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ActiveColumnIndex = -1; |  | ||||||
|             this.fpSpread1_Sheet1.ActiveRowIndex = -1; |  | ||||||
|             this.fpSpread1_Sheet1.AutoGenerateColumns = false; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "IDX"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "분류"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "공정"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).ColumnSpan = 8; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "Basic Info"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "Process /\r\nEquipment"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).ColumnSpan = 9; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 11).Value = "Schedule"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 12).Value = "Schedule"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).ColumnSpan = 5; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 20).Value = "Effect"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 21).Value = "Original\r\n($K)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).StyleName = " "; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 22).Value = "Input\r\n($K)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 23).Value = "Effect\r\n($K)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).ColumnSpan = 3; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 25).Value = "Budget"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).ColumnSpan = 4; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 28).Value = "Human Resource"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).ColumnSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 32).Value = "Comment"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 33).Value = "Comment"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).ColumnSpan = 4; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 34).Value = "Ext.Info"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 38).Value = "Cost Save"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 39).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 39).Value = "Fan Out"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 40).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 40).Value = "High\r\nLight"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 41).RowSpan = 2; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 41).Value = "Major\r\nItem"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 0).Value = "IDX"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 3).Value = "Project\r\nNo"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 4).Value = "Process / Equipment"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 5).Value = "Site"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 6).Value = "Plant"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 7).Value = "PKG"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 8).Value = "Line"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 9).Value = "Request Team"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 10).Value = "Project Title"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 11).Value = "준수(%)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 12).Value = "완료(%)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 13).Value = "Status"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 14).Value = "검토\r\n기한"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 15).Value = "업데이트"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 16).Value = "Start Date"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 17).Value = "Due Date"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 18).Value = "Done Date"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 19).Value = "Ver"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 20).Value = "Q\'ty"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 21).Value = "Outsourced Cost ($K)/Set\r\n"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 22).Value = "In-house Cost ($K/Set)"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 23).Value = "Cost Save ($k)/Set"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 24).Value = "SFI"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 25).Value = "SCR/CF"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 26).Value = "CR\r\nDue"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 27).Value = "CR\r\nAmount"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 28).Value = "Champion"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 29).Value = "S/W"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 30).Value = "Design"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 31).Value = "ePanel"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 32).Value = "History"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 33).Value = "Memo"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 34).Value = "Asset"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 35).Value = "Model#"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 36).Value = "Serial#"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 37).Value = "자스민"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 38).Value = "Cost\r\nSave"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 39).Value = "Fan\r\nOut"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 40).Value = "High\r\nLight"; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(0).Height = 46F; |  | ||||||
|             this.fpSpread1_Sheet1.ColumnHeader.Rows.Get(1).Height = 44F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |  | ||||||
|             numberCellType1.DecimalPlaces = 0; |  | ||||||
|             numberCellType1.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType1.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType1.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).CellType = numberCellType1; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).DataField = "idx"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Label = "IDX"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(0).Locked = true; |  | ||||||
|             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(0).Width = 45F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).CellType = textCellType1; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).DataField = "category"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).CellType = textCellType2; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).DataField = "userprocess"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType2.DecimalPlaces = 0; |  | ||||||
|             numberCellType2.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType2.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType2.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).CellType = numberCellType2; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).DataField = "pno"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).Label = "Project\r\nNo"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).CellType = textCellType3; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).DataField = "process"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(4).Label = "Process / Equipment"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).CellType = textCellType4; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).DataField = "ReqSite"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(5).Label = "Site"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).CellType = textCellType5; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).DataField = "ReqPlant"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(6).Label = "Plant"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType6; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).DataField = "ReqPackage"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(7).Label = "PKG"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType7; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).DataField = "ReqLine"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(8).Label = "Line"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).CellType = textCellType8; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).DataField = "part"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(9).Label = "Request Team"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).CellType = textCellType9; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).DataField = "name"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).Label = "Project Title"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType3.DecimalPlaces = 0; |  | ||||||
|             numberCellType3.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType3.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType3.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).CellType = numberCellType3; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).DataField = "finishrate"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).Label = "준수(%)"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(11).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType4.DecimalPlaces = 0; |  | ||||||
|             numberCellType4.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType4.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType4.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).CellType = numberCellType4; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).DataField = "ProgressPrj"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).Label = "완료(%)"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(12).Width = 63F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType10; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).DataField = "status"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).Label = "Status"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).Tag = "Status"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(13).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).CellType = textCellType11; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).DataField = "kdate"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).Label = "검토\r\n기한"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(14).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).CellType = textCellType12; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).DataField = "lasthistory_date"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).Label = "업데이트"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(15).Width = 58F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).CellType = textCellType13; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).DataField = "sdate"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).Label = "Start Date"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(16).Width = 52F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).CellType = textCellType14; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).DataField = "ddate"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).Label = "Due Date"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(17).Width = 51F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).CellType = textCellType15; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).DataField = "edate"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).Label = "Done Date"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(18).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType5.DecimalPlaces = 0; |  | ||||||
|             numberCellType5.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType5.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType5.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).CellType = numberCellType5; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).DataField = "lastSchNo"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).Label = "Ver"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(19).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType6.DecimalPlaces = 0; |  | ||||||
|             numberCellType6.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType6.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType6.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).CellType = numberCellType6; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).DataField = "cnt"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Label = "Q\'ty"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(20).Width = 42F; |  | ||||||
|             numberCellType7.MaximumValue = 999999999999999D; |  | ||||||
|             numberCellType7.MinimumValue = -999999999999999D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).CellType = numberCellType7; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).DataField = "costo"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Label = "Outsourced Cost ($K)/Set\r\n"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(21).Width = 63F; |  | ||||||
|             numberCellType8.MaximumValue = 999999999999999D; |  | ||||||
|             numberCellType8.MinimumValue = -999999999999999D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).CellType = numberCellType8; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).DataField = "costn"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).Label = "In-house Cost ($K/Set)"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(22).Width = 63F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224))))); |  | ||||||
|             numberCellType9.MaximumValue = 999999999999999D; |  | ||||||
|             numberCellType9.MinimumValue = -999999999999999D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).CellType = numberCellType9; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).DataField = "coste"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64))))); |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Label = "Cost Save ($k)/Set"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(23).Width = 67F; |  | ||||||
|             numberCellType10.MaximumValue = 999999999999999D; |  | ||||||
|             numberCellType10.MinimumValue = -999999999999999D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).CellType = numberCellType10; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).DataField = "sfic"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).Label = "SFI"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(24).Width = 52F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(25).CellType = textCellType16; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(25).DataField = "orderno"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(25).Label = "SCR/CF"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(26).CellType = textCellType17; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(26).DataField = "crdue"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(26).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(26).Label = "CR\r\nDue"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(26).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType11.MaximumValue = 999999999999999D; |  | ||||||
|             numberCellType11.MinimumValue = -999999999999999D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(27).CellType = numberCellType11; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(27).DataField = "cramount"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(27).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(27).Label = "CR\r\nAmount"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(27).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).CellType = textCellType18; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).DataField = "name_champion"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).Label = "Champion"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(28).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(29).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(29).CellType = textCellType19; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(29).DataField = "name_software"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(29).Label = "S/W"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).CellType = textCellType20; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).DataField = "name_design"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).Label = "Design"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(30).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).CellType = textCellType21; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).DataField = "name_epanel"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).Label = "ePanel"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(31).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(32).CellType = textCellType22; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(32).DataField = "lasthistory"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(32).Label = "History"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(33).CellType = textCellType23; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(33).DataField = "memo"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(33).Label = "Memo"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(33).Width = 77F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(34).CellType = textCellType24; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(34).DataField = "asset"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(34).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(34).Label = "Asset"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(34).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(35).CellType = textCellType25; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(35).DataField = "model"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(35).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(35).Label = "Model#"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(35).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).CellType = textCellType26; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).DataField = "serial"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).Label = "Serial#"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(36).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             numberCellType12.DecimalPlaces = 0; |  | ||||||
|             numberCellType12.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes; |  | ||||||
|             numberCellType12.MaximumValue = 2147483647D; |  | ||||||
|             numberCellType12.MinimumValue = -2147483648D; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).CellType = numberCellType12; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).DataField = "jasmin"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).Label = "자스민"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(37).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).CellType = checkBoxCellType1; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).DataField = "bCost"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Label = "Cost\r\nSave"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Tag = "costsave"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(38).Width = 44F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(39).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(39).CellType = checkBoxCellType2; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(39).DataField = "bFanOut"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(39).Label = "Fan\r\nOut"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(39).Width = 44F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).CellType = checkBoxCellType3; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).DataField = "bHighlight"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).Label = "High\r\nLight"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).Tag = "Highlight"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(40).Width = 39F; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(41).AllowAutoFilter = true; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(41).CellType = checkBoxCellType4; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(41).DataField = "bmajoritem"; |  | ||||||
|             this.fpSpread1_Sheet1.Columns.Get(41).Tag = "majoritem"; |  | ||||||
|             this.fpSpread1_Sheet1.DataAutoSizeColumns = false; |  | ||||||
|             this.fpSpread1_Sheet1.DataSource = this.bs; |  | ||||||
|             this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false; |  | ||||||
|             this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1; |  | ||||||
|             //  |  | ||||||
|             // fProjectList |             // fProjectList | ||||||
|             //  |             //  | ||||||
|             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; |             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; | ||||||
| @@ -2375,6 +2375,7 @@ | |||||||
|             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).EndInit(); | ||||||
|             this.cm.ResumeLayout(false); |             this.cm.ResumeLayout(false); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit(); | ||||||
|  |             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); | ||||||
|             this.toolStrip1.ResumeLayout(false); |             this.toolStrip1.ResumeLayout(false); | ||||||
|             this.toolStrip1.PerformLayout(); |             this.toolStrip1.PerformLayout(); | ||||||
|             this.tableLayoutPanel1.ResumeLayout(false); |             this.tableLayoutPanel1.ResumeLayout(false); | ||||||
| @@ -2392,7 +2393,6 @@ | |||||||
|             this.tableLayoutPanel3.ResumeLayout(false); |             this.tableLayoutPanel3.ResumeLayout(false); | ||||||
|             this.panel6.ResumeLayout(false); |             this.panel6.ResumeLayout(false); | ||||||
|             this.tableLayoutPanel4.ResumeLayout(false); |             this.tableLayoutPanel4.ResumeLayout(false); | ||||||
|             ((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit(); |  | ||||||
|             this.ResumeLayout(false); |             this.ResumeLayout(false); | ||||||
|             this.PerformLayout(); |             this.PerformLayout(); | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 chi
					chi