RDPAddins.NET/RDPAddins/SlaveMode.Designer.cs

166 lines
7.0 KiB
C#

namespace RDPAddins
{
partial class SlaveMode
{
/// <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(SlaveMode));
this.ilMain = new System.Windows.Forms.ImageList(this.components);
this.mnuNIContext = new System.Windows.Forms.ContextMenu();
this.mnuNICShow = new System.Windows.Forms.MenuItem();
this.mnuNICHide = new System.Windows.Forms.MenuItem();
this.mnuAddinsContext = new System.Windows.Forms.MenuItem();
this.mnuNICSeparator = new System.Windows.Forms.MenuItem();
this.mnuNICAbout = new System.Windows.Forms.MenuItem();
this.niMain = new System.Windows.Forms.NotifyIcon(this.components);
this.mnuMain = new System.Windows.Forms.MainMenu(this.components);
this.mnuAddins = new System.Windows.Forms.MenuItem();
this.mnuHelp = new System.Windows.Forms.MenuItem();
this.mnuAbout = new System.Windows.Forms.MenuItem();
this.tabControl = new System.Windows.Forms.TabControl();
this.SuspendLayout();
//
// ilMain
//
this.ilMain.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilMain.ImageStream")));
this.ilMain.TransparentColor = System.Drawing.Color.Transparent;
this.ilMain.Images.SetKeyName(0, "niMain.Icon.ico");
//
// mnuNIContext
//
this.mnuNIContext.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuNICShow,
this.mnuNICHide,
this.mnuAddinsContext,
this.mnuNICSeparator,
this.mnuNICAbout});
resources.ApplyResources(this.mnuNIContext, "mnuNIContext");
//
// mnuNICShow
//
this.mnuNICShow.DefaultItem = true;
resources.ApplyResources(this.mnuNICShow, "mnuNICShow");
this.mnuNICShow.Index = 0;
this.mnuNICShow.Click += new System.EventHandler(this.ShowMe);
//
// mnuNICHide
//
this.mnuNICHide.DefaultItem = true;
resources.ApplyResources(this.mnuNICHide, "mnuNICHide");
this.mnuNICHide.Index = 1;
this.mnuNICHide.Click += new System.EventHandler(this.ShowMe);
//
// mnuAddinsContext
//
resources.ApplyResources(this.mnuAddinsContext, "mnuAddinsContext");
this.mnuAddinsContext.Index = 2;
//
// mnuNICSeparator
//
resources.ApplyResources(this.mnuNICSeparator, "mnuNICSeparator");
this.mnuNICSeparator.Index = 3;
//
// mnuNICAbout
//
resources.ApplyResources(this.mnuNICAbout, "mnuNICAbout");
this.mnuNICAbout.Index = 4;
this.mnuNICAbout.Click += new System.EventHandler(this.mnuAbout_Click);
//
// niMain
//
resources.ApplyResources(this.niMain, "niMain");
this.niMain.ContextMenu = this.mnuNIContext;
this.niMain.BalloonTipClicked += new System.EventHandler(this.niMain_BalloonTipClicked);
this.niMain.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.niMain_MouseDoubleClick);
//
// mnuMain
//
this.mnuMain.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuAddins,
this.mnuHelp});
resources.ApplyResources(this.mnuMain, "mnuMain");
//
// mnuAddins
//
resources.ApplyResources(this.mnuAddins, "mnuAddins");
this.mnuAddins.Index = 0;
//
// mnuHelp
//
resources.ApplyResources(this.mnuHelp, "mnuHelp");
this.mnuHelp.Index = 1;
this.mnuHelp.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.mnuAbout});
//
// mnuAbout
//
resources.ApplyResources(this.mnuAbout, "mnuAbout");
this.mnuAbout.Index = 0;
this.mnuAbout.Click += new System.EventHandler(this.mnuAbout_Click);
//
// tabControl
//
resources.ApplyResources(this.tabControl, "tabControl");
this.tabControl.ImageList = this.ilMain;
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
//
// frmMain
//
resources.ApplyResources(this, "$this");
this.Controls.Add(this.tabControl);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
this.Menu = this.mnuMain;
this.Name = "frmMain";
this.Opacity = 0D;
this.ShowInTaskbar = false;
this.TopMost = true;
this.Activated += new System.EventHandler(this.frmMain_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.VisibleChanged += new System.EventHandler(this.frmMain_VisibleChanged);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.ImageList ilMain;
private System.Windows.Forms.ContextMenu mnuNIContext;
private System.Windows.Forms.MenuItem mnuNICShow;
private System.Windows.Forms.MenuItem mnuNICSeparator;
private System.Windows.Forms.MenuItem mnuNICAbout;
private System.Windows.Forms.NotifyIcon niMain;
private System.Windows.Forms.MainMenu mnuMain;
private System.Windows.Forms.MenuItem mnuHelp;
private System.Windows.Forms.MenuItem mnuAbout;
internal System.Windows.Forms.TabControl tabControl;
internal System.Windows.Forms.MenuItem mnuAddinsContext;
internal System.Windows.Forms.MenuItem mnuAddins;
private System.Windows.Forms.MenuItem mnuNICHide;
}
}