FNP: Component List on document style & Bottom continue message location fix
FNP: Component List moved to document style
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user