namespace TIProDevExtension
{
partial class MonitorServerMessages
{
///
/// 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.outputTextBox = new System.Windows.Forms.TextBox();
this.pauseCheckBox = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// outputTextBox
//
this.outputTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.outputTextBox.Location = new System.Drawing.Point(12, 12);
this.outputTextBox.Multiline = true;
this.outputTextBox.Name = "outputTextBox";
this.outputTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.outputTextBox.Size = new System.Drawing.Size(268, 219);
this.outputTextBox.TabIndex = 0;
this.outputTextBox.WordWrap = false;
//
// pauseCheckBox
//
this.pauseCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.pauseCheckBox.AutoSize = true;
this.pauseCheckBox.Location = new System.Drawing.Point(12, 237);
this.pauseCheckBox.Name = "pauseCheckBox";
this.pauseCheckBox.Size = new System.Drawing.Size(56, 17);
this.pauseCheckBox.TabIndex = 1;
this.pauseCheckBox.Text = "Pause";
this.pauseCheckBox.UseVisualStyleBackColor = true;
this.pauseCheckBox.Click += new System.EventHandler(this.pauseCheckBox_Click);
//
// MonitorServerMessages
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.pauseCheckBox);
this.Controls.Add(this.outputTextBox);
this.Name = "MonitorServerMessages";
this.Text = "Monitor Server Messages";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MonitorServerMessages_FormClosed);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox outputTextBox;
private System.Windows.Forms.CheckBox pauseCheckBox;
}
}