Callaway improvements

Callaway improvements (ReadOnly step format property)
Initial FNPNMP
Initial fnpnmp
This commit is contained in:
2013-09-25 16:06:09 +00:00
parent 3363a94037
commit 7cbe3f651f
6 changed files with 45 additions and 1 deletions

View File

@@ -304,7 +304,7 @@ namespace fmtxml
this.btnWestinghouse.Name = "btnWestinghouse";
this.btnWestinghouse.Size = new System.Drawing.Size(164, 26);
this.btnWestinghouse.TabIndex = 21;
this.btnWestinghouse.Text = "Copy Westinghouse Fmt Gen";
this.btnWestinghouse.Text = "Copy New Formats";
this.btnWestinghouse.UseVisualStyleBackColor = true;
this.btnWestinghouse.Click += new System.EventHandler(this.btnWestinghouse_Click);
//
@@ -604,6 +604,10 @@ namespace fmtxml
CopySVG("wstalr.svg");
CopySVG("wstbck.svg");
CopySVG("wstdcs.svg");
CopyFormat("fnpnmpall.xml");
CopySVG("fnpnmp.svg");
MyStatus = string.Format("Copied Westinghouse Format/Genmac {0:F3} seconds", TimeSpan.FromTicks(DateTime.Now.Ticks - tStart.Ticks).TotalSeconds);
MessageBox.Show("DONE Copy Westinghouse Format/Genmac - Results are in " + tbResultPath.Text + @"fmtall' and 'genmacall'");
}