Added support for VCSDEV and SUM format files for VCSummer

This commit is contained in:
Rich
2013-06-11 18:41:32 +00:00
parent f03615dd7d
commit 924e5c024e
6 changed files with 133 additions and 2 deletions

View File

@@ -516,6 +516,9 @@ public struct CheckOffData
public int UseCheckOffsIn;
public float CheckOffAdjustment;
public float XLocation;
//for VCSummer by jcb
public float RelXLocation;
//end for VCSummer by jcb
/* Format flags ... */
public string DropCheckOff;
public string CheckOffOnHLSOnly;
@@ -723,6 +726,10 @@ public struct StepSectionLayout
public string NonLinkedStepNumber;
public string NonLinkedCautNoteNumber;
public string NonLinkedRNONumber;
//for VCSummer by jcb
public float SingleColumnRNOIndent;
public bool RNOWidthSameAsHighParent;
//end for VCSummer by jcb
/* Format flags moved to here.... */
public string Dev_Format;
public string EnhancedShortFormDev;
@@ -999,6 +1006,10 @@ public struct Layout
[Serializable]
public struct Tab
{
//for VCSummer by jcb
public bool RNOExcludeMacros;
public float MacroTabAdjust;
//end for VCSummer by jcb
public string IdentEdit;
public string Ident;
public string IdentAltPrint;