This commit is contained in:
chi
2020-06-23 18:37:02 +09:00
parent 6103a340e5
commit d88b1e1909
16 changed files with 1033 additions and 1105 deletions

View File

@@ -90,6 +90,8 @@
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.taProject = new FPJ0000.dsPRJTableAdapters.ProjectsTableAdapter();
this.taPart = new FPJ0000.dsPRJTableAdapters.ProjectsPartTableAdapter();
this.columnHeader11 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
processLabel = new System.Windows.Forms.Label();
projectLabel = new System.Windows.Forms.Label();
assetLabel = new System.Windows.Forms.Label();
@@ -473,7 +475,8 @@
this.columnHeader7,
this.columnHeader8,
this.columnHeader9,
this.columnHeader10});
this.columnHeader10,
this.columnHeader11});
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.GridLines = true;
@@ -564,7 +567,8 @@
this.toolStripButton6,
this.toolStripButton5,
this.toolStripButton7,
this.toolStripButton4});
this.toolStripButton4,
this.toolStripButton8});
this.toolStrip1.Location = new System.Drawing.Point(3, 442);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(1168, 25);
@@ -681,6 +685,19 @@
//
this.taPart.ClearBeforeFill = true;
//
// columnHeader11
//
this.columnHeader11.Text = "PO";
//
// toolStripButton8
//
this.toolStripButton8.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton8.Image")));
this.toolStripButton8.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton8.Name = "toolStripButton8";
this.toolStripButton8.Size = new System.Drawing.Size(75, 22);
this.toolStripButton8.Text = "새로고침";
this.toolStripButton8.Click += new System.EventHandler(this.toolStripButton8_Click);
//
// fProjectPartToPurchase
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
@@ -763,5 +780,7 @@
private System.Windows.Forms.ColumnHeader columnHeader10;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.RadioButton radioButton2;
private System.Windows.Forms.ColumnHeader columnHeader11;
private System.Windows.Forms.ToolStripButton toolStripButton8;
}
}