namespace Maestro.Editors.MapDefinition { partial class GroupPropertiesCtrl { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GroupPropertiesCtrl)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.chkExpanded = new System.Windows.Forms.CheckBox(); this.chkLegendVisible = new System.Windows.Forms.CheckBox(); this.chkVisible = new System.Windows.Forms.CheckBox(); this.txtLegendLabel = new System.Windows.Forms.TextBox(); this.txtName = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Controls.Add(this.chkExpanded); this.groupBox1.Controls.Add(this.chkLegendVisible); this.groupBox1.Controls.Add(this.chkVisible); this.groupBox1.Controls.Add(this.txtLegendLabel); this.groupBox1.Controls.Add(this.txtName); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // chkExpanded // resources.ApplyResources(this.chkExpanded, "chkExpanded"); this.chkExpanded.Name = "chkExpanded"; this.chkExpanded.UseVisualStyleBackColor = true; // // chkLegendVisible // resources.ApplyResources(this.chkLegendVisible, "chkLegendVisible"); this.chkLegendVisible.Name = "chkLegendVisible"; this.chkLegendVisible.UseVisualStyleBackColor = true; // // chkVisible // resources.ApplyResources(this.chkVisible, "chkVisible"); this.chkVisible.Name = "chkVisible"; this.chkVisible.UseVisualStyleBackColor = true; // // txtLegendLabel // resources.ApplyResources(this.txtLegendLabel, "txtLegendLabel"); this.txtLegendLabel.Name = "txtLegendLabel"; // // txtName // resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // errorProvider // this.errorProvider.ContainerControl = this; // // GroupPropertiesCtrl // this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.groupBox1); this.Name = "GroupPropertiesCtrl"; resources.ApplyResources(this, "$this"); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox chkExpanded; private System.Windows.Forms.CheckBox chkLegendVisible; private System.Windows.Forms.CheckBox chkVisible; private System.Windows.Forms.TextBox txtLegendLabel; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.ErrorProvider errorProvider; } }