FNP: Component List on document style & Bottom continue message location fix

FNP: Component List moved to document style
This commit is contained in:
2013-11-20 13:26:11 +00:00
parent da8999727c
commit 1415128986
2 changed files with 20 additions and 8 deletions

View File

@@ -179,14 +179,6 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _Name, "@Name");
}
}
private LazyLoad<bool> _ComponentTableFormat;
public bool ComponentTableFormat
{
get
{
return LazyLoad(ref _ComponentTableFormat, "@ComponentTableFormat");
}
}
// TPL represents Templates which are sizes of columns for 'table' type data. If the format
// has the 'UseSmartTemplate' format flag, this table will have starting location & widths, and
// other data for the listed step types. Data from this table overrides width data as specified