F2019-069: Hold Point designator for Barakah (add Step’s DefaultText attribute)
This commit is contained in:
@@ -4821,6 +4821,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _AppendDotZero, "@AppendDotZero");
|
||||
}
|
||||
}
|
||||
// F2019-069: Barakah Hold Point - set xoffset to parent's tab
|
||||
private LazyLoad<bool> _ColUseParentTab;
|
||||
public bool ColUseParentTab
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _ColUseParentTab, "@ColUseParentTab");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _ColOverride;
|
||||
public float? ColOverride
|
||||
{
|
||||
@@ -4889,6 +4898,15 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _Suffix, "@Suffix");
|
||||
}
|
||||
}
|
||||
// F2019-069: Barakah Hold Point - allow for default text (for Barakah it is 'Hold Point')
|
||||
private LazyLoad<string> _DefaultText;
|
||||
public string DefaultText
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _DefaultText, "@DefaultText");
|
||||
}
|
||||
}
|
||||
private LazyLoad<string> _UnderlineTheseChar;
|
||||
public string UnderlineTheseChar
|
||||
{
|
||||
|
Reference in New Issue
Block a user