B2015-087: annotation panel not enabled for folders/doc versions

This commit is contained in:
2015-06-29 13:17:01 +00:00
parent 791549a700
commit 5455804e11
2 changed files with 14 additions and 2 deletions

View File

@@ -713,6 +713,7 @@ namespace VEPROMS
this.epAnnotations.ExpandedChanged += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.epAnnotations_ExpandedChanged);
this.epAnnotations.Resize += new System.EventHandler(this.epAnnotations_Resize);
this.epAnnotations.ExpandedChanging += new DevComponents.DotNetBar.ExpandChangeEventHandler(this.expandPanelExpandedChanging);
this.epAnnotations.Enabled = false;
//
// ctrlAnnotationDetails
//
@@ -727,6 +728,7 @@ namespace VEPROMS
this.ctrlAnnotationDetails.Name = "ctrlAnnotationDetails";
this.ctrlAnnotationDetails.Size = new System.Drawing.Size(1185, 0);
this.ctrlAnnotationDetails.TabIndex = 15;
this.ctrlAnnotationDetails.Enabled = false;
//
// btnAnnoDetailsPushPin
//