업무일지 시간 요약화면에 휴일 데이터를 추가 함.
This commit is contained in:
114
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
114
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
@@ -117,13 +117,13 @@
|
||||
this.taPartStatus = new FPJ0000.dsPRJTableAdapters.ProjectPartStatusTableAdapter();
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
this.textBox1 = new System.Windows.Forms.TextBox();
|
||||
this.textBox5 = new System.Windows.Forms.TextBox();
|
||||
this.tbProjectName = new System.Windows.Forms.TextBox();
|
||||
this.tbProjectIdx = new System.Windows.Forms.TextBox();
|
||||
this.tbDue = new System.Windows.Forms.TextBox();
|
||||
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
||||
this.textBox3 = new System.Windows.Forms.TextBox();
|
||||
this.pdateTextBox = new System.Windows.Forms.TextBox();
|
||||
this.textBox4 = new System.Windows.Forms.TextBox();
|
||||
this.tbOrderNo = new System.Windows.Forms.TextBox();
|
||||
this.tbPDate = new System.Windows.Forms.TextBox();
|
||||
this.tbStatus = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
pdateLabel = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
@@ -1012,7 +1012,6 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).CellType = textCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).DataField = "amt";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Formula = "RC[-3]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Label = "1대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(12).Tag = "amt";
|
||||
@@ -1021,7 +1020,6 @@
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).CellType = textCellType9;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).DataField = "amtn";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Formula = "RC[-4]*RC[-2]";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).HorizontalAlignment = FarPoint.Win.Spread.CellHorizontalAlignment.Right;
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Label = "N대 금액";
|
||||
this.fpSpread1_Sheet1.Columns.Get(13).Tag = "amtn";
|
||||
@@ -1139,16 +1137,16 @@
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
this.panel4.Controls.Add(this.textBox1);
|
||||
this.panel4.Controls.Add(this.textBox5);
|
||||
this.panel4.Controls.Add(this.tbProjectName);
|
||||
this.panel4.Controls.Add(this.tbProjectIdx);
|
||||
this.panel4.Controls.Add(this.tbDue);
|
||||
this.panel4.Controls.Add(this.linkLabel1);
|
||||
this.panel4.Controls.Add(this.textBox3);
|
||||
this.panel4.Controls.Add(this.tbOrderNo);
|
||||
this.panel4.Controls.Add(label3);
|
||||
this.panel4.Controls.Add(label5);
|
||||
this.panel4.Controls.Add(this.pdateTextBox);
|
||||
this.panel4.Controls.Add(this.tbPDate);
|
||||
this.panel4.Controls.Add(pdateLabel);
|
||||
this.panel4.Controls.Add(this.textBox4);
|
||||
this.panel4.Controls.Add(this.tbStatus);
|
||||
this.panel4.Controls.Add(label4);
|
||||
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.panel4.Location = new System.Drawing.Point(0, 24);
|
||||
@@ -1157,26 +1155,26 @@
|
||||
this.panel4.Size = new System.Drawing.Size(1345, 31);
|
||||
this.panel4.TabIndex = 8;
|
||||
//
|
||||
// textBox1
|
||||
// tbProjectName
|
||||
//
|
||||
this.textBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "name", true));
|
||||
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.textBox1.Location = new System.Drawing.Point(768, 5);
|
||||
this.textBox1.Name = "textBox1";
|
||||
this.textBox1.Size = new System.Drawing.Size(572, 21);
|
||||
this.textBox1.TabIndex = 3;
|
||||
this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbProjectName.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "name", true));
|
||||
this.tbProjectName.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.tbProjectName.Location = new System.Drawing.Point(768, 5);
|
||||
this.tbProjectName.Name = "tbProjectName";
|
||||
this.tbProjectName.Size = new System.Drawing.Size(572, 21);
|
||||
this.tbProjectName.TabIndex = 3;
|
||||
this.tbProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// textBox5
|
||||
// tbProjectIdx
|
||||
//
|
||||
this.textBox5.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "Project", true));
|
||||
this.textBox5.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.textBox5.Location = new System.Drawing.Point(714, 5);
|
||||
this.textBox5.Name = "textBox5";
|
||||
this.textBox5.ReadOnly = true;
|
||||
this.textBox5.Size = new System.Drawing.Size(54, 21);
|
||||
this.textBox5.TabIndex = 9;
|
||||
this.textBox5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbProjectIdx.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "Project", true));
|
||||
this.tbProjectIdx.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbProjectIdx.Location = new System.Drawing.Point(714, 5);
|
||||
this.tbProjectIdx.Name = "tbProjectIdx";
|
||||
this.tbProjectIdx.ReadOnly = true;
|
||||
this.tbProjectIdx.Size = new System.Drawing.Size(54, 21);
|
||||
this.tbProjectIdx.TabIndex = 9;
|
||||
this.tbProjectIdx.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbDue
|
||||
//
|
||||
@@ -1201,35 +1199,35 @@
|
||||
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// textBox3
|
||||
// tbOrderNo
|
||||
//
|
||||
this.textBox3.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "orderno", true));
|
||||
this.textBox3.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.textBox3.Location = new System.Drawing.Point(345, 5);
|
||||
this.textBox3.Name = "textBox3";
|
||||
this.textBox3.Size = new System.Drawing.Size(177, 21);
|
||||
this.textBox3.TabIndex = 5;
|
||||
this.textBox3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbOrderNo.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "orderno", true));
|
||||
this.tbOrderNo.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbOrderNo.Location = new System.Drawing.Point(345, 5);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(177, 21);
|
||||
this.tbOrderNo.TabIndex = 5;
|
||||
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// pdateTextBox
|
||||
// tbPDate
|
||||
//
|
||||
this.pdateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "pdate", true));
|
||||
this.pdateTextBox.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.pdateTextBox.Location = new System.Drawing.Point(193, 5);
|
||||
this.pdateTextBox.Name = "pdateTextBox";
|
||||
this.pdateTextBox.Size = new System.Drawing.Size(100, 21);
|
||||
this.pdateTextBox.TabIndex = 1;
|
||||
this.pdateTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbPDate.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "pdate", true));
|
||||
this.tbPDate.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbPDate.Location = new System.Drawing.Point(193, 5);
|
||||
this.tbPDate.Name = "tbPDate";
|
||||
this.tbPDate.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbPDate.TabIndex = 1;
|
||||
this.tbPDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// textBox4
|
||||
// tbStatus
|
||||
//
|
||||
this.textBox4.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "status", true));
|
||||
this.textBox4.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.textBox4.Location = new System.Drawing.Point(49, 5);
|
||||
this.textBox4.Name = "textBox4";
|
||||
this.textBox4.Size = new System.Drawing.Size(100, 21);
|
||||
this.textBox4.TabIndex = 7;
|
||||
this.textBox4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
this.tbStatus.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "status", true));
|
||||
this.tbStatus.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbStatus.Location = new System.Drawing.Point(49, 5);
|
||||
this.tbStatus.Name = "tbStatus";
|
||||
this.tbStatus.Size = new System.Drawing.Size(100, 21);
|
||||
this.tbStatus.TabIndex = 7;
|
||||
this.tbStatus.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@@ -1323,13 +1321,13 @@
|
||||
private dsPRJTableAdapters.ProjectPartStatusTableAdapter taPartStatus;
|
||||
private System.Windows.Forms.Panel panel2;
|
||||
private System.Windows.Forms.Panel panel3;
|
||||
private System.Windows.Forms.TextBox pdateTextBox;
|
||||
private System.Windows.Forms.TextBox tbPDate;
|
||||
private System.Windows.Forms.Label label1;
|
||||
private System.Windows.Forms.TextBox textBox1;
|
||||
private System.Windows.Forms.TextBox textBox3;
|
||||
private System.Windows.Forms.TextBox textBox4;
|
||||
private System.Windows.Forms.TextBox tbProjectName;
|
||||
private System.Windows.Forms.TextBox tbOrderNo;
|
||||
private System.Windows.Forms.TextBox tbStatus;
|
||||
private System.Windows.Forms.Panel panel4;
|
||||
private System.Windows.Forms.TextBox textBox5;
|
||||
private System.Windows.Forms.TextBox tbProjectIdx;
|
||||
private System.Windows.Forms.TextBox tbDue;
|
||||
private System.Windows.Forms.LinkLabel linkLabel1;
|
||||
private arCtl.arLabel prb4;
|
||||
|
||||
Reference in New Issue
Block a user