telldus/scheduler/DeviceScheduler/frmMain.Designer.cs
2008-02-14 10:53:09 +00:00

679 lines
33 KiB
C#

namespace DeviceScheduler
{
partial class frmMain
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.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(frmMain));
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuNew = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuExit = new System.Windows.Forms.ToolStripMenuItem();
this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuRemove = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolManageDevices = new System.Windows.Forms.ToolStripMenuItem();
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mnuWebsite = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuAbout = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolNew = new System.Windows.Forms.ToolStripButton();
this.toolEdit = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
this.toolRemove = new System.Windows.Forms.ToolStripButton();
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
this.lvwCommon = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.cmdTurnOn = new System.Windows.Forms.ToolStripMenuItem();
this.cmdTurnOff = new System.Windows.Forms.ToolStripMenuItem();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage3 = new System.Windows.Forms.TabPage();
this.pictureBox3 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.label6 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.lvwTasks = new System.Windows.Forms.ListView();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
this.contextMenuStrip2 = new System.Windows.Forms.ContextMenuStrip(this.components);
this.mnuRunTask = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.contextMenuStrip1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.contextMenuStrip2.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.AccessibleDescription = null;
this.statusStrip1.AccessibleName = null;
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.BackgroundImage = null;
this.statusStrip1.Font = null;
this.statusStrip1.Name = "statusStrip1";
//
// menuStrip1
//
this.menuStrip1.AccessibleDescription = null;
this.menuStrip1.AccessibleName = null;
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.BackgroundImage = null;
this.menuStrip1.Font = null;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.editToolStripMenuItem,
this.toolsToolStripMenuItem,
this.helpToolStripMenuItem});
this.menuStrip1.Name = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.AccessibleDescription = null;
this.fileToolStripMenuItem.AccessibleName = null;
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
this.fileToolStripMenuItem.BackgroundImage = null;
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newToolStripMenuItem,
this.toolStripMenuItem1,
this.mnuExit});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
this.fileToolStripMenuItem.ShortcutKeyDisplayString = null;
//
// newToolStripMenuItem
//
this.newToolStripMenuItem.AccessibleDescription = null;
this.newToolStripMenuItem.AccessibleName = null;
resources.ApplyResources(this.newToolStripMenuItem, "newToolStripMenuItem");
this.newToolStripMenuItem.BackgroundImage = null;
this.newToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuNew});
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
this.newToolStripMenuItem.ShortcutKeyDisplayString = null;
//
// mnuNew
//
this.mnuNew.AccessibleDescription = null;
this.mnuNew.AccessibleName = null;
resources.ApplyResources(this.mnuNew, "mnuNew");
this.mnuNew.BackgroundImage = null;
this.mnuNew.Name = "mnuNew";
this.mnuNew.ShortcutKeyDisplayString = null;
this.mnuNew.Click += new System.EventHandler(this.mnuNew_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.AccessibleDescription = null;
this.toolStripMenuItem1.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
//
// mnuExit
//
this.mnuExit.AccessibleDescription = null;
this.mnuExit.AccessibleName = null;
resources.ApplyResources(this.mnuExit, "mnuExit");
this.mnuExit.BackgroundImage = null;
this.mnuExit.Name = "mnuExit";
this.mnuExit.ShortcutKeyDisplayString = null;
this.mnuExit.Click += new System.EventHandler(this.mnuExit_Click);
//
// editToolStripMenuItem
//
this.editToolStripMenuItem.AccessibleDescription = null;
this.editToolStripMenuItem.AccessibleName = null;
resources.ApplyResources(this.editToolStripMenuItem, "editToolStripMenuItem");
this.editToolStripMenuItem.BackgroundImage = null;
this.editToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuRemove});
this.editToolStripMenuItem.Name = "editToolStripMenuItem";
this.editToolStripMenuItem.ShortcutKeyDisplayString = null;
//
// mnuRemove
//
this.mnuRemove.AccessibleDescription = null;
this.mnuRemove.AccessibleName = null;
resources.ApplyResources(this.mnuRemove, "mnuRemove");
this.mnuRemove.BackgroundImage = null;
this.mnuRemove.Name = "mnuRemove";
this.mnuRemove.ShortcutKeyDisplayString = null;
this.mnuRemove.Click += new System.EventHandler(this.mnuRemove_Click);
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.AccessibleDescription = null;
this.toolsToolStripMenuItem.AccessibleName = null;
resources.ApplyResources(this.toolsToolStripMenuItem, "toolsToolStripMenuItem");
this.toolsToolStripMenuItem.BackgroundImage = null;
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolManageDevices});
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
this.toolsToolStripMenuItem.ShortcutKeyDisplayString = null;
//
// toolManageDevices
//
this.toolManageDevices.AccessibleDescription = null;
this.toolManageDevices.AccessibleName = null;
resources.ApplyResources(this.toolManageDevices, "toolManageDevices");
this.toolManageDevices.BackgroundImage = null;
this.toolManageDevices.Name = "toolManageDevices";
this.toolManageDevices.ShortcutKeyDisplayString = null;
this.toolManageDevices.Click += new System.EventHandler(this.toolManageDevices_Click);
//
// helpToolStripMenuItem
//
this.helpToolStripMenuItem.AccessibleDescription = null;
this.helpToolStripMenuItem.AccessibleName = null;
resources.ApplyResources(this.helpToolStripMenuItem, "helpToolStripMenuItem");
this.helpToolStripMenuItem.BackgroundImage = null;
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuWebsite,
this.toolStripMenuItem2,
this.mnuAbout});
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
this.helpToolStripMenuItem.ShortcutKeyDisplayString = null;
//
// mnuWebsite
//
this.mnuWebsite.AccessibleDescription = null;
this.mnuWebsite.AccessibleName = null;
resources.ApplyResources(this.mnuWebsite, "mnuWebsite");
this.mnuWebsite.BackgroundImage = null;
this.mnuWebsite.Name = "mnuWebsite";
this.mnuWebsite.ShortcutKeyDisplayString = null;
this.mnuWebsite.Click += new System.EventHandler(this.mnuWebsite_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.AccessibleDescription = null;
this.toolStripMenuItem2.AccessibleName = null;
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
//
// mnuAbout
//
this.mnuAbout.AccessibleDescription = null;
this.mnuAbout.AccessibleName = null;
resources.ApplyResources(this.mnuAbout, "mnuAbout");
this.mnuAbout.BackgroundImage = null;
this.mnuAbout.Name = "mnuAbout";
this.mnuAbout.ShortcutKeyDisplayString = null;
this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
//
// toolStrip1
//
this.toolStrip1.AccessibleDescription = null;
this.toolStrip1.AccessibleName = null;
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.BackgroundImage = null;
this.toolStrip1.Font = null;
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolNew,
this.toolEdit,
this.toolStripSeparator,
this.toolRemove});
this.toolStrip1.Name = "toolStrip1";
//
// toolNew
//
this.toolNew.AccessibleDescription = null;
this.toolNew.AccessibleName = null;
resources.ApplyResources(this.toolNew, "toolNew");
this.toolNew.BackgroundImage = null;
this.toolNew.Name = "toolNew";
this.toolNew.Click += new System.EventHandler(this.toolNew_Click);
//
// toolEdit
//
this.toolEdit.AccessibleDescription = null;
this.toolEdit.AccessibleName = null;
resources.ApplyResources(this.toolEdit, "toolEdit");
this.toolEdit.BackgroundImage = null;
this.toolEdit.Name = "toolEdit";
this.toolEdit.Click += new System.EventHandler(this.toolEdit_Click);
//
// toolStripSeparator
//
this.toolStripSeparator.AccessibleDescription = null;
this.toolStripSeparator.AccessibleName = null;
resources.ApplyResources(this.toolStripSeparator, "toolStripSeparator");
this.toolStripSeparator.Name = "toolStripSeparator";
//
// toolRemove
//
this.toolRemove.AccessibleDescription = null;
this.toolRemove.AccessibleName = null;
resources.ApplyResources(this.toolRemove, "toolRemove");
this.toolRemove.BackgroundImage = null;
this.toolRemove.Name = "toolRemove";
this.toolRemove.Click += new System.EventHandler(this.toolRemove_Click);
//
// notifyIcon1
//
resources.ApplyResources(this.notifyIcon1, "notifyIcon1");
this.notifyIcon1.Icon = null;
//
// lvwCommon
//
this.lvwCommon.AccessibleDescription = null;
this.lvwCommon.AccessibleName = null;
resources.ApplyResources(this.lvwCommon, "lvwCommon");
this.lvwCommon.BackgroundImage = null;
this.lvwCommon.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.lvwCommon.ContextMenuStrip = this.contextMenuStrip1;
this.lvwCommon.Font = null;
this.lvwCommon.FullRowSelect = true;
this.lvwCommon.Name = "lvwCommon";
this.lvwCommon.SmallImageList = this.imageList1;
this.lvwCommon.UseCompatibleStateImageBehavior = false;
this.lvwCommon.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
resources.ApplyResources(this.columnHeader1, "columnHeader1");
//
// columnHeader2
//
resources.ApplyResources(this.columnHeader2, "columnHeader2");
//
// columnHeader3
//
resources.ApplyResources(this.columnHeader3, "columnHeader3");
//
// contextMenuStrip1
//
this.contextMenuStrip1.AccessibleDescription = null;
this.contextMenuStrip1.AccessibleName = null;
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
this.contextMenuStrip1.BackgroundImage = null;
this.contextMenuStrip1.Font = null;
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.cmdTurnOn,
this.cmdTurnOff});
this.contextMenuStrip1.Name = "contextMenuStrip1";
//
// cmdTurnOn
//
this.cmdTurnOn.AccessibleDescription = null;
this.cmdTurnOn.AccessibleName = null;
resources.ApplyResources(this.cmdTurnOn, "cmdTurnOn");
this.cmdTurnOn.BackgroundImage = null;
this.cmdTurnOn.Name = "cmdTurnOn";
this.cmdTurnOn.ShortcutKeyDisplayString = null;
this.cmdTurnOn.Click += new System.EventHandler(this.cmdTurnOn_Click);
//
// cmdTurnOff
//
this.cmdTurnOff.AccessibleDescription = null;
this.cmdTurnOff.AccessibleName = null;
resources.ApplyResources(this.cmdTurnOff, "cmdTurnOff");
this.cmdTurnOff.BackgroundImage = null;
this.cmdTurnOff.Name = "cmdTurnOff";
this.cmdTurnOff.ShortcutKeyDisplayString = null;
this.cmdTurnOff.Click += new System.EventHandler(this.cmdTurnOff_Click);
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "");
this.imageList1.Images.SetKeyName(1, "");
this.imageList1.Images.SetKeyName(2, "IDI_ICON1.png");
this.imageList1.Images.SetKeyName(3, "Alarm-005.png");
//
// tabControl1
//
this.tabControl1.AccessibleDescription = null;
this.tabControl1.AccessibleName = null;
resources.ApplyResources(this.tabControl1, "tabControl1");
this.tabControl1.BackgroundImage = null;
this.tabControl1.Controls.Add(this.tabPage3);
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Font = null;
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabPage3
//
this.tabPage3.AccessibleDescription = null;
this.tabPage3.AccessibleName = null;
resources.ApplyResources(this.tabPage3, "tabPage3");
this.tabPage3.BackgroundImage = null;
this.tabPage3.Controls.Add(this.pictureBox3);
this.tabPage3.Controls.Add(this.label5);
this.tabPage3.Controls.Add(this.linkLabel2);
this.tabPage3.Controls.Add(this.label6);
this.tabPage3.Controls.Add(this.pictureBox2);
this.tabPage3.Controls.Add(this.label4);
this.tabPage3.Controls.Add(this.label3);
this.tabPage3.Controls.Add(this.linkLabel1);
this.tabPage3.Controls.Add(this.label2);
this.tabPage3.Controls.Add(this.pictureBox1);
this.tabPage3.Controls.Add(this.label1);
this.tabPage3.Font = null;
this.tabPage3.Name = "tabPage3";
this.tabPage3.UseVisualStyleBackColor = true;
//
// pictureBox3
//
this.pictureBox3.AccessibleDescription = null;
this.pictureBox3.AccessibleName = null;
resources.ApplyResources(this.pictureBox3, "pictureBox3");
this.pictureBox3.BackgroundImage = null;
this.pictureBox3.Font = null;
this.pictureBox3.ImageLocation = null;
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.TabStop = false;
//
// label5
//
this.label5.AccessibleDescription = null;
this.label5.AccessibleName = null;
resources.ApplyResources(this.label5, "label5");
this.label5.Font = null;
this.label5.Name = "label5";
//
// linkLabel2
//
this.linkLabel2.AccessibleDescription = null;
this.linkLabel2.AccessibleName = null;
resources.ApplyResources(this.linkLabel2, "linkLabel2");
this.linkLabel2.Font = null;
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.TabStop = true;
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// label6
//
this.label6.AccessibleDescription = null;
this.label6.AccessibleName = null;
resources.ApplyResources(this.label6, "label6");
this.label6.Name = "label6";
//
// pictureBox2
//
this.pictureBox2.AccessibleDescription = null;
this.pictureBox2.AccessibleName = null;
resources.ApplyResources(this.pictureBox2, "pictureBox2");
this.pictureBox2.BackgroundImage = null;
this.pictureBox2.Font = null;
this.pictureBox2.ImageLocation = null;
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.TabStop = false;
//
// label4
//
this.label4.AccessibleDescription = null;
this.label4.AccessibleName = null;
resources.ApplyResources(this.label4, "label4");
this.label4.Font = null;
this.label4.Name = "label4";
//
// label3
//
this.label3.AccessibleDescription = null;
this.label3.AccessibleName = null;
resources.ApplyResources(this.label3, "label3");
this.label3.Font = null;
this.label3.Name = "label3";
//
// linkLabel1
//
this.linkLabel1.AccessibleDescription = null;
this.linkLabel1.AccessibleName = null;
resources.ApplyResources(this.linkLabel1, "linkLabel1");
this.linkLabel1.Font = null;
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.TabStop = true;
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// label2
//
this.label2.AccessibleDescription = null;
this.label2.AccessibleName = null;
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// pictureBox1
//
this.pictureBox1.AccessibleDescription = null;
this.pictureBox1.AccessibleName = null;
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.BackgroundImage = null;
this.pictureBox1.Font = null;
this.pictureBox1.ImageLocation = null;
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AccessibleDescription = null;
this.label1.AccessibleName = null;
resources.ApplyResources(this.label1, "label1");
this.label1.Name = "label1";
//
// tabPage1
//
this.tabPage1.AccessibleDescription = null;
this.tabPage1.AccessibleName = null;
resources.ApplyResources(this.tabPage1, "tabPage1");
this.tabPage1.BackgroundImage = null;
this.tabPage1.Controls.Add(this.lvwCommon);
this.tabPage1.Font = null;
this.tabPage1.Name = "tabPage1";
this.tabPage1.UseVisualStyleBackColor = true;
//
// tabPage2
//
this.tabPage2.AccessibleDescription = null;
this.tabPage2.AccessibleName = null;
resources.ApplyResources(this.tabPage2, "tabPage2");
this.tabPage2.BackgroundImage = null;
this.tabPage2.Controls.Add(this.lvwTasks);
this.tabPage2.Font = null;
this.tabPage2.Name = "tabPage2";
this.tabPage2.UseVisualStyleBackColor = true;
//
// lvwTasks
//
this.lvwTasks.AccessibleDescription = null;
this.lvwTasks.AccessibleName = null;
resources.ApplyResources(this.lvwTasks, "lvwTasks");
this.lvwTasks.BackgroundImage = null;
this.lvwTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader4,
this.columnHeader5,
this.columnHeader6,
this.columnHeader7});
this.lvwTasks.ContextMenuStrip = this.contextMenuStrip2;
this.lvwTasks.Font = null;
this.lvwTasks.FullRowSelect = true;
this.lvwTasks.MultiSelect = false;
this.lvwTasks.Name = "lvwTasks";
this.lvwTasks.SmallImageList = this.imageList1;
this.lvwTasks.UseCompatibleStateImageBehavior = false;
this.lvwTasks.View = System.Windows.Forms.View.Details;
//
// columnHeader4
//
resources.ApplyResources(this.columnHeader4, "columnHeader4");
//
// columnHeader5
//
resources.ApplyResources(this.columnHeader5, "columnHeader5");
//
// columnHeader6
//
resources.ApplyResources(this.columnHeader6, "columnHeader6");
//
// columnHeader7
//
resources.ApplyResources(this.columnHeader7, "columnHeader7");
//
// contextMenuStrip2
//
this.contextMenuStrip2.AccessibleDescription = null;
this.contextMenuStrip2.AccessibleName = null;
resources.ApplyResources(this.contextMenuStrip2, "contextMenuStrip2");
this.contextMenuStrip2.BackgroundImage = null;
this.contextMenuStrip2.Font = null;
this.contextMenuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuRunTask});
this.contextMenuStrip2.Name = "contextMenuStrip2";
//
// mnuRunTask
//
this.mnuRunTask.AccessibleDescription = null;
this.mnuRunTask.AccessibleName = null;
resources.ApplyResources(this.mnuRunTask, "mnuRunTask");
this.mnuRunTask.BackgroundImage = null;
this.mnuRunTask.Name = "mnuRunTask";
this.mnuRunTask.ShortcutKeyDisplayString = null;
this.mnuRunTask.Click += new System.EventHandler(this.mnuRunTask_Click);
//
// frmMain
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.Font = null;
this.MainMenuStrip = this.menuStrip1;
this.Name = "frmMain";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.frmMain_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.contextMenuStrip1.ResumeLayout(false);
this.tabControl1.ResumeLayout(false);
this.tabPage3.ResumeLayout(false);
this.tabPage3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tabPage1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.contextMenuStrip2.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolNew;
private System.Windows.Forms.ToolStripButton toolRemove;
private System.Windows.Forms.ToolStripButton toolEdit;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
private System.Windows.Forms.NotifyIcon notifyIcon1;
private System.Windows.Forms.ListView lvwCommon;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem newToolStripMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem mnuExit;
private System.Windows.Forms.ToolStripMenuItem mnuNew;
private System.Windows.Forms.ToolStripMenuItem mnuAbout;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
private System.Windows.Forms.ToolStripMenuItem cmdTurnOn;
private System.Windows.Forms.ToolStripMenuItem cmdTurnOff;
private System.Windows.Forms.ToolStripMenuItem toolManageDevices;
private System.Windows.Forms.ListView lvwTasks;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ColumnHeader columnHeader6;
private System.Windows.Forms.ColumnHeader columnHeader7;
private System.Windows.Forms.ToolStripMenuItem mnuRemove;
private System.Windows.Forms.TabPage tabPage3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.ContextMenuStrip contextMenuStrip2;
private System.Windows.Forms.ToolStripMenuItem mnuRunTask;
private System.Windows.Forms.ToolStripMenuItem mnuWebsite;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.PictureBox pictureBox3;
}
}