Compare commits
No commits in common. "fe268b6122a5dc09bba7f3b55d5bcaf7fb579c78" and "a04def360d5f4d48034424b83d492bfc3ae42294" have entirely different histories.
fe268b6122
...
a04def360d
@ -63,12 +63,13 @@ namespace VEPROMS.CSLA.Library
|
||||
int setting = sc.Step_ShwRplWdsIndex;
|
||||
switch (setting)
|
||||
{
|
||||
case 2:
|
||||
case 3:
|
||||
return false;
|
||||
break;
|
||||
case 1:
|
||||
case 2:
|
||||
return true;
|
||||
break;
|
||||
case 1:
|
||||
case 0:
|
||||
//SectionConfig sc2 = _MyItemInfo.ActiveParent.MyConfig as SectionConfig;
|
||||
SectionConfig sc2 = _MyItemInfo.ActiveSection.MyConfig as SectionConfig;
|
||||
|
@ -198,6 +198,7 @@ namespace Volian.Controls.Library
|
||||
this.cmbShwRplWds.FormattingEnabled = true;
|
||||
this.cmbShwRplWds.ItemHeight = 17;
|
||||
this.cmbShwRplWds.Items.AddRange(new object[] {
|
||||
"",
|
||||
"Inherit from Section",
|
||||
"Show replace words",
|
||||
"Do not show replace words"});
|
||||
|
Loading…
x
Reference in New Issue
Block a user