아이오맵 내보내기 양식 변경, cr 구매요청시 담당자 그룹 입력하도록 함 데이터베잇 option3 필드 사용

This commit is contained in:
chi
2021-12-13 10:16:52 +09:00
parent f8c03784e6
commit 19525c71b6
13 changed files with 880 additions and 691 deletions

View File

@@ -30,16 +30,16 @@
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fProjectIOMap));
FarPoint.Win.Spread.CellType.TextCellType textCellType21 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType22 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType23 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType28 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType29 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType30 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType24 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType25 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType26 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType27 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType1 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType2 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType3 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType4 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType5 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType6 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType7 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType8 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType9 = new FarPoint.Win.Spread.CellType.TextCellType();
FarPoint.Win.Spread.CellType.TextCellType textCellType10 = new FarPoint.Win.Spread.CellType.TextCellType();
this.dsPRJ = new FPJ0000.dsPRJ();
this.bsIn = new System.Windows.Forms.BindingSource(this.components);
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
@@ -121,8 +121,8 @@
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.DefaultMake = new System.Windows.Forms.ToolStripButton();
this.label3 = new System.Windows.Forms.Label();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsIn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fpIN)).BeginInit();
@@ -162,8 +162,16 @@
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.EETGW_JobReport_AutoInputTableAdapter = null;
this.tam.EETGW_JobReport_EBoardTableAdapter = null;
this.tam.EETGW_NoteTableAdapter = null;
this.tam.EETGW_ProjecthistoryDTableAdapter = null;
this.tam.EETGW_ProjectResonTableAdapter = null;
this.tam.EETGW_ProjectsScheduleTableAdapter = null;
this.tam.EETGW_ProjectToDoTableAdapter = null;
this.tam.EETGW_SaveCostTableAdapter = null;
this.tam.JobReportTableAdapter = null;
this.tam.ProjectPartStatusTableAdapter = null;
this.tam.ProjectsHistoryTableAdapter = null;
this.tam.ProjectsIOMapTableAdapter = this.ta;
this.tam.ProjectsMailListTableAdapter = null;
@@ -270,18 +278,18 @@
this.fpIN_Sheet1.AutoGenerateColumns = false;
this.fpIN_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "Title";
this.fpIN_Sheet1.ColumnHeader.Rows.Get(0).Height = 34F;
this.fpIN_Sheet1.Columns.Get(0).CellType = textCellType21;
this.fpIN_Sheet1.Columns.Get(0).CellType = textCellType1;
this.fpIN_Sheet1.Columns.Get(0).DataField = "PIn";
this.fpIN_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpIN_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpIN_Sheet1.Columns.Get(0).Width = 93F;
this.fpIN_Sheet1.Columns.Get(1).CellType = textCellType22;
this.fpIN_Sheet1.Columns.Get(1).CellType = textCellType2;
this.fpIN_Sheet1.Columns.Get(1).DataField = "Description";
this.fpIN_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpIN_Sheet1.Columns.Get(1).Label = "Title";
this.fpIN_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpIN_Sheet1.Columns.Get(1).Width = 93F;
this.fpIN_Sheet1.Columns.Get(2).CellType = textCellType23;
this.fpIN_Sheet1.Columns.Get(2).CellType = textCellType3;
this.fpIN_Sheet1.Columns.Get(2).DataField = "Remark";
this.fpIN_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpIN_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
@@ -392,6 +400,7 @@
//
this.bindingNavigatorPositionItem1.AccessibleName = "위치";
this.bindingNavigatorPositionItem1.AutoSize = false;
this.bindingNavigatorPositionItem1.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem1.Text = "0";
@@ -552,18 +561,18 @@
this.fpOut_Sheet1.AutoGenerateColumns = false;
this.fpOut_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "Title";
this.fpOut_Sheet1.ColumnHeader.Rows.Get(0).Height = 34F;
this.fpOut_Sheet1.Columns.Get(0).CellType = textCellType28;
this.fpOut_Sheet1.Columns.Get(0).CellType = textCellType4;
this.fpOut_Sheet1.Columns.Get(0).DataField = "PIn";
this.fpOut_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpOut_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpOut_Sheet1.Columns.Get(0).Width = 93F;
this.fpOut_Sheet1.Columns.Get(1).CellType = textCellType29;
this.fpOut_Sheet1.Columns.Get(1).CellType = textCellType5;
this.fpOut_Sheet1.Columns.Get(1).DataField = "Description";
this.fpOut_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpOut_Sheet1.Columns.Get(1).Label = "Title";
this.fpOut_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpOut_Sheet1.Columns.Get(1).Width = 93F;
this.fpOut_Sheet1.Columns.Get(2).CellType = textCellType30;
this.fpOut_Sheet1.Columns.Get(2).CellType = textCellType6;
this.fpOut_Sheet1.Columns.Get(2).DataField = "Remark";
this.fpOut_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpOut_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
@@ -652,6 +661,7 @@
//
this.bindingNavigatorPositionItem2.AccessibleName = "위치";
this.bindingNavigatorPositionItem2.AutoSize = false;
this.bindingNavigatorPositionItem2.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem2.Name = "bindingNavigatorPositionItem2";
this.bindingNavigatorPositionItem2.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem2.Text = "0";
@@ -810,23 +820,23 @@
this.fpEtc_Sheet1.AutoGenerateColumns = false;
this.fpEtc_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "Title";
this.fpEtc_Sheet1.ColumnHeader.Rows.Get(0).Height = 34F;
this.fpEtc_Sheet1.Columns.Get(0).CellType = textCellType24;
this.fpEtc_Sheet1.Columns.Get(0).CellType = textCellType7;
this.fpEtc_Sheet1.Columns.Get(0).DataField = "Dir";
this.fpEtc_Sheet1.Columns.Get(0).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpEtc_Sheet1.Columns.Get(0).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpEtc_Sheet1.Columns.Get(0).Width = 93F;
this.fpEtc_Sheet1.Columns.Get(1).CellType = textCellType25;
this.fpEtc_Sheet1.Columns.Get(1).CellType = textCellType8;
this.fpEtc_Sheet1.Columns.Get(1).DataField = "PIn";
this.fpEtc_Sheet1.Columns.Get(1).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
this.fpEtc_Sheet1.Columns.Get(1).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpEtc_Sheet1.Columns.Get(1).Width = 93F;
this.fpEtc_Sheet1.Columns.Get(2).CellType = textCellType26;
this.fpEtc_Sheet1.Columns.Get(2).CellType = textCellType9;
this.fpEtc_Sheet1.Columns.Get(2).DataField = "Description";
this.fpEtc_Sheet1.Columns.Get(2).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpEtc_Sheet1.Columns.Get(2).Label = "Title";
this.fpEtc_Sheet1.Columns.Get(2).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
this.fpEtc_Sheet1.Columns.Get(2).Width = 93F;
this.fpEtc_Sheet1.Columns.Get(3).CellType = textCellType27;
this.fpEtc_Sheet1.Columns.Get(3).CellType = textCellType10;
this.fpEtc_Sheet1.Columns.Get(3).DataField = "Remark";
this.fpEtc_Sheet1.Columns.Get(3).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
this.fpEtc_Sheet1.Columns.Get(3).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
@@ -919,6 +929,7 @@
//
this.bindingNavigatorPositionItem3.AccessibleName = "위치";
this.bindingNavigatorPositionItem3.AutoSize = false;
this.bindingNavigatorPositionItem3.Font = new System.Drawing.Font("맑은 고딕", 9F);
this.bindingNavigatorPositionItem3.Name = "bindingNavigatorPositionItem3";
this.bindingNavigatorPositionItem3.Size = new System.Drawing.Size(50, 23);
this.bindingNavigatorPositionItem3.Text = "0";
@@ -986,6 +997,15 @@
this.DefaultMake.Text = "목록 자동 생성";
this.DefaultMake.Click += new System.EventHandler(this.DefaultMake_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(99, 23);
this.toolStripButton2.Text = "전체내보내기";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// label3
//
this.label3.BackColor = System.Drawing.Color.LightGray;
@@ -998,15 +1018,6 @@
this.label3.Text = "ETC";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// toolStripButton2
//
this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton2.Image")));
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Size = new System.Drawing.Size(99, 23);
this.toolStripButton2.Text = "전체내보내기";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// fProjectIOMap
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);