diff --git a/PROMS/fmtxml/Form1.cs b/PROMS/fmtxml/Form1.cs index 92e285ac..a24ead7d 100644 --- a/PROMS/fmtxml/Form1.cs +++ b/PROMS/fmtxml/Form1.cs @@ -608,8 +608,11 @@ namespace fmtxml 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'"); + CopyFormat("hlpfsgall.xml"); + CopySVG("hlpfsg.svg"); + + MyStatus = string.Format("Copied Developed Formats/Genmacs {0:F3} seconds", TimeSpan.FromTicks(DateTime.Now.Ticks - tStart.Ticks).TotalSeconds); + MessageBox.Show("DONE Copy Developed Formats/Genmacs - Results are in " + tbResultPath.Text + @"fmtall' and 'genmacall'"); } private void CopyFormat(string fileName) { diff --git a/PROMS/fmtxml/HLPFSGall.xml b/PROMS/fmtxml/HLPFSGall.xml new file mode 100644 index 00000000..f14b82ff Binary files /dev/null and b/PROMS/fmtxml/HLPFSGall.xml differ diff --git a/PROMS/fmtxml/hlpfsg.svg b/PROMS/fmtxml/hlpfsg.svg new file mode 100644 index 00000000..b4cddc20 Binary files /dev/null and b/PROMS/fmtxml/hlpfsg.svg differ