This commit is contained in:
chi
2020-09-08 14:40:57 +09:00
parent ba916b69bc
commit 4c0dafd686
22 changed files with 2188 additions and 1060 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 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();
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();
this.dsPRJ = new FPJ0000.dsPRJ();
this.bsIn = new System.Windows.Forms.BindingSource(this.components);
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
@@ -119,9 +119,10 @@
this.bindingNavigatorSeparator11 = new System.Windows.Forms.ToolStripSeparator();
this.bindingNavigatorAddNewItem3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.label3 = new System.Windows.Forms.Label();
this.DefaultMake = 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();
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.bsIn)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.fpIN)).BeginInit();
@@ -161,6 +162,7 @@
// tam
//
this.tam.BackupDataSetBeforeUpdate = false;
this.tam.EETGW_NoteTableAdapter = null;
this.tam.JobReportTableAdapter = null;
this.tam.ProjectsHistoryTableAdapter = null;
this.tam.ProjectsIOMapTableAdapter = this.ta;
@@ -269,18 +271,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 = textCellType1;
this.fpIN_Sheet1.Columns.Get(0).CellType = textCellType21;
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 = textCellType2;
this.fpIN_Sheet1.Columns.Get(1).CellType = textCellType22;
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 = textCellType3;
this.fpIN_Sheet1.Columns.Get(2).CellType = textCellType23;
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;
@@ -551,18 +553,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 = textCellType4;
this.fpOut_Sheet1.Columns.Get(0).CellType = textCellType28;
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 = textCellType5;
this.fpOut_Sheet1.Columns.Get(1).CellType = textCellType29;
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 = textCellType6;
this.fpOut_Sheet1.Columns.Get(2).CellType = textCellType30;
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;
@@ -809,23 +811,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 = textCellType7;
this.fpEtc_Sheet1.Columns.Get(0).CellType = textCellType24;
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 = textCellType8;
this.fpEtc_Sheet1.Columns.Get(1).CellType = textCellType25;
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 = textCellType9;
this.fpEtc_Sheet1.Columns.Get(2).CellType = textCellType26;
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 = textCellType10;
this.fpEtc_Sheet1.Columns.Get(3).CellType = textCellType27;
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;
@@ -862,7 +864,8 @@
this.bindingNavigatorDeleteItem3,
this.toolStripButton1,
this.toolStripSeparator3,
this.DefaultMake});
this.DefaultMake,
this.toolStripButton2});
this.bindingNavigator3.Location = new System.Drawing.Point(0, 158);
this.bindingNavigator3.MoveFirstItem = this.bindingNavigatorMoveFirstItem3;
this.bindingNavigator3.MoveLastItem = this.bindingNavigatorMoveLastItem3;
@@ -970,6 +973,20 @@
this.toolStripButton1.Text = "Save(&S)";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 26);
//
// DefaultMake
//
this.DefaultMake.Image = ((System.Drawing.Image)(resources.GetObject("DefaultMake.Image")));
this.DefaultMake.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DefaultMake.Name = "DefaultMake";
this.DefaultMake.Size = new System.Drawing.Size(107, 23);
this.DefaultMake.Text = "목록 자동 생성";
this.DefaultMake.Click += new System.EventHandler(this.DefaultMake_Click);
//
// label3
//
this.label3.BackColor = System.Drawing.Color.LightGray;
@@ -982,19 +999,14 @@
this.label3.Text = "ETC";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// DefaultMake
// toolStripButton2
//
this.DefaultMake.Image = ((System.Drawing.Image)(resources.GetObject("DefaultMake.Image")));
this.DefaultMake.ImageTransparentColor = System.Drawing.Color.Magenta;
this.DefaultMake.Name = "DefaultMake";
this.DefaultMake.Size = new System.Drawing.Size(107, 23);
this.DefaultMake.Text = "목록 자동 생성";
this.DefaultMake.Click += new System.EventHandler(this.DefaultMake_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(6, 26);
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
//
@@ -1122,5 +1134,6 @@
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton DefaultMake;
private System.Windows.Forms.ToolStripButton toolStripButton2;
}
}