namespace TIProDevExtension
{
partial class IsTheGuiAlive
{
///
/// 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();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.animatedPanel = new System.Windows.Forms.Panel();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.logTextBox = new System.Windows.Forms.TextBox();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(679, 560);
this.tabControl1.TabIndex = 0;
//
// tabPage1
//
this.tabPage1.Controls.Add(this.animatedPanel);
this.tabPage1.Location = new System.Drawing.Point(8, 39);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(663, 513);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "Continuous";
this.tabPage1.UseVisualStyleBackColor = true;
//
// animatedPanel
//
this.animatedPanel.Dock = System.Windows.Forms.DockStyle.Fill;
this.animatedPanel.Location = new System.Drawing.Point(3, 3);
this.animatedPanel.Name = "animatedPanel";
this.animatedPanel.Size = new System.Drawing.Size(657, 507);
this.animatedPanel.TabIndex = 0;
this.animatedPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.animatedPanel_Paint);
//
// tabPage2
//
this.tabPage2.Controls.Add(this.logTextBox);
this.tabPage2.Location = new System.Drawing.Point(8, 39);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(663, 513);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "Log";
this.tabPage2.UseVisualStyleBackColor = true;
//
// logTextBox
//
this.logTextBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.logTextBox.Location = new System.Drawing.Point(3, 3);
this.logTextBox.Multiline = true;
this.logTextBox.Name = "logTextBox";
this.logTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.logTextBox.Size = new System.Drawing.Size(657, 507);
this.logTextBox.TabIndex = 0;
this.logTextBox.WordWrap = false;
//
// timer1
//
this.timer1.Enabled = true;
this.timer1.Interval = 50;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// IsTheGuiAlive
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(679, 560);
this.Controls.Add(this.tabControl1);
this.Name = "IsTheGuiAlive";
this.Text = "IsTheGuiAlive";
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.Panel animatedPanel;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.TextBox logTextBox;
private System.Windows.Forms.Timer timer1;
}
}