namespace Maestro.Base.Editor { partial class FusionEditor { /// /// 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(FusionEditor)); this.flexEditor = new Maestro.Editors.Fusion.FlexibleLayoutEditor(); this.panelBody.SuspendLayout(); this.SuspendLayout(); // // panelBody // this.panelBody.Controls.Add(this.flexEditor); // // flexEditor // resources.ApplyResources(this.flexEditor, "flexEditor"); this.flexEditor.Name = "flexEditor"; // // FusionEditor // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Name = "FusionEditor"; this.panelBody.ResumeLayout(false); this.ResumeLayout(false); } #endregion private Maestro.Editors.Fusion.FlexibleLayoutEditor flexEditor; } }