..
This commit is contained in:
294
SubProject/FPJ0000/Project/fProjectListUser.Designer.cs
generated
294
SubProject/FPJ0000/Project/fProjectListUser.Designer.cs
generated
@@ -78,6 +78,7 @@
|
||||
this.taHistD = new FPJ0000.dsPRJTableAdapters.EETGW_ProjecthistoryDTableAdapter();
|
||||
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.bsUser = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.dSProjectSummary = new FPJ0000.Project.DSProjectSummary();
|
||||
this.projectsTableAdapter = new FPJ0000.Project.DSProjectSummaryTableAdapters.ProjectsTableAdapter();
|
||||
@@ -94,7 +95,6 @@
|
||||
this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.bindingNavigatorSeparator5 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.panel2 = new System.Windows.Forms.Panel();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bs)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsMSSQL)).BeginInit();
|
||||
this.cm.SuspendLayout();
|
||||
@@ -102,12 +102,12 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsHistD)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsHist)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsUser)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSProjectSummary)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
|
||||
this.bindingNavigator1.SuspendLayout();
|
||||
this.panel2.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// bs
|
||||
@@ -220,9 +220,9 @@
|
||||
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.cmbDateType,
|
||||
this.cmbYearS,
|
||||
this.toolStripSeparator4,
|
||||
this.btClose,
|
||||
this.btSearch});
|
||||
this.btSearch,
|
||||
this.toolStripSeparator4});
|
||||
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
||||
this.toolStrip1.Name = "toolStrip1";
|
||||
this.toolStrip1.Size = new System.Drawing.Size(1339, 45);
|
||||
@@ -317,148 +317,6 @@
|
||||
this.fpSpread1.TabIndex = 36;
|
||||
this.fpSpread1.CellDoubleClick += new FarPoint.Win.Spread.CellClickEventHandler(this.fpSpread1_CellDoubleClick);
|
||||
//
|
||||
// bsUser
|
||||
//
|
||||
this.bsUser.DataMember = "ProjectCountForUser";
|
||||
this.bsUser.DataSource = this.dSProjectSummary;
|
||||
this.bsUser.Sort = "process,username";
|
||||
this.bsUser.CurrentChanged += new System.EventHandler(this.bsUser_CurrentChanged);
|
||||
//
|
||||
// dSProjectSummary
|
||||
//
|
||||
this.dSProjectSummary.DataSetName = "DSProjectSummary";
|
||||
this.dSProjectSummary.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// projectsTableAdapter
|
||||
//
|
||||
this.projectsTableAdapter.ClearBeforeFill = true;
|
||||
//
|
||||
// bindingNavigator1
|
||||
//
|
||||
this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
|
||||
this.bindingNavigator1.BindingSource = this.bsUser;
|
||||
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem1;
|
||||
this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
|
||||
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.bindingNavigatorMoveFirstItem1,
|
||||
this.bindingNavigatorMovePreviousItem1,
|
||||
this.bindingNavigatorSeparator3,
|
||||
this.bindingNavigatorPositionItem1,
|
||||
this.bindingNavigatorCountItem1,
|
||||
this.bindingNavigatorSeparator4,
|
||||
this.bindingNavigatorMoveNextItem1,
|
||||
this.bindingNavigatorMoveLastItem1,
|
||||
this.bindingNavigatorSeparator5,
|
||||
this.bindingNavigatorAddNewItem,
|
||||
this.bindingNavigatorDeleteItem});
|
||||
this.bindingNavigator1.Location = new System.Drawing.Point(0, 620);
|
||||
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
|
||||
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem1;
|
||||
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem1;
|
||||
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
|
||||
this.bindingNavigator1.Name = "bindingNavigator1";
|
||||
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem1;
|
||||
this.bindingNavigator1.Size = new System.Drawing.Size(1339, 25);
|
||||
this.bindingNavigator1.TabIndex = 37;
|
||||
this.bindingNavigator1.Text = "bindingNavigator1";
|
||||
//
|
||||
// bindingNavigatorAddNewItem
|
||||
//
|
||||
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
||||
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
||||
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorAddNewItem.Text = "새로 추가";
|
||||
//
|
||||
// bindingNavigatorCountItem1
|
||||
//
|
||||
this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
|
||||
this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(27, 22);
|
||||
this.bindingNavigatorCountItem1.Text = "/{0}";
|
||||
this.bindingNavigatorCountItem1.ToolTipText = "전체 항목 수";
|
||||
//
|
||||
// bindingNavigatorDeleteItem
|
||||
//
|
||||
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
||||
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
||||
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorDeleteItem.Text = "삭제";
|
||||
//
|
||||
// bindingNavigatorMoveFirstItem1
|
||||
//
|
||||
this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
|
||||
this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
|
||||
this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveFirstItem1.Text = "처음으로 이동";
|
||||
//
|
||||
// bindingNavigatorMovePreviousItem1
|
||||
//
|
||||
this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
|
||||
this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
|
||||
this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMovePreviousItem1.Text = "이전으로 이동";
|
||||
//
|
||||
// bindingNavigatorSeparator3
|
||||
//
|
||||
this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
|
||||
this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// bindingNavigatorPositionItem1
|
||||
//
|
||||
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";
|
||||
this.bindingNavigatorPositionItem1.ToolTipText = "현재 위치";
|
||||
//
|
||||
// bindingNavigatorSeparator4
|
||||
//
|
||||
this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
|
||||
this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// bindingNavigatorMoveNextItem1
|
||||
//
|
||||
this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
|
||||
this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
|
||||
this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveNextItem1.Text = "다음으로 이동";
|
||||
//
|
||||
// bindingNavigatorMoveLastItem1
|
||||
//
|
||||
this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
|
||||
this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
|
||||
this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveLastItem1.Text = "마지막으로 이동";
|
||||
//
|
||||
// bindingNavigatorSeparator5
|
||||
//
|
||||
this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
|
||||
this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.fpSpread1);
|
||||
this.panel2.Controls.Add(this.bindingNavigator1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 45);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1339, 645);
|
||||
this.panel2.TabIndex = 38;
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
this.fpSpread1_Sheet1.Reset();
|
||||
@@ -733,6 +591,148 @@
|
||||
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// bsUser
|
||||
//
|
||||
this.bsUser.DataMember = "ProjectCountForUser";
|
||||
this.bsUser.DataSource = this.dSProjectSummary;
|
||||
this.bsUser.Sort = "process,username";
|
||||
this.bsUser.CurrentChanged += new System.EventHandler(this.bsUser_CurrentChanged);
|
||||
//
|
||||
// dSProjectSummary
|
||||
//
|
||||
this.dSProjectSummary.DataSetName = "DSProjectSummary";
|
||||
this.dSProjectSummary.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
|
||||
//
|
||||
// projectsTableAdapter
|
||||
//
|
||||
this.projectsTableAdapter.ClearBeforeFill = true;
|
||||
//
|
||||
// bindingNavigator1
|
||||
//
|
||||
this.bindingNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
|
||||
this.bindingNavigator1.BindingSource = this.bsUser;
|
||||
this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem1;
|
||||
this.bindingNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
|
||||
this.bindingNavigator1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
||||
this.bindingNavigatorMoveFirstItem1,
|
||||
this.bindingNavigatorMovePreviousItem1,
|
||||
this.bindingNavigatorSeparator3,
|
||||
this.bindingNavigatorPositionItem1,
|
||||
this.bindingNavigatorCountItem1,
|
||||
this.bindingNavigatorSeparator4,
|
||||
this.bindingNavigatorMoveNextItem1,
|
||||
this.bindingNavigatorMoveLastItem1,
|
||||
this.bindingNavigatorSeparator5,
|
||||
this.bindingNavigatorAddNewItem,
|
||||
this.bindingNavigatorDeleteItem});
|
||||
this.bindingNavigator1.Location = new System.Drawing.Point(0, 620);
|
||||
this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem1;
|
||||
this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem1;
|
||||
this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem1;
|
||||
this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem1;
|
||||
this.bindingNavigator1.Name = "bindingNavigator1";
|
||||
this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem1;
|
||||
this.bindingNavigator1.Size = new System.Drawing.Size(1339, 25);
|
||||
this.bindingNavigator1.TabIndex = 37;
|
||||
this.bindingNavigator1.Text = "bindingNavigator1";
|
||||
//
|
||||
// bindingNavigatorAddNewItem
|
||||
//
|
||||
this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
|
||||
this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
|
||||
this.bindingNavigatorAddNewItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorAddNewItem.Text = "새로 추가";
|
||||
//
|
||||
// bindingNavigatorCountItem1
|
||||
//
|
||||
this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
|
||||
this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(27, 22);
|
||||
this.bindingNavigatorCountItem1.Text = "/{0}";
|
||||
this.bindingNavigatorCountItem1.ToolTipText = "전체 항목 수";
|
||||
//
|
||||
// bindingNavigatorDeleteItem
|
||||
//
|
||||
this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
|
||||
this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
|
||||
this.bindingNavigatorDeleteItem.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorDeleteItem.Text = "삭제";
|
||||
//
|
||||
// bindingNavigatorMoveFirstItem1
|
||||
//
|
||||
this.bindingNavigatorMoveFirstItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
|
||||
this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
|
||||
this.bindingNavigatorMoveFirstItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveFirstItem1.Text = "처음으로 이동";
|
||||
//
|
||||
// bindingNavigatorMovePreviousItem1
|
||||
//
|
||||
this.bindingNavigatorMovePreviousItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
|
||||
this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
|
||||
this.bindingNavigatorMovePreviousItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMovePreviousItem1.Text = "이전으로 이동";
|
||||
//
|
||||
// bindingNavigatorSeparator3
|
||||
//
|
||||
this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
|
||||
this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// bindingNavigatorPositionItem1
|
||||
//
|
||||
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";
|
||||
this.bindingNavigatorPositionItem1.ToolTipText = "현재 위치";
|
||||
//
|
||||
// bindingNavigatorSeparator4
|
||||
//
|
||||
this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
|
||||
this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// bindingNavigatorMoveNextItem1
|
||||
//
|
||||
this.bindingNavigatorMoveNextItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
|
||||
this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
|
||||
this.bindingNavigatorMoveNextItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveNextItem1.Text = "다음으로 이동";
|
||||
//
|
||||
// bindingNavigatorMoveLastItem1
|
||||
//
|
||||
this.bindingNavigatorMoveLastItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
||||
this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
|
||||
this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
|
||||
this.bindingNavigatorMoveLastItem1.RightToLeftAutoMirrorImage = true;
|
||||
this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(23, 22);
|
||||
this.bindingNavigatorMoveLastItem1.Text = "마지막으로 이동";
|
||||
//
|
||||
// bindingNavigatorSeparator5
|
||||
//
|
||||
this.bindingNavigatorSeparator5.Name = "bindingNavigatorSeparator5";
|
||||
this.bindingNavigatorSeparator5.Size = new System.Drawing.Size(6, 25);
|
||||
//
|
||||
// panel2
|
||||
//
|
||||
this.panel2.Controls.Add(this.fpSpread1);
|
||||
this.panel2.Controls.Add(this.bindingNavigator1);
|
||||
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel2.Location = new System.Drawing.Point(0, 45);
|
||||
this.panel2.Name = "panel2";
|
||||
this.panel2.Size = new System.Drawing.Size(1339, 645);
|
||||
this.panel2.TabIndex = 38;
|
||||
//
|
||||
// fProjectListUser
|
||||
//
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
|
||||
@@ -751,6 +751,7 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsHistD)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsHist)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsUser)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dSProjectSummary)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
|
||||
@@ -758,7 +759,6 @@
|
||||
this.bindingNavigator1.PerformLayout();
|
||||
this.panel2.ResumeLayout(false);
|
||||
this.panel2.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
||||
@@ -40,11 +40,14 @@ namespace FPJ0000
|
||||
|
||||
|
||||
this.cmbYearS.Items.Clear();
|
||||
//this.cmbYearE.Items.Clear();
|
||||
for (int i = 2010; i <= DateTime.Now.Year + 1; i++)
|
||||
{
|
||||
cmbYearS.Items.Add(i.ToString("0000"));
|
||||
// cmbYearE.Items.Add(i.ToString("0000"));
|
||||
}
|
||||
this.cmbYearS.Text = DateTime.Now.Year.ToString("0000");
|
||||
// this.cmbYearE.Text = DateTime.Now.Year.ToString("0000");
|
||||
refreshData();
|
||||
|
||||
//일반사용자의경우에는 상태를 변경하지 못한다.
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
<data name="bindingNavigatorAddNewItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
vAAADrwBlbxySQAAAUpJREFUOE9jGLzg7gL2/7fmcf6/Oofr/8UZvP+hwsSD60CNfx41/v/zsOH/yckC
|
||||
pBtwfjov3ICDPSKkG3B8kiBQc93/Pw+q/u9oFydswKWZPP/PTuX7fxKo8Ui/0P993SJAzeX//94r+r++
|
||||
Qeb/qhq5/0srFf/PL1X+P6tIFdPAU0B//nlYD9RUC8SV///cKwHivP9/72b+/3sn+f/f23H//92MAOKQ
|
||||
/5NyNDENONQrDHbu3/ulQI0FQI3ZQI2pQI0J///digZqDPv/70bQ/3/X/f53peliGrCzXeL/lmap/+vA
|
||||
@@ -229,7 +229,7 @@
|
||||
<data name="bindingNavigatorDeleteItem.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
vAAADrwBlbxySQAAAW9JREFUOE+1kE0ow2Ecx3dV3krt4oJaOSCTvIRkMqSxyITIzCQHDouEdnFwIOVC
|
||||
DrhIDiQl5UTiNG/z2ppafy1S2gX/uDwfY6i1v7Hie3nqeb7fz+/7/FR/Ilwn0G0Exw4fV5GJlXlEZxXC
|
||||
rIet9bAQvB5Ymgn2sLYAvSZEux7RUQFzE4qQt4bCXAYjPaHvnDoCkLpsRGMB2JqCTGLIijDlwqQ9bEMV
|
||||
i9OIytR3EMNWcJ/BWH8A6j8/bOGFxwXNxYEvGbMQ9XnQ1/K78KfY3/VXzkMY0qFGG2H4RoLGQshJQNbG
|
||||
@@ -241,7 +241,7 @@
|
||||
<data name="bindingNavigatorMoveFirstItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
vAAADrwBlbxySQAAASpJREFUOE9jGDygcNbz/00Lnv/PnPj4P1QIA4S3P8Apx5A789n/VUfe/8elKL77
|
||||
wf/ghmu4DciY8vT/wn0fsCqK73n4f+n+///9qy/gNiCh58n/aVveYyiKaL8P1pw56/9/r9ITuA2I7Hr0
|
||||
v3f1BxRFoa33wJpb1wFt7/z73yX/AG4DApsf/q+b/w6uKLjl7v9Fe///7wBqzpjz879d3c//9hnbcRvg
|
||||
UXX/f/60NyiK7Ipv/0+f8/u/f9e3/zqF7/5bJKzHbYB96d3/2ZNfYyjSTzn/36ToxX+VrE//jSOX4TbA
|
||||
@@ -252,7 +252,7 @@
|
||||
<data name="bindingNavigatorMovePreviousItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
vAAADrwBlbxySQAAALZJREFUOE9jGDogvP3BfyiTdBDf/eB/cMM18gyI73n4f+n+///9qy+QbkBE+32w
|
||||
5sxZ//97lZ4gzYDQ1ntgza3rgLZ3/v3vkn+AeAOCW+7+X7T3//8OoOaMOT//29X9/G+fsZ00F9gV3/6f
|
||||
Puf3f/+ub/91Ct/9t0hYT3oY6Kec/29S9OK/Stan/8aRy0g3AAQMkk78l037+l83eB55BoCAfurl/xq+
|
||||
08g3AARUPCZQZsBgBQwMANAUYJgEulBVAAAAAElFTkSuQmCC
|
||||
@@ -261,7 +261,7 @@
|
||||
<data name="bindingNavigatorMoveNextItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
vAAADrwBlbxySQAAAKNJREFUOE9jGHygcNbz/1AmeSB35rP/Cd33yDckY8rT//P2//6f0HWHPEMSep78
|
||||
n73v1//OrX//u5VeJt2QyK5H/6ds+/W/ZOnf/wnT//63yT1LmiGBzQ//t659D9ZsXPLlv3T0tf/GkcuI
|
||||
N8Sj6v7/krnv4JoVXXpIc4F96d3/gS3PyNMMAhZ5d/7bFFwhTzMIGGbdJl8zCOik3SBf81AEDAwAoH5f
|
||||
oAc0QjgAAAAASUVORK5CYII=
|
||||
@@ -270,7 +270,7 @@
|
||||
<data name="bindingNavigatorMoveLastItem1.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||
vQAADr0BR/uQrQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
vAAADrwBlbxySQAAASxJREFUOE9jGFygcNbz/1AmBgDJNS14/j9z4mOcahhyZz77n9B9D6sCkNyqI+//
|
||||
h7c/wG1AxpSn/+ft//0/oesOhiKQ3MJ9H/4HN1zDbUBCz5P/s/f9+t+59e9/t9LLKApBctO2vP/vX30B
|
||||
twGRXY/+T9n263/J0r//E6b//W+TexauGCTXu/rDf6/SE7gNCGx++L917XuwZuOSL/+lo6/9N45cBtYA
|
||||
kqub/+6/S/4B3AZ4VN3/XzL3HVyzoksPXDFILn/am//2GdtxG2Bfevd/YMszDM0gAJLLnvz6v0XCetwG
|
||||
|
||||
Reference in New Issue
Block a user