namespace Maestro.Editors.WebLayout.Commands { partial class InvokeScriptCtrl { /// /// 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(InvokeScriptCtrl)); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.panel1 = new System.Windows.Forms.Panel(); this.txtScript = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // toolStrip1 // resources.ApplyResources(this.toolStrip1, "toolStrip1"); this.toolStrip1.Name = "toolStrip1"; // // panel1 // this.panel1.Controls.Add(this.txtScript); this.panel1.Controls.Add(this.label1); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // txtScript // resources.ApplyResources(this.txtScript, "txtScript"); this.txtScript.Name = "txtScript"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // InvokeScriptCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.panel1); this.Controls.Add(this.toolStrip1); this.Name = "InvokeScriptCtrl"; resources.ApplyResources(this, "$this"); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TextBox txtScript; private System.Windows.Forms.Label label1; } }