This commit is contained in:
2010-09-16 18:43:00 +00:00
parent e24ab27c2b
commit 89f5c2dd98
3 changed files with 19 additions and 19 deletions

View File

@@ -102,7 +102,6 @@ namespace Volian.Controls.Library
this.node2 = new DevComponents.AdvTree.Node();
this.nodeConnector2 = new DevComponents.AdvTree.NodeConnector();
this.grpPanSearchResults = new DevComponents.DotNetBar.Controls.GroupPanel();
this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx();
this.lbSrchResults = new System.Windows.Forms.ListBox();
this.panSearchButtons = new DevComponents.DotNetBar.PanelEx();
this.btnClearSearchResults = new DevComponents.DotNetBar.ButtonX();
@@ -935,7 +934,6 @@ namespace Volian.Controls.Library
//
this.grpPanSearchResults.CanvasColor = System.Drawing.SystemColors.Control;
this.grpPanSearchResults.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007;
this.grpPanSearchResults.Controls.Add(this.listViewEx1);
this.grpPanSearchResults.Controls.Add(this.lbSrchResults);
this.grpPanSearchResults.Dock = System.Windows.Forms.DockStyle.Fill;
this.grpPanSearchResults.Location = new System.Drawing.Point(0, 585);
@@ -976,19 +974,6 @@ namespace Volian.Controls.Library
this.grpPanSearchResults.TabIndex = 3;
this.grpPanSearchResults.Text = "Search Results";
//
// listViewEx1
//
//
//
//
this.listViewEx1.Border.Class = "ListViewBorder";
this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
this.listViewEx1.Location = new System.Drawing.Point(288, 40);
this.listViewEx1.Name = "listViewEx1";
this.listViewEx1.Size = new System.Drawing.Size(121, 97);
this.listViewEx1.TabIndex = 1;
this.listViewEx1.UseCompatibleStateImageBehavior = false;
//
// lbSrchResults
//
this.lbSrchResults.Dock = System.Windows.Forms.DockStyle.Fill;
@@ -1346,8 +1331,7 @@ namespace Volian.Controls.Library
private DevComponents.DotNetBar.ButtonItem btnNOT;
private DevComponents.DotNetBar.ButtonX btnCopySearchResults;
private DevComponents.DotNetBar.ButtonX btnPrnSrchRslts;
private DevComponents.DotNetBar.ButtonX btnClearSearchResults;
private DevComponents.DotNetBar.Controls.ListViewEx listViewEx1;
private DevComponents.DotNetBar.ButtonX btnClearSearchResults;
}
}