namespace Nullstack.ClearCanvasEx.DevTools.View.WinForms
{
partial class LogViewerComponentPanel
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LogViewerComponentPanel));
this._logPane = new System.Windows.Forms.RichTextBox();
this._pnlSearchField = new System.Windows.Forms.Panel();
this._lblSearchField = new System.Windows.Forms.Label();
this._txtSearchField = new System.Windows.Forms.TextBox();
this._btnCloseSearchPane = new System.Windows.Forms.Button();
this._chkSearchCaseSensitive = new System.Windows.Forms.CheckBox();
this._btnSearchPrevious = new System.Windows.Forms.Button();
this._lyoSearchPane = new System.Windows.Forms.FlowLayoutPanel();
this._btnSearchNext = new System.Windows.Forms.Button();
this._lblSearchResults = new System.Windows.Forms.Label();
this._pnlSearchField.SuspendLayout();
this._lyoSearchPane.SuspendLayout();
this.SuspendLayout();
//
// _logPane
//
this._logPane.DetectUrls = false;
resources.ApplyResources(this._logPane, "_logPane");
this._logPane.HideSelection = false;
this._logPane.Name = "_logPane";
this._logPane.ReadOnly = true;
this._logPane.ShowSelectionMargin = true;
this._logPane.KeyDown += new System.Windows.Forms.KeyEventHandler(this.LogPaneKeyDown);
//
// _pnlSearchField
//
this._pnlSearchField.Controls.Add(this._lblSearchField);
this._pnlSearchField.Controls.Add(this._txtSearchField);
resources.ApplyResources(this._pnlSearchField, "_pnlSearchField");
this._pnlSearchField.Name = "_pnlSearchField";
//
// _lblSearchField
//
resources.ApplyResources(this._lblSearchField, "_lblSearchField");
this._lblSearchField.Name = "_lblSearchField";
//
// _txtSearchField
//
resources.ApplyResources(this._txtSearchField, "_txtSearchField");
this._txtSearchField.Name = "_txtSearchField";
this._txtSearchField.TextChanged += new System.EventHandler(this.TxtSearchFieldTextChanged);
//
// _btnCloseSearchPane
//
this._btnCloseSearchPane.FlatAppearance.BorderSize = 0;
resources.ApplyResources(this._btnCloseSearchPane, "_btnCloseSearchPane");
this._btnCloseSearchPane.Name = "_btnCloseSearchPane";
this._btnCloseSearchPane.UseVisualStyleBackColor = true;
this._btnCloseSearchPane.Click += new System.EventHandler(this.BtnCloseSearchPaneClick);
//
// _chkSearchCaseSensitive
//
resources.ApplyResources(this._chkSearchCaseSensitive, "_chkSearchCaseSensitive");
this._chkSearchCaseSensitive.Name = "_chkSearchCaseSensitive";
this._chkSearchCaseSensitive.UseVisualStyleBackColor = true;
//
// _btnSearchPrevious
//
this._btnSearchPrevious.FlatAppearance.BorderSize = 0;
resources.ApplyResources(this._btnSearchPrevious, "_btnSearchPrevious");
this._btnSearchPrevious.Name = "_btnSearchPrevious";
this._btnSearchPrevious.UseVisualStyleBackColor = true;
this._btnSearchPrevious.Click += new System.EventHandler(this.BtnSearchPreviousClick);
//
// _lyoSearchPane
//
this._lyoSearchPane.Controls.Add(this._btnCloseSearchPane);
this._lyoSearchPane.Controls.Add(this._pnlSearchField);
this._lyoSearchPane.Controls.Add(this._btnSearchNext);
this._lyoSearchPane.Controls.Add(this._btnSearchPrevious);
this._lyoSearchPane.Controls.Add(this._chkSearchCaseSensitive);
this._lyoSearchPane.Controls.Add(this._lblSearchResults);
resources.ApplyResources(this._lyoSearchPane, "_lyoSearchPane");
this._lyoSearchPane.Name = "_lyoSearchPane";
//
// _btnSearchNext
//
this._btnSearchNext.FlatAppearance.BorderSize = 0;
resources.ApplyResources(this._btnSearchNext, "_btnSearchNext");
this._btnSearchNext.Name = "_btnSearchNext";
this._btnSearchNext.UseVisualStyleBackColor = true;
this._btnSearchNext.Click += new System.EventHandler(this.BtnSearchNextClick);
//
// _lblSearchResults
//
resources.ApplyResources(this._lblSearchResults, "_lblSearchResults");
this._lblSearchResults.Name = "_lblSearchResults";
//
// LogViewerComponentPanel
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this._logPane);
this.Controls.Add(this._lyoSearchPane);
this.Name = "LogViewerComponentPanel";
this._pnlSearchField.ResumeLayout(false);
this._pnlSearchField.PerformLayout();
this._lyoSearchPane.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox _logPane;
private System.Windows.Forms.Panel _pnlSearchField;
private System.Windows.Forms.CheckBox _chkSearchCaseSensitive;
private System.Windows.Forms.TextBox _txtSearchField;
private System.Windows.Forms.Label _lblSearchField;
private System.Windows.Forms.Button _btnCloseSearchPane;
private System.Windows.Forms.FlowLayoutPanel _lyoSearchPane;
private System.Windows.Forms.Button _btnSearchPrevious;
private System.Windows.Forms.Button _btnSearchNext;
private System.Windows.Forms.Label _lblSearchResults;
}
}