....
This commit is contained in:
240
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
240
SubProject/FPJ0000/Project/fPartBuyStatus.Designer.cs
generated
@@ -114,6 +114,7 @@
|
||||
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
|
||||
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
|
||||
this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.panel3 = new System.Windows.Forms.Panel();
|
||||
this.panel4 = new System.Windows.Forms.Panel();
|
||||
@@ -125,7 +126,6 @@
|
||||
this.tbPDate = new System.Windows.Forms.TextBox();
|
||||
this.tbStatus = new System.Windows.Forms.TextBox();
|
||||
this.label1 = new System.Windows.Forms.Label();
|
||||
this.fpSpread1_Sheet1 = new FarPoint.Win.Spread.SheetView();
|
||||
pdateLabel = new System.Windows.Forms.Label();
|
||||
label3 = new System.Windows.Forms.Label();
|
||||
label4 = new System.Windows.Forms.Label();
|
||||
@@ -138,9 +138,9 @@
|
||||
((System.ComponentModel.ISupportInitialize)(this.bn)).BeginInit();
|
||||
this.bn.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.panel3.SuspendLayout();
|
||||
this.panel4.SuspendLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).BeginInit();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// pdateLabel
|
||||
@@ -895,123 +895,6 @@
|
||||
this.fpSpread1.VerticalScrollBar.Renderer = flatScrollBarRenderer2;
|
||||
this.fpSpread1.EditModeOff += new System.EventHandler(this.fpSpread1_EditModeOff);
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.panel3.Controls.Add(this.panel4);
|
||||
this.panel3.Controls.Add(this.label1);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 92);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1345, 55);
|
||||
this.panel3.TabIndex = 5;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
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.tbOrderNo);
|
||||
this.panel4.Controls.Add(label3);
|
||||
this.panel4.Controls.Add(label5);
|
||||
this.panel4.Controls.Add(this.tbPDate);
|
||||
this.panel4.Controls.Add(pdateLabel);
|
||||
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);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panel4.Size = new System.Drawing.Size(1345, 31);
|
||||
this.panel4.TabIndex = 8;
|
||||
//
|
||||
// tbProjectName
|
||||
//
|
||||
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(871, 5);
|
||||
this.tbProjectName.Name = "tbProjectName";
|
||||
this.tbProjectName.Size = new System.Drawing.Size(469, 21);
|
||||
this.tbProjectName.TabIndex = 3;
|
||||
this.tbProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbProjectIdx
|
||||
//
|
||||
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(817, 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
|
||||
//
|
||||
this.tbDue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "crdue", true));
|
||||
this.tbDue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbDue.Location = new System.Drawing.Point(733, 5);
|
||||
this.tbDue.Name = "tbDue";
|
||||
this.tbDue.Size = new System.Drawing.Size(84, 21);
|
||||
this.tbDue.TabIndex = 10;
|
||||
this.tbDue.Text = "2020-01-01";
|
||||
this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(625, 5);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(108, 21);
|
||||
this.linkLabel1.TabIndex = 17;
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.Text = "SCR/CF Due Date";
|
||||
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// tbOrderNo
|
||||
//
|
||||
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(368, 5);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(257, 21);
|
||||
this.tbOrderNo.TabIndex = 5;
|
||||
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbPDate
|
||||
//
|
||||
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;
|
||||
//
|
||||
// tbStatus
|
||||
//
|
||||
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
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(1345, 24);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "프로젝트정보";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// fpSpread1_Sheet1
|
||||
//
|
||||
this.fpSpread1_Sheet1.Reset();
|
||||
@@ -1259,6 +1142,123 @@
|
||||
this.fpSpread1_Sheet1.TitleInfo.Value = "Partlist";
|
||||
this.fpSpread1_Sheet1.ReferenceStyle = FarPoint.Win.Spread.Model.ReferenceStyle.A1;
|
||||
//
|
||||
// panel3
|
||||
//
|
||||
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
|
||||
this.panel3.Controls.Add(this.panel4);
|
||||
this.panel3.Controls.Add(this.label1);
|
||||
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.panel3.Location = new System.Drawing.Point(0, 92);
|
||||
this.panel3.Name = "panel3";
|
||||
this.panel3.Size = new System.Drawing.Size(1345, 55);
|
||||
this.panel3.TabIndex = 5;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
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.tbOrderNo);
|
||||
this.panel4.Controls.Add(label3);
|
||||
this.panel4.Controls.Add(label5);
|
||||
this.panel4.Controls.Add(this.tbPDate);
|
||||
this.panel4.Controls.Add(pdateLabel);
|
||||
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);
|
||||
this.panel4.Name = "panel4";
|
||||
this.panel4.Padding = new System.Windows.Forms.Padding(5);
|
||||
this.panel4.Size = new System.Drawing.Size(1345, 31);
|
||||
this.panel4.TabIndex = 8;
|
||||
//
|
||||
// tbProjectName
|
||||
//
|
||||
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(871, 5);
|
||||
this.tbProjectName.Name = "tbProjectName";
|
||||
this.tbProjectName.Size = new System.Drawing.Size(469, 21);
|
||||
this.tbProjectName.TabIndex = 3;
|
||||
this.tbProjectName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbProjectIdx
|
||||
//
|
||||
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(817, 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
|
||||
//
|
||||
this.tbDue.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bsPart, "crdue", true));
|
||||
this.tbDue.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.tbDue.Location = new System.Drawing.Point(733, 5);
|
||||
this.tbDue.Name = "tbDue";
|
||||
this.tbDue.Size = new System.Drawing.Size(84, 21);
|
||||
this.tbDue.TabIndex = 10;
|
||||
this.tbDue.Text = "2020-01-01";
|
||||
this.tbDue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// linkLabel1
|
||||
//
|
||||
this.linkLabel1.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.linkLabel1.Location = new System.Drawing.Point(625, 5);
|
||||
this.linkLabel1.Name = "linkLabel1";
|
||||
this.linkLabel1.Size = new System.Drawing.Size(108, 21);
|
||||
this.linkLabel1.TabIndex = 17;
|
||||
this.linkLabel1.TabStop = true;
|
||||
this.linkLabel1.Text = "SCR/CF Due Date";
|
||||
this.linkLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
|
||||
//
|
||||
// tbOrderNo
|
||||
//
|
||||
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(368, 5);
|
||||
this.tbOrderNo.Name = "tbOrderNo";
|
||||
this.tbOrderNo.Size = new System.Drawing.Size(257, 21);
|
||||
this.tbOrderNo.TabIndex = 5;
|
||||
this.tbOrderNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
||||
//
|
||||
// tbPDate
|
||||
//
|
||||
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;
|
||||
//
|
||||
// tbStatus
|
||||
//
|
||||
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
|
||||
//
|
||||
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(80)))), ((int)(((byte)(80)))));
|
||||
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.label1.ForeColor = System.Drawing.Color.White;
|
||||
this.label1.Location = new System.Drawing.Point(0, 0);
|
||||
this.label1.Name = "label1";
|
||||
this.label1.Size = new System.Drawing.Size(1345, 24);
|
||||
this.label1.TabIndex = 2;
|
||||
this.label1.Text = "프로젝트정보";
|
||||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// fPartBuyStatus
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
||||
@@ -1281,10 +1281,10 @@
|
||||
this.bn.ResumeLayout(false);
|
||||
this.bn.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.panel3.ResumeLayout(false);
|
||||
this.panel4.ResumeLayout(false);
|
||||
this.panel4.PerformLayout();
|
||||
((System.ComponentModel.ISupportInitialize)(this.fpSpread1_Sheet1)).EndInit();
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user