diff --git a/PROMS/fmtxml/Form1.cs b/PROMS/fmtxml/Form1.cs index 418c402a..0b896b8b 100644 --- a/PROMS/fmtxml/Form1.cs +++ b/PROMS/fmtxml/Form1.cs @@ -586,10 +586,12 @@ namespace fmtxml CopyFormat("wst2all.xml"); CopyFormat("wstcklall.xml"); CopyFormat("wstalrall.xml"); + CopyFormat("wstbckall.xml"); CopySVG("wst1.svg"); CopySVG("wst2.svg"); CopySVG("wstckl.svg"); CopySVG("wstalr.svg"); + CopySVG("wstbck.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'"); } diff --git a/PROMS/fmtxml/WSTBCKall.xml b/PROMS/fmtxml/WSTBCKall.xml new file mode 100644 index 00000000..4f762c49 Binary files /dev/null and b/PROMS/fmtxml/WSTBCKall.xml differ diff --git a/PROMS/fmtxml/wstbck.svg b/PROMS/fmtxml/wstbck.svg new file mode 100644 index 00000000..4ce6da47 Binary files /dev/null and b/PROMS/fmtxml/wstbck.svg differ