namespace Maestro.Editors.Fusion.WidgetEditors { partial class LegendWidgetCtrl { /// /// 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(LegendWidgetCtrl)); this.baseEditor = new Maestro.Editors.Fusion.WidgetEditors.WidgetEditorBase(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtRootFolderIcon = new System.Windows.Forms.TextBox(); this.txtGroupInfoIcon = new System.Windows.Forms.TextBox(); this.txtLayerInfoIcon = new System.Windows.Forms.TextBox(); this.txtDisabledLayerIcon = new System.Windows.Forms.TextBox(); this.txtLayerThemeIcon = new System.Windows.Forms.TextBox(); this.txtLayerDwfIcon = new System.Windows.Forms.TextBox(); this.txtLayerRasterIcon = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.chkShowMapFolder = new System.Windows.Forms.CheckBox(); this.chkShowRootFolder = new System.Windows.Forms.CheckBox(); this.chkHideInvisibleLayers = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // baseEditor // resources.ApplyResources(this.baseEditor, "baseEditor"); this.baseEditor.Name = "baseEditor"; // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtRootFolderIcon); this.groupBox1.Controls.Add(this.txtGroupInfoIcon); this.groupBox1.Controls.Add(this.txtLayerInfoIcon); this.groupBox1.Controls.Add(this.txtDisabledLayerIcon); this.groupBox1.Controls.Add(this.txtLayerThemeIcon); this.groupBox1.Controls.Add(this.txtLayerDwfIcon); this.groupBox1.Controls.Add(this.txtLayerRasterIcon); this.groupBox1.Controls.Add(this.label7); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.chkShowMapFolder); this.groupBox1.Controls.Add(this.chkShowRootFolder); this.groupBox1.Controls.Add(this.chkHideInvisibleLayers); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtRootFolderIcon // resources.ApplyResources(this.txtRootFolderIcon, "txtRootFolderIcon"); this.txtRootFolderIcon.Name = "txtRootFolderIcon"; this.txtRootFolderIcon.TextChanged += new System.EventHandler(this.txtRootFolderIcon_TextChanged); // // txtGroupInfoIcon // resources.ApplyResources(this.txtGroupInfoIcon, "txtGroupInfoIcon"); this.txtGroupInfoIcon.Name = "txtGroupInfoIcon"; this.txtGroupInfoIcon.TextChanged += new System.EventHandler(this.txtGroupInfoIcon_TextChanged); // // txtLayerInfoIcon // resources.ApplyResources(this.txtLayerInfoIcon, "txtLayerInfoIcon"); this.txtLayerInfoIcon.Name = "txtLayerInfoIcon"; this.txtLayerInfoIcon.TextChanged += new System.EventHandler(this.txtLayerInfoIcon_TextChanged); // // txtDisabledLayerIcon // resources.ApplyResources(this.txtDisabledLayerIcon, "txtDisabledLayerIcon"); this.txtDisabledLayerIcon.Name = "txtDisabledLayerIcon"; this.txtDisabledLayerIcon.TextChanged += new System.EventHandler(this.txtDisabledLayerIcon_TextChanged); // // txtLayerThemeIcon // resources.ApplyResources(this.txtLayerThemeIcon, "txtLayerThemeIcon"); this.txtLayerThemeIcon.Name = "txtLayerThemeIcon"; this.txtLayerThemeIcon.TextChanged += new System.EventHandler(this.txtLayerThemeIcon_TextChanged); // // txtLayerDwfIcon // resources.ApplyResources(this.txtLayerDwfIcon, "txtLayerDwfIcon"); this.txtLayerDwfIcon.Name = "txtLayerDwfIcon"; this.txtLayerDwfIcon.TextChanged += new System.EventHandler(this.txtLayerDwfIcon_TextChanged); // // txtLayerRasterIcon // resources.ApplyResources(this.txtLayerRasterIcon, "txtLayerRasterIcon"); this.txtLayerRasterIcon.Name = "txtLayerRasterIcon"; this.txtLayerRasterIcon.TextChanged += new System.EventHandler(this.txtLayerRasterIcon_TextChanged); // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.Name = "label5"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // chkShowMapFolder // resources.ApplyResources(this.chkShowMapFolder, "chkShowMapFolder"); this.chkShowMapFolder.Name = "chkShowMapFolder"; this.chkShowMapFolder.UseVisualStyleBackColor = true; this.chkShowMapFolder.CheckedChanged += new System.EventHandler(this.chkShowMapFolder_CheckedChanged); // // chkShowRootFolder // resources.ApplyResources(this.chkShowRootFolder, "chkShowRootFolder"); this.chkShowRootFolder.Name = "chkShowRootFolder"; this.chkShowRootFolder.UseVisualStyleBackColor = true; this.chkShowRootFolder.CheckedChanged += new System.EventHandler(this.chkShowRootFolder_CheckedChanged); // // chkHideInvisibleLayers // resources.ApplyResources(this.chkHideInvisibleLayers, "chkHideInvisibleLayers"); this.chkHideInvisibleLayers.Name = "chkHideInvisibleLayers"; this.chkHideInvisibleLayers.UseVisualStyleBackColor = true; this.chkHideInvisibleLayers.CheckedChanged += new System.EventHandler(this.chkHideInvisibleLayers_CheckedChanged); // // LegendWidgetCtrl // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None; this.Controls.Add(this.groupBox1); this.Controls.Add(this.baseEditor); this.Name = "LegendWidgetCtrl"; this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private WidgetEditorBase baseEditor; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox chkShowMapFolder; private System.Windows.Forms.CheckBox chkShowRootFolder; private System.Windows.Forms.CheckBox chkHideInvisibleLayers; private System.Windows.Forms.TextBox txtRootFolderIcon; private System.Windows.Forms.TextBox txtGroupInfoIcon; private System.Windows.Forms.TextBox txtLayerInfoIcon; private System.Windows.Forms.TextBox txtDisabledLayerIcon; private System.Windows.Forms.TextBox txtLayerThemeIcon; private System.Windows.Forms.TextBox txtLayerDwfIcon; private System.Windows.Forms.TextBox txtLayerRasterIcon; private System.Windows.Forms.Label label7; } }