프로젝트 챔피언에 조회기간 입력 추가(진승리p)

This commit is contained in:
chi
2023-06-19 08:41:36 +09:00
parent a69a5d27b2
commit d0f201cf83
5 changed files with 399 additions and 359 deletions

View File

@@ -76,6 +76,7 @@
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
this.tbFind = new System.Windows.Forms.ToolStripTextBox();
this.btFind = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.cm = new System.Windows.Forms.ContextMenuStrip(this.components);
this.columnSizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.autoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
@@ -140,7 +141,6 @@
this.label17 = new System.Windows.Forms.Label();
this.fpSpread2 = new FarPoint.Win.Spread.FpSpread();
this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.taSchedule = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectsScheduleTableAdapter();
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
this.bn.SuspendLayout();
@@ -383,6 +383,17 @@
this.btFind.Text = "toolStripButton1";
this.btFind.Click += new System.EventHandler(this.btFind_Click);
//
// toolStripButton2
//
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
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(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// cm
//
this.cm.Font = new System.Drawing.Font("맑은 고딕", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
@@ -1293,10 +1304,6 @@
this.fpSpread2_Sheet1.ActiveColumnIndex = -1;
this.fpSpread2_Sheet1.ActiveRowIndex = -1;
this.fpSpread2_Sheet1.AutoGenerateColumns = false;
this.fpSpread2_Sheet1.ColumnFooter.DefaultStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.ColumnFooter.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.ColumnFooterSheetCornerStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.ColumnFooterSheetCornerStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).RowSpan = 2;
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "상태";
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).RowSpan = 2;
@@ -1388,28 +1395,9 @@
this.fpSpread2_Sheet1.Columns.Get(13).DataField = "memo";
this.fpSpread2_Sheet1.Columns.Get(13).Width = 63F;
this.fpSpread2_Sheet1.DataAutoSizeColumns = false;
this.fpSpread2_Sheet1.DefaultStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.FilterBarHeaderStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.FilterBarHeaderStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
this.fpSpread2_Sheet1.RowHeader.DefaultStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.RowHeader.DefaultStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.SheetCornerStyle.BackColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.SheetCornerStyle.ForeColor = System.Drawing.Color.Empty;
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
//
// toolStripButton2
//
this.toolStripButton2.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
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(23, 22);
this.toolStripButton2.Text = "toolStripButton2";
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// taSchedule
//
this.taSchedule.ClearBeforeFill = true;