Callaway improvements
Callaway improvements (ReadOnly step format property) Initial FNPNMP Initial fnpnmp
This commit is contained in:
@@ -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'");
|
||||
}
|
||||
|
Reference in New Issue
Block a user