..
This commit is contained in:
208
SubProject/FPJ0000/Project/fProjectSchedule.Designer.cs
generated
208
SubProject/FPJ0000/Project/fProjectSchedule.Designer.cs
generated
@@ -42,9 +42,12 @@
|
||||
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.NumberCellType numberCellType7 = new FarPoint.Win.Spread.CellType.NumberCellType();
|
||||
this.dsPRJ = new FPJ0000.dsPRJ();
|
||||
this.tam = new FPJ0000.dsPRJTableAdapters.TableAdapterManager();
|
||||
this.ta = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectsScheduleTableAdapter();
|
||||
this.taTodo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
|
||||
this.bn = new System.Windows.Forms.BindingNavigator(this.components);
|
||||
this.bs = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
|
||||
@@ -60,6 +63,7 @@
|
||||
this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
|
||||
this.projectsScheduleBindingNavigatorSaveItem = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.cm1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
||||
@@ -70,13 +74,14 @@
|
||||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
|
||||
this.exportListToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||
this.ta = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectsScheduleTableAdapter();
|
||||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||||
this.panel1 = new System.Windows.Forms.Panel();
|
||||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||||
this.fpSpread2 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.bsTodo = new System.Windows.Forms.BindingSource(this.components);
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.bnTodo = new System.Windows.Forms.BindingNavigator(this.components);
|
||||
this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
|
||||
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
|
||||
@@ -91,10 +96,7 @@
|
||||
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
|
||||
this.taTodo = new FPJ0000.dsPRJTableAdapters.EETGW_ProjectToDoTableAdapter();
|
||||
this.button1 = new System.Windows.Forms.Button();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.fpSpread2_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
@@ -106,10 +108,10 @@
|
||||
this.groupBox2.SuspendLayout();
|
||||
this.groupBox3.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bnTodo)).BeginInit();
|
||||
this.bnTodo.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// dsPRJ
|
||||
@@ -137,6 +139,14 @@
|
||||
this.tam.SPMasterTableAdapter = null;
|
||||
this.tam.UpdateOrder = FPJ0000.dsPRJTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// taTodo
|
||||
//
|
||||
this.taTodo.ClearBeforeFill = true;
|
||||
//
|
||||
// bn
|
||||
//
|
||||
this.bn.AddNewItem = null;
|
||||
@@ -157,7 +167,8 @@
|
||||
this.bindingNavigatorAddNewItem,
|
||||
this.bindingNavigatorDeleteItem,
|
||||
this.projectsScheduleBindingNavigatorSaveItem,
|
||||
this.toolStripButton1});
|
||||
this.toolStripButton1,
|
||||
this.toolStripButton10});
|
||||
this.bn.Location = new System.Drawing.Point(5, 275);
|
||||
this.bn.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
|
||||
this.bn.MoveLastItem = this.bindingNavigatorMoveLastItem;
|
||||
@@ -165,7 +176,7 @@
|
||||
this.bn.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
|
||||
this.bn.Name = "bn";
|
||||
this.bn.PositionItem = this.bindingNavigatorPositionItem;
|
||||
this.bn.Size = new System.Drawing.Size(1098, 25);
|
||||
this.bn.Size = new System.Drawing.Size(1127, 25);
|
||||
this.bn.TabIndex = 0;
|
||||
this.bn.Text = "bindingNavigator1";
|
||||
//
|
||||
@@ -209,7 +220,6 @@
|
||||
//
|
||||
this.bindingNavigatorPositionItem.AccessibleName = "위치";
|
||||
this.bindingNavigatorPositionItem.AutoSize = false;
|
||||
this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
|
||||
this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
|
||||
this.bindingNavigatorPositionItem.Text = "0";
|
||||
@@ -270,6 +280,7 @@
|
||||
this.projectsScheduleBindingNavigatorSaveItem.Name = "projectsScheduleBindingNavigatorSaveItem";
|
||||
this.projectsScheduleBindingNavigatorSaveItem.Size = new System.Drawing.Size(23, 22);
|
||||
this.projectsScheduleBindingNavigatorSaveItem.Text = "데이터 저장";
|
||||
this.projectsScheduleBindingNavigatorSaveItem.Visible = false;
|
||||
this.projectsScheduleBindingNavigatorSaveItem.Click += new System.EventHandler(this.projectsScheduleBindingNavigatorSaveItem_Click);
|
||||
//
|
||||
// toolStripButton1
|
||||
@@ -280,17 +291,28 @@
|
||||
this.toolStripButton1.Name = "toolStripButton1";
|
||||
this.toolStripButton1.Size = new System.Drawing.Size(66, 22);
|
||||
this.toolStripButton1.Text = "Refresh";
|
||||
this.toolStripButton1.Visible = false;
|
||||
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
|
||||
//
|
||||
// toolStripButton10
|
||||
//
|
||||
this.toolStripButton10.Image = global::FPJ0000.Properties.Resources.accept;
|
||||
this.toolStripButton10.ImageTransparentColor = System.Drawing.Color.Magenta;
|
||||
this.toolStripButton10.Name = "toolStripButton10";
|
||||
this.toolStripButton10.Size = new System.Drawing.Size(99, 22);
|
||||
this.toolStripButton10.Text = "기본목록생성";
|
||||
this.toolStripButton10.Click += new System.EventHandler(this.toolStripButton10_Click);
|
||||
//
|
||||
// fpSpread1
|
||||
//
|
||||
this.fpSpread1.AccessibleDescription = "";
|
||||
this.fpSpread1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.fpSpread1.EditModeReplace = true;
|
||||
this.fpSpread1.Location = new System.Drawing.Point(5, 19);
|
||||
this.fpSpread1.Name = "fpSpread1";
|
||||
this.fpSpread1.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
||||
this.fpSpread1_Sheet1});
|
||||
this.fpSpread1.Size = new System.Drawing.Size(1098, 256);
|
||||
this.fpSpread1.Size = new System.Drawing.Size(1127, 256);
|
||||
this.fpSpread1.TabIndex = 1;
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
@@ -299,7 +321,7 @@
|
||||
this.fpSpread1_Sheet1.SheetName = "Sheet1";
|
||||
// Formulas and custom names must be loaded with R1C1 reference style
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 8;
|
||||
this.fpSpread1_Sheet1.ColumnCount = 9;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.RowCount = 2;
|
||||
this.fpSpread1_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread1_Sheet1.ActiveRowIndex = -1;
|
||||
@@ -315,7 +337,9 @@
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "Actual(WW)";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 6).Value = "진행";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).RowSpan = 2;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "비고";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 7).Value = "담당자";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).RowSpan = 2;
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(0, 8).Value = "비고";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 2).Value = "시작";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 3).Value = "완료";
|
||||
this.fpSpread1_Sheet1.ColumnHeader.Cells.Get(1, 4).Value = "시작";
|
||||
@@ -380,9 +404,13 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).Label = "%";
|
||||
this.fpSpread1_Sheet1.Columns.Get(6).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).CellType = textCellType2;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "memo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).DataField = "uid";
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(7).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).CellType = textCellType3;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).DataField = "memo";
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Left;
|
||||
this.fpSpread1_Sheet1.Columns.Get(8).VerticalAlignment = FarPoint.Win.Spread.CellVerticalAlignment.Center;
|
||||
this.fpSpread1_Sheet1.DataSource = this.bs;
|
||||
this.fpSpread1_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
@@ -452,10 +480,6 @@
|
||||
this.exportListToolStripMenuItem.Text = "Export List";
|
||||
this.exportListToolStripMenuItem.Click += new System.EventHandler(this.exportListToolStripMenuItem_Click);
|
||||
//
|
||||
// ta
|
||||
//
|
||||
this.ta.ClearBeforeFill = true;
|
||||
//
|
||||
// groupBox1
|
||||
//
|
||||
this.groupBox1.Controls.Add(this.fpSpread1);
|
||||
@@ -464,7 +488,7 @@
|
||||
this.groupBox1.Location = new System.Drawing.Point(5, 5);
|
||||
this.groupBox1.Name = "groupBox1";
|
||||
this.groupBox1.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.groupBox1.Size = new System.Drawing.Size(1108, 305);
|
||||
this.groupBox1.Size = new System.Drawing.Size(1137, 305);
|
||||
this.groupBox1.TabIndex = 2;
|
||||
this.groupBox1.TabStop = false;
|
||||
this.groupBox1.Text = "Schedule";
|
||||
@@ -476,19 +500,21 @@
|
||||
this.groupBox2.Location = new System.Drawing.Point(5, 310);
|
||||
this.groupBox2.Name = "groupBox2";
|
||||
this.groupBox2.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.groupBox2.Size = new System.Drawing.Size(541, 351);
|
||||
this.groupBox2.Size = new System.Drawing.Size(654, 356);
|
||||
this.groupBox2.TabIndex = 3;
|
||||
this.groupBox2.TabStop = false;
|
||||
this.groupBox2.Text = "Time Table";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
this.panel1.BackColor = System.Drawing.Color.Red;
|
||||
this.panel1.BackColor = System.Drawing.Color.Black;
|
||||
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel1.Location = new System.Drawing.Point(5, 19);
|
||||
this.panel1.Name = "panel1";
|
||||
this.panel1.Size = new System.Drawing.Size(531, 327);
|
||||
this.panel1.Size = new System.Drawing.Size(644, 332);
|
||||
this.panel1.TabIndex = 0;
|
||||
this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
|
||||
this.panel1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel1_MouseClick);
|
||||
//
|
||||
// groupBox3
|
||||
//
|
||||
@@ -496,10 +522,10 @@
|
||||
this.groupBox3.Controls.Add(this.textBox1);
|
||||
this.groupBox3.Controls.Add(this.bnTodo);
|
||||
this.groupBox3.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.groupBox3.Location = new System.Drawing.Point(546, 310);
|
||||
this.groupBox3.Location = new System.Drawing.Point(659, 310);
|
||||
this.groupBox3.Name = "groupBox3";
|
||||
this.groupBox3.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.groupBox3.Size = new System.Drawing.Size(567, 351);
|
||||
this.groupBox3.Size = new System.Drawing.Size(483, 356);
|
||||
this.groupBox3.TabIndex = 4;
|
||||
this.groupBox3.TabStop = false;
|
||||
this.groupBox3.Text = "Todo";
|
||||
@@ -508,18 +534,74 @@
|
||||
//
|
||||
this.fpSpread2.AccessibleDescription = "";
|
||||
this.fpSpread2.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.fpSpread2.EditModeReplace = true;
|
||||
this.fpSpread2.Location = new System.Drawing.Point(5, 19);
|
||||
this.fpSpread2.Name = "fpSpread2";
|
||||
this.fpSpread2.Sheets.AddRange(new FarPoint.Win.Spread.SheetView[] {
|
||||
this.fpSpread2_Sheet1});
|
||||
this.fpSpread2.Size = new System.Drawing.Size(557, 231);
|
||||
this.fpSpread2.Size = new System.Drawing.Size(473, 236);
|
||||
this.fpSpread2.TabIndex = 1;
|
||||
//
|
||||
// fpSpread2_Sheet1
|
||||
//
|
||||
this.fpSpread2_Sheet1.Reset();
|
||||
this.fpSpread2_Sheet1.SheetName = "Sheet1";
|
||||
// Formulas and custom names must be loaded with R1C1 reference style
|
||||
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
|
||||
this.fpSpread2_Sheet1.ColumnCount = 5;
|
||||
this.fpSpread2_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread2_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread2_Sheet1.AutoGenerateColumns = false;
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "No";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "항목";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "시작일";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "완료일";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "진행";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Rows.Get(0).Height = 31F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).CellType = textCellType4;
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).DataField = "sort";
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).Label = "No";
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).Width = 58F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).CellType = textCellType5;
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).DataField = "title";
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).Label = "항목";
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).Width = 151F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).CellType = textCellType6;
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).DataField = "pdate";
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).Label = "시작일";
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).Width = 84F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).CellType = textCellType7;
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).DataField = "edate";
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).Label = "완료일";
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).Width = 76F;
|
||||
numberCellType7.DecimalPlaces = 0;
|
||||
numberCellType7.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||
numberCellType7.MaximumValue = 2147483647D;
|
||||
numberCellType7.MinimumValue = -2147483648D;
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).CellType = numberCellType7;
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).DataField = "process";
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).Label = "진행";
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).Width = 77F;
|
||||
this.fpSpread2_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread2_Sheet1.DataSource = this.bsTodo;
|
||||
this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// bsTodo
|
||||
//
|
||||
this.bsTodo.DataMember = "EETGW_ProjectToDo";
|
||||
this.bsTodo.DataSource = this.dsPRJ;
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsTodo, "remark", true));
|
||||
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.textBox1.Location = new System.Drawing.Point(5, 255);
|
||||
this.textBox1.Multiline = true;
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(473, 71);
|
||||
this.textBox1.TabIndex = 3;
|
||||
//
|
||||
// bnTodo
|
||||
//
|
||||
this.bnTodo.AddNewItem = null;
|
||||
@@ -541,14 +623,14 @@
|
||||
this.toolStripButton7,
|
||||
this.toolStripButton8,
|
||||
this.toolStripButton9});
|
||||
this.bnTodo.Location = new System.Drawing.Point(5, 321);
|
||||
this.bnTodo.Location = new System.Drawing.Point(5, 326);
|
||||
this.bnTodo.MoveFirstItem = this.toolStripButton2;
|
||||
this.bnTodo.MoveLastItem = this.toolStripButton5;
|
||||
this.bnTodo.MoveNextItem = this.toolStripButton4;
|
||||
this.bnTodo.MovePreviousItem = this.toolStripButton3;
|
||||
this.bnTodo.Name = "bnTodo";
|
||||
this.bnTodo.PositionItem = this.toolStripTextBox1;
|
||||
this.bnTodo.Size = new System.Drawing.Size(557, 25);
|
||||
this.bnTodo.Size = new System.Drawing.Size(473, 25);
|
||||
this.bnTodo.TabIndex = 2;
|
||||
this.bnTodo.Text = "bindingNavigator1";
|
||||
//
|
||||
@@ -586,7 +668,6 @@
|
||||
//
|
||||
this.toolStripTextBox1.AccessibleName = "위치";
|
||||
this.toolStripTextBox1.AutoSize = false;
|
||||
this.toolStripTextBox1.Font = new System.Drawing.Font("맑은 고딕", 9F);
|
||||
this.toolStripTextBox1.Name = "toolStripTextBox1";
|
||||
this.toolStripTextBox1.Size = new System.Drawing.Size(50, 23);
|
||||
this.toolStripTextBox1.Text = "0";
|
||||
@@ -647,6 +728,7 @@
|
||||
this.toolStripButton8.Name = "toolStripButton8";
|
||||
this.toolStripButton8.Size = new System.Drawing.Size(23, 22);
|
||||
this.toolStripButton8.Text = "데이터 저장";
|
||||
this.toolStripButton8.Visible = false;
|
||||
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
|
||||
//
|
||||
// toolStripButton9
|
||||
@@ -657,83 +739,25 @@
|
||||
this.toolStripButton9.Name = "toolStripButton9";
|
||||
this.toolStripButton9.Size = new System.Drawing.Size(66, 22);
|
||||
this.toolStripButton9.Text = "Refresh";
|
||||
this.toolStripButton9.Visible = false;
|
||||
this.toolStripButton9.Click += new System.EventHandler(this.toolStripButton9_Click);
|
||||
//
|
||||
// taTodo
|
||||
//
|
||||
this.taTodo.ClearBeforeFill = true;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
this.button1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.button1.Location = new System.Drawing.Point(5, 661);
|
||||
this.button1.Location = new System.Drawing.Point(5, 666);
|
||||
this.button1.Name = "button1";
|
||||
this.button1.Size = new System.Drawing.Size(1108, 38);
|
||||
this.button1.Size = new System.Drawing.Size(1137, 38);
|
||||
this.button1.TabIndex = 5;
|
||||
this.button1.Text = "저장";
|
||||
this.button1.UseVisualStyleBackColor = true;
|
||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsTodo, "remark", true));
|
||||
this.textBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
||||
this.textBox1.Location = new System.Drawing.Point(5, 250);
|
||||
this.textBox1.Multiline = true;
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(557, 71);
|
||||
this.textBox1.TabIndex = 3;
|
||||
//
|
||||
// fpSpread2_Sheet1
|
||||
//
|
||||
this.fpSpread2_Sheet1.Reset();
|
||||
this.fpSpread2_Sheet1.SheetName = "Sheet1";
|
||||
// Formulas and custom names must be loaded with R1C1 reference style
|
||||
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.R1C1;
|
||||
this.fpSpread2_Sheet1.ColumnCount = 5;
|
||||
this.fpSpread2_Sheet1.ActiveColumnIndex = -1;
|
||||
this.fpSpread2_Sheet1.ActiveRowIndex = -1;
|
||||
this.fpSpread2_Sheet1.AutoGenerateColumns = false;
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 0).Value = "No";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 1).Value = "항목";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 2).Value = "시작일";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 3).Value = "완료일";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Cells.Get(0, 4).Value = "진행";
|
||||
this.fpSpread2_Sheet1.ColumnHeader.Rows.Get(0).Height = 31F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).CellType = textCellType3;
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).DataField = "sort";
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).Label = "No";
|
||||
this.fpSpread2_Sheet1.Columns.Get(0).Width = 58F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).CellType = textCellType4;
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).DataField = "title";
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).Label = "항목";
|
||||
this.fpSpread2_Sheet1.Columns.Get(1).Width = 151F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).CellType = textCellType5;
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).DataField = "pdate";
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).Label = "시작일";
|
||||
this.fpSpread2_Sheet1.Columns.Get(2).Width = 84F;
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).CellType = textCellType6;
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).DataField = "edate";
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).Label = "완료일";
|
||||
this.fpSpread2_Sheet1.Columns.Get(3).Width = 76F;
|
||||
numberCellType7.DecimalPlaces = 0;
|
||||
numberCellType7.LeadingZero = FarPoint.Win.Spread.CellType.LeadingZero.Yes;
|
||||
numberCellType7.MaximumValue = 2147483647D;
|
||||
numberCellType7.MinimumValue = -2147483648D;
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).CellType = numberCellType7;
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).DataField = "process";
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).Label = "진행";
|
||||
this.fpSpread2_Sheet1.Columns.Get(4).Width = 77F;
|
||||
this.fpSpread2_Sheet1.DataAutoSizeColumns = false;
|
||||
this.fpSpread2_Sheet1.DataSource = this.bsTodo;
|
||||
this.fpSpread2_Sheet1.RowHeader.Columns.Default.Resizable = false;
|
||||
this.fpSpread2_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// fProjectSchedule
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1118, 704);
|
||||
this.ClientSize = new System.Drawing.Size(1147, 709);
|
||||
this.Controls.Add(this.groupBox2);
|
||||
this.Controls.Add(this.groupBox3);
|
||||
this.Controls.Add(this.button1);
|
||||
@@ -742,6 +766,7 @@
|
||||
this.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.Text = "스케쥴 관리";
|
||||
this.Load += new System.EventHandler(this.fProjectSchedule_Load);
|
||||
this.SizeChanged += new System.EventHandler(this.fProjectSchedule_SizeChanged);
|
||||
((System.ComponentModel.ISupportInitialize)(this.dsPRJ)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).EndInit();
|
||||
this.bn.ResumeLayout(false);
|
||||
@@ -756,11 +781,11 @@
|
||||
this.groupBox3.ResumeLayout(false);
|
||||
this.groupBox3.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bsTodo)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.bnTodo)).EndInit();
|
||||
this.bnTodo.ResumeLayout(false);
|
||||
this.bnTodo.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread2_Sheet1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
@@ -794,7 +819,6 @@
|
||||
private System.Windows.Forms.BindingSource bs;
|
||||
private dsPRJTableAdapters.EETGW_ProjectsScheduleTableAdapter ta;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton1;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.GroupBox groupBox1;
|
||||
private System.Windows.Forms.GroupBox groupBox2;
|
||||
private System.Windows.Forms.Panel panel1;
|
||||
@@ -819,5 +843,7 @@
|
||||
private System.Windows.Forms.Button button1;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread2_Sheet1;
|
||||
private FarPoint.Win.Spread.SheetView fpSpread1_Sheet1;
|
||||
private System.Windows.Forms.ToolStripButton toolStripButton10;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user