B2021-061: Delete of incoming transition does not display list

This commit is contained in:
Kathy Ruffing 2021-05-21 15:00:08 +00:00
parent e95bd0b91f
commit dadbe460a5

View File

@ -58,7 +58,7 @@ namespace Volian.Controls.Library
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.rbFromEditor = new System.Windows.Forms.RadioButton();
this.rbFromTree = new System.Windows.Forms.RadioButton();
this.tabNISearch = new DevComponents.DotNetBar.TabItem(this.components);
this.tabIncTrans = new DevComponents.DotNetBar.TabItem(this.components);
this.tabControlPanel4 = new DevComponents.DotNetBar.TabControlPanel();
this.gpSrchText = new DevComponents.DotNetBar.Controls.GroupPanel();
this.panel1 = new System.Windows.Forms.Panel();
@ -205,7 +205,7 @@ namespace Volian.Controls.Library
this.tabSearchTypes.Tabs.Add(this.tabAnnotationSearch);
this.tabSearchTypes.Tabs.Add(this.tabROSearch);
this.tabSearchTypes.Tabs.Add(this.tabTranSearch);
this.tabSearchTypes.Tabs.Add(this.tabNISearch);
this.tabSearchTypes.Tabs.Add(this.tabIncTrans);
this.tabSearchTypes.Text = "tabControl1";
this.tabSearchTypes.ThemeAware = true;
//
@ -230,7 +230,7 @@ namespace Volian.Controls.Library
| DevComponents.DotNetBar.eBorderSide.Bottom)));
this.tabControlPanel1.Style.GradientAngle = 90;
this.tabControlPanel1.TabIndex = 17;
this.tabControlPanel1.TabItem = this.tabNISearch;
this.tabControlPanel1.TabItem = this.tabIncTrans;
//
// btnTranCvtSelToTxt
//
@ -312,13 +312,13 @@ namespace Volian.Controls.Library
this.rbFromTree.Text = "From Tree";
this.rbFromTree.UseVisualStyleBackColor = true;
//
// tabNISearch
// tabIncTrans //
//
this.tabNISearch.AttachedControl = this.tabControlPanel1;
this.tabNISearch.Name = "tabNISearch";
this.superTooltip1.SetSuperTooltip(this.tabNISearch, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Finds the Incoming Transitions that point to the current item and convert the tra" +
this.tabIncTrans.AttachedControl = this.tabControlPanel1;
this.tabIncTrans.Name = "tabIncTrans";
this.superTooltip1.SetSuperTooltip(this.tabIncTrans, new DevComponents.DotNetBar.SuperTooltipInfo("Search for Incoming Transitions", "", "Finds the Incoming Transitions that point to the current item and convert the tra" +
"nsition(s) to text if desired and if have permissions.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray, true, true, new System.Drawing.Size(170, 120)));
this.tabNISearch.Text = "Incoming\nTransitions";
this.tabIncTrans.Text = "Incoming\nTransitions";
//
// tabControlPanel4
//
@ -1853,11 +1853,10 @@ namespace Volian.Controls.Library
private System.Windows.Forms.Label lblIncTran;
private System.Windows.Forms.CheckedListBox checkedListBox1;
private System.Windows.Forms.Button btnTranCvtSelToTxt;
private DevComponents.DotNetBar.TabItem tabIncTrans;
private DevComponents.DotNetBar.Controls.CheckBoxX cbxRnoOnlyTrans;
private DevComponents.DotNetBar.Controls.CheckBoxX cbxRnoOnlyRO;
private DevComponents.DotNetBar.Controls.CheckBoxX cbxRnoOnlyAnnot;
private DevComponents.DotNetBar.TabItem tabNISearch;
private DevComponents.DotNetBar.TabItem tabIncTrans; // B2021-061: incorrect variable name was used - rename from tabNISearch to tabIncTrans
//end transition search controls
}
}