using System.ComponentModel;
using System.Windows.Forms;
namespace Kaleida.ServiceMonitor.UI
{
partial class MainForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.label1 = new System.Windows.Forms.Label();
this.uiUpdateTimer = new System.Windows.Forms.Timer(this.components);
this.btnStart = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.tabControl = new System.Windows.Forms.TabControl();
this.tabPageScript = new System.Windows.Forms.TabPage();
this.workspaceControl = new Kaleida.ServiceMonitor.UI.ScriptWorkspaceControl();
this.lblScriptSummary = new System.Windows.Forms.TextBox();
this.btnAckError = new System.Windows.Forms.Button();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.tsStatusLabel = new Kaleida.ServiceMonitor.UI.StatusDisplay();
this.newVersionLink = new System.Windows.Forms.LinkLabel();
this.lblPluginErrorSummary = new System.Windows.Forms.Label();
this.pollFrequencyControl = new Kaleida.ServiceMonitor.UI.PollFrequencyControl();
this.pnlTopBar = new System.Windows.Forms.Panel();
this.tabControl.SuspendLayout();
this.tabPageScript.SuspendLayout();
this.statusStrip.SuspendLayout();
this.pnlTopBar.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 12);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Poll every";
//
// uiUpdateTimer
//
this.uiUpdateTimer.Enabled = true;
this.uiUpdateTimer.Interval = 250;
this.uiUpdateTimer.Tick += new System.EventHandler(this.UIUpdateTimerTick);
//
// btnStart
//
this.btnStart.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStart.Location = new System.Drawing.Point(663, 7);
this.btnStart.Name = "btnStart";
this.btnStart.Size = new System.Drawing.Size(66, 23);
this.btnStart.TabIndex = 2;
this.btnStart.Text = "Start";
this.btnStart.UseVisualStyleBackColor = true;
this.btnStart.Click += new System.EventHandler(this.StartButtonClick);
//
// btnStop
//
this.btnStop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnStop.Location = new System.Drawing.Point(735, 7);
this.btnStop.Name = "btnStop";
this.btnStop.Size = new System.Drawing.Size(39, 23);
this.btnStop.TabIndex = 3;
this.btnStop.Text = "Stop";
this.btnStop.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.StopButtonClick);
//
// tabControl
//
this.tabControl.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.tabControl.Controls.Add(this.tabPageScript);
this.tabControl.Location = new System.Drawing.Point(0, 36);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(784, 500);
this.tabControl.TabIndex = 5;
//
// tabPageScript
//
this.tabPageScript.Controls.Add(this.workspaceControl);
this.tabPageScript.Controls.Add(this.lblScriptSummary);
this.tabPageScript.Location = new System.Drawing.Point(4, 22);
this.tabPageScript.Name = "tabPageScript";
this.tabPageScript.Size = new System.Drawing.Size(776, 474);
this.tabPageScript.TabIndex = 3;
this.tabPageScript.Text = "Script";
this.tabPageScript.UseVisualStyleBackColor = true;
//
// workspaceControl
//
this.workspaceControl.Dock = System.Windows.Forms.DockStyle.Fill;
this.workspaceControl.Location = new System.Drawing.Point(0, 0);
this.workspaceControl.Name = "workspaceControl";
this.workspaceControl.ScriptDirectoryPath = null;
this.workspaceControl.Size = new System.Drawing.Size(776, 423);
this.workspaceControl.TabIndex = 5;
//
// lblScriptSummary
//
this.lblScriptSummary.Dock = System.Windows.Forms.DockStyle.Bottom;
this.lblScriptSummary.Location = new System.Drawing.Point(0, 423);
this.lblScriptSummary.Multiline = true;
this.lblScriptSummary.Name = "lblScriptSummary";
this.lblScriptSummary.ReadOnly = true;
this.lblScriptSummary.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.lblScriptSummary.Size = new System.Drawing.Size(776, 51);
this.lblScriptSummary.TabIndex = 1;
this.lblScriptSummary.Text = "<CompiledScriptSummary>";
//
// btnAckError
//
this.btnAckError.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnAckError.Location = new System.Drawing.Point(514, 7);
this.btnAckError.Name = "btnAckError";
this.btnAckError.Size = new System.Drawing.Size(118, 23);
this.btnAckError.TabIndex = 1;
this.btnAckError.Text = "Acknowledge Error";
this.btnAckError.UseVisualStyleBackColor = true;
this.btnAckError.Click += new System.EventHandler(this.AcknowledgeErrorClick);
//
// statusStrip
//
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsStatusLabel});
this.statusStrip.Location = new System.Drawing.Point(0, 540);
this.statusStrip.Name = "statusStrip";
this.statusStrip.Size = new System.Drawing.Size(784, 22);
this.statusStrip.TabIndex = 7;
this.statusStrip.Text = "statusStrip1";
//
// tsStatusLabel
//
this.tsStatusLabel.Name = "tsStatusLabel";
this.tsStatusLabel.Size = new System.Drawing.Size(769, 17);
this.tsStatusLabel.Spring = true;
this.tsStatusLabel.Text = "<StatusLabel>";
this.tsStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// newVersionLink
//
this.newVersionLink.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.newVersionLink.Location = new System.Drawing.Point(520, 34);
this.newVersionLink.Name = "newVersionLink";
this.newVersionLink.Size = new System.Drawing.Size(260, 21);
this.newVersionLink.TabIndex = 9;
this.newVersionLink.TabStop = true;
this.newVersionLink.Text = "<new version link>";
this.newVersionLink.TextAlign = System.Drawing.ContentAlignment.TopRight;
this.newVersionLink.Visible = false;
this.newVersionLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.newVersionLink_LinkClicked);
//
// lblPluginErrorSummary
//
this.lblPluginErrorSummary.AutoSize = true;
this.lblPluginErrorSummary.ForeColor = System.Drawing.Color.Red;
this.lblPluginErrorSummary.Location = new System.Drawing.Point(189, 12);
this.lblPluginErrorSummary.Name = "lblPluginErrorSummary";
this.lblPluginErrorSummary.Size = new System.Drawing.Size(116, 13);
this.lblPluginErrorSummary.TabIndex = 10;
this.lblPluginErrorSummary.Text = "<Plugin error summary>";
this.lblPluginErrorSummary.Visible = false;
//
// pollFrequencyControl
//
this.pollFrequencyControl.Location = new System.Drawing.Point(65, 8);
this.pollFrequencyControl.Name = "pollFrequencyControl";
this.pollFrequencyControl.Size = new System.Drawing.Size(106, 20);
this.pollFrequencyControl.TabIndex = 8;
this.pollFrequencyControl.ValueChanging += new System.EventHandler<Kaleida.ServiceMonitor.UI.PollFrequencyValueChangingEventArgs>(this.pollFrequencyControl_ValueChanging);
this.pollFrequencyControl.ValueChanged += new System.EventHandler(this.pollFrequencyControl_ValueChanged);
//
// pnlTopBar
//
this.pnlTopBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.pnlTopBar.Controls.Add(this.pollFrequencyControl);
this.pnlTopBar.Controls.Add(this.lblPluginErrorSummary);
this.pnlTopBar.Controls.Add(this.btnAckError);
this.pnlTopBar.Controls.Add(this.label1);
this.pnlTopBar.Controls.Add(this.btnStart);
this.pnlTopBar.Controls.Add(this.btnStop);
this.pnlTopBar.Location = new System.Drawing.Point(0, -2);
this.pnlTopBar.Name = "pnlTopBar";
this.pnlTopBar.Size = new System.Drawing.Size(784, 33);
this.pnlTopBar.TabIndex = 11;
//
// MainForm
//
this.ClientSize = new System.Drawing.Size(784, 562);
this.Controls.Add(this.pnlTopBar);
this.Controls.Add(this.newVersionLink);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.tabControl);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MinimumSize = new System.Drawing.Size(256, 128);
this.Name = "MainForm";
this.Text = "ServiceMon";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
this.Enter += new System.EventHandler(this.MainForm_Enter);
this.Leave += new System.EventHandler(this.MainForm_Leave);
this.Resize += new System.EventHandler(this.MainForm_Resize);
this.tabControl.ResumeLayout(false);
this.tabPageScript.ResumeLayout(false);
this.tabPageScript.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.pnlTopBar.ResumeLayout(false);
this.pnlTopBar.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private Label label1;
private Timer uiUpdateTimer;
private Button btnStart;
private Button btnStop;
private TabControl tabControl;
private Button btnAckError;
private TabPage tabPageScript;
private TextBox lblScriptSummary;
private StatusStrip statusStrip;
private StatusDisplay tsStatusLabel;
private PollFrequencyControl pollFrequencyControl;
private ScriptWorkspaceControl workspaceControl;
private LinkLabel newVersionLink;
private Label lblPluginErrorSummary;
private Panel pnlTopBar;
}
}