namespace Maestro.Editors.WebLayout
{
    partial class CustomCommandPropertyCtrl
    {
        /// <summary> 
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary> 
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Component Designer generated code

        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomCommandPropertyCtrl));
            this.tabProperties = new System.Windows.Forms.TabControl();
            this.TAB_BASIC = new System.Windows.Forms.TabPage();
            this.imgDisabled = new System.Windows.Forms.PictureBox();
            this.imgEnabled = new System.Windows.Forms.PictureBox();
            this.txtDisabledIcon = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtEnabledIcon = new System.Windows.Forms.TextBox();
            this.label5 = new System.Windows.Forms.Label();
            this.txtDescription = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtTooltip = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtTitle = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.txtName = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.TAB_ADVANCED = new System.Windows.Forms.TabPage();
            this.tabProperties.SuspendLayout();
            this.TAB_BASIC.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgDisabled)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgEnabled)).BeginInit();
            this.SuspendLayout();
            // 
            // tabProperties
            // 
            this.tabProperties.Controls.Add(this.TAB_BASIC);
            this.tabProperties.Controls.Add(this.TAB_ADVANCED);
            resources.ApplyResources(this.tabProperties, "tabProperties");
            this.tabProperties.Name = "tabProperties";
            this.tabProperties.SelectedIndex = 0;
            // 
            // TAB_BASIC
            // 
            resources.ApplyResources(this.TAB_BASIC, "TAB_BASIC");
            this.TAB_BASIC.Controls.Add(this.imgDisabled);
            this.TAB_BASIC.Controls.Add(this.imgEnabled);
            this.TAB_BASIC.Controls.Add(this.txtDisabledIcon);
            this.TAB_BASIC.Controls.Add(this.label6);
            this.TAB_BASIC.Controls.Add(this.txtEnabledIcon);
            this.TAB_BASIC.Controls.Add(this.label5);
            this.TAB_BASIC.Controls.Add(this.txtDescription);
            this.TAB_BASIC.Controls.Add(this.label4);
            this.TAB_BASIC.Controls.Add(this.txtTooltip);
            this.TAB_BASIC.Controls.Add(this.label3);
            this.TAB_BASIC.Controls.Add(this.txtTitle);
            this.TAB_BASIC.Controls.Add(this.label2);
            this.TAB_BASIC.Controls.Add(this.txtName);
            this.TAB_BASIC.Controls.Add(this.label1);
            this.TAB_BASIC.Name = "TAB_BASIC";
            this.TAB_BASIC.UseVisualStyleBackColor = true;
            // 
            // imgDisabled
            // 
            resources.ApplyResources(this.imgDisabled, "imgDisabled");
            this.imgDisabled.Name = "imgDisabled";
            this.imgDisabled.TabStop = false;
            // 
            // imgEnabled
            // 
            resources.ApplyResources(this.imgEnabled, "imgEnabled");
            this.imgEnabled.Name = "imgEnabled";
            this.imgEnabled.TabStop = false;
            // 
            // txtDisabledIcon
            // 
            resources.ApplyResources(this.txtDisabledIcon, "txtDisabledIcon");
            this.txtDisabledIcon.Name = "txtDisabledIcon";
            this.txtDisabledIcon.TextChanged += new System.EventHandler(this.txtDisabledIcon_TextChanged);
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // txtEnabledIcon
            // 
            resources.ApplyResources(this.txtEnabledIcon, "txtEnabledIcon");
            this.txtEnabledIcon.Name = "txtEnabledIcon";
            this.txtEnabledIcon.TextChanged += new System.EventHandler(this.txtEnabledIcon_TextChanged);
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // txtDescription
            // 
            resources.ApplyResources(this.txtDescription, "txtDescription");
            this.txtDescription.Name = "txtDescription";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // txtTooltip
            // 
            resources.ApplyResources(this.txtTooltip, "txtTooltip");
            this.txtTooltip.Name = "txtTooltip";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // txtTitle
            // 
            resources.ApplyResources(this.txtTitle, "txtTitle");
            this.txtTitle.Name = "txtTitle";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // txtName
            // 
            resources.ApplyResources(this.txtName, "txtName");
            this.txtName.Name = "txtName";
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // TAB_ADVANCED
            // 
            resources.ApplyResources(this.TAB_ADVANCED, "TAB_ADVANCED");
            this.TAB_ADVANCED.Name = "TAB_ADVANCED";
            this.TAB_ADVANCED.UseVisualStyleBackColor = true;
            // 
            // CustomCommandPropertyCtrl
            // 
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.Controls.Add(this.tabProperties);
            this.Name = "CustomCommandPropertyCtrl";
            resources.ApplyResources(this, "$this");
            this.tabProperties.ResumeLayout(false);
            this.TAB_BASIC.ResumeLayout(false);
            this.TAB_BASIC.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.imgDisabled)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgEnabled)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.TabControl tabProperties;
        private System.Windows.Forms.TabPage TAB_BASIC;
        private System.Windows.Forms.TabPage TAB_ADVANCED;
        private System.Windows.Forms.PictureBox imgDisabled;
        private System.Windows.Forms.PictureBox imgEnabled;
        private System.Windows.Forms.TextBox txtDisabledIcon;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtEnabledIcon;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.TextBox txtDescription;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtTooltip;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtTitle;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.TextBox txtName;
        private System.Windows.Forms.Label label1;
    }
}