Disabled the Continuous Action Summary checkbox
This commit is contained in:
parent
1a3ef465bf
commit
316aee183a
@ -126,6 +126,7 @@ namespace Volian.Controls.Library
|
||||
this.superTooltipTags.SetSuperTooltip(this.cbCAS, new DevComponents.DotNetBar.SuperTooltipInfo("Continuous Action Summary", "", "Include this in the Continuous Action Summary section", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbCAS.TabIndex = 1;
|
||||
this.cbCAS.Text = "Continuous Action Summary";
|
||||
this.cbCAS.Enabled = false;
|
||||
this.cbCAS.CheckedChanged += new System.EventHandler(this.cbCAS_CheckedChanged);
|
||||
//
|
||||
// cmbCheckoff
|
||||
|
@ -151,7 +151,7 @@ namespace Volian.Controls.Library
|
||||
cbPageBreak.Enabled = CurItemInfo.IsHigh;
|
||||
cbPlaceKeeper.Enabled = (((SectionConfig)CurItemInfo.ActiveSection.MyConfig).Section_Placekeeper == "Y");
|
||||
cbPlaceKeeperCont.Enabled = (cbPlaceKeeper.Enabled && !CurItemInfo.IsInRNO && !CurItemInfo.IsHigh);
|
||||
cbCAS.Enabled = true;
|
||||
//cbCAS.Enabled = true;
|
||||
rbChgBarOff.Enabled = true;
|
||||
rbChgBarOn.Enabled = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user