diff --git a/SubProject/FCM0000/Item/fItems.cs b/SubProject/FCM0000/Item/fItems.cs
index e95a18c..715a1ae 100644
--- a/SubProject/FCM0000/Item/fItems.cs
+++ b/SubProject/FCM0000/Item/fItems.cs
@@ -396,23 +396,23 @@ namespace FCM0000
return;
}
- FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
- if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
- {
- System.Drawing.Bitmap bmp = f.bmp.Clone() as System.Drawing.Bitmap;
- Application.DoEvents();
+ //FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
+ //if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ //{
+ // System.Drawing.Bitmap bmp = f.bmp.Clone() as System.Drawing.Bitmap;
+ // Application.DoEvents();
- if (!FCOMMON.DBM.setImageData(bmp, "Items", "image", dr.idx))
- {
- FCOMMON.Util.MsgE("등록 실패");
- }
- else
- {
- var oimag = this.pictureBox1.Image;
- this.pictureBox1.Image = (Image)bmp;
- if (oimag != null) oimag.Dispose();
- }
- }
+ // if (!FCOMMON.DBM.setImageData(bmp, "Items", "image", dr.idx))
+ // {
+ // FCOMMON.Util.MsgE("등록 실패");
+ // }
+ // else
+ // {
+ // var oimag = this.pictureBox1.Image;
+ // this.pictureBox1.Image = (Image)bmp;
+ // if (oimag != null) oimag.Dispose();
+ // }
+ //}
}
private void tbSearch_KeyDown(object sender, KeyEventArgs e)
diff --git a/SubProject/FCOMMON/FCOMMON.csproj b/SubProject/FCOMMON/FCOMMON.csproj
index 15bf1e2..84fb3b0 100644
--- a/SubProject/FCOMMON/FCOMMON.csproj
+++ b/SubProject/FCOMMON/FCOMMON.csproj
@@ -11,7 +11,8 @@
FCOMMON
v4.6
512
- b79f5d14
+
+
@@ -38,14 +39,6 @@
..\..\DLL\ArSetting.Net4.dll
-
- ..\..\packages\EMGU.CV.3.4.3.3016\lib\net35\Emgu.CV.UI.dll
- True
-
-
- ..\..\packages\EMGU.CV.3.4.3.3016\lib\net35\Emgu.CV.World.dll
- True
-
@@ -144,12 +137,6 @@
fSelectMonth.cs
-
- Form
-
-
- fWebCamera.cs
-
@@ -185,9 +172,6 @@
fSelectMonth.cs
-
- fWebCamera.cs
-
@@ -216,13 +200,6 @@
-
-
-
- 이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하세요. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하세요. 누락된 파일은 {0}입니다.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
\ No newline at end of file
diff --git a/SubProject/FCOMMON/packages.config b/SubProject/FCOMMON/packages.config
index bf61814..c1f127b 100644
--- a/SubProject/FCOMMON/packages.config
+++ b/SubProject/FCOMMON/packages.config
@@ -1,6 +1,5 @@
-
diff --git a/SubProject/FEQ0000/Purchase/fPurchase_Add.cs b/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
index 64d3f5b..b4fcdf2 100644
--- a/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
+++ b/SubProject/FEQ0000/Purchase/fPurchase_Add.cs
@@ -905,15 +905,15 @@ namespace FEQ0000
private void button5_Click(object sender, EventArgs e)
{
- FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
- if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
- {
- var bmp = f.bmp.Clone();
- Application.DoEvents();
- var oimag = this.pictureBox1.Image;
- this.pictureBox1.Image = (Image)bmp;
- if (oimag != null) oimag.Dispose();
- }
+ //FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
+ //if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ //{
+ // var bmp = f.bmp.Clone();
+ // Application.DoEvents();
+ // var oimag = this.pictureBox1.Image;
+ // this.pictureBox1.Image = (Image)bmp;
+ // if (oimag != null) oimag.Dispose();
+ //}
}
private void button6_Click(object sender, EventArgs e)
diff --git a/SubProject/FEQ0000/Purchase/fPurchase_AddS.cs b/SubProject/FEQ0000/Purchase/fPurchase_AddS.cs
index 9c6e945..117a677 100644
--- a/SubProject/FEQ0000/Purchase/fPurchase_AddS.cs
+++ b/SubProject/FEQ0000/Purchase/fPurchase_AddS.cs
@@ -557,15 +557,15 @@ namespace FEQ0000
private void linkLabel4_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
- FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
- if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
- {
- var bmp = f.bmp.Clone();
- Application.DoEvents();
- var oimag = this.pictureBox1.Image;
- this.pictureBox1.Image = (Image)bmp;
- if (oimag != null) oimag.Dispose();
- }
+ //FCOMMON.fWebCamera f = new FCOMMON.fWebCamera(FCOMMON.info.camIndex);
+ //if (f.ShowDialog() == System.Windows.Forms.DialogResult.OK)
+ //{
+ // var bmp = f.bmp.Clone();
+ // Application.DoEvents();
+ // var oimag = this.pictureBox1.Image;
+ // this.pictureBox1.Image = (Image)bmp;
+ // if (oimag != null) oimag.Dispose();
+ //}
}
private void cbEQManu_SelectedIndexChanged(object sender, EventArgs e)
diff --git a/SubProject/FPJ0000/JobReport_/rJobReportUser.Designer.cs b/SubProject/FPJ0000/JobReport_/rJobReportUser.Designer.cs
index e4f1519..40e7935 100644
--- a/SubProject/FPJ0000/JobReport_/rJobReportUser.Designer.cs
+++ b/SubProject/FPJ0000/JobReport_/rJobReportUser.Designer.cs
@@ -29,158 +29,170 @@
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
- FarPoint.Win.Spread.NamedStyle namedStyle3 = new FarPoint.Win.Spread.NamedStyle("Normal");
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType18 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.Spread.NamedStyle namedStyle4 = new FarPoint.Win.Spread.NamedStyle("표준_MC별 적정인원 분석_020614");
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType19 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder122 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
- FarPoint.Win.LineBorder lineBorder123 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder124 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder125 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder126 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder127 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder128 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder129 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder130 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder131 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder132 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
- FarPoint.Win.LineBorder lineBorder133 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder134 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder135 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder136 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType20 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.Spread.NamedStyle namedStyle1 = new FarPoint.Win.Spread.NamedStyle("Normal");
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType1 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.Spread.NamedStyle namedStyle2 = new FarPoint.Win.Spread.NamedStyle("표준_MC별 적정인원 분석_020614");
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType2 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder1 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
+ FarPoint.Win.LineBorder lineBorder2 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder3 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder4 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder5 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder6 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder7 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder8 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder9 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder10 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder11 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
+ FarPoint.Win.LineBorder lineBorder12 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder13 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder14 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder15 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType3 = new FarPoint.Win.Spread.CellType.GeneralCellType();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(rJobReportUser));
- FarPoint.Win.LineBorder lineBorder137 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder138 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder139 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder140 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder141 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.ComplexBorder complexBorder6 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType21 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.ComplexBorder complexBorder7 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType22 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder142 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType23 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder143 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
- FarPoint.Win.LineBorder lineBorder144 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
- FarPoint.Win.LineBorder lineBorder145 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType24 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.ComplexBorder complexBorder8 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType25 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType26 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.ComplexBorder complexBorder9 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType27 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder146 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, false);
- FarPoint.Win.LineBorder lineBorder147 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType28 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder148 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.LineBorder lineBorder149 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.LineBorder lineBorder150 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.LineBorder lineBorder151 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.LineBorder lineBorder152 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
- FarPoint.Win.LineBorder lineBorder153 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, true, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType29 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder154 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, false, false);
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType30 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder155 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, false, false);
- FarPoint.Win.LineBorder lineBorder156 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder157 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder158 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder159 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder160 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder161 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder162 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder163 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType31 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder164 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder165 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder166 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder167 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder168 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder169 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder170 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder171 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder172 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder173 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder174 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder175 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder176 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder177 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder178 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder179 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder180 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder181 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder182 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder183 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder184 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.LineBorder lineBorder185 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
- FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo4 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
- FarPoint.Win.LineBorder lineBorder186 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder187 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder188 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder189 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText, 1, true, true, false, true);
- FarPoint.Win.ComplexBorder complexBorder10 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
- FarPoint.Win.LineBorder lineBorder190 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText, 2, false, true, true, true);
- FarPoint.Win.LineBorder lineBorder191 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder192 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder193 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder194 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder195 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder196 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder197 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder198 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder199 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder200 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder201 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder202 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder203 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder204 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder205 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder206 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder207 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder208 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder209 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder210 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder211 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder212 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder213 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder214 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder215 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder216 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder217 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder218 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder219 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder220 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder221 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder222 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder223 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder224 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder225 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.LineBorder lineBorder226 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
- FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo5 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
- FarPoint.Win.LineBorder lineBorder227 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
- FarPoint.Win.LineBorder lineBorder228 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder229 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder230 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder231 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder232 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder233 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType32 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder234 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder235 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
- FarPoint.Win.LineBorder lineBorder236 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder237 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder238 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder239 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder240 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.LineBorder lineBorder241 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType33 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.LineBorder lineBorder242 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
- FarPoint.Win.Spread.CellType.GeneralCellType generalCellType34 = new FarPoint.Win.Spread.CellType.GeneralCellType();
- FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo6 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
+ FarPoint.Win.LineBorder lineBorder16 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder17 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder18 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder19 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder20 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.ComplexBorder complexBorder1 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType4 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.ComplexBorder complexBorder2 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType5 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder21 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType6 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder22 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
+ FarPoint.Win.LineBorder lineBorder23 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, false, true);
+ FarPoint.Win.LineBorder lineBorder24 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType7 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.ComplexBorder complexBorder3 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType8 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType9 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.ComplexBorder complexBorder4 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216)))))), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType10 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder25 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, false);
+ FarPoint.Win.LineBorder lineBorder26 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType11 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder27 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.LineBorder lineBorder28 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.LineBorder lineBorder29 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.LineBorder lineBorder30 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.LineBorder lineBorder31 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, true, true, false);
+ FarPoint.Win.LineBorder lineBorder32 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, true, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType12 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder33 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, false, false);
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType13 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder34 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, true, false, false, false);
+ FarPoint.Win.LineBorder lineBorder35 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder36 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder37 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder38 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder39 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder40 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder41 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder42 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType14 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder43 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder44 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder45 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder46 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder47 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder48 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder49 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder50 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder51 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder52 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder53 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder54 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder55 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder56 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder57 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder58 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder59 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder60 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder61 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder62 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder63 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.LineBorder lineBorder64 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191))))));
+ FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo1 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
+ FarPoint.Win.LineBorder lineBorder65 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder66 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder67 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder68 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText, 1, true, true, false, true);
+ FarPoint.Win.ComplexBorder complexBorder5 = new FarPoint.Win.ComplexBorder(new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.ThinLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.MediumLine, System.Drawing.SystemColors.WindowText), new FarPoint.Win.ComplexBorderSide(FarPoint.Win.ComplexBorderSideStyle.None), false, false);
+ FarPoint.Win.LineBorder lineBorder69 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText, 2, false, true, true, true);
+ FarPoint.Win.LineBorder lineBorder70 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder71 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder72 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder73 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder74 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder75 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder76 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder77 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder78 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder79 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder80 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder81 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder82 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder83 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder84 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder85 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder86 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder87 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder88 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder89 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder90 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder91 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder92 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder93 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder94 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder95 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder96 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder97 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder98 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder99 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder100 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder101 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder102 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder103 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder104 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.LineBorder lineBorder105 = new FarPoint.Win.LineBorder(System.Drawing.SystemColors.WindowText);
+ FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo2 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
+ FarPoint.Win.LineBorder lineBorder106 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
+ FarPoint.Win.LineBorder lineBorder107 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder108 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder109 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder110 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder111 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder112 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType15 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder113 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder114 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))), 1, false, true, true, true);
+ FarPoint.Win.LineBorder lineBorder115 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder116 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder117 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder118 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder119 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.LineBorder lineBorder120 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType16 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.LineBorder lineBorder121 = new FarPoint.Win.LineBorder(System.Drawing.Color.FromArgb(((int)(((byte)(216)))), ((int)(((byte)(216)))), ((int)(((byte)(216))))));
+ FarPoint.Win.Spread.CellType.GeneralCellType generalCellType17 = new FarPoint.Win.Spread.CellType.GeneralCellType();
+ FarPoint.Win.Spread.NoPrinterPrintInfo noPrinterPrintInfo3 = new FarPoint.Win.Spread.NoPrinterPrintInfo();
this.bs = new System.Windows.Forms.BindingSource(this.components);
this.dsReport = new FPJ0000.dsReport();
this.panel1 = new System.Windows.Forms.Panel();
+ this.linkLabel9 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel10 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel11 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel12 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel5 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel6 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel7 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel8 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel3 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel4 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel2 = new System.Windows.Forms.LinkLabel();
+ this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.btSave = new System.Windows.Forms.Button();
this.cmbUser = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
@@ -197,18 +209,6 @@
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
this.fpSpread1_Sheet2 = new FarPoint.Win.Spread.SheetView();
this.fpSpread1_Sheet3 = new FarPoint.Win.Spread.SheetView();
- this.linkLabel1 = new System.Windows.Forms.LinkLabel();
- this.linkLabel2 = new System.Windows.Forms.LinkLabel();
- this.linkLabel3 = new System.Windows.Forms.LinkLabel();
- this.linkLabel4 = new System.Windows.Forms.LinkLabel();
- this.linkLabel5 = new System.Windows.Forms.LinkLabel();
- this.linkLabel6 = new System.Windows.Forms.LinkLabel();
- this.linkLabel7 = new System.Windows.Forms.LinkLabel();
- this.linkLabel8 = new System.Windows.Forms.LinkLabel();
- this.linkLabel9 = new System.Windows.Forms.LinkLabel();
- this.linkLabel10 = new System.Windows.Forms.LinkLabel();
- this.linkLabel11 = new System.Windows.Forms.LinkLabel();
- this.linkLabel12 = new System.Windows.Forms.LinkLabel();
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dsReport)).BeginInit();
this.panel1.SuspendLayout();
@@ -261,6 +261,150 @@
this.panel1.TabIndex = 0;
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
//
+ // linkLabel9
+ //
+ this.linkLabel9.AutoSize = true;
+ this.linkLabel9.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel9.Location = new System.Drawing.Point(672, 31);
+ this.linkLabel9.Name = "linkLabel9";
+ this.linkLabel9.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel9.TabIndex = 24;
+ this.linkLabel9.TabStop = true;
+ this.linkLabel9.Text = "12월";
+ this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel10
+ //
+ this.linkLabel10.AutoSize = true;
+ this.linkLabel10.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel10.Location = new System.Drawing.Point(633, 31);
+ this.linkLabel10.Name = "linkLabel10";
+ this.linkLabel10.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel10.TabIndex = 23;
+ this.linkLabel10.TabStop = true;
+ this.linkLabel10.Text = "11월";
+ this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel11
+ //
+ this.linkLabel11.AutoSize = true;
+ this.linkLabel11.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel11.Location = new System.Drawing.Point(594, 31);
+ this.linkLabel11.Name = "linkLabel11";
+ this.linkLabel11.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel11.TabIndex = 22;
+ this.linkLabel11.TabStop = true;
+ this.linkLabel11.Text = "10월";
+ this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel12
+ //
+ this.linkLabel12.AutoSize = true;
+ this.linkLabel12.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel12.Location = new System.Drawing.Point(555, 31);
+ this.linkLabel12.Name = "linkLabel12";
+ this.linkLabel12.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel12.TabIndex = 21;
+ this.linkLabel12.TabStop = true;
+ this.linkLabel12.Text = "09월";
+ this.linkLabel12.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel5
+ //
+ this.linkLabel5.AutoSize = true;
+ this.linkLabel5.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel5.Location = new System.Drawing.Point(516, 31);
+ this.linkLabel5.Name = "linkLabel5";
+ this.linkLabel5.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel5.TabIndex = 20;
+ this.linkLabel5.TabStop = true;
+ this.linkLabel5.Text = "08월";
+ this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel6
+ //
+ this.linkLabel6.AutoSize = true;
+ this.linkLabel6.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel6.Location = new System.Drawing.Point(477, 31);
+ this.linkLabel6.Name = "linkLabel6";
+ this.linkLabel6.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel6.TabIndex = 19;
+ this.linkLabel6.TabStop = true;
+ this.linkLabel6.Text = "07월";
+ this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel7
+ //
+ this.linkLabel7.AutoSize = true;
+ this.linkLabel7.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel7.Location = new System.Drawing.Point(672, 7);
+ this.linkLabel7.Name = "linkLabel7";
+ this.linkLabel7.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel7.TabIndex = 18;
+ this.linkLabel7.TabStop = true;
+ this.linkLabel7.Text = "06월";
+ this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel8
+ //
+ this.linkLabel8.AutoSize = true;
+ this.linkLabel8.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel8.Location = new System.Drawing.Point(633, 7);
+ this.linkLabel8.Name = "linkLabel8";
+ this.linkLabel8.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel8.TabIndex = 17;
+ this.linkLabel8.TabStop = true;
+ this.linkLabel8.Text = "05월";
+ this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel3
+ //
+ this.linkLabel3.AutoSize = true;
+ this.linkLabel3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel3.Location = new System.Drawing.Point(594, 7);
+ this.linkLabel3.Name = "linkLabel3";
+ this.linkLabel3.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel3.TabIndex = 16;
+ this.linkLabel3.TabStop = true;
+ this.linkLabel3.Text = "04월";
+ this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel4
+ //
+ this.linkLabel4.AutoSize = true;
+ this.linkLabel4.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel4.Location = new System.Drawing.Point(555, 7);
+ this.linkLabel4.Name = "linkLabel4";
+ this.linkLabel4.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel4.TabIndex = 15;
+ this.linkLabel4.TabStop = true;
+ this.linkLabel4.Text = "03월";
+ this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel2
+ //
+ this.linkLabel2.AutoSize = true;
+ this.linkLabel2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel2.Location = new System.Drawing.Point(516, 7);
+ this.linkLabel2.Name = "linkLabel2";
+ this.linkLabel2.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel2.TabIndex = 14;
+ this.linkLabel2.TabStop = true;
+ this.linkLabel2.Text = "02월";
+ this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
+ // linkLabel1
+ //
+ this.linkLabel1.AutoSize = true;
+ this.linkLabel1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ this.linkLabel1.Location = new System.Drawing.Point(477, 7);
+ this.linkLabel1.Name = "linkLabel1";
+ this.linkLabel1.Size = new System.Drawing.Size(39, 19);
+ this.linkLabel1.TabIndex = 13;
+ this.linkLabel1.TabStop = true;
+ this.linkLabel1.Text = "01월";
+ this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
+ //
// btSave
//
this.btSave.Dock = System.Windows.Forms.DockStyle.Right;
@@ -369,21 +513,21 @@
this.fpSpread1.HorizontalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
this.fpSpread1.Location = new System.Drawing.Point(0, 58);
this.fpSpread1.Name = "fpSpread1";
- namedStyle3.BackColor = System.Drawing.SystemColors.Window;
- namedStyle3.CellType = generalCellType18;
- namedStyle3.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- namedStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
- namedStyle3.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
- namedStyle3.Renderer = generalCellType18;
- namedStyle3.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
- namedStyle4.BackColor = System.Drawing.SystemColors.Window;
- namedStyle4.CellType = generalCellType19;
- namedStyle4.Font = new System.Drawing.Font("Arial", 11F);
- namedStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
- namedStyle4.Renderer = generalCellType19;
+ namedStyle1.BackColor = System.Drawing.SystemColors.Window;
+ namedStyle1.CellType = generalCellType1;
+ namedStyle1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
+ namedStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
+ namedStyle1.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
+ namedStyle1.Renderer = generalCellType1;
+ namedStyle1.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
+ namedStyle2.BackColor = System.Drawing.SystemColors.Window;
+ namedStyle2.CellType = generalCellType2;
+ namedStyle2.Font = new System.Drawing.Font("Arial", 11F);
+ namedStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
+ namedStyle2.Renderer = generalCellType2;
this.fpSpread1.NamedStyles.AddRange(new FarPoint.Win.Spread.NamedStyle[] {
- namedStyle3,
- namedStyle4});
+ namedStyle1,
+ namedStyle2});
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
this.fpSpread1_Sheet1,
this.fpSpread1_Sheet2,
@@ -393,7 +537,8 @@
this.fpSpread1.TabStripPolicy = FarPoint.Win.Spread.TabStripPolicy.Always;
this.fpSpread1.TabStripRatio = 0.6D;
this.fpSpread1.VerticalScrollBarPolicy = FarPoint.Win.Spread.ScrollBarPolicy.AsNeeded;
- this.fpSpread1.ActiveSheetIndex = 2;
+ this.fpSpread1.SetViewportTopRow(1, 0, 1);
+ this.fpSpread1.SetActiveViewport(1, -1, 0);
//
// progressBar2
//
@@ -418,103 +563,103 @@
this.fpSpread1_Sheet1.Cells.Get(0, 1).Value = "적정인원 분석 보고서 (Draft)";
this.fpSpread1_Sheet1.Cells.Get(0, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 1).Border = lineBorder122;
+ this.fpSpread1_Sheet1.Cells.Get(2, 1).Border = lineBorder1;
this.fpSpread1_Sheet1.Cells.Get(2, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 1).Value = "파트";
this.fpSpread1_Sheet1.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 2).Border = lineBorder123;
+ this.fpSpread1_Sheet1.Cells.Get(2, 2).Border = lineBorder2;
this.fpSpread1_Sheet1.Cells.Get(2, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 2).Value = "공정";
this.fpSpread1_Sheet1.Cells.Get(2, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 3).Border = lineBorder124;
+ this.fpSpread1_Sheet1.Cells.Get(2, 3).Border = lineBorder3;
this.fpSpread1_Sheet1.Cells.Get(2, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 3).Value = "담당자";
this.fpSpread1_Sheet1.Cells.Get(2, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 4).Border = lineBorder125;
+ this.fpSpread1_Sheet1.Cells.Get(2, 4).Border = lineBorder4;
this.fpSpread1_Sheet1.Cells.Get(2, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 4).Value = "요청부서";
this.fpSpread1_Sheet1.Cells.Get(2, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 5).Border = lineBorder126;
+ this.fpSpread1_Sheet1.Cells.Get(2, 5).Border = lineBorder5;
this.fpSpread1_Sheet1.Cells.Get(2, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 5).Value = "시작일";
this.fpSpread1_Sheet1.Cells.Get(2, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 6).Border = lineBorder127;
+ this.fpSpread1_Sheet1.Cells.Get(2, 6).Border = lineBorder6;
this.fpSpread1_Sheet1.Cells.Get(2, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 6).Value = "종료일";
this.fpSpread1_Sheet1.Cells.Get(2, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 7).Border = lineBorder128;
+ this.fpSpread1_Sheet1.Cells.Get(2, 7).Border = lineBorder7;
this.fpSpread1_Sheet1.Cells.Get(2, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 7).Value = "근무일수";
this.fpSpread1_Sheet1.Cells.Get(2, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 8).Border = lineBorder129;
+ this.fpSpread1_Sheet1.Cells.Get(2, 8).Border = lineBorder8;
this.fpSpread1_Sheet1.Cells.Get(2, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.Cells.Get(2, 8).Value = "① 표준근무시간";
this.fpSpread1_Sheet1.Cells.Get(2, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 9).Border = lineBorder130;
+ this.fpSpread1_Sheet1.Cells.Get(2, 9).Border = lineBorder9;
this.fpSpread1_Sheet1.Cells.Get(2, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 9).Value = "근무인원";
this.fpSpread1_Sheet1.Cells.Get(2, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(2, 10).Border = lineBorder131;
+ this.fpSpread1_Sheet1.Cells.Get(2, 10).Border = lineBorder10;
this.fpSpread1_Sheet1.Cells.Get(2, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(2, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(2, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(2, 10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 1).Border = lineBorder132;
+ this.fpSpread1_Sheet1.Cells.Get(3, 1).Border = lineBorder11;
this.fpSpread1_Sheet1.Cells.Get(3, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 1).Value = "1파트";
this.fpSpread1_Sheet1.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 2).Border = lineBorder133;
+ this.fpSpread1_Sheet1.Cells.Get(3, 2).Border = lineBorder12;
this.fpSpread1_Sheet1.Cells.Get(3, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 3).Border = lineBorder134;
+ this.fpSpread1_Sheet1.Cells.Get(3, 3).Border = lineBorder13;
this.fpSpread1_Sheet1.Cells.Get(3, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 4).Border = lineBorder135;
+ this.fpSpread1_Sheet1.Cells.Get(3, 4).Border = lineBorder14;
this.fpSpread1_Sheet1.Cells.Get(3, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 5).Border = lineBorder136;
- generalCellType20.DateTimeFormat = ((System.Globalization.DateTimeFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).DateTimeFormat.Clone()));
- generalCellType20.DateTimeFormat.AbbreviatedDayNames = new string[] {
+ this.fpSpread1_Sheet1.Cells.Get(3, 5).Border = lineBorder15;
+ generalCellType3.DateTimeFormat = ((System.Globalization.DateTimeFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).DateTimeFormat.Clone()));
+ generalCellType3.DateTimeFormat.AbbreviatedDayNames = new string[] {
"일",
"월",
"화",
@@ -522,7 +667,7 @@
"목",
"금",
"토"};
- generalCellType20.DateTimeFormat.AbbreviatedMonthGenitiveNames = new string[] {
+ generalCellType3.DateTimeFormat.AbbreviatedMonthGenitiveNames = new string[] {
"1",
"2",
"3",
@@ -536,7 +681,7 @@
"11",
"12",
""};
- generalCellType20.DateTimeFormat.AbbreviatedMonthNames = new string[] {
+ generalCellType3.DateTimeFormat.AbbreviatedMonthNames = new string[] {
"1",
"2",
"3",
@@ -550,11 +695,11 @@
"11",
"12",
""};
- generalCellType20.DateTimeFormat.AMDesignator = "오전";
- generalCellType20.DateTimeFormat.Calendar = ((System.Globalization.Calendar)(resources.GetObject("resource.Calendar")));
- generalCellType20.DateTimeFormat.CalendarWeekRule = System.Globalization.CalendarWeekRule.FirstDay;
- generalCellType20.DateTimeFormat.DateSeparator = "-";
- generalCellType20.DateTimeFormat.DayNames = new string[] {
+ generalCellType3.DateTimeFormat.AMDesignator = "오전";
+ generalCellType3.DateTimeFormat.Calendar = ((System.Globalization.Calendar)(resources.GetObject("resource.Calendar")));
+ generalCellType3.DateTimeFormat.CalendarWeekRule = System.Globalization.CalendarWeekRule.FirstDay;
+ generalCellType3.DateTimeFormat.DateSeparator = "-";
+ generalCellType3.DateTimeFormat.DayNames = new string[] {
"일요일",
"월요일",
"화요일",
@@ -562,12 +707,12 @@
"목요일",
"금요일",
"토요일"};
- generalCellType20.DateTimeFormat.FirstDayOfWeek = System.DayOfWeek.Sunday;
- generalCellType20.DateTimeFormat.FullDateTimePattern = "yyyy\'년\' M\'월\' d\'일\' dddd tt h:mm:ss";
- generalCellType20.DateTimeFormat.LongDatePattern = "yyyy\'년\' M\'월\' d\'일\' dddd";
- generalCellType20.DateTimeFormat.LongTimePattern = "tt h:mm:ss";
- generalCellType20.DateTimeFormat.MonthDayPattern = "M월 d일";
- generalCellType20.DateTimeFormat.MonthGenitiveNames = new string[] {
+ generalCellType3.DateTimeFormat.FirstDayOfWeek = System.DayOfWeek.Sunday;
+ generalCellType3.DateTimeFormat.FullDateTimePattern = "yyyy\'년\' M\'월\' d\'일\' dddd tt h:mm:ss";
+ generalCellType3.DateTimeFormat.LongDatePattern = "yyyy\'년\' M\'월\' d\'일\' dddd";
+ generalCellType3.DateTimeFormat.LongTimePattern = "tt h:mm:ss";
+ generalCellType3.DateTimeFormat.MonthDayPattern = "M월 d일";
+ generalCellType3.DateTimeFormat.MonthGenitiveNames = new string[] {
"1월",
"2월",
"3월",
@@ -581,7 +726,7 @@
"11월",
"12월",
""};
- generalCellType20.DateTimeFormat.MonthNames = new string[] {
+ generalCellType3.DateTimeFormat.MonthNames = new string[] {
"1월",
"2월",
"3월",
@@ -595,9 +740,9 @@
"11월",
"12월",
""};
- generalCellType20.DateTimeFormat.PMDesignator = "오후";
- generalCellType20.DateTimeFormat.ShortDatePattern = "yyyy-MM-dd";
- generalCellType20.DateTimeFormat.ShortestDayNames = new string[] {
+ generalCellType3.DateTimeFormat.PMDesignator = "오후";
+ generalCellType3.DateTimeFormat.ShortDatePattern = "yyyy-MM-dd";
+ generalCellType3.DateTimeFormat.ShortestDayNames = new string[] {
"일",
"월",
"화",
@@ -605,48 +750,48 @@
"목",
"금",
"토"};
- generalCellType20.DateTimeFormat.ShortTimePattern = "tt h:mm";
- generalCellType20.DateTimeFormat.TimeSeparator = ":";
- generalCellType20.DateTimeFormat.YearMonthPattern = "yyyy\'년\' M\'월\'";
- generalCellType20.FormatString = "yyyy-MM-dd";
- generalCellType20.IsDateFormat = true;
- this.fpSpread1_Sheet1.Cells.Get(3, 5).CellType = generalCellType20;
+ generalCellType3.DateTimeFormat.ShortTimePattern = "tt h:mm";
+ generalCellType3.DateTimeFormat.TimeSeparator = ":";
+ generalCellType3.DateTimeFormat.YearMonthPattern = "yyyy\'년\' M\'월\'";
+ generalCellType3.FormatString = "yyyy-MM-dd";
+ generalCellType3.IsDateFormat = true;
+ this.fpSpread1_Sheet1.Cells.Get(3, 5).CellType = generalCellType3;
this.fpSpread1_Sheet1.Cells.Get(3, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 5).Value = 44075D;
this.fpSpread1_Sheet1.Cells.Get(3, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 6).Border = lineBorder137;
- this.fpSpread1_Sheet1.Cells.Get(3, 6).CellType = generalCellType20;
+ this.fpSpread1_Sheet1.Cells.Get(3, 6).Border = lineBorder16;
+ this.fpSpread1_Sheet1.Cells.Get(3, 6).CellType = generalCellType3;
this.fpSpread1_Sheet1.Cells.Get(3, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 6).Value = 44104D;
this.fpSpread1_Sheet1.Cells.Get(3, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(248)))), ((int)(((byte)(203)))), ((int)(((byte)(173)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 7).Border = lineBorder138;
+ this.fpSpread1_Sheet1.Cells.Get(3, 7).Border = lineBorder17;
this.fpSpread1_Sheet1.Cells.Get(3, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 7).Value = 0D;
this.fpSpread1_Sheet1.Cells.Get(3, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 8).Border = lineBorder139;
+ this.fpSpread1_Sheet1.Cells.Get(3, 8).Border = lineBorder18;
this.fpSpread1_Sheet1.Cells.Get(3, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 8).Formula = "RC[-1]*8";
this.fpSpread1_Sheet1.Cells.Get(3, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 9).Border = lineBorder140;
+ this.fpSpread1_Sheet1.Cells.Get(3, 9).Border = lineBorder19;
this.fpSpread1_Sheet1.Cells.Get(3, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 9).Formula = "RC[-1]*8";
this.fpSpread1_Sheet1.Cells.Get(3, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(3, 10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet1.Cells.Get(3, 10).Border = lineBorder141;
+ this.fpSpread1_Sheet1.Cells.Get(3, 10).Border = lineBorder20;
this.fpSpread1_Sheet1.Cells.Get(3, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(3, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(3, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -692,10 +837,10 @@
this.fpSpread1_Sheet1.Cells.Get(4, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.Cells.Get(4, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 1).Border = complexBorder6;
- generalCellType21.Multiline = true;
- generalCellType21.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 1).CellType = generalCellType21;
+ this.fpSpread1_Sheet1.Cells.Get(5, 1).Border = complexBorder1;
+ generalCellType4.Multiline = true;
+ generalCellType4.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 1).CellType = generalCellType4;
this.fpSpread1_Sheet1.Cells.Get(5, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -704,10 +849,10 @@
this.fpSpread1_Sheet1.Cells.Get(5, 1).Value = "Process\n(업무분류)";
this.fpSpread1_Sheet1.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 2).Border = complexBorder7;
- generalCellType22.Multiline = true;
- generalCellType22.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 2).CellType = generalCellType22;
+ this.fpSpread1_Sheet1.Cells.Get(5, 2).Border = complexBorder2;
+ generalCellType5.Multiline = true;
+ generalCellType5.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 2).CellType = generalCellType5;
this.fpSpread1_Sheet1.Cells.Get(5, 2).ColumnSpan = 5;
this.fpSpread1_Sheet1.Cells.Get(5, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
@@ -716,46 +861,46 @@
this.fpSpread1_Sheet1.Cells.Get(5, 2).Value = "업무별 투입시간 (초과시간 포함)";
this.fpSpread1_Sheet1.Cells.Get(5, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 3).Border = lineBorder142;
- generalCellType23.Multiline = true;
- generalCellType23.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 3).CellType = generalCellType23;
+ this.fpSpread1_Sheet1.Cells.Get(5, 3).Border = lineBorder21;
+ generalCellType6.Multiline = true;
+ generalCellType6.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 3).CellType = generalCellType6;
this.fpSpread1_Sheet1.Cells.Get(5, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 3).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 4).Border = lineBorder143;
- this.fpSpread1_Sheet1.Cells.Get(5, 4).CellType = generalCellType23;
+ this.fpSpread1_Sheet1.Cells.Get(5, 4).Border = lineBorder22;
+ this.fpSpread1_Sheet1.Cells.Get(5, 4).CellType = generalCellType6;
this.fpSpread1_Sheet1.Cells.Get(5, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 4).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(5, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 5).Border = lineBorder144;
- this.fpSpread1_Sheet1.Cells.Get(5, 5).CellType = generalCellType23;
+ this.fpSpread1_Sheet1.Cells.Get(5, 5).Border = lineBorder23;
+ this.fpSpread1_Sheet1.Cells.Get(5, 5).CellType = generalCellType6;
this.fpSpread1_Sheet1.Cells.Get(5, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 5).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(5, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 6).Border = lineBorder145;
- generalCellType24.Multiline = true;
- generalCellType24.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 6).CellType = generalCellType24;
+ this.fpSpread1_Sheet1.Cells.Get(5, 6).Border = lineBorder24;
+ generalCellType7.Multiline = true;
+ generalCellType7.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 6).CellType = generalCellType7;
this.fpSpread1_Sheet1.Cells.Get(5, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 6).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(5, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 7).Border = complexBorder8;
- generalCellType25.Multiline = true;
- generalCellType25.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 7).CellType = generalCellType25;
+ this.fpSpread1_Sheet1.Cells.Get(5, 7).Border = complexBorder3;
+ generalCellType8.Multiline = true;
+ generalCellType8.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 7).CellType = generalCellType8;
this.fpSpread1_Sheet1.Cells.Get(5, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -764,10 +909,10 @@
this.fpSpread1_Sheet1.Cells.Get(5, 7).Value = "② 총투입시간\n(초과시간포함)";
this.fpSpread1_Sheet1.Cells.Get(5, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 8).Border = complexBorder8;
- generalCellType26.Multiline = true;
- generalCellType26.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 8).CellType = generalCellType26;
+ this.fpSpread1_Sheet1.Cells.Get(5, 8).Border = complexBorder3;
+ generalCellType9.Multiline = true;
+ generalCellType9.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 8).CellType = generalCellType9;
this.fpSpread1_Sheet1.Cells.Get(5, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -776,10 +921,10 @@
this.fpSpread1_Sheet1.Cells.Get(5, 8).Value = "적정인원 (명)\n② / ①";
this.fpSpread1_Sheet1.Cells.Get(5, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 9).Border = complexBorder9;
- generalCellType27.Multiline = true;
- generalCellType27.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(5, 9).CellType = generalCellType27;
+ this.fpSpread1_Sheet1.Cells.Get(5, 9).Border = complexBorder4;
+ generalCellType10.Multiline = true;
+ generalCellType10.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(5, 9).CellType = generalCellType10;
this.fpSpread1_Sheet1.Cells.Get(5, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -788,8 +933,8 @@
this.fpSpread1_Sheet1.Cells.Get(5, 9).Value = "초과시간\n(OT)";
this.fpSpread1_Sheet1.Cells.Get(5, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(5, 10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(5, 10).Border = complexBorder9;
- this.fpSpread1_Sheet1.Cells.Get(5, 10).CellType = generalCellType27;
+ this.fpSpread1_Sheet1.Cells.Get(5, 10).Border = complexBorder4;
+ this.fpSpread1_Sheet1.Cells.Get(5, 10).CellType = generalCellType10;
this.fpSpread1_Sheet1.Cells.Get(5, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(5, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(5, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -798,17 +943,17 @@
this.fpSpread1_Sheet1.Cells.Get(5, 10).Value = "휴가\n시간";
this.fpSpread1_Sheet1.Cells.Get(5, 10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 1).Border = lineBorder146;
+ this.fpSpread1_Sheet1.Cells.Get(6, 1).Border = lineBorder25;
this.fpSpread1_Sheet1.Cells.Get(6, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 1).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 2).Border = lineBorder147;
- generalCellType28.Multiline = true;
- generalCellType28.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(6, 2).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 2).Border = lineBorder26;
+ generalCellType11.Multiline = true;
+ generalCellType11.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(6, 2).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -816,8 +961,8 @@
this.fpSpread1_Sheet1.Cells.Get(6, 2).Value = "*";
this.fpSpread1_Sheet1.Cells.Get(6, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 3).Border = lineBorder148;
- this.fpSpread1_Sheet1.Cells.Get(6, 3).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 3).Border = lineBorder27;
+ this.fpSpread1_Sheet1.Cells.Get(6, 3).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -825,8 +970,8 @@
this.fpSpread1_Sheet1.Cells.Get(6, 3).Value = "*";
this.fpSpread1_Sheet1.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 4).Border = lineBorder149;
- this.fpSpread1_Sheet1.Cells.Get(6, 4).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 4).Border = lineBorder28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 4).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -834,8 +979,8 @@
this.fpSpread1_Sheet1.Cells.Get(6, 4).Value = "*";
this.fpSpread1_Sheet1.Cells.Get(6, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 5).Border = lineBorder150;
- this.fpSpread1_Sheet1.Cells.Get(6, 5).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 5).Border = lineBorder29;
+ this.fpSpread1_Sheet1.Cells.Get(6, 5).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -843,8 +988,8 @@
this.fpSpread1_Sheet1.Cells.Get(6, 5).Value = "*";
this.fpSpread1_Sheet1.Cells.Get(6, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 6).Border = lineBorder151;
- this.fpSpread1_Sheet1.Cells.Get(6, 6).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 6).Border = lineBorder30;
+ this.fpSpread1_Sheet1.Cells.Get(6, 6).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -852,236 +997,236 @@
this.fpSpread1_Sheet1.Cells.Get(6, 6).Value = "*";
this.fpSpread1_Sheet1.Cells.Get(6, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 7).Border = lineBorder152;
- this.fpSpread1_Sheet1.Cells.Get(6, 7).CellType = generalCellType28;
+ this.fpSpread1_Sheet1.Cells.Get(6, 7).Border = lineBorder31;
+ this.fpSpread1_Sheet1.Cells.Get(6, 7).CellType = generalCellType11;
this.fpSpread1_Sheet1.Cells.Get(6, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 7).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(6, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 8).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 8).Border = lineBorder153;
- generalCellType29.Multiline = true;
- generalCellType29.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(6, 8).CellType = generalCellType29;
+ this.fpSpread1_Sheet1.Cells.Get(6, 8).Border = lineBorder32;
+ generalCellType12.Multiline = true;
+ generalCellType12.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(6, 8).CellType = generalCellType12;
this.fpSpread1_Sheet1.Cells.Get(6, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 8).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(6, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 9).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 9).Border = lineBorder154;
- generalCellType30.Multiline = true;
- generalCellType30.WordWrap = true;
- this.fpSpread1_Sheet1.Cells.Get(6, 9).CellType = generalCellType30;
+ this.fpSpread1_Sheet1.Cells.Get(6, 9).Border = lineBorder33;
+ generalCellType13.Multiline = true;
+ generalCellType13.WordWrap = true;
+ this.fpSpread1_Sheet1.Cells.Get(6, 9).CellType = generalCellType13;
this.fpSpread1_Sheet1.Cells.Get(6, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 9).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(6, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 10).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet1.Cells.Get(6, 10).Border = lineBorder155;
- this.fpSpread1_Sheet1.Cells.Get(6, 10).CellType = generalCellType30;
+ this.fpSpread1_Sheet1.Cells.Get(6, 10).Border = lineBorder34;
+ this.fpSpread1_Sheet1.Cells.Get(6, 10).CellType = generalCellType13;
this.fpSpread1_Sheet1.Cells.Get(6, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(6, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet1.Cells.Get(6, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(6, 10).Locked = true;
this.fpSpread1_Sheet1.Cells.Get(6, 10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 1).Border = lineBorder156;
+ this.fpSpread1_Sheet1.Cells.Get(7, 1).Border = lineBorder35;
this.fpSpread1_Sheet1.Cells.Get(7, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 2).Border = lineBorder157;
+ this.fpSpread1_Sheet1.Cells.Get(7, 2).Border = lineBorder36;
this.fpSpread1_Sheet1.Cells.Get(7, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 3).Border = lineBorder158;
+ this.fpSpread1_Sheet1.Cells.Get(7, 3).Border = lineBorder37;
this.fpSpread1_Sheet1.Cells.Get(7, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 4).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 4).Border = lineBorder159;
+ this.fpSpread1_Sheet1.Cells.Get(7, 4).Border = lineBorder38;
this.fpSpread1_Sheet1.Cells.Get(7, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 5).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 5).Border = lineBorder160;
+ this.fpSpread1_Sheet1.Cells.Get(7, 5).Border = lineBorder39;
this.fpSpread1_Sheet1.Cells.Get(7, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 6).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 6).Border = lineBorder161;
+ this.fpSpread1_Sheet1.Cells.Get(7, 6).Border = lineBorder40;
this.fpSpread1_Sheet1.Cells.Get(7, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 7).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 7).Border = lineBorder162;
+ this.fpSpread1_Sheet1.Cells.Get(7, 7).Border = lineBorder41;
this.fpSpread1_Sheet1.Cells.Get(7, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 7).Formula = "SUM(RC[-5]:RC[-1])+RC[2]";
this.fpSpread1_Sheet1.Cells.Get(7, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 8).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 8).Border = lineBorder163;
- generalCellType31.FormatString = "N";
- generalCellType31.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
- generalCellType31.NumberFormat.NumberDecimalDigits = 1;
- generalCellType31.NumberFormat.NumberGroupSizes = new int[] {
+ this.fpSpread1_Sheet1.Cells.Get(7, 8).Border = lineBorder42;
+ generalCellType14.FormatString = "N";
+ generalCellType14.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
+ generalCellType14.NumberFormat.NumberDecimalDigits = 1;
+ generalCellType14.NumberFormat.NumberGroupSizes = new int[] {
0};
- this.fpSpread1_Sheet1.Cells.Get(7, 8).CellType = generalCellType31;
+ this.fpSpread1_Sheet1.Cells.Get(7, 8).CellType = generalCellType14;
this.fpSpread1_Sheet1.Cells.Get(7, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 8).Formula = "RC[-1]/R4C9";
this.fpSpread1_Sheet1.Cells.Get(7, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 9).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 9).Border = lineBorder164;
+ this.fpSpread1_Sheet1.Cells.Get(7, 9).Border = lineBorder43;
this.fpSpread1_Sheet1.Cells.Get(7, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 9).Value = 5D;
this.fpSpread1_Sheet1.Cells.Get(7, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 10).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(7, 10).Border = lineBorder165;
+ this.fpSpread1_Sheet1.Cells.Get(7, 10).Border = lineBorder44;
this.fpSpread1_Sheet1.Cells.Get(7, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(7, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(7, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(7, 10).Value = 5D;
this.fpSpread1_Sheet1.Cells.Get(7, 10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 1).Border = lineBorder166;
+ this.fpSpread1_Sheet1.Cells.Get(8, 1).Border = lineBorder45;
this.fpSpread1_Sheet1.Cells.Get(8, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 2).Border = lineBorder167;
+ this.fpSpread1_Sheet1.Cells.Get(8, 2).Border = lineBorder46;
this.fpSpread1_Sheet1.Cells.Get(8, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 3).Border = lineBorder168;
+ this.fpSpread1_Sheet1.Cells.Get(8, 3).Border = lineBorder47;
this.fpSpread1_Sheet1.Cells.Get(8, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 4).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 4).Border = lineBorder169;
+ this.fpSpread1_Sheet1.Cells.Get(8, 4).Border = lineBorder48;
this.fpSpread1_Sheet1.Cells.Get(8, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 5).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 5).Border = lineBorder170;
+ this.fpSpread1_Sheet1.Cells.Get(8, 5).Border = lineBorder49;
this.fpSpread1_Sheet1.Cells.Get(8, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 6).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 6).Border = lineBorder171;
+ this.fpSpread1_Sheet1.Cells.Get(8, 6).Border = lineBorder50;
this.fpSpread1_Sheet1.Cells.Get(8, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 7).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 7).Border = lineBorder172;
+ this.fpSpread1_Sheet1.Cells.Get(8, 7).Border = lineBorder51;
this.fpSpread1_Sheet1.Cells.Get(8, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 7).Formula = "SUM(RC[-5]:RC[-1])+RC[2]";
this.fpSpread1_Sheet1.Cells.Get(8, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 8).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 8).Border = lineBorder173;
- this.fpSpread1_Sheet1.Cells.Get(8, 8).CellType = generalCellType31;
+ this.fpSpread1_Sheet1.Cells.Get(8, 8).Border = lineBorder52;
+ this.fpSpread1_Sheet1.Cells.Get(8, 8).CellType = generalCellType14;
this.fpSpread1_Sheet1.Cells.Get(8, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 8).Formula = "RC[-1]/R4C9";
this.fpSpread1_Sheet1.Cells.Get(8, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 9).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 9).Border = lineBorder174;
+ this.fpSpread1_Sheet1.Cells.Get(8, 9).Border = lineBorder53;
this.fpSpread1_Sheet1.Cells.Get(8, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 9).Value = 5D;
this.fpSpread1_Sheet1.Cells.Get(8, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 10).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(8, 10).Border = lineBorder175;
+ this.fpSpread1_Sheet1.Cells.Get(8, 10).Border = lineBorder54;
this.fpSpread1_Sheet1.Cells.Get(8, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(8, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(8, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(8, 10).Value = 5D;
this.fpSpread1_Sheet1.Cells.Get(8, 10).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 1).Border = lineBorder176;
+ this.fpSpread1_Sheet1.Cells.Get(9, 1).Border = lineBorder55;
this.fpSpread1_Sheet1.Cells.Get(9, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 2).Border = lineBorder177;
+ this.fpSpread1_Sheet1.Cells.Get(9, 2).Border = lineBorder56;
this.fpSpread1_Sheet1.Cells.Get(9, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 3).Border = lineBorder178;
+ this.fpSpread1_Sheet1.Cells.Get(9, 3).Border = lineBorder57;
this.fpSpread1_Sheet1.Cells.Get(9, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 4).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 4).Border = lineBorder179;
+ this.fpSpread1_Sheet1.Cells.Get(9, 4).Border = lineBorder58;
this.fpSpread1_Sheet1.Cells.Get(9, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 5).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 5).Border = lineBorder180;
+ this.fpSpread1_Sheet1.Cells.Get(9, 5).Border = lineBorder59;
this.fpSpread1_Sheet1.Cells.Get(9, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 6).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 6).Border = lineBorder181;
+ this.fpSpread1_Sheet1.Cells.Get(9, 6).Border = lineBorder60;
this.fpSpread1_Sheet1.Cells.Get(9, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 7).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 7).Border = lineBorder182;
+ this.fpSpread1_Sheet1.Cells.Get(9, 7).Border = lineBorder61;
this.fpSpread1_Sheet1.Cells.Get(9, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 7).Formula = "SUM(RC[-5]:RC[-1])+RC[2]";
this.fpSpread1_Sheet1.Cells.Get(9, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 8).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 8).Border = lineBorder183;
- this.fpSpread1_Sheet1.Cells.Get(9, 8).CellType = generalCellType31;
+ this.fpSpread1_Sheet1.Cells.Get(9, 8).Border = lineBorder62;
+ this.fpSpread1_Sheet1.Cells.Get(9, 8).CellType = generalCellType14;
this.fpSpread1_Sheet1.Cells.Get(9, 8).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 8).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 8).Formula = "RC[-1]/R4C9";
this.fpSpread1_Sheet1.Cells.Get(9, 8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 9).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 9).Border = lineBorder184;
+ this.fpSpread1_Sheet1.Cells.Get(9, 9).Border = lineBorder63;
this.fpSpread1_Sheet1.Cells.Get(9, 9).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 9).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 9).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 9).Value = 5D;
this.fpSpread1_Sheet1.Cells.Get(9, 9).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.Cells.Get(9, 10).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet1.Cells.Get(9, 10).Border = lineBorder185;
+ this.fpSpread1_Sheet1.Cells.Get(9, 10).Border = lineBorder64;
this.fpSpread1_Sheet1.Cells.Get(9, 10).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet1.Cells.Get(9, 10).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.Cells.Get(9, 10).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -1160,6 +1305,7 @@
this.fpSpread1_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet1.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet1.DefaultStyle.Locked = true;
+ this.fpSpread1_Sheet1.DefaultStyle.Parent = "DataAreaDefault";
this.fpSpread1_Sheet1.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet1.EnableDiagonalLine = true;
this.fpSpread1_Sheet1.HorizontalGridLine = new FarPoint.Win.Spread.GridLine(FarPoint.Win.Spread.GridLineType.Flat, System.Drawing.Color.Empty);
@@ -1170,11 +1316,11 @@
this.fpSpread1_Sheet1.PrintInfo.Margin.Left = 67;
this.fpSpread1_Sheet1.PrintInfo.Margin.Right = 67;
this.fpSpread1_Sheet1.PrintInfo.Margin.Top = 72;
- noPrinterPrintInfo4.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
- noPrinterPrintInfo4.HardMarginX = 0F;
- noPrinterPrintInfo4.HardMarginY = 0F;
- noPrinterPrintInfo4.SupportColor = true;
- this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo4;
+ noPrinterPrintInfo1.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
+ noPrinterPrintInfo1.HardMarginX = 0F;
+ noPrinterPrintInfo1.HardMarginY = 0F;
+ noPrinterPrintInfo1.SupportColor = true;
+ this.fpSpread1_Sheet1.PrintInfo.NoPrinterSetting = noPrinterPrintInfo1;
this.fpSpread1_Sheet1.PrintInfo.Orientation = FarPoint.Win.Spread.PrintOrientation.Portrait;
this.fpSpread1_Sheet1.PrintInfo.PageOrder = FarPoint.Win.Spread.PrintPageOrder.DownThenOver;
this.fpSpread1_Sheet1.PrintInfo.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("resource.PaperSize")));
@@ -1219,265 +1365,266 @@
this.fpSpread1_Sheet2.ColumnCount = 6;
this.fpSpread1_Sheet2.RowCount = 10;
this.fpSpread1_Sheet2.Cells.Get(0, 0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 0).Border = lineBorder186;
+ this.fpSpread1_Sheet2.Cells.Get(0, 0).Border = lineBorder65;
this.fpSpread1_Sheet2.Cells.Get(0, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 0).Value = "성명";
this.fpSpread1_Sheet2.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 1).Border = lineBorder187;
+ this.fpSpread1_Sheet2.Cells.Get(0, 1).Border = lineBorder66;
this.fpSpread1_Sheet2.Cells.Get(0, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 1).Value = "사원번호";
this.fpSpread1_Sheet2.Cells.Get(0, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 2).Border = lineBorder188;
+ this.fpSpread1_Sheet2.Cells.Get(0, 2).Border = lineBorder67;
this.fpSpread1_Sheet2.Cells.Get(0, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 2).Value = "근무시간";
this.fpSpread1_Sheet2.Cells.Get(0, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 3).Border = lineBorder189;
+ this.fpSpread1_Sheet2.Cells.Get(0, 3).Border = lineBorder68;
this.fpSpread1_Sheet2.Cells.Get(0, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 3).Value = "초과시간";
this.fpSpread1_Sheet2.Cells.Get(0, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 4).Border = complexBorder10;
+ this.fpSpread1_Sheet2.Cells.Get(0, 4).Border = complexBorder5;
this.fpSpread1_Sheet2.Cells.Get(0, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 4).Value = "표준근무시간";
this.fpSpread1_Sheet2.Cells.Get(0, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(218)))), ((int)(((byte)(226)))), ((int)(((byte)(243)))));
- this.fpSpread1_Sheet2.Cells.Get(0, 5).Border = lineBorder190;
+ this.fpSpread1_Sheet2.Cells.Get(0, 5).Border = lineBorder69;
this.fpSpread1_Sheet2.Cells.Get(0, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(0, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(0, 5).Formula = "#REF!";
this.fpSpread1_Sheet2.Cells.Get(0, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(0, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(1, 0).Border = lineBorder191;
+ this.fpSpread1_Sheet2.Cells.Get(1, 0).Border = lineBorder70;
this.fpSpread1_Sheet2.Cells.Get(1, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(1, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(1, 1).Border = lineBorder192;
+ this.fpSpread1_Sheet2.Cells.Get(1, 1).Border = lineBorder71;
this.fpSpread1_Sheet2.Cells.Get(1, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(1, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(1, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(1, 2).Border = lineBorder193;
+ this.fpSpread1_Sheet2.Cells.Get(1, 2).Border = lineBorder72;
this.fpSpread1_Sheet2.Cells.Get(1, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(1, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(1, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(1, 3).Border = lineBorder194;
+ this.fpSpread1_Sheet2.Cells.Get(1, 3).Border = lineBorder73;
this.fpSpread1_Sheet2.Cells.Get(1, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(1, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(1, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(1, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(2, 0).Border = lineBorder195;
+ this.fpSpread1_Sheet2.Cells.Get(2, 0).Border = lineBorder74;
this.fpSpread1_Sheet2.Cells.Get(2, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(2, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(2, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(2, 1).Border = lineBorder196;
+ this.fpSpread1_Sheet2.Cells.Get(2, 1).Border = lineBorder75;
this.fpSpread1_Sheet2.Cells.Get(2, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(2, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(2, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(2, 2).Border = lineBorder197;
+ this.fpSpread1_Sheet2.Cells.Get(2, 2).Border = lineBorder76;
this.fpSpread1_Sheet2.Cells.Get(2, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(2, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(2, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(2, 3).Border = lineBorder198;
+ this.fpSpread1_Sheet2.Cells.Get(2, 3).Border = lineBorder77;
this.fpSpread1_Sheet2.Cells.Get(2, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(2, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(2, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(2, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(3, 0).Border = lineBorder199;
+ this.fpSpread1_Sheet2.Cells.Get(3, 0).Border = lineBorder78;
this.fpSpread1_Sheet2.Cells.Get(3, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(3, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(3, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(3, 1).Border = lineBorder200;
+ this.fpSpread1_Sheet2.Cells.Get(3, 1).Border = lineBorder79;
this.fpSpread1_Sheet2.Cells.Get(3, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(3, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(3, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(3, 2).Border = lineBorder201;
+ this.fpSpread1_Sheet2.Cells.Get(3, 2).Border = lineBorder80;
this.fpSpread1_Sheet2.Cells.Get(3, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(3, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(3, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(3, 3).Border = lineBorder202;
+ this.fpSpread1_Sheet2.Cells.Get(3, 3).Border = lineBorder81;
this.fpSpread1_Sheet2.Cells.Get(3, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(3, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(3, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(3, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(4, 0).Border = lineBorder203;
+ this.fpSpread1_Sheet2.Cells.Get(4, 0).Border = lineBorder82;
this.fpSpread1_Sheet2.Cells.Get(4, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(4, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(4, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(4, 1).Border = lineBorder204;
+ this.fpSpread1_Sheet2.Cells.Get(4, 1).Border = lineBorder83;
this.fpSpread1_Sheet2.Cells.Get(4, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(4, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(4, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(4, 2).Border = lineBorder205;
+ this.fpSpread1_Sheet2.Cells.Get(4, 2).Border = lineBorder84;
this.fpSpread1_Sheet2.Cells.Get(4, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(4, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(4, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(4, 3).Border = lineBorder206;
+ this.fpSpread1_Sheet2.Cells.Get(4, 3).Border = lineBorder85;
this.fpSpread1_Sheet2.Cells.Get(4, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(4, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(4, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(4, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(5, 0).Border = lineBorder207;
+ this.fpSpread1_Sheet2.Cells.Get(5, 0).Border = lineBorder86;
this.fpSpread1_Sheet2.Cells.Get(5, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(5, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(5, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(5, 1).Border = lineBorder208;
+ this.fpSpread1_Sheet2.Cells.Get(5, 1).Border = lineBorder87;
this.fpSpread1_Sheet2.Cells.Get(5, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(5, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(5, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(5, 2).Border = lineBorder209;
+ this.fpSpread1_Sheet2.Cells.Get(5, 2).Border = lineBorder88;
this.fpSpread1_Sheet2.Cells.Get(5, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(5, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(5, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(5, 3).Border = lineBorder210;
+ this.fpSpread1_Sheet2.Cells.Get(5, 3).Border = lineBorder89;
this.fpSpread1_Sheet2.Cells.Get(5, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(5, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(5, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(5, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(6, 0).Border = lineBorder211;
+ this.fpSpread1_Sheet2.Cells.Get(6, 0).Border = lineBorder90;
this.fpSpread1_Sheet2.Cells.Get(6, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(6, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(6, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(6, 1).Border = lineBorder212;
+ this.fpSpread1_Sheet2.Cells.Get(6, 1).Border = lineBorder91;
this.fpSpread1_Sheet2.Cells.Get(6, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(6, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(6, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(6, 2).Border = lineBorder213;
+ this.fpSpread1_Sheet2.Cells.Get(6, 2).Border = lineBorder92;
this.fpSpread1_Sheet2.Cells.Get(6, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(6, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(6, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(6, 3).Border = lineBorder214;
+ this.fpSpread1_Sheet2.Cells.Get(6, 3).Border = lineBorder93;
this.fpSpread1_Sheet2.Cells.Get(6, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(6, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(6, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(6, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(7, 0).Border = lineBorder215;
+ this.fpSpread1_Sheet2.Cells.Get(7, 0).Border = lineBorder94;
this.fpSpread1_Sheet2.Cells.Get(7, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(7, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(7, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(7, 1).Border = lineBorder216;
+ this.fpSpread1_Sheet2.Cells.Get(7, 1).Border = lineBorder95;
this.fpSpread1_Sheet2.Cells.Get(7, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(7, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(7, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(7, 2).Border = lineBorder217;
+ this.fpSpread1_Sheet2.Cells.Get(7, 2).Border = lineBorder96;
this.fpSpread1_Sheet2.Cells.Get(7, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(7, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(7, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(7, 3).Border = lineBorder218;
+ this.fpSpread1_Sheet2.Cells.Get(7, 3).Border = lineBorder97;
this.fpSpread1_Sheet2.Cells.Get(7, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(7, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(7, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(7, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(8, 0).Border = lineBorder219;
+ this.fpSpread1_Sheet2.Cells.Get(8, 0).Border = lineBorder98;
this.fpSpread1_Sheet2.Cells.Get(8, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(8, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(8, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(8, 1).Border = lineBorder220;
+ this.fpSpread1_Sheet2.Cells.Get(8, 1).Border = lineBorder99;
this.fpSpread1_Sheet2.Cells.Get(8, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(8, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(8, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(8, 2).Border = lineBorder221;
+ this.fpSpread1_Sheet2.Cells.Get(8, 2).Border = lineBorder100;
this.fpSpread1_Sheet2.Cells.Get(8, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(8, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(8, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(8, 3).Border = lineBorder222;
+ this.fpSpread1_Sheet2.Cells.Get(8, 3).Border = lineBorder101;
this.fpSpread1_Sheet2.Cells.Get(8, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(8, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(8, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(8, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 0).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(9, 0).Border = lineBorder223;
+ this.fpSpread1_Sheet2.Cells.Get(9, 0).Border = lineBorder102;
this.fpSpread1_Sheet2.Cells.Get(9, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(9, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(9, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 1).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(9, 1).Border = lineBorder224;
+ this.fpSpread1_Sheet2.Cells.Get(9, 1).Border = lineBorder103;
this.fpSpread1_Sheet2.Cells.Get(9, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(9, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(9, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 2).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(9, 2).Border = lineBorder225;
+ this.fpSpread1_Sheet2.Cells.Get(9, 2).Border = lineBorder104;
this.fpSpread1_Sheet2.Cells.Get(9, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(9, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(9, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 3).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet2.Cells.Get(9, 3).Border = lineBorder226;
+ this.fpSpread1_Sheet2.Cells.Get(9, 3).Border = lineBorder105;
this.fpSpread1_Sheet2.Cells.Get(9, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Cells.Get(9, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.Cells.Get(9, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet2.Cells.Get(9, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.ColumnFooter.Columns.Default.Width = 82F;
this.fpSpread1_Sheet2.Columns.Default.Width = 82F;
+ this.fpSpread1_Sheet2.Columns.Get(0).AllowAutoSort = true;
this.fpSpread1_Sheet2.Columns.Get(0).BackColor = System.Drawing.SystemColors.Window;
this.fpSpread1_Sheet2.Columns.Get(0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet2.Columns.Get(0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
@@ -1509,8 +1656,10 @@
this.fpSpread1_Sheet2.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet2.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet2.DefaultStyle.Locked = true;
+ this.fpSpread1_Sheet2.DefaultStyle.Parent = "DataAreaDefault";
this.fpSpread1_Sheet2.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet2.EnableDiagonalLine = true;
+ this.fpSpread1_Sheet2.FrozenRowCount = 1;
this.fpSpread1_Sheet2.MaximumIterations = 100;
this.fpSpread1_Sheet2.PrintInfo.Margin.Bottom = 72;
this.fpSpread1_Sheet2.PrintInfo.Margin.Footer = 28;
@@ -1518,11 +1667,11 @@
this.fpSpread1_Sheet2.PrintInfo.Margin.Left = 67;
this.fpSpread1_Sheet2.PrintInfo.Margin.Right = 67;
this.fpSpread1_Sheet2.PrintInfo.Margin.Top = 72;
- noPrinterPrintInfo5.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
- noPrinterPrintInfo5.HardMarginX = 0F;
- noPrinterPrintInfo5.HardMarginY = 0F;
- noPrinterPrintInfo5.SupportColor = true;
- this.fpSpread1_Sheet2.PrintInfo.NoPrinterSetting = noPrinterPrintInfo5;
+ noPrinterPrintInfo2.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
+ noPrinterPrintInfo2.HardMarginX = 0F;
+ noPrinterPrintInfo2.HardMarginY = 0F;
+ noPrinterPrintInfo2.SupportColor = true;
+ this.fpSpread1_Sheet2.PrintInfo.NoPrinterSetting = noPrinterPrintInfo2;
this.fpSpread1_Sheet2.PrintInfo.Orientation = FarPoint.Win.Spread.PrintOrientation.Portrait;
this.fpSpread1_Sheet2.PrintInfo.PageOrder = FarPoint.Win.Spread.PrintPageOrder.DownThenOver;
this.fpSpread1_Sheet2.PrintInfo.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("resource.PaperSize1")));
@@ -1548,117 +1697,117 @@
this.fpSpread1_Sheet3.ColumnCount = 8;
this.fpSpread1_Sheet3.RowCount = 10;
this.fpSpread1_Sheet3.Cells.Get(0, 0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 0).Border = lineBorder227;
+ this.fpSpread1_Sheet3.Cells.Get(0, 0).Border = lineBorder106;
this.fpSpread1_Sheet3.Cells.Get(0, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 0).Value = "사원번호";
this.fpSpread1_Sheet3.Cells.Get(0, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 1).Border = lineBorder228;
+ this.fpSpread1_Sheet3.Cells.Get(0, 1).Border = lineBorder107;
this.fpSpread1_Sheet3.Cells.Get(0, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 1).Value = "성명";
this.fpSpread1_Sheet3.Cells.Get(0, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 2).Border = lineBorder229;
+ this.fpSpread1_Sheet3.Cells.Get(0, 2).Border = lineBorder108;
this.fpSpread1_Sheet3.Cells.Get(0, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 2).Value = "일자";
this.fpSpread1_Sheet3.Cells.Get(0, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 3).Border = lineBorder230;
+ this.fpSpread1_Sheet3.Cells.Get(0, 3).Border = lineBorder109;
this.fpSpread1_Sheet3.Cells.Get(0, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 3).Value = "소속공정";
this.fpSpread1_Sheet3.Cells.Get(0, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 4).Border = lineBorder231;
+ this.fpSpread1_Sheet3.Cells.Get(0, 4).Border = lineBorder110;
this.fpSpread1_Sheet3.Cells.Get(0, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 4).Value = "업무공정";
this.fpSpread1_Sheet3.Cells.Get(0, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 5).Border = lineBorder232;
+ this.fpSpread1_Sheet3.Cells.Get(0, 5).Border = lineBorder111;
this.fpSpread1_Sheet3.Cells.Get(0, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 5).Value = "업무분류";
this.fpSpread1_Sheet3.Cells.Get(0, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 6).Border = lineBorder233;
- generalCellType32.FormatString = "#,##0 ;\\-#,##0\\ ";
- generalCellType32.NegativeRed = true;
- generalCellType32.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
- generalCellType32.NumberFormat.NumberDecimalDigits = 0;
- this.fpSpread1_Sheet3.Cells.Get(0, 6).CellType = generalCellType32;
+ this.fpSpread1_Sheet3.Cells.Get(0, 6).Border = lineBorder112;
+ generalCellType15.FormatString = "#,##0 ;\\-#,##0\\ ";
+ generalCellType15.NegativeRed = true;
+ generalCellType15.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
+ generalCellType15.NumberFormat.NumberDecimalDigits = 0;
+ this.fpSpread1_Sheet3.Cells.Get(0, 6).CellType = generalCellType15;
this.fpSpread1_Sheet3.Cells.Get(0, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 6).Value = "시간";
this.fpSpread1_Sheet3.Cells.Get(0, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(123)))), ((int)(((byte)(123)))), ((int)(((byte)(123)))));
- this.fpSpread1_Sheet3.Cells.Get(0, 7).Border = lineBorder234;
- this.fpSpread1_Sheet3.Cells.Get(0, 7).CellType = generalCellType32;
+ this.fpSpread1_Sheet3.Cells.Get(0, 7).Border = lineBorder113;
+ this.fpSpread1_Sheet3.Cells.Get(0, 7).CellType = generalCellType15;
this.fpSpread1_Sheet3.Cells.Get(0, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(0, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.fpSpread1_Sheet3.Cells.Get(0, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(0, 7).Value = "초과";
this.fpSpread1_Sheet3.Cells.Get(0, 7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 0).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 0).Border = lineBorder235;
+ this.fpSpread1_Sheet3.Cells.Get(1, 0).Border = lineBorder114;
this.fpSpread1_Sheet3.Cells.Get(1, 0).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 0).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 1).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 1).Border = lineBorder236;
+ this.fpSpread1_Sheet3.Cells.Get(1, 1).Border = lineBorder115;
this.fpSpread1_Sheet3.Cells.Get(1, 1).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 1).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 2).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 2).Border = lineBorder237;
+ this.fpSpread1_Sheet3.Cells.Get(1, 2).Border = lineBorder116;
this.fpSpread1_Sheet3.Cells.Get(1, 2).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 2).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 3).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 3).Border = lineBorder238;
+ this.fpSpread1_Sheet3.Cells.Get(1, 3).Border = lineBorder117;
this.fpSpread1_Sheet3.Cells.Get(1, 3).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 3).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 4).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 4).Border = lineBorder239;
+ this.fpSpread1_Sheet3.Cells.Get(1, 4).Border = lineBorder118;
this.fpSpread1_Sheet3.Cells.Get(1, 4).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 4).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 4).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 4).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 5).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 5).Border = lineBorder240;
+ this.fpSpread1_Sheet3.Cells.Get(1, 5).Border = lineBorder119;
this.fpSpread1_Sheet3.Cells.Get(1, 5).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 5).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 5).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 6).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 6).Border = lineBorder241;
- generalCellType33.FormatString = "#,##0 ;\\-#,##0\\ ";
- generalCellType33.NegativeRed = true;
- generalCellType33.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
- generalCellType33.NumberFormat.NumberDecimalDigits = 0;
- this.fpSpread1_Sheet3.Cells.Get(1, 6).CellType = generalCellType33;
+ this.fpSpread1_Sheet3.Cells.Get(1, 6).Border = lineBorder120;
+ generalCellType16.FormatString = "#,##0 ;\\-#,##0\\ ";
+ generalCellType16.NegativeRed = true;
+ generalCellType16.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
+ generalCellType16.NumberFormat.NumberDecimalDigits = 0;
+ this.fpSpread1_Sheet3.Cells.Get(1, 6).CellType = generalCellType16;
this.fpSpread1_Sheet3.Cells.Get(1, 6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Cells.Get(1, 7).BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(242)))), ((int)(((byte)(242)))));
- this.fpSpread1_Sheet3.Cells.Get(1, 7).Border = lineBorder242;
- this.fpSpread1_Sheet3.Cells.Get(1, 7).CellType = generalCellType33;
+ this.fpSpread1_Sheet3.Cells.Get(1, 7).Border = lineBorder121;
+ this.fpSpread1_Sheet3.Cells.Get(1, 7).CellType = generalCellType16;
this.fpSpread1_Sheet3.Cells.Get(1, 7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Cells.Get(1, 7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Cells.Get(1, 7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -1702,18 +1851,18 @@
this.fpSpread1_Sheet3.Columns.Get(5).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Columns.Get(5).Width = 182F;
this.fpSpread1_Sheet3.Columns.Get(6).BackColor = System.Drawing.SystemColors.Window;
- generalCellType34.FormatString = "#,##0 ;\\-#,##0\\ ";
- generalCellType34.NegativeRed = true;
- generalCellType34.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
- generalCellType34.NumberFormat.NumberDecimalDigits = 0;
- this.fpSpread1_Sheet3.Columns.Get(6).CellType = generalCellType34;
+ generalCellType17.FormatString = "#,##0 ;\\-#,##0\\ ";
+ generalCellType17.NegativeRed = true;
+ generalCellType17.NumberFormat = ((System.Globalization.NumberFormatInfo)(new System.Globalization.CultureInfo("ko-KR", false).NumberFormat.Clone()));
+ generalCellType17.NumberFormat.NumberDecimalDigits = 0;
+ this.fpSpread1_Sheet3.Columns.Get(6).CellType = generalCellType17;
this.fpSpread1_Sheet3.Columns.Get(6).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Columns.Get(6).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Columns.Get(6).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpSpread1_Sheet3.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.Columns.Get(6).Width = 109F;
this.fpSpread1_Sheet3.Columns.Get(7).BackColor = System.Drawing.SystemColors.Window;
- this.fpSpread1_Sheet3.Columns.Get(7).CellType = generalCellType34;
+ this.fpSpread1_Sheet3.Columns.Get(7).CellType = generalCellType17;
this.fpSpread1_Sheet3.Columns.Get(7).Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.fpSpread1_Sheet3.Columns.Get(7).ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
@@ -1724,6 +1873,7 @@
this.fpSpread1_Sheet3.DefaultStyle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.fpSpread1_Sheet3.DefaultStyle.HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.General;
this.fpSpread1_Sheet3.DefaultStyle.Locked = true;
+ this.fpSpread1_Sheet3.DefaultStyle.Parent = "DataAreaDefault";
this.fpSpread1_Sheet3.DefaultStyle.VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpSpread1_Sheet3.EnableDiagonalLine = true;
this.fpSpread1_Sheet3.MaximumIterations = 100;
@@ -1733,11 +1883,11 @@
this.fpSpread1_Sheet3.PrintInfo.Margin.Left = 67;
this.fpSpread1_Sheet3.PrintInfo.Margin.Right = 67;
this.fpSpread1_Sheet3.PrintInfo.Margin.Top = 72;
- noPrinterPrintInfo6.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
- noPrinterPrintInfo6.HardMarginX = 0F;
- noPrinterPrintInfo6.HardMarginY = 0F;
- noPrinterPrintInfo6.SupportColor = true;
- this.fpSpread1_Sheet3.PrintInfo.NoPrinterSetting = noPrinterPrintInfo6;
+ noPrinterPrintInfo3.Bounds = new System.Drawing.Rectangle(0, 0, 816, 1148);
+ noPrinterPrintInfo3.HardMarginX = 0F;
+ noPrinterPrintInfo3.HardMarginY = 0F;
+ noPrinterPrintInfo3.SupportColor = true;
+ this.fpSpread1_Sheet3.PrintInfo.NoPrinterSetting = noPrinterPrintInfo3;
this.fpSpread1_Sheet3.PrintInfo.Orientation = FarPoint.Win.Spread.PrintOrientation.Portrait;
this.fpSpread1_Sheet3.PrintInfo.PageOrder = FarPoint.Win.Spread.PrintPageOrder.DownThenOver;
this.fpSpread1_Sheet3.PrintInfo.PaperSize = ((System.Drawing.Printing.PaperSize)(resources.GetObject("resource.PaperSize2")));
@@ -1753,150 +1903,6 @@
this.fpSpread1_Sheet3.Rows.Default.Height = 22F;
this.fpSpread1_Sheet3.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
//
- // linkLabel1
- //
- this.linkLabel1.AutoSize = true;
- this.linkLabel1.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel1.Location = new System.Drawing.Point(477, 7);
- this.linkLabel1.Name = "linkLabel1";
- this.linkLabel1.Size = new System.Drawing.Size(39, 19);
- this.linkLabel1.TabIndex = 13;
- this.linkLabel1.TabStop = true;
- this.linkLabel1.Text = "01월";
- this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel2
- //
- this.linkLabel2.AutoSize = true;
- this.linkLabel2.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel2.Location = new System.Drawing.Point(516, 7);
- this.linkLabel2.Name = "linkLabel2";
- this.linkLabel2.Size = new System.Drawing.Size(39, 19);
- this.linkLabel2.TabIndex = 14;
- this.linkLabel2.TabStop = true;
- this.linkLabel2.Text = "02월";
- this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel3
- //
- this.linkLabel3.AutoSize = true;
- this.linkLabel3.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel3.Location = new System.Drawing.Point(594, 7);
- this.linkLabel3.Name = "linkLabel3";
- this.linkLabel3.Size = new System.Drawing.Size(39, 19);
- this.linkLabel3.TabIndex = 16;
- this.linkLabel3.TabStop = true;
- this.linkLabel3.Text = "04월";
- this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel4
- //
- this.linkLabel4.AutoSize = true;
- this.linkLabel4.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel4.Location = new System.Drawing.Point(555, 7);
- this.linkLabel4.Name = "linkLabel4";
- this.linkLabel4.Size = new System.Drawing.Size(39, 19);
- this.linkLabel4.TabIndex = 15;
- this.linkLabel4.TabStop = true;
- this.linkLabel4.Text = "03월";
- this.linkLabel4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel5
- //
- this.linkLabel5.AutoSize = true;
- this.linkLabel5.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel5.Location = new System.Drawing.Point(516, 31);
- this.linkLabel5.Name = "linkLabel5";
- this.linkLabel5.Size = new System.Drawing.Size(39, 19);
- this.linkLabel5.TabIndex = 20;
- this.linkLabel5.TabStop = true;
- this.linkLabel5.Text = "08월";
- this.linkLabel5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel6
- //
- this.linkLabel6.AutoSize = true;
- this.linkLabel6.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel6.Location = new System.Drawing.Point(477, 31);
- this.linkLabel6.Name = "linkLabel6";
- this.linkLabel6.Size = new System.Drawing.Size(39, 19);
- this.linkLabel6.TabIndex = 19;
- this.linkLabel6.TabStop = true;
- this.linkLabel6.Text = "07월";
- this.linkLabel6.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel7
- //
- this.linkLabel7.AutoSize = true;
- this.linkLabel7.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel7.Location = new System.Drawing.Point(672, 7);
- this.linkLabel7.Name = "linkLabel7";
- this.linkLabel7.Size = new System.Drawing.Size(39, 19);
- this.linkLabel7.TabIndex = 18;
- this.linkLabel7.TabStop = true;
- this.linkLabel7.Text = "06월";
- this.linkLabel7.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel8
- //
- this.linkLabel8.AutoSize = true;
- this.linkLabel8.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel8.Location = new System.Drawing.Point(633, 7);
- this.linkLabel8.Name = "linkLabel8";
- this.linkLabel8.Size = new System.Drawing.Size(39, 19);
- this.linkLabel8.TabIndex = 17;
- this.linkLabel8.TabStop = true;
- this.linkLabel8.Text = "05월";
- this.linkLabel8.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel9
- //
- this.linkLabel9.AutoSize = true;
- this.linkLabel9.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel9.Location = new System.Drawing.Point(672, 31);
- this.linkLabel9.Name = "linkLabel9";
- this.linkLabel9.Size = new System.Drawing.Size(39, 19);
- this.linkLabel9.TabIndex = 24;
- this.linkLabel9.TabStop = true;
- this.linkLabel9.Text = "12월";
- this.linkLabel9.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel10
- //
- this.linkLabel10.AutoSize = true;
- this.linkLabel10.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel10.Location = new System.Drawing.Point(633, 31);
- this.linkLabel10.Name = "linkLabel10";
- this.linkLabel10.Size = new System.Drawing.Size(39, 19);
- this.linkLabel10.TabIndex = 23;
- this.linkLabel10.TabStop = true;
- this.linkLabel10.Text = "11월";
- this.linkLabel10.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel11
- //
- this.linkLabel11.AutoSize = true;
- this.linkLabel11.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel11.Location = new System.Drawing.Point(594, 31);
- this.linkLabel11.Name = "linkLabel11";
- this.linkLabel11.Size = new System.Drawing.Size(39, 19);
- this.linkLabel11.TabIndex = 22;
- this.linkLabel11.TabStop = true;
- this.linkLabel11.Text = "10월";
- this.linkLabel11.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
- // linkLabel12
- //
- this.linkLabel12.AutoSize = true;
- this.linkLabel12.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.linkLabel12.Location = new System.Drawing.Point(555, 31);
- this.linkLabel12.Name = "linkLabel12";
- this.linkLabel12.Size = new System.Drawing.Size(39, 19);
- this.linkLabel12.TabIndex = 21;
- this.linkLabel12.TabStop = true;
- this.linkLabel12.Text = "09월";
- this.linkLabel12.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel9_LinkClicked);
- //
// rJobReportUser
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -1937,9 +1943,6 @@
private FarPoint.Win.Spread.FpSpread fpSpread1;
private System.Windows.Forms.Button btSave;
private System.Windows.Forms.ProgressBar progressBar2;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet2;
- private FarPoint.Win.Spread.SheetView fpSpread1_Sheet3;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.LinkLabel linkLabel9;
@@ -1952,5 +1955,8 @@
private System.Windows.Forms.LinkLabel linkLabel8;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.LinkLabel linkLabel4;
+ private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
+ private FarPoint.Win.Spread.SheetView fpSpread1_Sheet2;
+ private FarPoint.Win.Spread.SheetView fpSpread1_Sheet3;
}
}
\ No newline at end of file
diff --git a/SubProject/FPJ0000/JobReport_/rJobReportUser.resx b/SubProject/FPJ0000/JobReport_/rJobReportUser.resx
index 82f4d7b..2b3a2bc 100644
--- a/SubProject/FPJ0000/JobReport_/rJobReportUser.resx
+++ b/SubProject/FPJ0000/JobReport_/rJobReportUser.resx
@@ -123,9 +123,6 @@
17, 17
-
- 17, 17
-
183, 17
diff --git a/SubProject/WebServer/App.config b/SubProject/WebServer/App.config
index 20a8b67..6459518 100644
--- a/SubProject/WebServer/App.config
+++ b/SubProject/WebServer/App.config
@@ -28,6 +28,14 @@
+
+
+
+
+
+
+
+
diff --git a/packages/repositories.config b/packages/repositories.config
deleted file mode 100644
index 97d6ebb..0000000
--- a/packages/repositories.config
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file