diff --git a/PROMS/fmtxml/ComPeakFlex.svg b/PROMS/fmtxml/ComPeakFlex.svg new file mode 100644 index 00000000..9e8c0c16 Binary files /dev/null and b/PROMS/fmtxml/ComPeakFlex.svg differ diff --git a/PROMS/fmtxml/ComPeakFlexall.xml b/PROMS/fmtxml/ComPeakFlexall.xml new file mode 100644 index 00000000..c5f7071d Binary files /dev/null and b/PROMS/fmtxml/ComPeakFlexall.xml differ diff --git a/PROMS/fmtxml/Form1.cs b/PROMS/fmtxml/Form1.cs index a24ead7d..64fd60f4 100644 --- a/PROMS/fmtxml/Form1.cs +++ b/PROMS/fmtxml/Form1.cs @@ -611,6 +611,10 @@ namespace fmtxml CopyFormat("hlpfsgall.xml"); CopySVG("hlpfsg.svg"); + // Comanche Peak Flex Format + CopyFormat("ComPeakFlexall.xml"); + CopySVG("ComPeakFlex.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'"); }