namespace Eugen.ESystem.Windows.Forms
{
partial class ExtendedInfoBox
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExtendedInfoBox));
this.pictureBox = new System.Windows.Forms.PictureBox();
this.labelTitle = new System.Windows.Forms.Label();
this.labelHeaderRow1 = new System.Windows.Forms.Label();
this.labelHeaderRow2 = new System.Windows.Forms.Label();
this.labelHeaderRow3 = new System.Windows.Forms.Label();
this.textBoxText = new System.Windows.Forms.TextBox();
this.buttonClose1 = new System.Windows.Forms.Button();
this.buttonClose2 = new System.Windows.Forms.Button();
this.buttonExport = new System.Windows.Forms.Button();
this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
this.groupBoxFindReplace = new System.Windows.Forms.GroupBox();
this.replace1 = new Eugen.ESystem.Windows.Forms.Replace();
this.search1 = new Eugen.ESystem.Windows.Forms.Search();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.groupBoxFindReplace.SuspendLayout();
this.SuspendLayout();
//
// pictureBox
//
this.pictureBox.Image = global::Eugen.ESystem.Windows.Forms.Pictures.Information;
resources.ApplyResources(this.pictureBox, "pictureBox");
this.pictureBox.Name = "pictureBox";
this.pictureBox.TabStop = false;
//
// labelTitle
//
resources.ApplyResources(this.labelTitle, "labelTitle");
this.labelTitle.Name = "labelTitle";
//
// labelHeaderRow1
//
resources.ApplyResources(this.labelHeaderRow1, "labelHeaderRow1");
this.labelHeaderRow1.Name = "labelHeaderRow1";
//
// labelHeaderRow2
//
resources.ApplyResources(this.labelHeaderRow2, "labelHeaderRow2");
this.labelHeaderRow2.Name = "labelHeaderRow2";
//
// labelHeaderRow3
//
resources.ApplyResources(this.labelHeaderRow3, "labelHeaderRow3");
this.labelHeaderRow3.Name = "labelHeaderRow3";
//
// textBoxText
//
resources.ApplyResources(this.textBoxText, "textBoxText");
this.textBoxText.Name = "textBoxText";
//
// buttonClose1
//
resources.ApplyResources(this.buttonClose1, "buttonClose1");
this.buttonClose1.Name = "buttonClose1";
this.buttonClose1.UseVisualStyleBackColor = true;
this.buttonClose1.Click += new System.EventHandler(this.buttonClose1_Click);
//
// buttonClose2
//
resources.ApplyResources(this.buttonClose2, "buttonClose2");
this.buttonClose2.Name = "buttonClose2";
this.buttonClose2.UseVisualStyleBackColor = true;
this.buttonClose2.Click += new System.EventHandler(this.buttonClose2_Click);
//
// buttonExport
//
resources.ApplyResources(this.buttonExport, "buttonExport");
this.buttonExport.Name = "buttonExport";
this.buttonExport.UseVisualStyleBackColor = true;
this.buttonExport.Click += new System.EventHandler(this.buttonExport_Click);
//
// saveFileDialog
//
this.saveFileDialog.FileOk += new System.ComponentModel.CancelEventHandler(this.saveFileDialog_FileOk);
//
// groupBoxFindReplace
//
resources.ApplyResources(this.groupBoxFindReplace, "groupBoxFindReplace");
this.groupBoxFindReplace.Controls.Add(this.replace1);
this.groupBoxFindReplace.Controls.Add(this.search1);
this.groupBoxFindReplace.Name = "groupBoxFindReplace";
this.groupBoxFindReplace.TabStop = false;
//
// replace1
//
resources.ApplyResources(this.replace1, "replace1");
this.replace1.Name = "replace1";
//
// search1
//
resources.ApplyResources(this.search1, "search1");
this.search1.Name = "search1";
//
// ExtendedInfoBox
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBoxFindReplace);
this.Controls.Add(this.buttonExport);
this.Controls.Add(this.buttonClose2);
this.Controls.Add(this.buttonClose1);
this.Controls.Add(this.textBoxText);
this.Controls.Add(this.labelHeaderRow3);
this.Controls.Add(this.labelHeaderRow2);
this.Controls.Add(this.labelHeaderRow1);
this.Controls.Add(this.labelTitle);
this.Controls.Add(this.pictureBox);
this.Name = "ExtendedInfoBox";
this.ShowIcon = false;
this.Load += new System.EventHandler(this.ExtendedInfoBox_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.groupBoxFindReplace.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox pictureBox;
private System.Windows.Forms.Label labelTitle;
private System.Windows.Forms.Label labelHeaderRow1;
private System.Windows.Forms.Label labelHeaderRow2;
private System.Windows.Forms.Label labelHeaderRow3;
private System.Windows.Forms.TextBox textBoxText;
private System.Windows.Forms.Button buttonClose1;
private System.Windows.Forms.Button buttonClose2;
private System.Windows.Forms.Button buttonExport;
private System.Windows.Forms.SaveFileDialog saveFileDialog;
private System.Windows.Forms.GroupBox groupBoxFindReplace;
private Replace replace1;
private Search search1;
}
}