C2022-003-Change-Textboxes-to-RTF-3
This commit is contained in:
@@ -627,10 +627,15 @@ namespace VEPROMS
|
|||||||
//
|
//
|
||||||
this.btnFilter.Name = "btnFilter";
|
this.btnFilter.Name = "btnFilter";
|
||||||
this.btnFilter.Text = "Tree View Search:";
|
this.btnFilter.Text = "Tree View Search:";
|
||||||
|
this.btnFilter.Click += SubmitFilter;
|
||||||
//
|
//
|
||||||
// txtFilter
|
// txtFilter
|
||||||
//
|
//
|
||||||
|
this.txtFilter.TextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
|
||||||
this.txtFilter.Name = "txtFilter";
|
this.txtFilter.Name = "txtFilter";
|
||||||
|
this.txtFilter.TextBoxWidth = 120;
|
||||||
|
this.txtFilter.TextBox.TabIndex = 0;
|
||||||
|
this.txtFilter.TextBox.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.FilterEnterKey);
|
||||||
this.superTooltip1.SetSuperTooltip(this.txtFilter, new DevComponents.DotNetBar.SuperTooltipInfo("Filter", "", "This will filter the Procedure Tree in PROMS to Procedures containing entered wor" +
|
this.superTooltip1.SetSuperTooltip(this.txtFilter, new DevComponents.DotNetBar.SuperTooltipInfo("Filter", "", "This will filter the Procedure Tree in PROMS to Procedures containing entered wor" +
|
||||||
"ds in the Procedure Number or Title. Press enter or the Tree View Search button " +
|
"ds in the Procedure Number or Title. Press enter or the Tree View Search button " +
|
||||||
"to submit.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
"to submit.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||||
|
|||||||
Reference in New Issue
Block a user