===================================================== Full Strings for Seven New MRM-related Script Actions ===================================================== Revision: 5-14-2015 (Initial Draft) static const QString SET_MRM_DESCRIPT_FULL_STR( "Set %1 MRM Descriptor, Keyword %2 to Value %3"); static const QString CONFIG_MRM_OUTPUT_FULL_STR( "Configure %1 MRM Output: RDF Control File %2; Generate: " "CSV Files? %3; NetCDF Files? %4"); static const QString SET_MRM_RUN_RANGE_FULL_STR( "Set %1 MRM Run Range to: %2 -- %3"); static const QString SET_MRM_RULESET_FULL_STR( "Set %1 MRM Ruleset #%2 to: %3"); static const QString CONFIG_MRM_IND_SEQ_FULL_STR( "Configure %1 MRM Index Sequential: " "Run Count %2; Initial Offset %3; Interval %4"); static const QString CONFIG_MRM_INP_DMI_FULL_STR( "Configure %1 MRM Input DMI %2; Repeat Count %3"); static const QString ENA_MRM_DISTRIB_RUNS_FULL_STR( "Enable %1 MRM Distributed Runs: %2"); ---