namespace Maestro.Base.Editor { partial class EditorContentBase { /// /// 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 Component 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(EditorContentBase)); this.upgradePanel = new System.Windows.Forms.Panel(); this.label1 = new System.Windows.Forms.Label(); this.btnUpgrade = new System.Windows.Forms.Button(); this.panelBody = new System.Windows.Forms.Panel(); this.upgradePanel.SuspendLayout(); this.SuspendLayout(); // // upgradePanel // this.upgradePanel.BackColor = System.Drawing.SystemColors.Info; this.upgradePanel.Controls.Add(this.label1); this.upgradePanel.Controls.Add(this.btnUpgrade); resources.ApplyResources(this.upgradePanel, "upgradePanel"); this.upgradePanel.Name = "upgradePanel"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // btnUpgrade // resources.ApplyResources(this.btnUpgrade, "btnUpgrade"); this.btnUpgrade.Name = "btnUpgrade"; this.btnUpgrade.UseVisualStyleBackColor = true; this.btnUpgrade.Click += new System.EventHandler(this.btnUpgrade_Click); // // panelBody // resources.ApplyResources(this.panelBody, "panelBody"); this.panelBody.Name = "panelBody"; // // EditorContentBase // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.panelBody); this.Controls.Add(this.upgradePanel); this.Name = "EditorContentBase"; resources.ApplyResources(this, "$this"); this.upgradePanel.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel upgradePanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnUpgrade; protected System.Windows.Forms.Panel panelBody; } }