search logic
This commit is contained in:
@@ -28,65 +28,66 @@ namespace Volian.Controls.Library
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(239, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbAnnoType, new DevComponents.DotNetBar.SuperTooltipInfo("Select Annotation Search Type", "", "This drop down list contains the posible annotation types. When selected, a list" +
|
||||
" of the annotions of that type will be displayed below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbAnnoType.TabIndex = 1;
|
||||
this.cbAnnoType.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
|
||||
this.cbAnnoType.WatermarkText = "Select Annotation Type";
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.HorizontalScrollbar = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(239, 372);
|
||||
this.lbResults.TabIndex = 2;
|
||||
this.lbResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbResults_MouseMove);
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// superTooltip1
|
||||
//
|
||||
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
||||
//
|
||||
// AnnotationSearch
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.lbResults);
|
||||
this.Controls.Add(this.cbAnnoType);
|
||||
this.Name = "AnnotationSearch";
|
||||
this.Size = new System.Drawing.Size(239, 397);
|
||||
this.ResumeLayout(false);
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.cbAnnoType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
|
||||
this.lbResults = new System.Windows.Forms.ListBox();
|
||||
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
||||
this.superTooltip1 = new DevComponents.DotNetBar.SuperTooltip();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// cbAnnoType
|
||||
//
|
||||
this.cbAnnoType.DisplayMember = "Text";
|
||||
this.cbAnnoType.Dock = System.Windows.Forms.DockStyle.Top;
|
||||
this.cbAnnoType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
|
||||
this.cbAnnoType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||
this.cbAnnoType.FormattingEnabled = true;
|
||||
this.cbAnnoType.ItemHeight = 17;
|
||||
this.cbAnnoType.Location = new System.Drawing.Point(0, 0);
|
||||
this.cbAnnoType.Name = "cbAnnoType";
|
||||
this.cbAnnoType.Size = new System.Drawing.Size(239, 23);
|
||||
this.superTooltip1.SetSuperTooltip(this.cbAnnoType, new DevComponents.DotNetBar.SuperTooltipInfo("Select Annotation Search Type", "", "This drop down list contains the posible annotation types. When selected, a list" +
|
||||
" of the annotions of that type will be displayed below.", null, null, DevComponents.DotNetBar.eTooltipColor.Gray));
|
||||
this.cbAnnoType.TabIndex = 1;
|
||||
this.cbAnnoType.WatermarkBehavior = DevComponents.DotNetBar.eWatermarkBehavior.HideNonEmpty;
|
||||
this.cbAnnoType.WatermarkText = "Select Annotation Type";
|
||||
this.cbAnnoType.SelectedValueChanged += new System.EventHandler(this.cbAnnoType_SelectedValueChanged);
|
||||
//
|
||||
// lbResults
|
||||
//
|
||||
this.lbResults.Dock = System.Windows.Forms.DockStyle.Fill;
|
||||
this.lbResults.FormattingEnabled = true;
|
||||
this.lbResults.HorizontalScrollbar = true;
|
||||
this.lbResults.ItemHeight = 16;
|
||||
this.lbResults.Location = new System.Drawing.Point(0, 23);
|
||||
this.lbResults.Name = "lbResults";
|
||||
this.lbResults.Size = new System.Drawing.Size(239, 372);
|
||||
this.lbResults.TabIndex = 2;
|
||||
this.lbResults.Visible = false;
|
||||
this.lbResults.MouseMove += new System.Windows.Forms.MouseEventHandler(this.lbResults_MouseMove);
|
||||
this.lbResults.SelectedValueChanged += new System.EventHandler(this.lbResults_SelectedValueChanged);
|
||||
//
|
||||
// superTooltip1
|
||||
//
|
||||
this.superTooltip1.LicenseKey = "F962CEC7-CD8F-4911-A9E9-CAB39962FC1F";
|
||||
//
|
||||
// AnnotationSearch
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.Controls.Add(this.lbResults);
|
||||
this.Controls.Add(this.cbAnnoType);
|
||||
this.Name = "AnnotationSearch";
|
||||
this.Size = new System.Drawing.Size(239, 397);
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private DevComponents.DotNetBar.Controls.ComboBoxEx cbAnnoType;
|
||||
private System.Windows.Forms.ListBox lbResults;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private System.Windows.Forms.ListBox lbResults;
|
||||
private System.Windows.Forms.ToolTip toolTip1;
|
||||
private DevComponents.DotNetBar.SuperTooltip superTooltip1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user