1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-22 13:34:04 +03:00
openuds/client/administration/UdsAdmin/forms/MainForm.Designer.cs
Adolfo Gómez 74b4c246dd * Added MSChart.exe redistributable, used by stats chart of administration client
* Added some charts to UDSAdmin, now they exists on Deployed Service Nodes
2013-02-13 10:22:29 +00:00

278 lines
15 KiB
C#

namespace UdsAdmin.forms
{
partial class MainForm
{
/// <summary>
/// Variable del diseñador requerida.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Limpiar los recursos que se estén utilizando.
/// </summary>
/// <param name="disposing">true si los recursos administrados se deben eliminar; false en caso contrario, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Código generado por el Diseñador de Windows Forms
/// <summary>
/// Método necesario para admitir el Diseñador. No se puede modificar
/// el contenido del método con el editor de código.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.splitContainer1 = new UdsAdmin.controls.SplitContainerEx();
this.treeActions = new System.Windows.Forms.TreeView();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.languageToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.englishToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.spanishToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.frenchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.germanToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.configurationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.serviceProviderToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.newServiceProviderMenu = new System.Windows.Forms.ToolStripMenuItem();
this.testToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.languageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.spanishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.englishToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.SuspendLayout();
//
// splitContainer1
//
resources.ApplyResources(this.splitContainer1, "splitContainer1");
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.treeActions);
//
// treeActions
//
resources.ApplyResources(this.treeActions, "treeActions");
this.treeActions.HideSelection = false;
this.treeActions.Name = "treeActions";
this.treeActions.ShowNodeToolTips = true;
this.treeActions.BeforeExpand += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeActions_BeforeExpand);
this.treeActions.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeActions_AfterSelect);
this.treeActions.KeyUp += new System.Windows.Forms.KeyEventHandler(this.treeActions_KeyUp);
this.treeActions.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeActions_MouseDown);
//
// statusStrip1
//
resources.ApplyResources(this.statusStrip1, "statusStrip1");
this.statusStrip1.Name = "statusStrip1";
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.fileToolStripMenuItem,
this.toolsToolStripMenuItem1});
resources.ApplyResources(this.menuStrip1, "menuStrip1");
this.menuStrip1.Name = "menuStrip1";
//
// fileToolStripMenuItem
//
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.exitToolStripMenuItem});
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
//
// exitToolStripMenuItem
//
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
//
// toolsToolStripMenuItem1
//
this.toolsToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.languageToolStripMenuItem1,
this.configurationToolStripMenuItem,
this.aboutToolStripMenuItem1});
this.toolsToolStripMenuItem1.Name = "toolsToolStripMenuItem1";
resources.ApplyResources(this.toolsToolStripMenuItem1, "toolsToolStripMenuItem1");
//
// languageToolStripMenuItem1
//
this.languageToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.englishToolStripMenuItem1,
this.spanishToolStripMenuItem1,
this.frenchToolStripMenuItem,
this.germanToolStripMenuItem});
this.languageToolStripMenuItem1.Name = "languageToolStripMenuItem1";
resources.ApplyResources(this.languageToolStripMenuItem1, "languageToolStripMenuItem1");
//
// englishToolStripMenuItem1
//
this.englishToolStripMenuItem1.Name = "englishToolStripMenuItem1";
resources.ApplyResources(this.englishToolStripMenuItem1, "englishToolStripMenuItem1");
this.englishToolStripMenuItem1.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
//
// spanishToolStripMenuItem1
//
this.spanishToolStripMenuItem1.Name = "spanishToolStripMenuItem1";
resources.ApplyResources(this.spanishToolStripMenuItem1, "spanishToolStripMenuItem1");
this.spanishToolStripMenuItem1.Click += new System.EventHandler(this.spanishToolStripMenuItem_Click);
//
// frenchToolStripMenuItem
//
this.frenchToolStripMenuItem.Name = "frenchToolStripMenuItem";
resources.ApplyResources(this.frenchToolStripMenuItem, "frenchToolStripMenuItem");
this.frenchToolStripMenuItem.Click += new System.EventHandler(this.frenchToolStripMenuItem_Click);
//
// germanToolStripMenuItem
//
this.germanToolStripMenuItem.Name = "germanToolStripMenuItem";
resources.ApplyResources(this.germanToolStripMenuItem, "germanToolStripMenuItem");
this.germanToolStripMenuItem.Click += new System.EventHandler(this.germanToolStripMenuItem_Click);
//
// configurationToolStripMenuItem
//
this.configurationToolStripMenuItem.Name = "configurationToolStripMenuItem";
resources.ApplyResources(this.configurationToolStripMenuItem, "configurationToolStripMenuItem");
this.configurationToolStripMenuItem.Click += new System.EventHandler(this.configurationToolStripMenuItem_Click);
//
// aboutToolStripMenuItem1
//
this.aboutToolStripMenuItem1.Name = "aboutToolStripMenuItem1";
resources.ApplyResources(this.aboutToolStripMenuItem1, "aboutToolStripMenuItem1");
this.aboutToolStripMenuItem1.Click += new System.EventHandler(this.aboutToolStripMenuItem1_Click);
//
// serviceProviderToolStripMenuItem
//
this.serviceProviderToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.newServiceProviderMenu,
this.testToolStripMenuItem});
this.serviceProviderToolStripMenuItem.Name = "serviceProviderToolStripMenuItem";
resources.ApplyResources(this.serviceProviderToolStripMenuItem, "serviceProviderToolStripMenuItem");
//
// newServiceProviderMenu
//
this.newServiceProviderMenu.Name = "newServiceProviderMenu";
resources.ApplyResources(this.newServiceProviderMenu, "newServiceProviderMenu");
//
// testToolStripMenuItem
//
this.testToolStripMenuItem.Name = "testToolStripMenuItem";
resources.ApplyResources(this.testToolStripMenuItem, "testToolStripMenuItem");
//
// toolsToolStripMenuItem
//
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
resources.ApplyResources(this.toolsToolStripMenuItem, "toolsToolStripMenuItem");
//
// languageToolStripMenuItem
//
this.languageToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.spanishToolStripMenuItem,
this.englishToolStripMenuItem});
this.languageToolStripMenuItem.Name = "languageToolStripMenuItem";
resources.ApplyResources(this.languageToolStripMenuItem, "languageToolStripMenuItem");
//
// spanishToolStripMenuItem
//
this.spanishToolStripMenuItem.Name = "spanishToolStripMenuItem";
resources.ApplyResources(this.spanishToolStripMenuItem, "spanishToolStripMenuItem");
this.spanishToolStripMenuItem.Click += new System.EventHandler(this.spanishToolStripMenuItem_Click);
//
// englishToolStripMenuItem
//
this.englishToolStripMenuItem.Name = "englishToolStripMenuItem";
resources.ApplyResources(this.englishToolStripMenuItem, "englishToolStripMenuItem");
this.englishToolStripMenuItem.Click += new System.EventHandler(this.englishToolStripMenuItem_Click);
//
// aboutToolStripMenuItem
//
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
resources.ApplyResources(this.aboutToolStripMenuItem, "aboutToolStripMenuItem");
//
// toolStrip1
//
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1});
resources.ApplyResources(this.toolStrip1, "toolStrip1");
this.toolStrip1.Name = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.toolStripButton1.Image = global::UdsAdmin.Images.cache16;
resources.ApplyResources(this.toolStripButton1, "toolStripButton1");
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
//
// MainForm
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Load += new System.EventHandler(this.MainForm_Load);
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem serviceProviderToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem newServiceProviderMenu;
private System.Windows.Forms.ToolStrip toolStrip1;
private UdsAdmin.controls.SplitContainerEx splitContainer1;
private System.Windows.Forms.TreeView treeActions;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem languageToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem spanishToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem englishToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem testToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem languageToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem englishToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem spanishToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem frenchToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem germanToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripMenuItem configurationToolStripMenuItem;
}
}