namespace DotnetCenter { partial class Center { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Center)); this.menuMain = new System.Windows.Forms.MenuStrip(); this.opcionesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pluginsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.languageToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.pnlPlugin = new System.Windows.Forms.Panel(); this.gbPluginsInformation = new System.Windows.Forms.GroupBox(); this.lblPluginEmail = new System.Windows.Forms.Label(); this.lblPluginVersion = new System.Windows.Forms.Label(); this.lblPluginName = new System.Windows.Forms.Label(); this.navigator = new DotnetCenter.Navigator(); this.menuMain.SuspendLayout(); this.gbPluginsInformation.SuspendLayout(); this.SuspendLayout(); // // menuMain // this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.opcionesToolStripMenuItem}); this.menuMain.Location = new System.Drawing.Point(0, 0); this.menuMain.Name = "menuMain"; this.menuMain.Size = new System.Drawing.Size(1008, 24); this.menuMain.TabIndex = 1; this.menuMain.Text = "menuMain"; // // opcionesToolStripMenuItem // this.opcionesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.pluginsToolStripMenuItem, this.languageToolStripMenuItem, this.aboutToolStripMenuItem, this.exitToolStripMenuItem}); this.opcionesToolStripMenuItem.Name = "opcionesToolStripMenuItem"; this.opcionesToolStripMenuItem.Size = new System.Drawing.Size(56, 20); this.opcionesToolStripMenuItem.Text = "Options"; // // pluginsToolStripMenuItem // this.pluginsToolStripMenuItem.Name = "pluginsToolStripMenuItem"; this.pluginsToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.pluginsToolStripMenuItem.Text = "Plugins"; this.pluginsToolStripMenuItem.Click += new System.EventHandler(this.pluginsToolStripMenuItem_Click); // // languageToolStripMenuItem // this.languageToolStripMenuItem.Name = "languageToolStripMenuItem"; this.languageToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.languageToolStripMenuItem.Text = "Language"; // // aboutToolStripMenuItem // this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.aboutToolStripMenuItem.Text = "About DotnetCenter"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.sobreToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; this.exitToolStripMenuItem.Size = new System.Drawing.Size(183, 22); this.exitToolStripMenuItem.Text = "Exit"; this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click); // // pnlPlugin // this.pnlPlugin.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.pnlPlugin.AutoScroll = true; this.pnlPlugin.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.pnlPlugin.Location = new System.Drawing.Point(180, 24); this.pnlPlugin.Name = "pnlPlugin"; this.pnlPlugin.Size = new System.Drawing.Size(816, 696); this.pnlPlugin.TabIndex = 5; // // gbPluginsInformation // this.gbPluginsInformation.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.gbPluginsInformation.Controls.Add(this.lblPluginEmail); this.gbPluginsInformation.Controls.Add(this.lblPluginVersion); this.gbPluginsInformation.Controls.Add(this.lblPluginName); this.gbPluginsInformation.FlatStyle = System.Windows.Forms.FlatStyle.System; this.gbPluginsInformation.Location = new System.Drawing.Point(11, 650); this.gbPluginsInformation.Name = "gbPluginsInformation"; this.gbPluginsInformation.Size = new System.Drawing.Size(163, 70); this.gbPluginsInformation.TabIndex = 6; this.gbPluginsInformation.TabStop = false; this.gbPluginsInformation.Text = "Plugin Information:"; // // lblPluginEmail // this.lblPluginEmail.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPluginEmail.Location = new System.Drawing.Point(8, 48); this.lblPluginEmail.Name = "lblPluginEmail"; this.lblPluginEmail.Size = new System.Drawing.Size(147, 16); this.lblPluginEmail.TabIndex = 2; this.lblPluginEmail.Text = ""; // // lblPluginVersion // this.lblPluginVersion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPluginVersion.Location = new System.Drawing.Point(8, 32); this.lblPluginVersion.Name = "lblPluginVersion"; this.lblPluginVersion.Size = new System.Drawing.Size(147, 16); this.lblPluginVersion.TabIndex = 1; this.lblPluginVersion.Text = "()"; // // lblPluginName // this.lblPluginName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblPluginName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblPluginName.Location = new System.Drawing.Point(8, 16); this.lblPluginName.Name = "lblPluginName"; this.lblPluginName.Size = new System.Drawing.Size(147, 16); this.lblPluginName.TabIndex = 0; this.lblPluginName.Text = ""; // // navigator // this.navigator.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.navigator.BackGroundColor = System.Drawing.Color.White; this.navigator.ItemsColor = System.Drawing.Color.LightGray; this.navigator.Location = new System.Drawing.Point(11, 27); this.navigator.MinimumSize = new System.Drawing.Size(150, 150); this.navigator.Name = "navigator"; this.navigator.SelectIndex = 0; this.navigator.Size = new System.Drawing.Size(163, 597); this.navigator.TabIndex = 7; // // Center // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1008, 732); this.Controls.Add(this.navigator); this.Controls.Add(this.gbPluginsInformation); this.Controls.Add(this.pnlPlugin); this.Controls.Add(this.menuMain); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuMain; this.MinimumSize = new System.Drawing.Size(800, 600); this.Name = "Center"; this.Text = "Dotnet Center"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.Center_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Center_FormClosing); this.menuMain.ResumeLayout(false); this.menuMain.PerformLayout(); this.gbPluginsInformation.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuMain; private System.Windows.Forms.ToolStripMenuItem opcionesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.Panel pnlPlugin; private System.Windows.Forms.GroupBox gbPluginsInformation; private System.Windows.Forms.Label lblPluginEmail; private System.Windows.Forms.Label lblPluginVersion; private System.Windows.Forms.Label lblPluginName; private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem pluginsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem languageToolStripMenuItem; private Navigator navigator; } }