Added DisplayTabControl to the constructor for DisplayRO

This commit is contained in:
Rich
2017-05-26 11:01:48 +00:00
parent eb96b737f6
commit 0da05e4912
3 changed files with 6 additions and 10 deletions

View File

@@ -105,7 +105,8 @@ namespace VEPROMS
this.displayTransition = new Volian.Controls.Library.DisplayTransition();
this.infotabTransition = new DevComponents.DotNetBar.TabItem(this.components);
this.infotabControlPanelRO = new DevComponents.DotNetBar.TabControlPanel();
this.displayRO = new Volian.Controls.Library.DisplayRO();
this.tc = new Volian.Controls.Library.DisplayTabControl();
this.displayRO = new Volian.Controls.Library.DisplayRO(tc);//Assure that the DispayTabControl is set when the DisplayRO is created
this.infotabRO = new DevComponents.DotNetBar.TabItem(this.components);
this.infotabFoldoutMaint = new DevComponents.DotNetBar.TabItem(this.components);
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
@@ -134,7 +135,6 @@ namespace VEPROMS
this.expandableSplitter4 = new DevComponents.DotNetBar.ExpandableSplitter();
this.buttonItem1 = new DevComponents.DotNetBar.ButtonItem();
this.itemAnnotationsBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tc = new Volian.Controls.Library.DisplayTabControl();
this.fbd = new System.Windows.Forms.FolderBrowserDialog();
((System.ComponentModel.ISupportInitialize)(this.bottomBar)).BeginInit();
this.bottomBar.SuspendLayout();
@@ -1086,7 +1086,6 @@ namespace VEPROMS
this.displayRO.ProgressBar = null;
this.displayRO.ROTypeFilter = VEPROMS.CSLA.Library.E_ROValueType.All;
this.displayRO.Size = new System.Drawing.Size(201, 458);
this.displayRO.TabControl = null;
this.displayRO.TabIndex = 0;
//
// infotabRO