namespace Inet.Viewer.WinForms
{
partial class SearchPanel
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SearchPanel));
this.buttonContinue = new System.Windows.Forms.Button();
this.comboBoxQuery = new System.Windows.Forms.ComboBox();
this.buttonStart = new System.Windows.Forms.Button();
this.listViewResults = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.SuspendLayout();
//
// buttonContinue
//
resources.ApplyResources(this.buttonContinue, "buttonContinue");
this.buttonContinue.Image = global::Inet.Viewer.Images.FindNext_VS;
this.buttonContinue.Name = "buttonContinue";
this.toolTip1.SetToolTip(this.buttonContinue, resources.GetString("buttonContinue.ToolTip"));
this.buttonContinue.UseVisualStyleBackColor = true;
this.buttonContinue.Click += new System.EventHandler(this.buttonContinue_Click);
//
// comboBoxQuery
//
resources.ApplyResources(this.comboBoxQuery, "comboBoxQuery");
this.comboBoxQuery.FormattingEnabled = true;
this.comboBoxQuery.Name = "comboBoxQuery";
this.toolTip1.SetToolTip(this.comboBoxQuery, resources.GetString("comboBoxQuery.ToolTip"));
this.comboBoxQuery.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.textBoxTerm_KeyPress);
//
// buttonStart
//
resources.ApplyResources(this.buttonStart, "buttonStart");
this.buttonStart.Image = global::Inet.Viewer.Images.Find_VS;
this.buttonStart.Name = "buttonStart";
this.buttonStart.TabStop = false;
this.toolTip1.SetToolTip(this.buttonStart, resources.GetString("buttonStart.ToolTip"));
this.buttonStart.UseVisualStyleBackColor = true;
this.buttonStart.Click += new System.EventHandler(this.buttonStart_Click);
//
// listViewResults
//
resources.ApplyResources(this.listViewResults, "listViewResults");
this.listViewResults.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listViewResults.FullRowSelect = true;
this.listViewResults.MultiSelect = false;
this.listViewResults.Name = "listViewResults";
this.listViewResults.OwnerDraw = true;
this.listViewResults.ShowGroups = false;
this.toolTip1.SetToolTip(this.listViewResults, resources.GetString("listViewResults.ToolTip"));
this.listViewResults.UseCompatibleStateImageBehavior = false;
this.listViewResults.View = System.Windows.Forms.View.Details;
this.listViewResults.DrawColumnHeader += new System.Windows.Forms.DrawListViewColumnHeaderEventHandler(this.listViewResults_DrawColumnHeader);
this.listViewResults.DrawItem += new System.Windows.Forms.DrawListViewItemEventHandler(this.listViewResults_DrawItem);
this.listViewResults.DrawSubItem += new System.Windows.Forms.DrawListViewSubItemEventHandler(this.listViewResults_DrawSubItem);
this.listViewResults.SelectedIndexChanged += new System.EventHandler(this.listViewResults_SelectedIndexChanged);
//
// columnHeader1
//
resources.ApplyResources(this.columnHeader1, "columnHeader1");
//
// columnHeader2
//
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
// tabControl1
//
resources.ApplyResources(this.tabControl1, "tabControl1");
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.TabStop = false;
this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
this.tabControl1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.tabControl1_DrawItem);
this.tabControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.tabControl1_MouseClick);
//
// tabPage1
//
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
this.tabPage1.Controls.Add(this.comboBoxQuery);
this.tabPage1.Controls.Add(this.buttonStart);
this.tabPage1.Controls.Add(this.buttonContinue);
this.tabPage1.Controls.Add(this.listViewResults);
this.tabPage1.Name = "tabPage1";
this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
//
// SearchPanel
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl1);
this.MaximumSize = new System.Drawing.Size(1000, 1000);
this.Name = "SearchPanel";
this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button buttonStart;
private System.Windows.Forms.Button buttonContinue;
private System.Windows.Forms.ComboBox comboBoxQuery;
private System.Windows.Forms.ListView listViewResults;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.ToolTip toolTip1;
}
}