B2015-087: annotation panel not enabled for folders/doc versions
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
Reference in New Issue
Block a user