namespace Maestro.Editors.SymbolDefinition { partial class GeneralSettingsCtrl { /// /// 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(GeneralSettingsCtrl)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.txtName = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.contentPanel.SuspendLayout(); this.SuspendLayout(); // // contentPanel // this.contentPanel.Controls.Add(this.txtDescription); this.contentPanel.Controls.Add(this.txtName); this.contentPanel.Controls.Add(this.label2); this.contentPanel.Controls.Add(this.label1); resources.ApplyResources(this.contentPanel, "contentPanel"); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // txtName // resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; // // txtDescription // resources.ApplyResources(this.txtDescription, "txtDescription"); this.txtDescription.Name = "txtDescription"; // // GeneralSettingsCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.HeaderText = "General"; this.Name = "GeneralSettingsCtrl"; resources.ApplyResources(this, "$this"); this.contentPanel.ResumeLayout(false); this.contentPanel.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }