/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CoordinateDialog));
            this.btnOk = new System.Windows.Forms.Button();
            this.btnClose = new System.Windows.Forms.Button();
            this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
            this.dbxM = new MapWindow.Components.DoubleBox();
            this.dbxZ = new MapWindow.Components.DoubleBox();
            this.dbxY = new MapWindow.Components.DoubleBox();
            this.dbxX = new MapWindow.Components.DoubleBox();
            this.SuspendLayout();
            // 
            // btnOk
            // 
            this.btnOk.AccessibleDescription = null;
            this.btnOk.AccessibleName = null;
            resources.ApplyResources(this.btnOk, "btnOk");
            this.btnOk.BackgroundImage = null;
            this.btnOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOk.Font = null;
            this.btnOk.Name = "btnOk";
            this.ttHelp.SetToolTip(this.btnOk, resources.GetString("btnOk.ToolTip"));
            this.btnOk.UseVisualStyleBackColor = true;
            this.btnOk.Click += new System.EventHandler(this.cmdOk_Click);
            // 
            // btnClose
            // 
            this.btnClose.AccessibleDescription = null;
            this.btnClose.AccessibleName = null;
            resources.ApplyResources(this.btnClose, "btnClose");
            this.btnClose.BackgroundImage = null;
            this.btnClose.Font = null;
            this.btnClose.Name = "btnClose";
            this.ttHelp.SetToolTip(this.btnClose, resources.GetString("btnClose.ToolTip"));
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // dbxM
            // 
            this.dbxM.AccessibleDescription = null;
            this.dbxM.AccessibleName = null;
            resources.ApplyResources(this.dbxM, "dbxM");
            this.dbxM.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxM.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxM.BackgroundImage = null;
            this.dbxM.Caption = "M:";
            this.dbxM.Font = null;
            this.dbxM.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxM.IsValid = true;
            this.dbxM.Name = "dbxM";
            this.dbxM.NumberFormat = null;
            this.dbxM.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxM, resources.GetString("dbxM.ToolTip"));
            this.dbxM.Value = 0;
            this.dbxM.ValidChanged += new System.EventHandler(this.Coordinate_ValidChanged);
            // 
            // dbxZ
            // 
            this.dbxZ.AccessibleDescription = null;
            this.dbxZ.AccessibleName = null;
            resources.ApplyResources(this.dbxZ, "dbxZ");
            this.dbxZ.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxZ.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxZ.BackgroundImage = null;
            this.dbxZ.Caption = "Z:";
            this.dbxZ.Font = null;
            this.dbxZ.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxZ.IsValid = true;
            this.dbxZ.Name = "dbxZ";
            this.dbxZ.NumberFormat = null;
            this.dbxZ.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxZ, resources.GetString("dbxZ.ToolTip"));
            this.dbxZ.Value = 0;
            // 
            // dbxY
            // 
            this.dbxY.AccessibleDescription = null;
            this.dbxY.AccessibleName = null;
            resources.ApplyResources(this.dbxY, "dbxY");
            this.dbxY.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxY.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxY.BackgroundImage = null;
            this.dbxY.Caption = "Y:";
            this.dbxY.Font = null;
            this.dbxY.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxY.IsValid = true;
            this.dbxY.Name = "dbxY";
            this.dbxY.NumberFormat = null;
            this.dbxY.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxY, resources.GetString("dbxY.ToolTip"));
            this.dbxY.Value = 0;
            this.dbxY.ValidChanged += new System.EventHandler(this.Coordinate_ValidChanged);
            // 
            // dbxX
            // 
            this.dbxX.AccessibleDescription = null;
            this.dbxX.AccessibleName = null;
            resources.ApplyResources(this.dbxX, "dbxX");
            this.dbxX.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxX.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxX.BackgroundImage = null;
            this.dbxX.Caption = "X:";
            this.dbxX.Font = null;
            this.dbxX.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxX.IsValid = true;
            this.dbxX.Name = "dbxX";
            this.dbxX.NumberFormat = null;
            this.dbxX.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxX, resources.GetString("dbxX.ToolTip"));
            this.dbxX.Value = 0;
            this.dbxX.ValidChanged += new System.EventHandler(this.Coordinate_ValidChanged);
            // 
            // CoordinateDialog
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.dbxM);
            this.Controls.Add(this.dbxZ);
            this.Controls.Add(this.dbxY);
            this.Controls.Add(this.dbxX);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.btnOk);
            this.Font = null;
            this.Icon = null;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "CoordinateDialog";
            this.ShowIcon = false;
            this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.TopMost = true;
            this.ResumeLayout(false);

        }
        /// <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(DetailedPolygonSymbolControl));
            this.btnAddToCustom = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbUnits = new System.Windows.Forms.ComboBox();
            this.lblUnits = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.lblPreview = new System.Windows.Forms.Label();
            this.lblScaleMode = new System.Windows.Forms.Label();
            this.cmbScaleMode = new System.Windows.Forms.ComboBox();
            this.chkSmoothing = new System.Windows.Forms.CheckBox();
            this.lblPatternType = new System.Windows.Forms.Label();
            this.cmbPatternType = new System.Windows.Forms.ComboBox();
            this.tabPatternProperties = new System.Windows.Forms.TabControl();
            this.tabSimple = new System.Windows.Forms.TabPage();
            this.lblColorSimple = new System.Windows.Forms.Label();
            this.tabPicture = new System.Windows.Forms.TabPage();
            this.lblTileMode = new System.Windows.Forms.Label();
            this.cmbTileMode = new System.Windows.Forms.ComboBox();
            this.btnLoadImage = new System.Windows.Forms.Button();
            this.txtImage = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.tabGradient = new System.Windows.Forms.TabPage();
            this.cmbGradientType = new System.Windows.Forms.ComboBox();
            this.lblEndColor = new System.Windows.Forms.Label();
            this.lblStartColor = new System.Windows.Forms.Label();
            this.tabHatch = new System.Windows.Forms.TabPage();
            this.lblHatchStyle = new System.Windows.Forms.Label();
            this.cmbHatchStyle = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.cbColorSimple = new MapWindow.Components.ColorButton();
            this.sldOpacitySimple = new MapWindow.Components.RampSlider();
            this.dbxScaleY = new MapWindow.Components.DoubleBox();
            this.dbxScaleX = new MapWindow.Components.DoubleBox();
            this.angTileAngle = new MapWindow.Components.AngleControl();
            this.sliderGradient = new MapWindow.Components.GradientControl();
            this.angGradientAngle = new MapWindow.Components.AngleControl();
            this.hatchBackOpacity = new MapWindow.Components.RampSlider();
            this.hatchBackColor = new MapWindow.Components.ColorButton();
            this.hatchForeOpacity = new MapWindow.Components.RampSlider();
            this.hatchForeColor = new MapWindow.Components.ColorButton();
            this.modeler1 = new MapWindow.Tools.Modeler();
            this.ocOutline = new MapWindow.Components.OutlineControl();
            this.ccPatterns = new MapWindow.Components.PatternCollectionControl();
            this.groupBox1.SuspendLayout();
            this.tabPatternProperties.SuspendLayout();
            this.tabSimple.SuspendLayout();
            this.tabPicture.SuspendLayout();
            this.tabGradient.SuspendLayout();
            this.tabHatch.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnAddToCustom
            // 
            this.btnAddToCustom.AccessibleDescription = null;
            this.btnAddToCustom.AccessibleName = null;
            resources.ApplyResources(this.btnAddToCustom, "btnAddToCustom");
            this.btnAddToCustom.BackgroundImage = null;
            this.btnAddToCustom.Font = null;
            this.helpProvider1.SetHelpKeyword(this.btnAddToCustom, null);
            this.helpProvider1.SetHelpNavigator(this.btnAddToCustom, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("btnAddToCustom.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.btnAddToCustom, null);
            this.btnAddToCustom.Name = "btnAddToCustom";
            this.helpProvider1.SetShowHelp(this.btnAddToCustom, ((bool)(resources.GetObject("btnAddToCustom.ShowHelp"))));
            this.btnAddToCustom.UseVisualStyleBackColor = true;
            this.btnAddToCustom.Click += new System.EventHandler(this.btnAddToCustom_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.AccessibleDescription = null;
            this.groupBox1.AccessibleName = null;
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.BackgroundImage = null;
            this.groupBox1.Controls.Add(this.cmbUnits);
            this.groupBox1.Controls.Add(this.lblUnits);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.lblPreview);
            this.groupBox1.Controls.Add(this.lblScaleMode);
            this.groupBox1.Controls.Add(this.cmbScaleMode);
            this.groupBox1.Controls.Add(this.chkSmoothing);
            this.groupBox1.Font = null;
            this.helpProvider1.SetHelpKeyword(this.groupBox1, null);
            this.helpProvider1.SetHelpNavigator(this.groupBox1, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("groupBox1.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.groupBox1, null);
            this.groupBox1.Name = "groupBox1";
            this.helpProvider1.SetShowHelp(this.groupBox1, ((bool)(resources.GetObject("groupBox1.ShowHelp"))));
            this.groupBox1.TabStop = false;
            this.groupBox1.UseCompatibleTextRendering = true;
            // 
            // cmbUnits
            // 
            this.cmbUnits.AccessibleDescription = null;
            this.cmbUnits.AccessibleName = null;
            resources.ApplyResources(this.cmbUnits, "cmbUnits");
            this.cmbUnits.BackgroundImage = null;
            this.cmbUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbUnits.Font = null;
            this.cmbUnits.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbUnits, null);
            this.helpProvider1.SetHelpNavigator(this.cmbUnits, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbUnits.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbUnits, null);
            this.cmbUnits.Items.AddRange(new object[] {
            resources.GetString("cmbUnits.Items"),
            resources.GetString("cmbUnits.Items1"),
            resources.GetString("cmbUnits.Items2"),
            resources.GetString("cmbUnits.Items3"),
            resources.GetString("cmbUnits.Items4"),
            resources.GetString("cmbUnits.Items5"),
            resources.GetString("cmbUnits.Items6")});
            this.cmbUnits.Name = "cmbUnits";
            this.helpProvider1.SetShowHelp(this.cmbUnits, ((bool)(resources.GetObject("cmbUnits.ShowHelp"))));
            this.cmbUnits.SelectedIndexChanged += new System.EventHandler(this.cmbUnits_SelectedIndexChanged);
            // 
            // lblUnits
            // 
            this.lblUnits.AccessibleDescription = null;
            this.lblUnits.AccessibleName = null;
            resources.ApplyResources(this.lblUnits, "lblUnits");
            this.lblUnits.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblUnits, null);
            this.helpProvider1.SetHelpNavigator(this.lblUnits, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblUnits.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblUnits, null);
            this.lblUnits.Name = "lblUnits";
            this.helpProvider1.SetShowHelp(this.lblUnits, ((bool)(resources.GetObject("lblUnits.ShowHelp"))));
            // 
            // label3
            // 
            this.label3.AccessibleDescription = null;
            this.label3.AccessibleName = null;
            resources.ApplyResources(this.label3, "label3");
            this.label3.Font = null;
            this.helpProvider1.SetHelpKeyword(this.label3, null);
            this.helpProvider1.SetHelpNavigator(this.label3, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("label3.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.label3, null);
            this.label3.Name = "label3";
            this.helpProvider1.SetShowHelp(this.label3, ((bool)(resources.GetObject("label3.ShowHelp"))));
            // 
            // lblPreview
            // 
            this.lblPreview.AccessibleDescription = null;
            this.lblPreview.AccessibleName = null;
            resources.ApplyResources(this.lblPreview, "lblPreview");
            this.lblPreview.BackColor = System.Drawing.Color.White;
            this.lblPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblPreview.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblPreview, null);
            this.helpProvider1.SetHelpNavigator(this.lblPreview, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblPreview.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblPreview, null);
            this.lblPreview.Name = "lblPreview";
            this.helpProvider1.SetShowHelp(this.lblPreview, ((bool)(resources.GetObject("lblPreview.ShowHelp"))));
            // 
            // lblScaleMode
            // 
            this.lblScaleMode.AccessibleDescription = null;
            this.lblScaleMode.AccessibleName = null;
            resources.ApplyResources(this.lblScaleMode, "lblScaleMode");
            this.lblScaleMode.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblScaleMode, null);
            this.helpProvider1.SetHelpNavigator(this.lblScaleMode, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblScaleMode.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblScaleMode, null);
            this.lblScaleMode.Name = "lblScaleMode";
            this.helpProvider1.SetShowHelp(this.lblScaleMode, ((bool)(resources.GetObject("lblScaleMode.ShowHelp"))));
            // 
            // cmbScaleMode
            // 
            this.cmbScaleMode.AccessibleDescription = null;
            this.cmbScaleMode.AccessibleName = null;
            resources.ApplyResources(this.cmbScaleMode, "cmbScaleMode");
            this.cmbScaleMode.BackgroundImage = null;
            this.cmbScaleMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbScaleMode.Font = null;
            this.cmbScaleMode.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbScaleMode, null);
            this.helpProvider1.SetHelpNavigator(this.cmbScaleMode, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbScaleMode.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbScaleMode, null);
            this.cmbScaleMode.Items.AddRange(new object[] {
            resources.GetString("cmbScaleMode.Items"),
            resources.GetString("cmbScaleMode.Items1"),
            resources.GetString("cmbScaleMode.Items2")});
            this.cmbScaleMode.Name = "cmbScaleMode";
            this.helpProvider1.SetShowHelp(this.cmbScaleMode, ((bool)(resources.GetObject("cmbScaleMode.ShowHelp"))));
            this.cmbScaleMode.SelectedIndexChanged += new System.EventHandler(this.cmbScaleMode_SelectedIndexChanged);
            // 
            // chkSmoothing
            // 
            this.chkSmoothing.AccessibleDescription = null;
            this.chkSmoothing.AccessibleName = null;
            resources.ApplyResources(this.chkSmoothing, "chkSmoothing");
            this.chkSmoothing.BackgroundImage = null;
            this.chkSmoothing.Font = null;
            this.helpProvider1.SetHelpKeyword(this.chkSmoothing, null);
            this.helpProvider1.SetHelpNavigator(this.chkSmoothing, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("chkSmoothing.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.chkSmoothing, null);
            this.chkSmoothing.Name = "chkSmoothing";
            this.helpProvider1.SetShowHelp(this.chkSmoothing, ((bool)(resources.GetObject("chkSmoothing.ShowHelp"))));
            this.chkSmoothing.UseVisualStyleBackColor = true;
            this.chkSmoothing.CheckedChanged += new System.EventHandler(this.chkSmoothing_CheckedChanged);
            // 
            // lblPatternType
            // 
            this.lblPatternType.AccessibleDescription = null;
            this.lblPatternType.AccessibleName = null;
            resources.ApplyResources(this.lblPatternType, "lblPatternType");
            this.lblPatternType.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblPatternType, null);
            this.helpProvider1.SetHelpNavigator(this.lblPatternType, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblPatternType.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblPatternType, null);
            this.lblPatternType.Name = "lblPatternType";
            this.helpProvider1.SetShowHelp(this.lblPatternType, ((bool)(resources.GetObject("lblPatternType.ShowHelp"))));
            // 
            // cmbPatternType
            // 
            this.cmbPatternType.AccessibleDescription = null;
            this.cmbPatternType.AccessibleName = null;
            resources.ApplyResources(this.cmbPatternType, "cmbPatternType");
            this.cmbPatternType.BackgroundImage = null;
            this.cmbPatternType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPatternType.Font = null;
            this.cmbPatternType.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbPatternType, null);
            this.helpProvider1.SetHelpNavigator(this.cmbPatternType, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbPatternType.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbPatternType, null);
            this.cmbPatternType.Items.AddRange(new object[] {
            resources.GetString("cmbPatternType.Items"),
            resources.GetString("cmbPatternType.Items1"),
            resources.GetString("cmbPatternType.Items2"),
            resources.GetString("cmbPatternType.Items3")});
            this.cmbPatternType.Name = "cmbPatternType";
            this.helpProvider1.SetShowHelp(this.cmbPatternType, ((bool)(resources.GetObject("cmbPatternType.ShowHelp"))));
            this.cmbPatternType.SelectedIndexChanged += new System.EventHandler(this.cmbPatternType_SelectedIndexChanged);
            // 
            // tabPatternProperties
            // 
            this.tabPatternProperties.AccessibleDescription = null;
            this.tabPatternProperties.AccessibleName = null;
            resources.ApplyResources(this.tabPatternProperties, "tabPatternProperties");
            this.tabPatternProperties.BackgroundImage = null;
            this.tabPatternProperties.Controls.Add(this.tabSimple);
            this.tabPatternProperties.Controls.Add(this.tabPicture);
            this.tabPatternProperties.Controls.Add(this.tabGradient);
            this.tabPatternProperties.Controls.Add(this.tabHatch);
            this.tabPatternProperties.Font = null;
            this.helpProvider1.SetHelpKeyword(this.tabPatternProperties, null);
            this.helpProvider1.SetHelpNavigator(this.tabPatternProperties, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("tabPatternProperties.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.tabPatternProperties, null);
            this.tabPatternProperties.Name = "tabPatternProperties";
            this.tabPatternProperties.SelectedIndex = 0;
            this.helpProvider1.SetShowHelp(this.tabPatternProperties, ((bool)(resources.GetObject("tabPatternProperties.ShowHelp"))));
            // 
            // tabSimple
            // 
            this.tabSimple.AccessibleDescription = null;
            this.tabSimple.AccessibleName = null;
            resources.ApplyResources(this.tabSimple, "tabSimple");
            this.tabSimple.BackgroundImage = null;
            this.tabSimple.Controls.Add(this.lblColorSimple);
            this.tabSimple.Controls.Add(this.cbColorSimple);
            this.tabSimple.Controls.Add(this.sldOpacitySimple);
            this.tabSimple.Font = null;
            this.helpProvider1.SetHelpKeyword(this.tabSimple, null);
            this.helpProvider1.SetHelpNavigator(this.tabSimple, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("tabSimple.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.tabSimple, null);
            this.tabSimple.Name = "tabSimple";
            this.helpProvider1.SetShowHelp(this.tabSimple, ((bool)(resources.GetObject("tabSimple.ShowHelp"))));
            this.tabSimple.UseVisualStyleBackColor = true;
            // 
            // lblColorSimple
            // 
            this.lblColorSimple.AccessibleDescription = null;
            this.lblColorSimple.AccessibleName = null;
            resources.ApplyResources(this.lblColorSimple, "lblColorSimple");
            this.lblColorSimple.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblColorSimple, null);
            this.helpProvider1.SetHelpNavigator(this.lblColorSimple, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblColorSimple.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblColorSimple, null);
            this.lblColorSimple.Name = "lblColorSimple";
            this.helpProvider1.SetShowHelp(this.lblColorSimple, ((bool)(resources.GetObject("lblColorSimple.ShowHelp"))));
            // 
            // tabPicture
            // 
            this.tabPicture.AccessibleDescription = null;
            this.tabPicture.AccessibleName = null;
            resources.ApplyResources(this.tabPicture, "tabPicture");
            this.tabPicture.BackgroundImage = null;
            this.tabPicture.Controls.Add(this.dbxScaleY);
            this.tabPicture.Controls.Add(this.dbxScaleX);
            this.tabPicture.Controls.Add(this.angTileAngle);
            this.tabPicture.Controls.Add(this.lblTileMode);
            this.tabPicture.Controls.Add(this.cmbTileMode);
            this.tabPicture.Controls.Add(this.btnLoadImage);
            this.tabPicture.Controls.Add(this.txtImage);
            this.tabPicture.Controls.Add(this.label4);
            this.tabPicture.Font = null;
            this.helpProvider1.SetHelpKeyword(this.tabPicture, null);
            this.helpProvider1.SetHelpNavigator(this.tabPicture, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("tabPicture.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.tabPicture, null);
            this.tabPicture.Name = "tabPicture";
            this.helpProvider1.SetShowHelp(this.tabPicture, ((bool)(resources.GetObject("tabPicture.ShowHelp"))));
            this.tabPicture.UseVisualStyleBackColor = true;
            // 
            // lblTileMode
            // 
            this.lblTileMode.AccessibleDescription = null;
            this.lblTileMode.AccessibleName = null;
            resources.ApplyResources(this.lblTileMode, "lblTileMode");
            this.lblTileMode.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblTileMode, null);
            this.helpProvider1.SetHelpNavigator(this.lblTileMode, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblTileMode.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblTileMode, null);
            this.lblTileMode.Name = "lblTileMode";
            this.helpProvider1.SetShowHelp(this.lblTileMode, ((bool)(resources.GetObject("lblTileMode.ShowHelp"))));
            // 
            // cmbTileMode
            // 
            this.cmbTileMode.AccessibleDescription = null;
            this.cmbTileMode.AccessibleName = null;
            resources.ApplyResources(this.cmbTileMode, "cmbTileMode");
            this.cmbTileMode.BackgroundImage = null;
            this.cmbTileMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbTileMode.Font = null;
            this.cmbTileMode.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbTileMode, null);
            this.helpProvider1.SetHelpNavigator(this.cmbTileMode, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbTileMode.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbTileMode, null);
            this.cmbTileMode.Items.AddRange(new object[] {
            resources.GetString("cmbTileMode.Items"),
            resources.GetString("cmbTileMode.Items1"),
            resources.GetString("cmbTileMode.Items2"),
            resources.GetString("cmbTileMode.Items3"),
            resources.GetString("cmbTileMode.Items4")});
            this.cmbTileMode.Name = "cmbTileMode";
            this.helpProvider1.SetShowHelp(this.cmbTileMode, ((bool)(resources.GetObject("cmbTileMode.ShowHelp"))));
            this.cmbTileMode.SelectedIndexChanged += new System.EventHandler(this.cmbTileMode_SelectedIndexChanged);
            // 
            // btnLoadImage
            // 
            this.btnLoadImage.AccessibleDescription = null;
            this.btnLoadImage.AccessibleName = null;
            resources.ApplyResources(this.btnLoadImage, "btnLoadImage");
            this.btnLoadImage.BackgroundImage = null;
            this.btnLoadImage.Font = null;
            this.helpProvider1.SetHelpKeyword(this.btnLoadImage, null);
            this.helpProvider1.SetHelpNavigator(this.btnLoadImage, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("btnLoadImage.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.btnLoadImage, null);
            this.btnLoadImage.Name = "btnLoadImage";
            this.helpProvider1.SetShowHelp(this.btnLoadImage, ((bool)(resources.GetObject("btnLoadImage.ShowHelp"))));
            this.btnLoadImage.UseVisualStyleBackColor = true;
            this.btnLoadImage.Click += new System.EventHandler(this.btnLoadImage_Click);
            // 
            // txtImage
            // 
            this.txtImage.AccessibleDescription = null;
            this.txtImage.AccessibleName = null;
            resources.ApplyResources(this.txtImage, "txtImage");
            this.txtImage.BackgroundImage = null;
            this.txtImage.Font = null;
            this.helpProvider1.SetHelpKeyword(this.txtImage, null);
            this.helpProvider1.SetHelpNavigator(this.txtImage, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("txtImage.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.txtImage, null);
            this.txtImage.Name = "txtImage";
            this.helpProvider1.SetShowHelp(this.txtImage, ((bool)(resources.GetObject("txtImage.ShowHelp"))));
            // 
            // label4
            // 
            this.label4.AccessibleDescription = null;
            this.label4.AccessibleName = null;
            resources.ApplyResources(this.label4, "label4");
            this.label4.Font = null;
            this.helpProvider1.SetHelpKeyword(this.label4, null);
            this.helpProvider1.SetHelpNavigator(this.label4, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("label4.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.label4, null);
            this.label4.Name = "label4";
            this.helpProvider1.SetShowHelp(this.label4, ((bool)(resources.GetObject("label4.ShowHelp"))));
            // 
            // tabGradient
            // 
            this.tabGradient.AccessibleDescription = null;
            this.tabGradient.AccessibleName = null;
            resources.ApplyResources(this.tabGradient, "tabGradient");
            this.tabGradient.BackgroundImage = null;
            this.tabGradient.Controls.Add(this.sliderGradient);
            this.tabGradient.Controls.Add(this.cmbGradientType);
            this.tabGradient.Controls.Add(this.lblEndColor);
            this.tabGradient.Controls.Add(this.lblStartColor);
            this.tabGradient.Controls.Add(this.angGradientAngle);
            this.tabGradient.Font = null;
            this.helpProvider1.SetHelpKeyword(this.tabGradient, null);
            this.helpProvider1.SetHelpNavigator(this.tabGradient, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("tabGradient.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.tabGradient, null);
            this.tabGradient.Name = "tabGradient";
            this.helpProvider1.SetShowHelp(this.tabGradient, ((bool)(resources.GetObject("tabGradient.ShowHelp"))));
            this.tabGradient.UseVisualStyleBackColor = true;
            // 
            // cmbGradientType
            // 
            this.cmbGradientType.AccessibleDescription = null;
            this.cmbGradientType.AccessibleName = null;
            resources.ApplyResources(this.cmbGradientType, "cmbGradientType");
            this.cmbGradientType.BackgroundImage = null;
            this.cmbGradientType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbGradientType.Font = null;
            this.cmbGradientType.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbGradientType, null);
            this.helpProvider1.SetHelpNavigator(this.cmbGradientType, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbGradientType.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbGradientType, null);
            this.cmbGradientType.Items.AddRange(new object[] {
            resources.GetString("cmbGradientType.Items"),
            resources.GetString("cmbGradientType.Items1"),
            resources.GetString("cmbGradientType.Items2")});
            this.cmbGradientType.Name = "cmbGradientType";
            this.helpProvider1.SetShowHelp(this.cmbGradientType, ((bool)(resources.GetObject("cmbGradientType.ShowHelp"))));
            this.cmbGradientType.SelectedIndexChanged += new System.EventHandler(this.cmbGradientType_SelectedIndexChanged);
            // 
            // lblEndColor
            // 
            this.lblEndColor.AccessibleDescription = null;
            this.lblEndColor.AccessibleName = null;
            resources.ApplyResources(this.lblEndColor, "lblEndColor");
            this.lblEndColor.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblEndColor, null);
            this.helpProvider1.SetHelpNavigator(this.lblEndColor, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblEndColor.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblEndColor, null);
            this.lblEndColor.Name = "lblEndColor";
            this.helpProvider1.SetShowHelp(this.lblEndColor, ((bool)(resources.GetObject("lblEndColor.ShowHelp"))));
            // 
            // lblStartColor
            // 
            this.lblStartColor.AccessibleDescription = null;
            this.lblStartColor.AccessibleName = null;
            resources.ApplyResources(this.lblStartColor, "lblStartColor");
            this.lblStartColor.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblStartColor, null);
            this.helpProvider1.SetHelpNavigator(this.lblStartColor, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblStartColor.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblStartColor, null);
            this.lblStartColor.Name = "lblStartColor";
            this.helpProvider1.SetShowHelp(this.lblStartColor, ((bool)(resources.GetObject("lblStartColor.ShowHelp"))));
            // 
            // tabHatch
            // 
            this.tabHatch.AccessibleDescription = null;
            this.tabHatch.AccessibleName = null;
            resources.ApplyResources(this.tabHatch, "tabHatch");
            this.tabHatch.BackgroundImage = null;
            this.tabHatch.Controls.Add(this.lblHatchStyle);
            this.tabHatch.Controls.Add(this.cmbHatchStyle);
            this.tabHatch.Controls.Add(this.label2);
            this.tabHatch.Controls.Add(this.hatchBackOpacity);
            this.tabHatch.Controls.Add(this.hatchBackColor);
            this.tabHatch.Controls.Add(this.label1);
            this.tabHatch.Controls.Add(this.hatchForeOpacity);
            this.tabHatch.Controls.Add(this.hatchForeColor);
            this.tabHatch.Font = null;
            this.helpProvider1.SetHelpKeyword(this.tabHatch, null);
            this.helpProvider1.SetHelpNavigator(this.tabHatch, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("tabHatch.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.tabHatch, null);
            this.tabHatch.Name = "tabHatch";
            this.helpProvider1.SetShowHelp(this.tabHatch, ((bool)(resources.GetObject("tabHatch.ShowHelp"))));
            this.tabHatch.UseVisualStyleBackColor = true;
            // 
            // lblHatchStyle
            // 
            this.lblHatchStyle.AccessibleDescription = null;
            this.lblHatchStyle.AccessibleName = null;
            resources.ApplyResources(this.lblHatchStyle, "lblHatchStyle");
            this.lblHatchStyle.Font = null;
            this.helpProvider1.SetHelpKeyword(this.lblHatchStyle, null);
            this.helpProvider1.SetHelpNavigator(this.lblHatchStyle, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("lblHatchStyle.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.lblHatchStyle, null);
            this.lblHatchStyle.Name = "lblHatchStyle";
            this.helpProvider1.SetShowHelp(this.lblHatchStyle, ((bool)(resources.GetObject("lblHatchStyle.ShowHelp"))));
            // 
            // cmbHatchStyle
            // 
            this.cmbHatchStyle.AccessibleDescription = null;
            this.cmbHatchStyle.AccessibleName = null;
            resources.ApplyResources(this.cmbHatchStyle, "cmbHatchStyle");
            this.cmbHatchStyle.BackgroundImage = null;
            this.cmbHatchStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbHatchStyle.Font = null;
            this.cmbHatchStyle.FormattingEnabled = true;
            this.helpProvider1.SetHelpKeyword(this.cmbHatchStyle, null);
            this.helpProvider1.SetHelpNavigator(this.cmbHatchStyle, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cmbHatchStyle.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cmbHatchStyle, null);
            this.cmbHatchStyle.Name = "cmbHatchStyle";
            this.helpProvider1.SetShowHelp(this.cmbHatchStyle, ((bool)(resources.GetObject("cmbHatchStyle.ShowHelp"))));
            this.cmbHatchStyle.SelectedIndexChanged += new System.EventHandler(this.cmbHatchStyle_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AccessibleDescription = null;
            this.label2.AccessibleName = null;
            resources.ApplyResources(this.label2, "label2");
            this.label2.Font = null;
            this.helpProvider1.SetHelpKeyword(this.label2, null);
            this.helpProvider1.SetHelpNavigator(this.label2, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("label2.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.label2, null);
            this.label2.Name = "label2";
            this.helpProvider1.SetShowHelp(this.label2, ((bool)(resources.GetObject("label2.ShowHelp"))));
            // 
            // label1
            // 
            this.label1.AccessibleDescription = null;
            this.label1.AccessibleName = null;
            resources.ApplyResources(this.label1, "label1");
            this.label1.Font = null;
            this.helpProvider1.SetHelpKeyword(this.label1, null);
            this.helpProvider1.SetHelpNavigator(this.label1, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("label1.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.label1, null);
            this.label1.Name = "label1";
            this.helpProvider1.SetShowHelp(this.label1, ((bool)(resources.GetObject("label1.ShowHelp"))));
            // 
            // helpProvider1
            // 
            this.helpProvider1.HelpNamespace = null;
            // 
            // cbColorSimple
            // 
            this.cbColorSimple.AccessibleDescription = null;
            this.cbColorSimple.AccessibleName = null;
            resources.ApplyResources(this.cbColorSimple, "cbColorSimple");
            this.cbColorSimple.BackgroundImage = null;
            this.cbColorSimple.BevelRadius = 4;
            this.cbColorSimple.Color = System.Drawing.Color.Blue;
            this.cbColorSimple.Font = null;
            this.helpProvider1.SetHelpKeyword(this.cbColorSimple, null);
            this.helpProvider1.SetHelpNavigator(this.cbColorSimple, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("cbColorSimple.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.cbColorSimple, null);
            this.cbColorSimple.LaunchDialogOnClick = true;
            this.cbColorSimple.Name = "cbColorSimple";
            this.cbColorSimple.RoundingRadius = 10;
            this.helpProvider1.SetShowHelp(this.cbColorSimple, ((bool)(resources.GetObject("cbColorSimple.ShowHelp"))));
            this.cbColorSimple.ColorChanged += new System.EventHandler(this.cbColorSimple_ColorChanged);
            // 
            // sldOpacitySimple
            // 
            this.sldOpacitySimple.AccessibleDescription = null;
            this.sldOpacitySimple.AccessibleName = null;
            resources.ApplyResources(this.sldOpacitySimple, "sldOpacitySimple");
            this.sldOpacitySimple.BackgroundImage = null;
            this.sldOpacitySimple.ColorButton = null;
            this.sldOpacitySimple.FlipRamp = false;
            this.sldOpacitySimple.FlipText = false;
            this.sldOpacitySimple.Font = null;
            this.helpProvider1.SetHelpKeyword(this.sldOpacitySimple, null);
            this.helpProvider1.SetHelpNavigator(this.sldOpacitySimple, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("sldOpacitySimple.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.sldOpacitySimple, null);
            this.sldOpacitySimple.InvertRamp = false;
            this.sldOpacitySimple.Maximum = 1;
            this.sldOpacitySimple.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOpacitySimple.Minimum = 0;
            this.sldOpacitySimple.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOpacitySimple.Name = "sldOpacitySimple";
            this.sldOpacitySimple.NumberFormat = null;
            this.sldOpacitySimple.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOpacitySimple.RampRadius = 8F;
            this.sldOpacitySimple.RampText = "Opacity";
            this.sldOpacitySimple.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOpacitySimple.RampTextBehindRamp = true;
            this.sldOpacitySimple.RampTextColor = System.Drawing.Color.Black;
            this.sldOpacitySimple.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.helpProvider1.SetShowHelp(this.sldOpacitySimple, ((bool)(resources.GetObject("sldOpacitySimple.ShowHelp"))));
            this.sldOpacitySimple.ShowMaximum = true;
            this.sldOpacitySimple.ShowMinimum = true;
            this.sldOpacitySimple.ShowTicks = true;
            this.sldOpacitySimple.ShowValue = false;
            this.sldOpacitySimple.SliderColor = System.Drawing.Color.SteelBlue;
            this.sldOpacitySimple.SliderRadius = 4F;
            this.sldOpacitySimple.TickColor = System.Drawing.Color.DarkGray;
            this.sldOpacitySimple.TickSpacing = 5F;
            this.sldOpacitySimple.Value = 0;
            this.sldOpacitySimple.ValueChanged += new System.EventHandler(this.sldOpacitySimple_ValueChanged);
            // 
            // dbxScaleY
            // 
            this.dbxScaleY.AccessibleDescription = null;
            this.dbxScaleY.AccessibleName = null;
            resources.ApplyResources(this.dbxScaleY, "dbxScaleY");
            this.dbxScaleY.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxScaleY.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxScaleY.BackgroundImage = null;
            this.dbxScaleY.Caption = "Y Ratio:";
            this.dbxScaleY.Font = null;
            this.helpProvider1.SetHelpKeyword(this.dbxScaleY, null);
            this.helpProvider1.SetHelpNavigator(this.dbxScaleY, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("dbxScaleY.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.dbxScaleY, null);
            this.dbxScaleY.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxScaleY.IsValid = true;
            this.dbxScaleY.Name = "dbxScaleY";
            this.dbxScaleY.NumberFormat = null;
            this.dbxScaleY.RegularHelp = "Enter a double precision floating point value.";
            this.helpProvider1.SetShowHelp(this.dbxScaleY, ((bool)(resources.GetObject("dbxScaleY.ShowHelp"))));
            this.dbxScaleY.Value = 0;
            this.dbxScaleY.TextChanged += new System.EventHandler(this.dbxScaleY_TextChanged);
            // 
            // dbxScaleX
            // 
            this.dbxScaleX.AccessibleDescription = null;
            this.dbxScaleX.AccessibleName = null;
            resources.ApplyResources(this.dbxScaleX, "dbxScaleX");
            this.dbxScaleX.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxScaleX.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxScaleX.BackgroundImage = null;
            this.dbxScaleX.Caption = "X Ratio:";
            this.dbxScaleX.Font = null;
            this.helpProvider1.SetHelpKeyword(this.dbxScaleX, null);
            this.helpProvider1.SetHelpNavigator(this.dbxScaleX, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("dbxScaleX.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.dbxScaleX, null);
            this.dbxScaleX.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxScaleX.IsValid = true;
            this.dbxScaleX.Name = "dbxScaleX";
            this.dbxScaleX.NumberFormat = null;
            this.dbxScaleX.RegularHelp = "Enter a double precision floating point value.";
            this.helpProvider1.SetShowHelp(this.dbxScaleX, ((bool)(resources.GetObject("dbxScaleX.ShowHelp"))));
            this.dbxScaleX.Value = 0;
            this.dbxScaleX.TextChanged += new System.EventHandler(this.dbxScaleX_TextChanged);
            // 
            // angTileAngle
            // 
            this.angTileAngle.AccessibleDescription = null;
            this.angTileAngle.AccessibleName = null;
            resources.ApplyResources(this.angTileAngle, "angTileAngle");
            this.angTileAngle.Angle = 0;
            this.angTileAngle.BackColor = System.Drawing.SystemColors.Control;
            this.angTileAngle.BackgroundImage = null;
            this.angTileAngle.Caption = "&Angle:";
            this.angTileAngle.Clockwise = false;
            this.angTileAngle.Font = null;
            this.helpProvider1.SetHelpKeyword(this.angTileAngle, null);
            this.helpProvider1.SetHelpNavigator(this.angTileAngle, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("angTileAngle.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.angTileAngle, null);
            this.angTileAngle.KnobColor = System.Drawing.Color.SteelBlue;
            this.angTileAngle.Name = "angTileAngle";
            this.helpProvider1.SetShowHelp(this.angTileAngle, ((bool)(resources.GetObject("angTileAngle.ShowHelp"))));
            this.angTileAngle.StartAngle = 0;
            this.angTileAngle.AngleChanged += new System.EventHandler(this.angTileAngle_AngleChanged);
            // 
            // sliderGradient
            // 
            this.sliderGradient.AccessibleDescription = null;
            this.sliderGradient.AccessibleName = null;
            resources.ApplyResources(this.sliderGradient, "sliderGradient");
            this.sliderGradient.BackgroundImage = null;
            this.sliderGradient.EndValue = 0.8F;
            this.sliderGradient.Font = null;
            this.helpProvider1.SetHelpKeyword(this.sliderGradient, null);
            this.helpProvider1.SetHelpNavigator(this.sliderGradient, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("sliderGradient.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.sliderGradient, null);
            this.sliderGradient.MaximumColor = System.Drawing.Color.Blue;
            this.sliderGradient.MinimumColor = System.Drawing.Color.Lime;
            this.sliderGradient.Name = "sliderGradient";
            this.helpProvider1.SetShowHelp(this.sliderGradient, ((bool)(resources.GetObject("sliderGradient.ShowHelp"))));
            this.sliderGradient.SlidersEnabled = true;
            this.sliderGradient.StartValue = 0.2F;
            this.sliderGradient.GradientChanging += new System.EventHandler(this.sliderGradient_GradientChanging);
            // 
            // angGradientAngle
            // 
            this.angGradientAngle.AccessibleDescription = null;
            this.angGradientAngle.AccessibleName = null;
            resources.ApplyResources(this.angGradientAngle, "angGradientAngle");
            this.angGradientAngle.Angle = 0;
            this.angGradientAngle.BackColor = System.Drawing.SystemColors.Control;
            this.angGradientAngle.BackgroundImage = null;
            this.angGradientAngle.Caption = "&Angle:";
            this.angGradientAngle.Clockwise = false;
            this.angGradientAngle.Font = null;
            this.helpProvider1.SetHelpKeyword(this.angGradientAngle, null);
            this.helpProvider1.SetHelpNavigator(this.angGradientAngle, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("angGradientAngle.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.angGradientAngle, null);
            this.angGradientAngle.KnobColor = System.Drawing.Color.SteelBlue;
            this.angGradientAngle.Name = "angGradientAngle";
            this.helpProvider1.SetShowHelp(this.angGradientAngle, ((bool)(resources.GetObject("angGradientAngle.ShowHelp"))));
            this.angGradientAngle.StartAngle = 0;
            this.angGradientAngle.AngleChanged += new System.EventHandler(this.angGradientAngle_AngleChanged);
            // 
            // hatchBackOpacity
            // 
            this.hatchBackOpacity.AccessibleDescription = null;
            this.hatchBackOpacity.AccessibleName = null;
            resources.ApplyResources(this.hatchBackOpacity, "hatchBackOpacity");
            this.hatchBackOpacity.BackgroundImage = null;
            this.hatchBackOpacity.ColorButton = null;
            this.hatchBackOpacity.FlipRamp = false;
            this.hatchBackOpacity.FlipText = false;
            this.hatchBackOpacity.Font = null;
            this.helpProvider1.SetHelpKeyword(this.hatchBackOpacity, null);
            this.helpProvider1.SetHelpNavigator(this.hatchBackOpacity, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("hatchBackOpacity.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.hatchBackOpacity, null);
            this.hatchBackOpacity.InvertRamp = false;
            this.hatchBackOpacity.Maximum = 1;
            this.hatchBackOpacity.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.hatchBackOpacity.Minimum = 0;
            this.hatchBackOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.hatchBackOpacity.Name = "hatchBackOpacity";
            this.hatchBackOpacity.NumberFormat = null;
            this.hatchBackOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.hatchBackOpacity.RampRadius = 8F;
            this.hatchBackOpacity.RampText = "Opacity";
            this.hatchBackOpacity.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.hatchBackOpacity.RampTextBehindRamp = true;
            this.hatchBackOpacity.RampTextColor = System.Drawing.Color.Black;
            this.hatchBackOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.helpProvider1.SetShowHelp(this.hatchBackOpacity, ((bool)(resources.GetObject("hatchBackOpacity.ShowHelp"))));
            this.hatchBackOpacity.ShowMaximum = true;
            this.hatchBackOpacity.ShowMinimum = true;
            this.hatchBackOpacity.ShowTicks = true;
            this.hatchBackOpacity.ShowValue = false;
            this.hatchBackOpacity.SliderColor = System.Drawing.Color.Tan;
            this.hatchBackOpacity.SliderRadius = 4F;
            this.hatchBackOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.hatchBackOpacity.TickSpacing = 5F;
            this.hatchBackOpacity.Value = 0;
            this.hatchBackOpacity.ValueChanged += new System.EventHandler(this.hatchBackOpacity_ValueChanged);
            // 
            // hatchBackColor
            // 
            this.hatchBackColor.AccessibleDescription = null;
            this.hatchBackColor.AccessibleName = null;
            resources.ApplyResources(this.hatchBackColor, "hatchBackColor");
            this.hatchBackColor.BackgroundImage = null;
            this.hatchBackColor.BevelRadius = 4;
            this.hatchBackColor.Color = System.Drawing.Color.Blue;
            this.hatchBackColor.Font = null;
            this.helpProvider1.SetHelpKeyword(this.hatchBackColor, null);
            this.helpProvider1.SetHelpNavigator(this.hatchBackColor, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("hatchBackColor.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.hatchBackColor, null);
            this.hatchBackColor.LaunchDialogOnClick = true;
            this.hatchBackColor.Name = "hatchBackColor";
            this.hatchBackColor.RoundingRadius = 10;
            this.helpProvider1.SetShowHelp(this.hatchBackColor, ((bool)(resources.GetObject("hatchBackColor.ShowHelp"))));
            this.hatchBackColor.ColorChanged += new System.EventHandler(this.hatchBackColor_ColorChanged);
            // 
            // hatchForeOpacity
            // 
            this.hatchForeOpacity.AccessibleDescription = null;
            this.hatchForeOpacity.AccessibleName = null;
            resources.ApplyResources(this.hatchForeOpacity, "hatchForeOpacity");
            this.hatchForeOpacity.BackgroundImage = null;
            this.hatchForeOpacity.ColorButton = null;
            this.hatchForeOpacity.FlipRamp = false;
            this.hatchForeOpacity.FlipText = false;
            this.hatchForeOpacity.Font = null;
            this.helpProvider1.SetHelpKeyword(this.hatchForeOpacity, null);
            this.helpProvider1.SetHelpNavigator(this.hatchForeOpacity, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("hatchForeOpacity.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.hatchForeOpacity, null);
            this.hatchForeOpacity.InvertRamp = false;
            this.hatchForeOpacity.Maximum = 1;
            this.hatchForeOpacity.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.hatchForeOpacity.Minimum = 0;
            this.hatchForeOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.hatchForeOpacity.Name = "hatchForeOpacity";
            this.hatchForeOpacity.NumberFormat = null;
            this.hatchForeOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.hatchForeOpacity.RampRadius = 8F;
            this.hatchForeOpacity.RampText = "Opacity";
            this.hatchForeOpacity.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.hatchForeOpacity.RampTextBehindRamp = true;
            this.hatchForeOpacity.RampTextColor = System.Drawing.Color.Black;
            this.hatchForeOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.helpProvider1.SetShowHelp(this.hatchForeOpacity, ((bool)(resources.GetObject("hatchForeOpacity.ShowHelp"))));
            this.hatchForeOpacity.ShowMaximum = true;
            this.hatchForeOpacity.ShowMinimum = true;
            this.hatchForeOpacity.ShowTicks = true;
            this.hatchForeOpacity.ShowValue = false;
            this.hatchForeOpacity.SliderColor = System.Drawing.Color.Tan;
            this.hatchForeOpacity.SliderRadius = 4F;
            this.hatchForeOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.hatchForeOpacity.TickSpacing = 5F;
            this.hatchForeOpacity.Value = 0;
            this.hatchForeOpacity.ValueChanged += new System.EventHandler(this.hatchForeOpacity_ValueChanged);
            // 
            // hatchForeColor
            // 
            this.hatchForeColor.AccessibleDescription = null;
            this.hatchForeColor.AccessibleName = null;
            resources.ApplyResources(this.hatchForeColor, "hatchForeColor");
            this.hatchForeColor.BackgroundImage = null;
            this.hatchForeColor.BevelRadius = 4;
            this.hatchForeColor.Color = System.Drawing.Color.Blue;
            this.hatchForeColor.Font = null;
            this.helpProvider1.SetHelpKeyword(this.hatchForeColor, null);
            this.helpProvider1.SetHelpNavigator(this.hatchForeColor, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("hatchForeColor.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.hatchForeColor, null);
            this.hatchForeColor.LaunchDialogOnClick = true;
            this.hatchForeColor.Name = "hatchForeColor";
            this.hatchForeColor.RoundingRadius = 10;
            this.helpProvider1.SetShowHelp(this.hatchForeColor, ((bool)(resources.GetObject("hatchForeColor.ShowHelp"))));
            this.hatchForeColor.ColorChanged += new System.EventHandler(this.hatchForeColor_ColorChanged);
            // 
            // modeler1
            // 
            this.modeler1.AccessibleDescription = null;
            this.modeler1.AccessibleName = null;
            this.modeler1.AllowDrop = true;
            resources.ApplyResources(this.modeler1, "modeler1");
            this.modeler1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            this.modeler1.BackgroundImage = null;
            this.modeler1.Cursor = System.Windows.Forms.Cursors.Default;
            this.modeler1.DataColor = System.Drawing.Color.LightGreen;
            this.modeler1.DataFont = new System.Drawing.Font("Tahoma", 8F);
            this.modeler1.DataShape = MapWindow.Tools.ModelShapes.Ellipse;
            this.modeler1.DefaultFileExtension = "mwm";
            this.modeler1.DrawingQuality = System.Drawing.Drawing2D.SmoothingMode.Default;
            this.modeler1.EnableLinking = false;
            this.modeler1.Font = null;
            this.helpProvider1.SetHelpKeyword(this.modeler1, null);
            this.helpProvider1.SetHelpNavigator(this.modeler1, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("modeler1.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.modeler1, null);
            this.modeler1.IsInitialized = true;
            this.modeler1.MaxExecutionThreads = 2;
            this.modeler1.ModelFilename = null;
            this.modeler1.Name = "modeler1";
            this.helpProvider1.SetShowHelp(this.modeler1, ((bool)(resources.GetObject("modeler1.ShowHelp"))));
            this.modeler1.ShowWaterMark = true;
            this.modeler1.ToolColor = System.Drawing.Color.Khaki;
            this.modeler1.ToolFont = new System.Drawing.Font("Tahoma", 8F);
            this.modeler1.ToolManager = null;
            this.modeler1.ToolShape = MapWindow.Tools.ModelShapes.Rectangle;
            this.modeler1.WorkingPath = null;
            this.modeler1.ZoomFactor = 1F;
            // 
            // ocOutline
            // 
            this.ocOutline.AccessibleDescription = null;
            this.ocOutline.AccessibleName = null;
            resources.ApplyResources(this.ocOutline, "ocOutline");
            this.ocOutline.BackgroundImage = null;
            this.ocOutline.Font = null;
            this.helpProvider1.SetHelpKeyword(this.ocOutline, null);
            this.helpProvider1.SetHelpNavigator(this.ocOutline, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("ocOutline.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.ocOutline, null);
            this.ocOutline.Name = "ocOutline";
            this.ocOutline.Pattern = null;
            this.helpProvider1.SetShowHelp(this.ocOutline, ((bool)(resources.GetObject("ocOutline.ShowHelp"))));
            this.ocOutline.OutlineChanged += new System.EventHandler(this.ocOutline_OutlineChanged);
            // 
            // ccPatterns
            // 
            this.ccPatterns.AccessibleDescription = null;
            this.ccPatterns.AccessibleName = null;
            resources.ApplyResources(this.ccPatterns, "ccPatterns");
            this.ccPatterns.BackgroundImage = null;
            this.ccPatterns.Font = null;
            this.helpProvider1.SetHelpKeyword(this.ccPatterns, null);
            this.helpProvider1.SetHelpNavigator(this.ccPatterns, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("ccPatterns.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this.ccPatterns, null);
            this.ccPatterns.Name = "ccPatterns";
            this.helpProvider1.SetShowHelp(this.ccPatterns, ((bool)(resources.GetObject("ccPatterns.ShowHelp"))));
            this.ccPatterns.Load += new System.EventHandler(this.ccPatterns_Load);
            // 
            // DetailedPolygonSymbolControl
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.btnAddToCustom);
            this.Controls.Add(this.modeler1);
            this.Controls.Add(this.ocOutline);
            this.Controls.Add(this.tabPatternProperties);
            this.Controls.Add(this.lblPatternType);
            this.Controls.Add(this.cmbPatternType);
            this.Controls.Add(this.ccPatterns);
            this.Font = null;
            this.helpProvider1.SetHelpKeyword(this, null);
            this.helpProvider1.SetHelpNavigator(this, ((System.Windows.Forms.HelpNavigator)(resources.GetObject("$this.HelpNavigator"))));
            this.helpProvider1.SetHelpString(this, null);
            this.Name = "DetailedPolygonSymbolControl";
            this.helpProvider1.SetShowHelp(this, ((bool)(resources.GetObject("$this.ShowHelp"))));
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabPatternProperties.ResumeLayout(false);
            this.tabSimple.ResumeLayout(false);
            this.tabSimple.PerformLayout();
            this.tabPicture.ResumeLayout(false);
            this.tabPicture.PerformLayout();
            this.tabGradient.ResumeLayout(false);
            this.tabGradient.PerformLayout();
            this.tabHatch.ResumeLayout(false);
            this.tabHatch.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DetailedLineSymbolControl));
            this.cmbStrokeType = new System.Windows.Forms.ComboBox();
            this.chkSmoothing = new System.Windows.Forms.CheckBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label3 = new System.Windows.Forms.Label();
            this.lblPreview = new System.Windows.Forms.Label();
            this.lblScaleMode = new System.Windows.Forms.Label();
            this.cmbScaleMode = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.tabStrokeProperties = new System.Windows.Forms.TabControl();
            this.tabSimple = new System.Windows.Forms.TabPage();
            this.label5 = new System.Windows.Forms.Label();
            this.label9 = new System.Windows.Forms.Label();
            this.cbColorSimple = new MapWindow.Components.ColorButton();
            this.sldOpacitySimple = new MapWindow.Components.RampSlider();
            this.cmbStrokeStyle = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.dblWidth = new MapWindow.Components.DoubleBox();
            this.tabCartographic = new System.Windows.Forms.TabPage();
            this.lblColorCartographic = new System.Windows.Forms.Label();
            this.lblOpacityCartographic = new System.Windows.Forms.Label();
            this.grpCaps = new System.Windows.Forms.GroupBox();
            this.lblStartCap = new System.Windows.Forms.Label();
            this.cmbEndCap = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.cmbStartCap = new System.Windows.Forms.ComboBox();
            this.cbColorCartographic = new MapWindow.Components.ColorButton();
            this.sldOpacityCartographic = new MapWindow.Components.RampSlider();
            this.dblStrokeOffset = new MapWindow.Components.DoubleBox();
            this.radLineJoin = new MapWindow.Components.LineJoinControl();
            this.dblWidthCartographic = new MapWindow.Components.DoubleBox();
            this.tabDash = new System.Windows.Forms.TabPage();
            this.dashControl1 = new MapWindow.Components.DashControl();
            this.tabDecoration = new System.Windows.Forms.TabPage();
            this.dblOffset = new MapWindow.Components.DoubleBox();
            this.ccDecorations = new MapWindow.Components.DecorationCollectionControl();
            this.btnEdit = new System.Windows.Forms.Button();
            this.label6 = new System.Windows.Forms.Label();
            this.lblDecorationPreview = new System.Windows.Forms.Label();
            this.lblNumberOfPositions = new System.Windows.Forms.Label();
            this.nudDecorationCount = new System.Windows.Forms.NumericUpDown();
            this.grpRotation = new System.Windows.Forms.GroupBox();
            this.radRotationFixed = new System.Windows.Forms.RadioButton();
            this.radRotationWithLine = new System.Windows.Forms.RadioButton();
            this.grpFlip = new System.Windows.Forms.GroupBox();
            this.chkFlipFirst = new System.Windows.Forms.CheckBox();
            this.chkFlipAll = new System.Windows.Forms.CheckBox();
            this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
            this.ccStrokes = new MapWindow.Components.StrokeCollectionControl();
            this.groupBox1.SuspendLayout();
            this.tabStrokeProperties.SuspendLayout();
            this.tabSimple.SuspendLayout();
            this.tabCartographic.SuspendLayout();
            this.grpCaps.SuspendLayout();
            this.tabDash.SuspendLayout();
            this.tabDecoration.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDecorationCount)).BeginInit();
            this.grpRotation.SuspendLayout();
            this.grpFlip.SuspendLayout();
            this.SuspendLayout();
            // 
            // cmbStrokeType
            // 
            this.cmbStrokeType.AccessibleDescription = null;
            this.cmbStrokeType.AccessibleName = null;
            resources.ApplyResources(this.cmbStrokeType, "cmbStrokeType");
            this.cmbStrokeType.BackgroundImage = null;
            this.cmbStrokeType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStrokeType.Font = null;
            this.cmbStrokeType.FormattingEnabled = true;
            this.cmbStrokeType.Items.AddRange(new object[] {
            resources.GetString("cmbStrokeType.Items"),
            resources.GetString("cmbStrokeType.Items1")});
            this.cmbStrokeType.Name = "cmbStrokeType";
            this.ttHelp.SetToolTip(this.cmbStrokeType, resources.GetString("cmbStrokeType.ToolTip"));
            this.cmbStrokeType.SelectedIndexChanged += new System.EventHandler(this.cmbStrokeType_SelectedIndexChanged);
            // 
            // chkSmoothing
            // 
            this.chkSmoothing.AccessibleDescription = null;
            this.chkSmoothing.AccessibleName = null;
            resources.ApplyResources(this.chkSmoothing, "chkSmoothing");
            this.chkSmoothing.BackgroundImage = null;
            this.chkSmoothing.Font = null;
            this.chkSmoothing.Name = "chkSmoothing";
            this.ttHelp.SetToolTip(this.chkSmoothing, resources.GetString("chkSmoothing.ToolTip"));
            this.chkSmoothing.UseVisualStyleBackColor = true;
            this.chkSmoothing.CheckedChanged += new System.EventHandler(this.chkSmoothing_CheckedChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.AccessibleDescription = null;
            this.groupBox1.AccessibleName = null;
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.BackgroundImage = null;
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.lblPreview);
            this.groupBox1.Controls.Add(this.lblScaleMode);
            this.groupBox1.Controls.Add(this.cmbScaleMode);
            this.groupBox1.Controls.Add(this.chkSmoothing);
            this.groupBox1.Font = null;
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            this.ttHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
            // 
            // label3
            // 
            this.label3.AccessibleDescription = null;
            this.label3.AccessibleName = null;
            resources.ApplyResources(this.label3, "label3");
            this.label3.Font = null;
            this.label3.Name = "label3";
            this.ttHelp.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
            // 
            // lblPreview
            // 
            this.lblPreview.AccessibleDescription = null;
            this.lblPreview.AccessibleName = null;
            resources.ApplyResources(this.lblPreview, "lblPreview");
            this.lblPreview.BackColor = System.Drawing.Color.White;
            this.lblPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblPreview.Font = null;
            this.lblPreview.Name = "lblPreview";
            this.ttHelp.SetToolTip(this.lblPreview, resources.GetString("lblPreview.ToolTip"));
            // 
            // lblScaleMode
            // 
            this.lblScaleMode.AccessibleDescription = null;
            this.lblScaleMode.AccessibleName = null;
            resources.ApplyResources(this.lblScaleMode, "lblScaleMode");
            this.lblScaleMode.Font = null;
            this.lblScaleMode.Name = "lblScaleMode";
            this.ttHelp.SetToolTip(this.lblScaleMode, resources.GetString("lblScaleMode.ToolTip"));
            // 
            // cmbScaleMode
            // 
            this.cmbScaleMode.AccessibleDescription = null;
            this.cmbScaleMode.AccessibleName = null;
            resources.ApplyResources(this.cmbScaleMode, "cmbScaleMode");
            this.cmbScaleMode.BackgroundImage = null;
            this.cmbScaleMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbScaleMode.Font = null;
            this.cmbScaleMode.FormattingEnabled = true;
            this.cmbScaleMode.Items.AddRange(new object[] {
            resources.GetString("cmbScaleMode.Items"),
            resources.GetString("cmbScaleMode.Items1"),
            resources.GetString("cmbScaleMode.Items2")});
            this.cmbScaleMode.Name = "cmbScaleMode";
            this.ttHelp.SetToolTip(this.cmbScaleMode, resources.GetString("cmbScaleMode.ToolTip"));
            this.cmbScaleMode.SelectedIndexChanged += new System.EventHandler(this.cmbScaleMode_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AccessibleDescription = null;
            this.label1.AccessibleName = null;
            resources.ApplyResources(this.label1, "label1");
            this.label1.Font = null;
            this.label1.Name = "label1";
            this.ttHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
            // 
            // tabStrokeProperties
            // 
            this.tabStrokeProperties.AccessibleDescription = null;
            this.tabStrokeProperties.AccessibleName = null;
            resources.ApplyResources(this.tabStrokeProperties, "tabStrokeProperties");
            this.tabStrokeProperties.BackgroundImage = null;
            this.tabStrokeProperties.Controls.Add(this.tabSimple);
            this.tabStrokeProperties.Controls.Add(this.tabCartographic);
            this.tabStrokeProperties.Controls.Add(this.tabDash);
            this.tabStrokeProperties.Controls.Add(this.tabDecoration);
            this.tabStrokeProperties.Font = null;
            this.tabStrokeProperties.Name = "tabStrokeProperties";
            this.tabStrokeProperties.SelectedIndex = 0;
            this.ttHelp.SetToolTip(this.tabStrokeProperties, resources.GetString("tabStrokeProperties.ToolTip"));
            // 
            // tabSimple
            // 
            this.tabSimple.AccessibleDescription = null;
            this.tabSimple.AccessibleName = null;
            this.tabSimple.AllowDrop = true;
            resources.ApplyResources(this.tabSimple, "tabSimple");
            this.tabSimple.BackgroundImage = null;
            this.tabSimple.Controls.Add(this.label5);
            this.tabSimple.Controls.Add(this.label9);
            this.tabSimple.Controls.Add(this.cbColorSimple);
            this.tabSimple.Controls.Add(this.sldOpacitySimple);
            this.tabSimple.Controls.Add(this.cmbStrokeStyle);
            this.tabSimple.Controls.Add(this.label2);
            this.tabSimple.Controls.Add(this.dblWidth);
            this.tabSimple.Font = null;
            this.tabSimple.Name = "tabSimple";
            this.ttHelp.SetToolTip(this.tabSimple, resources.GetString("tabSimple.ToolTip"));
            this.tabSimple.UseVisualStyleBackColor = true;
            // 
            // label5
            // 
            this.label5.AccessibleDescription = null;
            this.label5.AccessibleName = null;
            resources.ApplyResources(this.label5, "label5");
            this.label5.Font = null;
            this.label5.Name = "label5";
            this.ttHelp.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
            // 
            // label9
            // 
            this.label9.AccessibleDescription = null;
            this.label9.AccessibleName = null;
            resources.ApplyResources(this.label9, "label9");
            this.label9.Font = null;
            this.label9.Name = "label9";
            this.ttHelp.SetToolTip(this.label9, resources.GetString("label9.ToolTip"));
            // 
            // cbColorSimple
            // 
            this.cbColorSimple.AccessibleDescription = null;
            this.cbColorSimple.AccessibleName = null;
            resources.ApplyResources(this.cbColorSimple, "cbColorSimple");
            this.cbColorSimple.BackgroundImage = null;
            this.cbColorSimple.BevelRadius = 6;
            this.cbColorSimple.Color = System.Drawing.Color.Blue;
            this.cbColorSimple.Font = null;
            this.cbColorSimple.LaunchDialogOnClick = true;
            this.cbColorSimple.Name = "cbColorSimple";
            this.cbColorSimple.RoundingRadius = 15;
            this.ttHelp.SetToolTip(this.cbColorSimple, resources.GetString("cbColorSimple.ToolTip"));
            // 
            // sldOpacitySimple
            // 
            this.sldOpacitySimple.AccessibleDescription = null;
            this.sldOpacitySimple.AccessibleName = null;
            resources.ApplyResources(this.sldOpacitySimple, "sldOpacitySimple");
            this.sldOpacitySimple.BackgroundImage = null;
            this.sldOpacitySimple.ColorButton = null;
            this.sldOpacitySimple.FlipRamp = false;
            this.sldOpacitySimple.FlipText = false;
            this.sldOpacitySimple.Font = null;
            this.sldOpacitySimple.InvertRamp = false;
            this.sldOpacitySimple.Maximum = 1;
            this.sldOpacitySimple.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOpacitySimple.Minimum = 0;
            this.sldOpacitySimple.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOpacitySimple.Name = "sldOpacitySimple";
            this.sldOpacitySimple.NumberFormat = null;
            this.sldOpacitySimple.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOpacitySimple.RampRadius = 10F;
            this.sldOpacitySimple.RampText = "Opacity";
            this.sldOpacitySimple.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOpacitySimple.RampTextBehindRamp = true;
            this.sldOpacitySimple.RampTextColor = System.Drawing.Color.Black;
            this.sldOpacitySimple.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOpacitySimple.ShowMaximum = true;
            this.sldOpacitySimple.ShowMinimum = true;
            this.sldOpacitySimple.ShowTicks = true;
            this.sldOpacitySimple.ShowValue = false;
            this.sldOpacitySimple.SliderColor = System.Drawing.Color.Blue;
            this.sldOpacitySimple.SliderRadius = 4F;
            this.sldOpacitySimple.TickColor = System.Drawing.Color.DarkGray;
            this.sldOpacitySimple.TickSpacing = 5F;
            this.ttHelp.SetToolTip(this.sldOpacitySimple, resources.GetString("sldOpacitySimple.ToolTip"));
            this.sldOpacitySimple.Value = 0;
            // 
            // cmbStrokeStyle
            // 
            this.cmbStrokeStyle.AccessibleDescription = null;
            this.cmbStrokeStyle.AccessibleName = null;
            resources.ApplyResources(this.cmbStrokeStyle, "cmbStrokeStyle");
            this.cmbStrokeStyle.BackgroundImage = null;
            this.cmbStrokeStyle.Font = null;
            this.cmbStrokeStyle.FormattingEnabled = true;
            this.cmbStrokeStyle.Items.AddRange(new object[] {
            resources.GetString("cmbStrokeStyle.Items"),
            resources.GetString("cmbStrokeStyle.Items1"),
            resources.GetString("cmbStrokeStyle.Items2"),
            resources.GetString("cmbStrokeStyle.Items3"),
            resources.GetString("cmbStrokeStyle.Items4"),
            resources.GetString("cmbStrokeStyle.Items5")});
            this.cmbStrokeStyle.Name = "cmbStrokeStyle";
            this.ttHelp.SetToolTip(this.cmbStrokeStyle, resources.GetString("cmbStrokeStyle.ToolTip"));
            this.cmbStrokeStyle.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AccessibleDescription = null;
            this.label2.AccessibleName = null;
            resources.ApplyResources(this.label2, "label2");
            this.label2.Font = null;
            this.label2.Name = "label2";
            this.ttHelp.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
            // 
            // dblWidth
            // 
            this.dblWidth.AccessibleDescription = null;
            this.dblWidth.AccessibleName = null;
            resources.ApplyResources(this.dblWidth, "dblWidth");
            this.dblWidth.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dblWidth.BackColorRegular = System.Drawing.Color.Empty;
            this.dblWidth.BackgroundImage = null;
            this.dblWidth.Font = null;
            this.dblWidth.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dblWidth.IsValid = true;
            this.dblWidth.Name = "dblWidth";
            this.dblWidth.NumberFormat = null;
            this.dblWidth.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dblWidth, resources.GetString("dblWidth.ToolTip"));
            this.dblWidth.Value = 0;
            this.dblWidth.TextChanged += new System.EventHandler(this.dblWidth_TextChanged);
            // 
            // tabCartographic
            // 
            this.tabCartographic.AccessibleDescription = null;
            this.tabCartographic.AccessibleName = null;
            resources.ApplyResources(this.tabCartographic, "tabCartographic");
            this.tabCartographic.BackgroundImage = null;
            this.tabCartographic.Controls.Add(this.lblColorCartographic);
            this.tabCartographic.Controls.Add(this.lblOpacityCartographic);
            this.tabCartographic.Controls.Add(this.grpCaps);
            this.tabCartographic.Controls.Add(this.cbColorCartographic);
            this.tabCartographic.Controls.Add(this.sldOpacityCartographic);
            this.tabCartographic.Controls.Add(this.dblStrokeOffset);
            this.tabCartographic.Controls.Add(this.radLineJoin);
            this.tabCartographic.Controls.Add(this.dblWidthCartographic);
            this.tabCartographic.Font = null;
            this.tabCartographic.Name = "tabCartographic";
            this.ttHelp.SetToolTip(this.tabCartographic, resources.GetString("tabCartographic.ToolTip"));
            this.tabCartographic.UseVisualStyleBackColor = true;
            // 
            // lblColorCartographic
            // 
            this.lblColorCartographic.AccessibleDescription = null;
            this.lblColorCartographic.AccessibleName = null;
            resources.ApplyResources(this.lblColorCartographic, "lblColorCartographic");
            this.lblColorCartographic.Font = null;
            this.lblColorCartographic.Name = "lblColorCartographic";
            this.ttHelp.SetToolTip(this.lblColorCartographic, resources.GetString("lblColorCartographic.ToolTip"));
            // 
            // lblOpacityCartographic
            // 
            this.lblOpacityCartographic.AccessibleDescription = null;
            this.lblOpacityCartographic.AccessibleName = null;
            resources.ApplyResources(this.lblOpacityCartographic, "lblOpacityCartographic");
            this.lblOpacityCartographic.Font = null;
            this.lblOpacityCartographic.Name = "lblOpacityCartographic";
            this.ttHelp.SetToolTip(this.lblOpacityCartographic, resources.GetString("lblOpacityCartographic.ToolTip"));
            // 
            // grpCaps
            // 
            this.grpCaps.AccessibleDescription = null;
            this.grpCaps.AccessibleName = null;
            resources.ApplyResources(this.grpCaps, "grpCaps");
            this.grpCaps.BackgroundImage = null;
            this.grpCaps.Controls.Add(this.lblStartCap);
            this.grpCaps.Controls.Add(this.cmbEndCap);
            this.grpCaps.Controls.Add(this.label4);
            this.grpCaps.Controls.Add(this.cmbStartCap);
            this.grpCaps.Font = null;
            this.grpCaps.Name = "grpCaps";
            this.grpCaps.TabStop = false;
            this.ttHelp.SetToolTip(this.grpCaps, resources.GetString("grpCaps.ToolTip"));
            // 
            // lblStartCap
            // 
            this.lblStartCap.AccessibleDescription = null;
            this.lblStartCap.AccessibleName = null;
            resources.ApplyResources(this.lblStartCap, "lblStartCap");
            this.lblStartCap.Font = null;
            this.lblStartCap.Name = "lblStartCap";
            this.ttHelp.SetToolTip(this.lblStartCap, resources.GetString("lblStartCap.ToolTip"));
            // 
            // cmbEndCap
            // 
            this.cmbEndCap.AccessibleDescription = null;
            this.cmbEndCap.AccessibleName = null;
            resources.ApplyResources(this.cmbEndCap, "cmbEndCap");
            this.cmbEndCap.BackgroundImage = null;
            this.cmbEndCap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbEndCap.Font = null;
            this.cmbEndCap.FormattingEnabled = true;
            this.cmbEndCap.Name = "cmbEndCap";
            this.ttHelp.SetToolTip(this.cmbEndCap, resources.GetString("cmbEndCap.ToolTip"));
            this.cmbEndCap.SelectedIndexChanged += new System.EventHandler(this.cmbEndCap_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AccessibleDescription = null;
            this.label4.AccessibleName = null;
            resources.ApplyResources(this.label4, "label4");
            this.label4.Font = null;
            this.label4.Name = "label4";
            this.ttHelp.SetToolTip(this.label4, resources.GetString("label4.ToolTip"));
            // 
            // cmbStartCap
            // 
            this.cmbStartCap.AccessibleDescription = null;
            this.cmbStartCap.AccessibleName = null;
            resources.ApplyResources(this.cmbStartCap, "cmbStartCap");
            this.cmbStartCap.BackgroundImage = null;
            this.cmbStartCap.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStartCap.Font = null;
            this.cmbStartCap.FormattingEnabled = true;
            this.cmbStartCap.Name = "cmbStartCap";
            this.ttHelp.SetToolTip(this.cmbStartCap, resources.GetString("cmbStartCap.ToolTip"));
            this.cmbStartCap.SelectedIndexChanged += new System.EventHandler(this.cmbStartCap_SelectedIndexChanged);
            // 
            // cbColorCartographic
            // 
            this.cbColorCartographic.AccessibleDescription = null;
            this.cbColorCartographic.AccessibleName = null;
            resources.ApplyResources(this.cbColorCartographic, "cbColorCartographic");
            this.cbColorCartographic.BackgroundImage = null;
            this.cbColorCartographic.BevelRadius = 6;
            this.cbColorCartographic.Color = System.Drawing.Color.Blue;
            this.cbColorCartographic.Font = null;
            this.cbColorCartographic.LaunchDialogOnClick = true;
            this.cbColorCartographic.Name = "cbColorCartographic";
            this.cbColorCartographic.RoundingRadius = 15;
            this.ttHelp.SetToolTip(this.cbColorCartographic, resources.GetString("cbColorCartographic.ToolTip"));
            // 
            // sldOpacityCartographic
            // 
            this.sldOpacityCartographic.AccessibleDescription = null;
            this.sldOpacityCartographic.AccessibleName = null;
            resources.ApplyResources(this.sldOpacityCartographic, "sldOpacityCartographic");
            this.sldOpacityCartographic.BackgroundImage = null;
            this.sldOpacityCartographic.ColorButton = null;
            this.sldOpacityCartographic.FlipRamp = false;
            this.sldOpacityCartographic.FlipText = false;
            this.sldOpacityCartographic.Font = null;
            this.sldOpacityCartographic.InvertRamp = false;
            this.sldOpacityCartographic.Maximum = 1;
            this.sldOpacityCartographic.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOpacityCartographic.Minimum = 0;
            this.sldOpacityCartographic.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOpacityCartographic.Name = "sldOpacityCartographic";
            this.sldOpacityCartographic.NumberFormat = null;
            this.sldOpacityCartographic.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOpacityCartographic.RampRadius = 10F;
            this.sldOpacityCartographic.RampText = "Opacity";
            this.sldOpacityCartographic.RampTextAlignment = System.Drawing.ContentAlignment.BottomRight;
            this.sldOpacityCartographic.RampTextBehindRamp = true;
            this.sldOpacityCartographic.RampTextColor = System.Drawing.Color.Black;
            this.sldOpacityCartographic.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOpacityCartographic.ShowMaximum = true;
            this.sldOpacityCartographic.ShowMinimum = true;
            this.sldOpacityCartographic.ShowTicks = true;
            this.sldOpacityCartographic.ShowValue = false;
            this.sldOpacityCartographic.SliderColor = System.Drawing.Color.Blue;
            this.sldOpacityCartographic.SliderRadius = 4F;
            this.sldOpacityCartographic.TickColor = System.Drawing.Color.DarkGray;
            this.sldOpacityCartographic.TickSpacing = 5F;
            this.ttHelp.SetToolTip(this.sldOpacityCartographic, resources.GetString("sldOpacityCartographic.ToolTip"));
            this.sldOpacityCartographic.Value = 0;
            // 
            // dblStrokeOffset
            // 
            this.dblStrokeOffset.AccessibleDescription = null;
            this.dblStrokeOffset.AccessibleName = null;
            resources.ApplyResources(this.dblStrokeOffset, "dblStrokeOffset");
            this.dblStrokeOffset.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dblStrokeOffset.BackColorRegular = System.Drawing.Color.Empty;
            this.dblStrokeOffset.BackgroundImage = null;
            this.dblStrokeOffset.Font = null;
            this.dblStrokeOffset.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dblStrokeOffset.IsValid = true;
            this.dblStrokeOffset.Name = "dblStrokeOffset";
            this.dblStrokeOffset.NumberFormat = null;
            this.dblStrokeOffset.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dblStrokeOffset, resources.GetString("dblStrokeOffset.ToolTip"));
            this.dblStrokeOffset.Value = 0;
            // 
            // radLineJoin
            // 
            this.radLineJoin.AccessibleDescription = null;
            this.radLineJoin.AccessibleName = null;
            resources.ApplyResources(this.radLineJoin, "radLineJoin");
            this.radLineJoin.BackgroundImage = null;
            this.radLineJoin.Font = null;
            this.radLineJoin.Name = "radLineJoin";
            this.ttHelp.SetToolTip(this.radLineJoin, resources.GetString("radLineJoin.ToolTip"));
            this.radLineJoin.Value = MapWindow.Drawing.LineJoinTypes.Round;
            this.radLineJoin.ValueChanged += new System.EventHandler(this.radLineJoin_ValueChanged);
            // 
            // dblWidthCartographic
            // 
            this.dblWidthCartographic.AccessibleDescription = null;
            this.dblWidthCartographic.AccessibleName = null;
            resources.ApplyResources(this.dblWidthCartographic, "dblWidthCartographic");
            this.dblWidthCartographic.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dblWidthCartographic.BackColorRegular = System.Drawing.Color.Empty;
            this.dblWidthCartographic.BackgroundImage = null;
            this.dblWidthCartographic.Font = null;
            this.dblWidthCartographic.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dblWidthCartographic.IsValid = true;
            this.dblWidthCartographic.Name = "dblWidthCartographic";
            this.dblWidthCartographic.NumberFormat = null;
            this.dblWidthCartographic.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dblWidthCartographic, resources.GetString("dblWidthCartographic.ToolTip"));
            this.dblWidthCartographic.Value = 0;
            this.dblWidthCartographic.TextChanged += new System.EventHandler(this.dblWidthCartographic_TextChanged);
            // 
            // tabDash
            // 
            this.tabDash.AccessibleDescription = null;
            this.tabDash.AccessibleName = null;
            resources.ApplyResources(this.tabDash, "tabDash");
            this.tabDash.BackgroundImage = null;
            this.tabDash.Controls.Add(this.dashControl1);
            this.tabDash.Font = null;
            this.tabDash.Name = "tabDash";
            this.ttHelp.SetToolTip(this.tabDash, resources.GetString("tabDash.ToolTip"));
            this.tabDash.UseVisualStyleBackColor = true;
            // 
            // dashControl1
            // 
            this.dashControl1.AccessibleDescription = null;
            this.dashControl1.AccessibleName = null;
            resources.ApplyResources(this.dashControl1, "dashControl1");
            this.dashControl1.BackgroundImage = null;
            this.dashControl1.BlockSize = new System.Drawing.SizeF(10F, 10F);
            this.dashControl1.ButtonDownDarkColor = System.Drawing.SystemColors.ControlDark;
            this.dashControl1.ButtonDownLitColor = System.Drawing.SystemColors.ActiveCaption;
            this.dashControl1.ButtonUpDarkColor = System.Drawing.SystemColors.Control;
            this.dashControl1.ButtonUpLitColor = System.Drawing.SystemColors.GradientInactiveCaption;
            this.dashControl1.Font = null;
            this.dashControl1.HorizontalSlider.Color = System.Drawing.Color.Blue;
            this.dashControl1.HorizontalSlider.Image = null;
            this.dashControl1.HorizontalSlider.Position = ((System.Drawing.PointF)(resources.GetObject("resource.Position")));
            this.dashControl1.HorizontalSlider.Size = new System.Drawing.SizeF(10F, 15F);
            this.dashControl1.HorizontalSlider.Visible = true;
            this.dashControl1.LineColor = System.Drawing.Color.Red;
            this.dashControl1.LineWidth = 0;
            this.dashControl1.Name = "dashControl1";
            this.ttHelp.SetToolTip(this.dashControl1, resources.GetString("dashControl1.ToolTip"));
            this.dashControl1.VerticalSlider.Color = System.Drawing.Color.Lime;
            this.dashControl1.VerticalSlider.Image = null;
            this.dashControl1.VerticalSlider.Position = ((System.Drawing.PointF)(resources.GetObject("resource.Position1")));
            this.dashControl1.VerticalSlider.Size = new System.Drawing.SizeF(15F, 10F);
            this.dashControl1.VerticalSlider.Visible = true;
            // 
            // tabDecoration
            // 
            this.tabDecoration.AccessibleDescription = null;
            this.tabDecoration.AccessibleName = null;
            resources.ApplyResources(this.tabDecoration, "tabDecoration");
            this.tabDecoration.BackgroundImage = null;
            this.tabDecoration.Controls.Add(this.dblOffset);
            this.tabDecoration.Controls.Add(this.ccDecorations);
            this.tabDecoration.Controls.Add(this.btnEdit);
            this.tabDecoration.Controls.Add(this.label6);
            this.tabDecoration.Controls.Add(this.lblDecorationPreview);
            this.tabDecoration.Controls.Add(this.lblNumberOfPositions);
            this.tabDecoration.Controls.Add(this.nudDecorationCount);
            this.tabDecoration.Controls.Add(this.grpRotation);
            this.tabDecoration.Controls.Add(this.grpFlip);
            this.tabDecoration.Font = null;
            this.tabDecoration.Name = "tabDecoration";
            this.ttHelp.SetToolTip(this.tabDecoration, resources.GetString("tabDecoration.ToolTip"));
            this.tabDecoration.UseVisualStyleBackColor = true;
            // 
            // dblOffset
            // 
            this.dblOffset.AccessibleDescription = null;
            this.dblOffset.AccessibleName = null;
            resources.ApplyResources(this.dblOffset, "dblOffset");
            this.dblOffset.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dblOffset.BackColorRegular = System.Drawing.Color.Empty;
            this.dblOffset.BackgroundImage = null;
            this.dblOffset.Font = null;
            this.dblOffset.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dblOffset.IsValid = true;
            this.dblOffset.Name = "dblOffset";
            this.dblOffset.NumberFormat = null;
            this.dblOffset.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dblOffset, resources.GetString("dblOffset.ToolTip"));
            this.dblOffset.Value = 0;
            // 
            // ccDecorations
            // 
            this.ccDecorations.AccessibleDescription = null;
            this.ccDecorations.AccessibleName = null;
            resources.ApplyResources(this.ccDecorations, "ccDecorations");
            this.ccDecorations.BackgroundImage = null;
            this.ccDecorations.Font = null;
            this.ccDecorations.Name = "ccDecorations";
            this.ttHelp.SetToolTip(this.ccDecorations, resources.GetString("ccDecorations.ToolTip"));
            // 
            // btnEdit
            // 
            this.btnEdit.AccessibleDescription = null;
            this.btnEdit.AccessibleName = null;
            resources.ApplyResources(this.btnEdit, "btnEdit");
            this.btnEdit.BackgroundImage = null;
            this.btnEdit.Font = null;
            this.btnEdit.Name = "btnEdit";
            this.ttHelp.SetToolTip(this.btnEdit, resources.GetString("btnEdit.ToolTip"));
            this.btnEdit.UseVisualStyleBackColor = true;
            this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
            // 
            // label6
            // 
            this.label6.AccessibleDescription = null;
            this.label6.AccessibleName = null;
            resources.ApplyResources(this.label6, "label6");
            this.label6.Font = null;
            this.label6.Name = "label6";
            this.ttHelp.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
            // 
            // lblDecorationPreview
            // 
            this.lblDecorationPreview.AccessibleDescription = null;
            this.lblDecorationPreview.AccessibleName = null;
            resources.ApplyResources(this.lblDecorationPreview, "lblDecorationPreview");
            this.lblDecorationPreview.BackColor = System.Drawing.Color.White;
            this.lblDecorationPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblDecorationPreview.Font = null;
            this.lblDecorationPreview.Name = "lblDecorationPreview";
            this.ttHelp.SetToolTip(this.lblDecorationPreview, resources.GetString("lblDecorationPreview.ToolTip"));
            // 
            // lblNumberOfPositions
            // 
            this.lblNumberOfPositions.AccessibleDescription = null;
            this.lblNumberOfPositions.AccessibleName = null;
            resources.ApplyResources(this.lblNumberOfPositions, "lblNumberOfPositions");
            this.lblNumberOfPositions.Font = null;
            this.lblNumberOfPositions.Name = "lblNumberOfPositions";
            this.ttHelp.SetToolTip(this.lblNumberOfPositions, resources.GetString("lblNumberOfPositions.ToolTip"));
            // 
            // nudDecorationCount
            // 
            this.nudDecorationCount.AccessibleDescription = null;
            this.nudDecorationCount.AccessibleName = null;
            resources.ApplyResources(this.nudDecorationCount, "nudDecorationCount");
            this.nudDecorationCount.Font = null;
            this.nudDecorationCount.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.nudDecorationCount.Name = "nudDecorationCount";
            this.ttHelp.SetToolTip(this.nudDecorationCount, resources.GetString("nudDecorationCount.ToolTip"));
            this.nudDecorationCount.ValueChanged += new System.EventHandler(this.nudDecorationCount_ValueChanged);
            // 
            // grpRotation
            // 
            this.grpRotation.AccessibleDescription = null;
            this.grpRotation.AccessibleName = null;
            resources.ApplyResources(this.grpRotation, "grpRotation");
            this.grpRotation.BackgroundImage = null;
            this.grpRotation.Controls.Add(this.radRotationFixed);
            this.grpRotation.Controls.Add(this.radRotationWithLine);
            this.grpRotation.Font = null;
            this.grpRotation.Name = "grpRotation";
            this.grpRotation.TabStop = false;
            this.ttHelp.SetToolTip(this.grpRotation, resources.GetString("grpRotation.ToolTip"));
            // 
            // radRotationFixed
            // 
            this.radRotationFixed.AccessibleDescription = null;
            this.radRotationFixed.AccessibleName = null;
            resources.ApplyResources(this.radRotationFixed, "radRotationFixed");
            this.radRotationFixed.BackgroundImage = null;
            this.radRotationFixed.Font = null;
            this.radRotationFixed.Name = "radRotationFixed";
            this.radRotationFixed.TabStop = true;
            this.ttHelp.SetToolTip(this.radRotationFixed, resources.GetString("radRotationFixed.ToolTip"));
            this.radRotationFixed.UseVisualStyleBackColor = true;
            // 
            // radRotationWithLine
            // 
            this.radRotationWithLine.AccessibleDescription = null;
            this.radRotationWithLine.AccessibleName = null;
            resources.ApplyResources(this.radRotationWithLine, "radRotationWithLine");
            this.radRotationWithLine.BackgroundImage = null;
            this.radRotationWithLine.Font = null;
            this.radRotationWithLine.Name = "radRotationWithLine";
            this.radRotationWithLine.TabStop = true;
            this.ttHelp.SetToolTip(this.radRotationWithLine, resources.GetString("radRotationWithLine.ToolTip"));
            this.radRotationWithLine.UseVisualStyleBackColor = true;
            this.radRotationWithLine.CheckedChanged += new System.EventHandler(this.radRotationWithLine_CheckedChanged);
            // 
            // grpFlip
            // 
            this.grpFlip.AccessibleDescription = null;
            this.grpFlip.AccessibleName = null;
            resources.ApplyResources(this.grpFlip, "grpFlip");
            this.grpFlip.BackgroundImage = null;
            this.grpFlip.Controls.Add(this.chkFlipFirst);
            this.grpFlip.Controls.Add(this.chkFlipAll);
            this.grpFlip.Font = null;
            this.grpFlip.Name = "grpFlip";
            this.grpFlip.TabStop = false;
            this.ttHelp.SetToolTip(this.grpFlip, resources.GetString("grpFlip.ToolTip"));
            // 
            // chkFlipFirst
            // 
            this.chkFlipFirst.AccessibleDescription = null;
            this.chkFlipFirst.AccessibleName = null;
            resources.ApplyResources(this.chkFlipFirst, "chkFlipFirst");
            this.chkFlipFirst.BackgroundImage = null;
            this.chkFlipFirst.Font = null;
            this.chkFlipFirst.Name = "chkFlipFirst";
            this.ttHelp.SetToolTip(this.chkFlipFirst, resources.GetString("chkFlipFirst.ToolTip"));
            this.chkFlipFirst.UseVisualStyleBackColor = true;
            this.chkFlipFirst.CheckedChanged += new System.EventHandler(this.chkFlipFirst_CheckedChanged);
            // 
            // chkFlipAll
            // 
            this.chkFlipAll.AccessibleDescription = null;
            this.chkFlipAll.AccessibleName = null;
            resources.ApplyResources(this.chkFlipAll, "chkFlipAll");
            this.chkFlipAll.BackgroundImage = null;
            this.chkFlipAll.Font = null;
            this.chkFlipAll.Name = "chkFlipAll";
            this.ttHelp.SetToolTip(this.chkFlipAll, resources.GetString("chkFlipAll.ToolTip"));
            this.chkFlipAll.UseVisualStyleBackColor = true;
            this.chkFlipAll.CheckedChanged += new System.EventHandler(this.chkFlipAll_CheckedChanged);
            // 
            // ccStrokes
            // 
            this.ccStrokes.AccessibleDescription = null;
            this.ccStrokes.AccessibleName = null;
            resources.ApplyResources(this.ccStrokes, "ccStrokes");
            this.ccStrokes.BackgroundImage = null;
            this.ccStrokes.Font = null;
            this.ccStrokes.Name = "ccStrokes";
            this.ttHelp.SetToolTip(this.ccStrokes, resources.GetString("ccStrokes.ToolTip"));
            // 
            // DetailedLineSymbolControl
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.ccStrokes);
            this.Controls.Add(this.tabStrokeProperties);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.cmbStrokeType);
            this.Font = null;
            this.Name = "DetailedLineSymbolControl";
            this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.tabStrokeProperties.ResumeLayout(false);
            this.tabSimple.ResumeLayout(false);
            this.tabSimple.PerformLayout();
            this.tabCartographic.ResumeLayout(false);
            this.tabCartographic.PerformLayout();
            this.grpCaps.ResumeLayout(false);
            this.grpCaps.PerformLayout();
            this.tabDash.ResumeLayout(false);
            this.tabDecoration.ResumeLayout(false);
            this.tabDecoration.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudDecorationCount)).EndInit();
            this.grpRotation.ResumeLayout(false);
            this.grpRotation.PerformLayout();
            this.grpFlip.ResumeLayout(false);
            this.grpFlip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RasterCategoryControl));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.ttHelp = new System.Windows.Forms.ToolTip(this.components);
            this.btnRamp = new System.Windows.Forms.Button();
            this.cmdRefresh = new System.Windows.Forms.Button();
            this.btnQuick = new System.Windows.Forms.Button();
            this.angLightDirection = new MapWindow.Components.AngleControl();
            this.btnAdd = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.tabScheme = new System.Windows.Forms.TabControl();
            this.tabStatistics = new System.Windows.Forms.TabPage();
            this.dbxMax = new MapWindow.Components.DoubleBox();
            this.dbxMin = new MapWindow.Components.DoubleBox();
            this.nudSigFig = new System.Windows.Forms.NumericUpDown();
            this.lblSigFig = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.cmbIntervalSnapping = new System.Windows.Forms.ComboBox();
            this.dgvStatistics = new System.Windows.Forms.DataGridView();
            this.Stat = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Value = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.label2 = new System.Windows.Forms.Label();
            this.cmbInterval = new System.Windows.Forms.ComboBox();
            this.nudCategoryCount = new System.Windows.Forms.NumericUpDown();
            this.lblBreaks = new System.Windows.Forms.Label();
            this.tabGraph = new System.Windows.Forms.TabPage();
            this.lblColumns = new System.Windows.Forms.Label();
            this.nudColumns = new System.Windows.Forms.NumericUpDown();
            this.chkLog = new System.Windows.Forms.CheckBox();
            this.chkShowStd = new System.Windows.Forms.CheckBox();
            this.chkShowMean = new System.Windows.Forms.CheckBox();
            this.breakSliderGraph1 = new MapWindow.Components.BreakSliderGraph();
            this.dgvCategories = new System.Windows.Forms.DataGridView();
            this.colSymbol = new System.Windows.Forms.DataGridViewImageColumn();
            this.colValues = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colLegendText = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.chkHillshade = new System.Windows.Forms.CheckBox();
            this.btnShadedRelief = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.dbxElevationFactor = new MapWindow.Components.DoubleBox();
            this.mwProgressBar1 = new MapWindow.Components.mwProgressBar();
            this.tccColorRange = new MapWindow.Components.TabColorControl();
            this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
            this.tabScheme.SuspendLayout();
            this.tabStatistics.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).BeginInit();
            this.tabGraph.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnRamp
            // 
            this.btnRamp.AccessibleDescription = null;
            this.btnRamp.AccessibleName = null;
            resources.ApplyResources(this.btnRamp, "btnRamp");
            this.btnRamp.BackgroundImage = null;
            this.btnRamp.Font = null;
            this.btnRamp.Name = "btnRamp";
            this.ttHelp.SetToolTip(this.btnRamp, resources.GetString("btnRamp.ToolTip"));
            this.btnRamp.UseVisualStyleBackColor = true;
            this.btnRamp.Click += new System.EventHandler(this.btnRamp_Click);
            // 
            // cmdRefresh
            // 
            this.cmdRefresh.AccessibleDescription = null;
            this.cmdRefresh.AccessibleName = null;
            resources.ApplyResources(this.cmdRefresh, "cmdRefresh");
            this.cmdRefresh.BackgroundImage = null;
            this.cmdRefresh.Font = null;
            this.cmdRefresh.Name = "cmdRefresh";
            this.ttHelp.SetToolTip(this.cmdRefresh, resources.GetString("cmdRefresh.ToolTip"));
            this.cmdRefresh.UseVisualStyleBackColor = true;
            this.cmdRefresh.Click += new System.EventHandler(this.cmdRefresh_Click);
            // 
            // btnQuick
            // 
            this.btnQuick.AccessibleDescription = null;
            this.btnQuick.AccessibleName = null;
            resources.ApplyResources(this.btnQuick, "btnQuick");
            this.btnQuick.BackgroundImage = null;
            this.btnQuick.Font = null;
            this.btnQuick.Name = "btnQuick";
            this.ttHelp.SetToolTip(this.btnQuick, resources.GetString("btnQuick.ToolTip"));
            this.btnQuick.UseVisualStyleBackColor = true;
            this.btnQuick.Click += new System.EventHandler(this.btnQuick_Click);
            // 
            // angLightDirection
            // 
            this.angLightDirection.AccessibleDescription = null;
            this.angLightDirection.AccessibleName = null;
            resources.ApplyResources(this.angLightDirection, "angLightDirection");
            this.angLightDirection.Angle = 45;
            this.angLightDirection.BackColor = System.Drawing.SystemColors.Control;
            this.angLightDirection.BackgroundImage = null;
            this.angLightDirection.Caption = "Light Direction:";
            this.angLightDirection.Clockwise = true;
            this.angLightDirection.Font = null;
            this.angLightDirection.KnobColor = System.Drawing.Color.Green;
            this.angLightDirection.Name = "angLightDirection";
            this.angLightDirection.StartAngle = 90;
            this.ttHelp.SetToolTip(this.angLightDirection, resources.GetString("angLightDirection.ToolTip"));
            this.angLightDirection.AngleChanged += new System.EventHandler(this.angLightDirection_AngleChanged);
            // 
            // btnAdd
            // 
            this.btnAdd.AccessibleDescription = null;
            this.btnAdd.AccessibleName = null;
            resources.ApplyResources(this.btnAdd, "btnAdd");
            this.btnAdd.BackgroundImage = null;
            this.btnAdd.Font = null;
            this.btnAdd.Image = global::MapWindow.Images.add;
            this.btnAdd.Name = "btnAdd";
            this.ttHelp.SetToolTip(this.btnAdd, resources.GetString("btnAdd.ToolTip"));
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.AccessibleDescription = null;
            this.btnDelete.AccessibleName = null;
            resources.ApplyResources(this.btnDelete, "btnDelete");
            this.btnDelete.BackgroundImage = null;
            this.btnDelete.Font = null;
            this.btnDelete.Image = global::MapWindow.Images.delete;
            this.btnDelete.Name = "btnDelete";
            this.ttHelp.SetToolTip(this.btnDelete, resources.GetString("btnDelete.ToolTip"));
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // tabScheme
            // 
            this.tabScheme.AccessibleDescription = null;
            this.tabScheme.AccessibleName = null;
            resources.ApplyResources(this.tabScheme, "tabScheme");
            this.tabScheme.BackgroundImage = null;
            this.tabScheme.Controls.Add(this.tabStatistics);
            this.tabScheme.Controls.Add(this.tabGraph);
            this.tabScheme.Font = null;
            this.tabScheme.Name = "tabScheme";
            this.tabScheme.SelectedIndex = 0;
            this.ttHelp.SetToolTip(this.tabScheme, resources.GetString("tabScheme.ToolTip"));
            // 
            // tabStatistics
            // 
            this.tabStatistics.AccessibleDescription = null;
            this.tabStatistics.AccessibleName = null;
            resources.ApplyResources(this.tabStatistics, "tabStatistics");
            this.tabStatistics.BackgroundImage = null;
            this.tabStatistics.Controls.Add(this.dbxMax);
            this.tabStatistics.Controls.Add(this.dbxMin);
            this.tabStatistics.Controls.Add(this.nudSigFig);
            this.tabStatistics.Controls.Add(this.lblSigFig);
            this.tabStatistics.Controls.Add(this.label1);
            this.tabStatistics.Controls.Add(this.cmbIntervalSnapping);
            this.tabStatistics.Controls.Add(this.dgvStatistics);
            this.tabStatistics.Controls.Add(this.label2);
            this.tabStatistics.Controls.Add(this.cmbInterval);
            this.tabStatistics.Controls.Add(this.nudCategoryCount);
            this.tabStatistics.Controls.Add(this.lblBreaks);
            this.tabStatistics.Font = null;
            this.tabStatistics.Name = "tabStatistics";
            this.ttHelp.SetToolTip(this.tabStatistics, resources.GetString("tabStatistics.ToolTip"));
            this.tabStatistics.UseVisualStyleBackColor = true;
            // 
            // dbxMax
            // 
            this.dbxMax.AccessibleDescription = null;
            this.dbxMax.AccessibleName = null;
            resources.ApplyResources(this.dbxMax, "dbxMax");
            this.dbxMax.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxMax.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxMax.BackgroundImage = null;
            this.dbxMax.Caption = "Exclude values >";
            this.dbxMax.Font = null;
            this.dbxMax.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxMax.IsValid = true;
            this.dbxMax.Name = "dbxMax";
            this.dbxMax.NumberFormat = null;
            this.dbxMax.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxMax, resources.GetString("dbxMax.ToolTip"));
            this.dbxMax.Value = 1000000;
            this.dbxMax.TextChanged += new System.EventHandler(this.dbxMax_TextChanged);
            // 
            // dbxMin
            // 
            this.dbxMin.AccessibleDescription = null;
            this.dbxMin.AccessibleName = null;
            resources.ApplyResources(this.dbxMin, "dbxMin");
            this.dbxMin.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxMin.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxMin.BackgroundImage = null;
            this.dbxMin.Caption = "Exclude Values < ";
            this.dbxMin.Font = null;
            this.dbxMin.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxMin.IsValid = true;
            this.dbxMin.Name = "dbxMin";
            this.dbxMin.NumberFormat = null;
            this.dbxMin.RegularHelp = "Enter a double precision floating point value.";
            this.ttHelp.SetToolTip(this.dbxMin, resources.GetString("dbxMin.ToolTip"));
            this.dbxMin.Value = -100000;
            this.dbxMin.TextChanged += new System.EventHandler(this.dbxMin_TextChanged);
            // 
            // nudSigFig
            // 
            this.nudSigFig.AccessibleDescription = null;
            this.nudSigFig.AccessibleName = null;
            resources.ApplyResources(this.nudSigFig, "nudSigFig");
            this.nudSigFig.Font = null;
            this.nudSigFig.Maximum = new decimal(new int[] {
            16,
            0,
            0,
            0});
            this.nudSigFig.Name = "nudSigFig";
            this.ttHelp.SetToolTip(this.nudSigFig, resources.GetString("nudSigFig.ToolTip"));
            this.nudSigFig.ValueChanged += new System.EventHandler(this.nudSigFig_ValueChanged);
            // 
            // lblSigFig
            // 
            this.lblSigFig.AccessibleDescription = null;
            this.lblSigFig.AccessibleName = null;
            resources.ApplyResources(this.lblSigFig, "lblSigFig");
            this.lblSigFig.Font = null;
            this.lblSigFig.Name = "lblSigFig";
            this.ttHelp.SetToolTip(this.lblSigFig, resources.GetString("lblSigFig.ToolTip"));
            // 
            // label1
            // 
            this.label1.AccessibleDescription = null;
            this.label1.AccessibleName = null;
            resources.ApplyResources(this.label1, "label1");
            this.label1.Font = null;
            this.label1.Name = "label1";
            this.ttHelp.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
            // 
            // cmbIntervalSnapping
            // 
            this.cmbIntervalSnapping.AccessibleDescription = null;
            this.cmbIntervalSnapping.AccessibleName = null;
            resources.ApplyResources(this.cmbIntervalSnapping, "cmbIntervalSnapping");
            this.cmbIntervalSnapping.BackgroundImage = null;
            this.cmbIntervalSnapping.Font = null;
            this.cmbIntervalSnapping.FormattingEnabled = true;
            this.cmbIntervalSnapping.Name = "cmbIntervalSnapping";
            this.ttHelp.SetToolTip(this.cmbIntervalSnapping, resources.GetString("cmbIntervalSnapping.ToolTip"));
            this.cmbIntervalSnapping.SelectedIndexChanged += new System.EventHandler(this.cmbIntervalSnapping_SelectedIndexChanged);
            // 
            // dgvStatistics
            // 
            this.dgvStatistics.AccessibleDescription = null;
            this.dgvStatistics.AccessibleName = null;
            this.dgvStatistics.AllowUserToAddRows = false;
            this.dgvStatistics.AllowUserToDeleteRows = false;
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.AntiqueWhite;
            this.dgvStatistics.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            resources.ApplyResources(this.dgvStatistics, "dgvStatistics");
            this.dgvStatistics.BackgroundImage = null;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvStatistics.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgvStatistics.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvStatistics.ColumnHeadersVisible = false;
            this.dgvStatistics.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.Stat,
            this.Value});
            this.dgvStatistics.Font = null;
            this.dgvStatistics.Name = "dgvStatistics";
            this.dgvStatistics.RowHeadersVisible = false;
            this.dgvStatistics.ShowCellErrors = false;
            this.ttHelp.SetToolTip(this.dgvStatistics, resources.GetString("dgvStatistics.ToolTip"));
            // 
            // Stat
            // 
            resources.ApplyResources(this.Stat, "Stat");
            this.Stat.Name = "Stat";
            // 
            // Value
            // 
            this.Value.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
            resources.ApplyResources(this.Value, "Value");
            this.Value.Name = "Value";
            // 
            // label2
            // 
            this.label2.AccessibleDescription = null;
            this.label2.AccessibleName = null;
            resources.ApplyResources(this.label2, "label2");
            this.label2.Font = null;
            this.label2.Name = "label2";
            this.ttHelp.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
            // 
            // cmbInterval
            // 
            this.cmbInterval.AccessibleDescription = null;
            this.cmbInterval.AccessibleName = null;
            resources.ApplyResources(this.cmbInterval, "cmbInterval");
            this.cmbInterval.BackgroundImage = null;
            this.cmbInterval.Font = null;
            this.cmbInterval.FormattingEnabled = true;
            this.cmbInterval.Items.AddRange(new object[] {
            resources.GetString("cmbInterval.Items"),
            resources.GetString("cmbInterval.Items1"),
            resources.GetString("cmbInterval.Items2")});
            this.cmbInterval.Name = "cmbInterval";
            this.ttHelp.SetToolTip(this.cmbInterval, resources.GetString("cmbInterval.ToolTip"));
            this.cmbInterval.SelectedIndexChanged += new System.EventHandler(this.cmbInterval_SelectedIndexChanged);
            // 
            // nudCategoryCount
            // 
            this.nudCategoryCount.AccessibleDescription = null;
            this.nudCategoryCount.AccessibleName = null;
            resources.ApplyResources(this.nudCategoryCount, "nudCategoryCount");
            this.nudCategoryCount.Font = null;
            this.nudCategoryCount.Name = "nudCategoryCount";
            this.ttHelp.SetToolTip(this.nudCategoryCount, resources.GetString("nudCategoryCount.ToolTip"));
            this.nudCategoryCount.Value = new decimal(new int[] {
            5,
            0,
            0,
            0});
            this.nudCategoryCount.ValueChanged += new System.EventHandler(this.nudCategoryCount_ValueChanged);
            // 
            // lblBreaks
            // 
            this.lblBreaks.AccessibleDescription = null;
            this.lblBreaks.AccessibleName = null;
            resources.ApplyResources(this.lblBreaks, "lblBreaks");
            this.lblBreaks.Font = null;
            this.lblBreaks.Name = "lblBreaks";
            this.ttHelp.SetToolTip(this.lblBreaks, resources.GetString("lblBreaks.ToolTip"));
            // 
            // tabGraph
            // 
            this.tabGraph.AccessibleDescription = null;
            this.tabGraph.AccessibleName = null;
            resources.ApplyResources(this.tabGraph, "tabGraph");
            this.tabGraph.BackgroundImage = null;
            this.tabGraph.Controls.Add(this.lblColumns);
            this.tabGraph.Controls.Add(this.nudColumns);
            this.tabGraph.Controls.Add(this.chkLog);
            this.tabGraph.Controls.Add(this.chkShowStd);
            this.tabGraph.Controls.Add(this.chkShowMean);
            this.tabGraph.Controls.Add(this.breakSliderGraph1);
            this.tabGraph.Font = null;
            this.tabGraph.Name = "tabGraph";
            this.ttHelp.SetToolTip(this.tabGraph, resources.GetString("tabGraph.ToolTip"));
            this.tabGraph.UseVisualStyleBackColor = true;
            // 
            // lblColumns
            // 
            this.lblColumns.AccessibleDescription = null;
            this.lblColumns.AccessibleName = null;
            resources.ApplyResources(this.lblColumns, "lblColumns");
            this.lblColumns.Font = null;
            this.lblColumns.Name = "lblColumns";
            this.ttHelp.SetToolTip(this.lblColumns, resources.GetString("lblColumns.ToolTip"));
            // 
            // nudColumns
            // 
            this.nudColumns.AccessibleDescription = null;
            this.nudColumns.AccessibleName = null;
            resources.ApplyResources(this.nudColumns, "nudColumns");
            this.nudColumns.Font = null;
            this.nudColumns.Increment = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudColumns.Maximum = new decimal(new int[] {
            1000,
            0,
            0,
            0});
            this.nudColumns.Minimum = new decimal(new int[] {
            10,
            0,
            0,
            0});
            this.nudColumns.Name = "nudColumns";
            this.ttHelp.SetToolTip(this.nudColumns, resources.GetString("nudColumns.ToolTip"));
            this.nudColumns.Value = new decimal(new int[] {
            40,
            0,
            0,
            0});
            this.nudColumns.ValueChanged += new System.EventHandler(this.nudColumns_ValueChanged);
            // 
            // chkLog
            // 
            this.chkLog.AccessibleDescription = null;
            this.chkLog.AccessibleName = null;
            resources.ApplyResources(this.chkLog, "chkLog");
            this.chkLog.BackgroundImage = null;
            this.chkLog.Font = null;
            this.chkLog.Name = "chkLog";
            this.ttHelp.SetToolTip(this.chkLog, resources.GetString("chkLog.ToolTip"));
            this.chkLog.UseVisualStyleBackColor = true;
            this.chkLog.CheckedChanged += new System.EventHandler(this.chkLog_CheckedChanged);
            // 
            // chkShowStd
            // 
            this.chkShowStd.AccessibleDescription = null;
            this.chkShowStd.AccessibleName = null;
            resources.ApplyResources(this.chkShowStd, "chkShowStd");
            this.chkShowStd.BackgroundImage = null;
            this.chkShowStd.Font = null;
            this.chkShowStd.Name = "chkShowStd";
            this.ttHelp.SetToolTip(this.chkShowStd, resources.GetString("chkShowStd.ToolTip"));
            this.chkShowStd.UseVisualStyleBackColor = true;
            this.chkShowStd.CheckedChanged += new System.EventHandler(this.chkShowStd_CheckedChanged);
            // 
            // chkShowMean
            // 
            this.chkShowMean.AccessibleDescription = null;
            this.chkShowMean.AccessibleName = null;
            resources.ApplyResources(this.chkShowMean, "chkShowMean");
            this.chkShowMean.BackgroundImage = null;
            this.chkShowMean.Font = null;
            this.chkShowMean.Name = "chkShowMean";
            this.ttHelp.SetToolTip(this.chkShowMean, resources.GetString("chkShowMean.ToolTip"));
            this.chkShowMean.UseVisualStyleBackColor = true;
            this.chkShowMean.CheckedChanged += new System.EventHandler(this.chkShowMean_CheckedChanged);
            // 
            // breakSliderGraph1
            // 
            this.breakSliderGraph1.AccessibleDescription = null;
            this.breakSliderGraph1.AccessibleName = null;
            resources.ApplyResources(this.breakSliderGraph1, "breakSliderGraph1");
            this.breakSliderGraph1.AttributeSource = null;
            this.breakSliderGraph1.BackColor = System.Drawing.Color.White;
            this.breakSliderGraph1.BackgroundImage = null;
            this.breakSliderGraph1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.breakSliderGraph1.BreakColor = System.Drawing.Color.Blue;
            this.breakSliderGraph1.BreakSelectedColor = System.Drawing.Color.Red;
            this.breakSliderGraph1.Font = null;
            this.breakSliderGraph1.FontColor = System.Drawing.Color.Black;
            this.breakSliderGraph1.IntervalMethod = MapWindow.Drawing.IntervalMethods.EqualInterval;
            this.breakSliderGraph1.LogY = false;
            this.breakSliderGraph1.MaximumSampleSize = 10000;
            this.breakSliderGraph1.MinHeight = 20;
            this.breakSliderGraph1.Name = "breakSliderGraph1";
            this.breakSliderGraph1.NumColumns = 40;
            this.breakSliderGraph1.RasterLayer = null;
            this.breakSliderGraph1.Scheme = null;
            this.breakSliderGraph1.ShowMean = false;
            this.breakSliderGraph1.ShowStandardDeviation = false;
            this.breakSliderGraph1.Title = "Statistical Breaks:";
            this.breakSliderGraph1.TitleColor = System.Drawing.Color.Black;
            this.breakSliderGraph1.TitleFont = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
            this.ttHelp.SetToolTip(this.breakSliderGraph1, resources.GetString("breakSliderGraph1.ToolTip"));
            this.breakSliderGraph1.SliderMoved += new System.EventHandler<MapWindow.Components.BreakSliderEventArgs>(this.breakSliderGraph1_SliderMoved);
            // 
            // dgvCategories
            // 
            this.dgvCategories.AccessibleDescription = null;
            this.dgvCategories.AccessibleName = null;
            this.dgvCategories.AllowUserToAddRows = false;
            resources.ApplyResources(this.dgvCategories, "dgvCategories");
            this.dgvCategories.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
            this.dgvCategories.BackgroundImage = null;
            this.dgvCategories.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvCategories.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colSymbol,
            this.colValues,
            this.colLegendText,
            this.colCount});
            this.dgvCategories.Font = null;
            this.dgvCategories.MultiSelect = false;
            this.dgvCategories.Name = "dgvCategories";
            this.dgvCategories.RowHeadersVisible = false;
            this.dgvCategories.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.ttHelp.SetToolTip(this.dgvCategories, resources.GetString("dgvCategories.ToolTip"));
            // 
            // colSymbol
            // 
            this.colSymbol.FillWeight = 49.97129F;
            resources.ApplyResources(this.colSymbol, "colSymbol");
            this.colSymbol.Image = global::MapWindow.Images.info;
            this.colSymbol.Name = "colSymbol";
            this.colSymbol.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // colValues
            // 
            this.colValues.FillWeight = 142.132F;
            resources.ApplyResources(this.colValues, "colValues");
            this.colValues.Name = "colValues";
            this.colValues.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // colLegendText
            // 
            this.colLegendText.FillWeight = 157.008F;
            resources.ApplyResources(this.colLegendText, "colLegendText");
            this.colLegendText.Name = "colLegendText";
            // 
            // colCount
            // 
            this.colCount.FillWeight = 50.88878F;
            resources.ApplyResources(this.colCount, "colCount");
            this.colCount.Name = "colCount";
            this.colCount.ReadOnly = true;
            this.colCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
            // 
            // chkHillshade
            // 
            this.chkHillshade.AccessibleDescription = null;
            this.chkHillshade.AccessibleName = null;
            resources.ApplyResources(this.chkHillshade, "chkHillshade");
            this.chkHillshade.BackgroundImage = null;
            this.chkHillshade.Font = null;
            this.chkHillshade.Name = "chkHillshade";
            this.ttHelp.SetToolTip(this.chkHillshade, resources.GetString("chkHillshade.ToolTip"));
            this.chkHillshade.UseVisualStyleBackColor = true;
            this.chkHillshade.CheckedChanged += new System.EventHandler(this.chkHillshade_CheckedChanged);
            // 
            // btnShadedRelief
            // 
            this.btnShadedRelief.AccessibleDescription = null;
            this.btnShadedRelief.AccessibleName = null;
            resources.ApplyResources(this.btnShadedRelief, "btnShadedRelief");
            this.btnShadedRelief.BackgroundImage = null;
            this.btnShadedRelief.Font = null;
            this.btnShadedRelief.Name = "btnShadedRelief";
            this.ttHelp.SetToolTip(this.btnShadedRelief, resources.GetString("btnShadedRelief.ToolTip"));
            this.btnShadedRelief.UseVisualStyleBackColor = true;
            this.btnShadedRelief.Click += new System.EventHandler(this.btnShadedRelief_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.AccessibleDescription = null;
            this.groupBox1.AccessibleName = null;
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.BackgroundImage = null;
            this.groupBox1.Controls.Add(this.dbxElevationFactor);
            this.groupBox1.Controls.Add(this.angLightDirection);
            this.groupBox1.Controls.Add(this.chkHillshade);
            this.groupBox1.Controls.Add(this.btnShadedRelief);
            this.groupBox1.Font = null;
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            this.ttHelp.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
            // 
            // dbxElevationFactor
            // 
            this.dbxElevationFactor.AccessibleDescription = null;
            this.dbxElevationFactor.AccessibleName = null;
            resources.ApplyResources(this.dbxElevationFactor, "dbxElevationFactor");
            this.dbxElevationFactor.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxElevationFactor.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxElevationFactor.BackgroundImage = null;
            this.dbxElevationFactor.Caption = "Elevation Factor";
            this.dbxElevationFactor.Font = null;
            this.dbxElevationFactor.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxElevationFactor.IsValid = true;
            this.dbxElevationFactor.Name = "dbxElevationFactor";
            this.dbxElevationFactor.NumberFormat = "E7";
            this.dbxElevationFactor.RegularHelp = "The Elevation Factor is a constant multiplier that converts the elevation unit (e" +
                "g. feet) into the projection units (eg. decimal degrees).";
            this.ttHelp.SetToolTip(this.dbxElevationFactor, resources.GetString("dbxElevationFactor.ToolTip"));
            this.dbxElevationFactor.Value = 0;
            this.dbxElevationFactor.TextChanged += new System.EventHandler(this.dbxElevationFactor_TextChanged);
            // 
            // mwProgressBar1
            // 
            this.mwProgressBar1.AccessibleDescription = null;
            this.mwProgressBar1.AccessibleName = null;
            resources.ApplyResources(this.mwProgressBar1, "mwProgressBar1");
            this.mwProgressBar1.BackgroundImage = null;
            this.mwProgressBar1.Font = null;
            this.mwProgressBar1.Name = "mwProgressBar1";
            this.ttHelp.SetToolTip(this.mwProgressBar1, resources.GetString("mwProgressBar1.ToolTip"));
            // 
            // tccColorRange
            // 
            this.tccColorRange.AccessibleDescription = null;
            this.tccColorRange.AccessibleName = null;
            resources.ApplyResources(this.tccColorRange, "tccColorRange");
            this.tccColorRange.BackgroundImage = null;
            this.tccColorRange.EndColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.tccColorRange.Font = null;
            this.tccColorRange.HueShift = 0;
            this.tccColorRange.Name = "tccColorRange";
            this.tccColorRange.StartColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
            this.ttHelp.SetToolTip(this.tccColorRange, resources.GetString("tccColorRange.ToolTip"));
            this.tccColorRange.UseRangeChecked = true;
            this.tccColorRange.ColorChanged += new System.EventHandler<MapWindow.Components.ColorRangeEventArgs>(this.tccColorRange_ColorChanged);
            // 
            // dataGridViewImageColumn1
            // 
            this.dataGridViewImageColumn1.FillWeight = 76.14214F;
            resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1");
            this.dataGridViewImageColumn1.Image = global::MapWindow.Images.info;
            this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
            this.dataGridViewImageColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.dataGridViewImageColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // RasterCategoryControl
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.BackgroundImage = null;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.mwProgressBar1);
            this.Controls.Add(this.btnQuick);
            this.Controls.Add(this.tccColorRange);
            this.Controls.Add(this.tabScheme);
            this.Controls.Add(this.dgvCategories);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnAdd);
            this.Controls.Add(this.btnRamp);
            this.Controls.Add(this.cmdRefresh);
            this.Font = null;
            this.Name = "RasterCategoryControl";
            this.ttHelp.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.tabScheme.ResumeLayout(false);
            this.tabStatistics.ResumeLayout(false);
            this.tabStatistics.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudSigFig)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvStatistics)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudCategoryCount)).EndInit();
            this.tabGraph.ResumeLayout(false);
            this.tabGraph.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudColumns)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgvCategories)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);

        }
        /// <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(Size2DDialog));
            this.panel1 = new System.Windows.Forms.Panel();
            this.btnApply = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.cmdOk = new System.Windows.Forms.Button();
            this.dbxWidth = new MapWindow.Components.DoubleBox();
            this.dbxHeight = new MapWindow.Components.DoubleBox();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.AccessibleDescription = null;
            this.panel1.AccessibleName = null;
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.BackgroundImage = null;
            this.panel1.Controls.Add(this.btnApply);
            this.panel1.Controls.Add(this.btnCancel);
            this.panel1.Controls.Add(this.cmdOk);
            this.panel1.Font = null;
            this.panel1.Name = "panel1";
            // 
            // btnApply
            // 
            this.btnApply.AccessibleDescription = null;
            this.btnApply.AccessibleName = null;
            resources.ApplyResources(this.btnApply, "btnApply");
            this.btnApply.BackgroundImage = null;
            this.btnApply.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnApply.Font = null;
            this.btnApply.Name = "btnApply";
            this.btnApply.UseVisualStyleBackColor = true;
            this.btnApply.Click += new System.EventHandler(this.btnApply_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.AccessibleDescription = null;
            this.btnCancel.AccessibleName = null;
            resources.ApplyResources(this.btnCancel, "btnCancel");
            this.btnCancel.BackgroundImage = null;
            this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btnCancel.Font = null;
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // cmdOk
            // 
            this.cmdOk.AccessibleDescription = null;
            this.cmdOk.AccessibleName = null;
            resources.ApplyResources(this.cmdOk, "cmdOk");
            this.cmdOk.BackgroundImage = null;
            this.cmdOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOk.Font = null;
            this.cmdOk.Name = "cmdOk";
            this.cmdOk.UseVisualStyleBackColor = true;
            this.cmdOk.Click += new System.EventHandler(this.cmdOk_Click);
            // 
            // dbxWidth
            // 
            this.dbxWidth.AccessibleDescription = null;
            this.dbxWidth.AccessibleName = null;
            resources.ApplyResources(this.dbxWidth, "dbxWidth");
            this.dbxWidth.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxWidth.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxWidth.BackgroundImage = null;
            this.dbxWidth.Caption = "宽度:";
            this.dbxWidth.Font = null;
            this.dbxWidth.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxWidth.IsValid = true;
            this.dbxWidth.Name = "dbxWidth";
            this.dbxWidth.NumberFormat = null;
            this.dbxWidth.RegularHelp = "Enter a double precision floating point value.";
            this.dbxWidth.Value = 0;
            this.dbxWidth.TextChanged += new System.EventHandler(this.dbxWidth_TextChanged);
            // 
            // dbxHeight
            // 
            this.dbxHeight.AccessibleDescription = null;
            this.dbxHeight.AccessibleName = null;
            resources.ApplyResources(this.dbxHeight, "dbxHeight");
            this.dbxHeight.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxHeight.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxHeight.BackgroundImage = null;
            this.dbxHeight.Caption = "高度:";
            this.dbxHeight.Font = null;
            this.dbxHeight.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxHeight.IsValid = true;
            this.dbxHeight.Name = "dbxHeight";
            this.dbxHeight.NumberFormat = null;
            this.dbxHeight.RegularHelp = "Enter a double precision floating point value.";
            this.dbxHeight.Value = 0;
            this.dbxHeight.TextChanged += new System.EventHandler(this.dbxHeight_TextChanged);
            // 
            // Size2DDialog
            // 
            this.AcceptButton = this.cmdOk;
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.CancelButton = this.btnCancel;
            this.Controls.Add(this.dbxHeight);
            this.Controls.Add(this.dbxWidth);
            this.Controls.Add(this.panel1);
            this.Font = null;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HelpButton = true;
            this.Icon = null;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Size2DDialog";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.panel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <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(DetailedPointSymbolControl));
            this.btnAddToCustom = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.cmbUnits = new System.Windows.Forms.ComboBox();
            this.lblUnits = new System.Windows.Forms.Label();
            this.lblScaleMode = new System.Windows.Forms.Label();
            this.cmbScaleMode = new System.Windows.Forms.ComboBox();
            this.chkSmoothing = new System.Windows.Forms.CheckBox();
            this.label3 = new System.Windows.Forms.Label();
            this.lblPreview = new System.Windows.Forms.Label();
            this.lblSymbolType = new System.Windows.Forms.Label();
            this.cmbSymbolType = new System.Windows.Forms.ComboBox();
            this.label10 = new System.Windows.Forms.Label();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.doubleBox7 = new MapWindow.Components.DoubleBox();
            this.doubleBox8 = new MapWindow.Components.DoubleBox();
            this.groupBox7 = new System.Windows.Forms.GroupBox();
            this.doubleBox10 = new MapWindow.Components.DoubleBox();
            this.doubleBox11 = new MapWindow.Components.DoubleBox();
            this.ccSymbols = new MapWindow.Components.SymbolCollectionControl();
            this.doubleBox9 = new MapWindow.Components.DoubleBox();
            this.tabPicture = new System.Windows.Forms.TabPage();
            this.lblImageOpacity = new System.Windows.Forms.Label();
            this.grpOutlinePicture = new System.Windows.Forms.GroupBox();
            this.cbOutlineColorPicture = new MapWindow.Components.ColorButton();
            this.sldOutlineOpacityPicture = new MapWindow.Components.RampSlider();
            this.lblOutlineColorPicture = new System.Windows.Forms.Label();
            this.dbxOutlineWidthPicture = new MapWindow.Components.DoubleBox();
            this.chkUseOutlinePicture = new System.Windows.Forms.CheckBox();
            this.btnBrowseImage = new System.Windows.Forms.Button();
            this.txtImageFilename = new System.Windows.Forms.TextBox();
            this.lblImage = new System.Windows.Forms.Label();
            this.sldImageOpacity = new MapWindow.Components.RampSlider();
            this.tabCharacter = new System.Windows.Forms.TabPage();
            this.lblColorCharacter = new System.Windows.Forms.Label();
            this.txtUnicode = new System.Windows.Forms.TextBox();
            this.lblUnicode = new System.Windows.Forms.Label();
            this.lblFontFamily = new System.Windows.Forms.Label();
            this.cbColorCharacter = new MapWindow.Components.ColorButton();
            this.sldOpacityCharacter = new MapWindow.Components.RampSlider();
            this.charCharacter = new MapWindow.Components.CharacterControl();
            this.cmbFontFamilly = new MapWindow.Components.FontFamilyControl();
            this.tabSimple = new System.Windows.Forms.TabPage();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cbOutlineColor = new MapWindow.Components.ColorButton();
            this.sldOutlineOpacity = new MapWindow.Components.RampSlider();
            this.lblOutlineColor = new System.Windows.Forms.Label();
            this.dbxOutlineWidth = new MapWindow.Components.DoubleBox();
            this.chkUseOutline = new System.Windows.Forms.CheckBox();
            this.cmbPointShape = new System.Windows.Forms.ComboBox();
            this.label2 = new System.Windows.Forms.Label();
            this.lblColorSimple = new System.Windows.Forms.Label();
            this.cbColorSimple = new MapWindow.Components.ColorButton();
            this.sldOpacitySimple = new MapWindow.Components.RampSlider();
            this.grpPlacement = new System.Windows.Forms.GroupBox();
            this.grpOffset = new System.Windows.Forms.GroupBox();
            this.dbxOffsetX = new MapWindow.Components.DoubleBox();
            this.dbxOffsetY = new MapWindow.Components.DoubleBox();
            this.angleControl = new MapWindow.Components.AngleControl();
            this.sizeControl = new MapWindow.Components.SizeControl();
            this.tabSymbolProperties = new System.Windows.Forms.TabControl();
            this.groupBox1.SuspendLayout();
            this.groupBox6.SuspendLayout();
            this.groupBox7.SuspendLayout();
            this.tabPicture.SuspendLayout();
            this.grpOutlinePicture.SuspendLayout();
            this.tabCharacter.SuspendLayout();
            this.tabSimple.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.grpPlacement.SuspendLayout();
            this.grpOffset.SuspendLayout();
            this.tabSymbolProperties.SuspendLayout();
            this.SuspendLayout();
            // 
            // btnAddToCustom
            // 
            this.btnAddToCustom.AccessibleDescription = null;
            this.btnAddToCustom.AccessibleName = null;
            resources.ApplyResources(this.btnAddToCustom, "btnAddToCustom");
            this.btnAddToCustom.BackgroundImage = null;
            this.btnAddToCustom.Font = null;
            this.btnAddToCustom.Name = "btnAddToCustom";
            this.btnAddToCustom.UseVisualStyleBackColor = true;
            this.btnAddToCustom.Click += new System.EventHandler(this.btnAddToCustom_Click);
            // 
            // groupBox1
            // 
            this.groupBox1.AccessibleDescription = null;
            this.groupBox1.AccessibleName = null;
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.BackgroundImage = null;
            this.groupBox1.Controls.Add(this.cmbUnits);
            this.groupBox1.Controls.Add(this.lblUnits);
            this.groupBox1.Controls.Add(this.lblScaleMode);
            this.groupBox1.Controls.Add(this.cmbScaleMode);
            this.groupBox1.Controls.Add(this.chkSmoothing);
            this.groupBox1.Font = null;
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // cmbUnits
            // 
            this.cmbUnits.AccessibleDescription = null;
            this.cmbUnits.AccessibleName = null;
            resources.ApplyResources(this.cmbUnits, "cmbUnits");
            this.cmbUnits.BackgroundImage = null;
            this.cmbUnits.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbUnits.Font = null;
            this.cmbUnits.FormattingEnabled = true;
            this.cmbUnits.Items.AddRange(new object[] {
            resources.GetString("cmbUnits.Items"),
            resources.GetString("cmbUnits.Items1"),
            resources.GetString("cmbUnits.Items2"),
            resources.GetString("cmbUnits.Items3"),
            resources.GetString("cmbUnits.Items4"),
            resources.GetString("cmbUnits.Items5"),
            resources.GetString("cmbUnits.Items6")});
            this.cmbUnits.Name = "cmbUnits";
            this.cmbUnits.SelectedIndexChanged += new System.EventHandler(this.cmbUnits_SelectedIndexChanged);
            // 
            // lblUnits
            // 
            this.lblUnits.AccessibleDescription = null;
            this.lblUnits.AccessibleName = null;
            resources.ApplyResources(this.lblUnits, "lblUnits");
            this.lblUnits.Font = null;
            this.lblUnits.Name = "lblUnits";
            // 
            // lblScaleMode
            // 
            this.lblScaleMode.AccessibleDescription = null;
            this.lblScaleMode.AccessibleName = null;
            resources.ApplyResources(this.lblScaleMode, "lblScaleMode");
            this.lblScaleMode.Font = null;
            this.lblScaleMode.Name = "lblScaleMode";
            // 
            // cmbScaleMode
            // 
            this.cmbScaleMode.AccessibleDescription = null;
            this.cmbScaleMode.AccessibleName = null;
            resources.ApplyResources(this.cmbScaleMode, "cmbScaleMode");
            this.cmbScaleMode.BackgroundImage = null;
            this.cmbScaleMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbScaleMode.Font = null;
            this.cmbScaleMode.FormattingEnabled = true;
            this.cmbScaleMode.Items.AddRange(new object[] {
            resources.GetString("cmbScaleMode.Items"),
            resources.GetString("cmbScaleMode.Items1"),
            resources.GetString("cmbScaleMode.Items2")});
            this.cmbScaleMode.Name = "cmbScaleMode";
            this.cmbScaleMode.SelectedIndexChanged += new System.EventHandler(this.cmbScaleMode_SelectedIndexChanged);
            // 
            // chkSmoothing
            // 
            this.chkSmoothing.AccessibleDescription = null;
            this.chkSmoothing.AccessibleName = null;
            resources.ApplyResources(this.chkSmoothing, "chkSmoothing");
            this.chkSmoothing.BackgroundImage = null;
            this.chkSmoothing.Font = null;
            this.chkSmoothing.Name = "chkSmoothing";
            this.chkSmoothing.UseVisualStyleBackColor = true;
            this.chkSmoothing.CheckedChanged += new System.EventHandler(this.chkSmoothing_CheckedChanged);
            // 
            // label3
            // 
            this.label3.AccessibleDescription = null;
            this.label3.AccessibleName = null;
            resources.ApplyResources(this.label3, "label3");
            this.label3.Font = null;
            this.label3.Name = "label3";
            // 
            // lblPreview
            // 
            this.lblPreview.AccessibleDescription = null;
            this.lblPreview.AccessibleName = null;
            resources.ApplyResources(this.lblPreview, "lblPreview");
            this.lblPreview.BackColor = System.Drawing.Color.White;
            this.lblPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.lblPreview.Font = null;
            this.lblPreview.Name = "lblPreview";
            // 
            // lblSymbolType
            // 
            this.lblSymbolType.AccessibleDescription = null;
            this.lblSymbolType.AccessibleName = null;
            resources.ApplyResources(this.lblSymbolType, "lblSymbolType");
            this.lblSymbolType.Font = null;
            this.lblSymbolType.Name = "lblSymbolType";
            // 
            // cmbSymbolType
            // 
            this.cmbSymbolType.AccessibleDescription = null;
            this.cmbSymbolType.AccessibleName = null;
            resources.ApplyResources(this.cmbSymbolType, "cmbSymbolType");
            this.cmbSymbolType.BackgroundImage = null;
            this.cmbSymbolType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbSymbolType.Font = null;
            this.cmbSymbolType.FormattingEnabled = true;
            this.cmbSymbolType.Items.AddRange(new object[] {
            resources.GetString("cmbSymbolType.Items"),
            resources.GetString("cmbSymbolType.Items1"),
            resources.GetString("cmbSymbolType.Items2")});
            this.cmbSymbolType.Name = "cmbSymbolType";
            this.cmbSymbolType.SelectedIndexChanged += new System.EventHandler(this.cmbSymbolType_SelectedIndexChanged);
            // 
            // label10
            // 
            this.label10.AccessibleDescription = null;
            this.label10.AccessibleName = null;
            resources.ApplyResources(this.label10, "label10");
            this.label10.Font = null;
            this.label10.Name = "label10";
            // 
            // groupBox6
            // 
            this.groupBox6.AccessibleDescription = null;
            this.groupBox6.AccessibleName = null;
            resources.ApplyResources(this.groupBox6, "groupBox6");
            this.groupBox6.BackgroundImage = null;
            this.groupBox6.Controls.Add(this.doubleBox7);
            this.groupBox6.Controls.Add(this.doubleBox8);
            this.groupBox6.Font = null;
            this.groupBox6.Name = "groupBox6";
            this.groupBox6.TabStop = false;
            // 
            // doubleBox7
            // 
            this.doubleBox7.AccessibleDescription = null;
            this.doubleBox7.AccessibleName = null;
            resources.ApplyResources(this.doubleBox7, "doubleBox7");
            this.doubleBox7.BackColorInvalid = System.Drawing.Color.Salmon;
            this.doubleBox7.BackColorRegular = System.Drawing.Color.Empty;
            this.doubleBox7.BackgroundImage = null;
            this.doubleBox7.Caption = "Width:";
            this.doubleBox7.Font = null;
            this.doubleBox7.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.doubleBox7.IsValid = true;
            this.doubleBox7.Name = "doubleBox7";
            this.doubleBox7.NumberFormat = null;
            this.doubleBox7.RegularHelp = "Enter a double precision floating point value.";
            this.doubleBox7.Value = 0;
            // 
            // doubleBox8
            // 
            this.doubleBox8.AccessibleDescription = null;
            this.doubleBox8.AccessibleName = null;
            resources.ApplyResources(this.doubleBox8, "doubleBox8");
            this.doubleBox8.BackColorInvalid = System.Drawing.Color.Salmon;
            this.doubleBox8.BackColorRegular = System.Drawing.Color.Empty;
            this.doubleBox8.BackgroundImage = null;
            this.doubleBox8.Caption = "Height:";
            this.doubleBox8.Font = null;
            this.doubleBox8.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.doubleBox8.IsValid = true;
            this.doubleBox8.Name = "doubleBox8";
            this.doubleBox8.NumberFormat = null;
            this.doubleBox8.RegularHelp = "Enter a double precision floating point value.";
            this.doubleBox8.Value = 0;
            // 
            // groupBox7
            // 
            this.groupBox7.AccessibleDescription = null;
            this.groupBox7.AccessibleName = null;
            resources.ApplyResources(this.groupBox7, "groupBox7");
            this.groupBox7.BackgroundImage = null;
            this.groupBox7.Controls.Add(this.doubleBox10);
            this.groupBox7.Controls.Add(this.doubleBox11);
            this.groupBox7.Font = null;
            this.groupBox7.Name = "groupBox7";
            this.groupBox7.TabStop = false;
            // 
            // doubleBox10
            // 
            this.doubleBox10.AccessibleDescription = null;
            this.doubleBox10.AccessibleName = null;
            resources.ApplyResources(this.doubleBox10, "doubleBox10");
            this.doubleBox10.BackColorInvalid = System.Drawing.Color.Salmon;
            this.doubleBox10.BackColorRegular = System.Drawing.Color.Empty;
            this.doubleBox10.BackgroundImage = null;
            this.doubleBox10.Caption = "X:";
            this.doubleBox10.Font = null;
            this.doubleBox10.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.doubleBox10.IsValid = true;
            this.doubleBox10.Name = "doubleBox10";
            this.doubleBox10.NumberFormat = null;
            this.doubleBox10.RegularHelp = "Enter a double precision floating point value.";
            this.doubleBox10.Value = 0;
            // 
            // doubleBox11
            // 
            this.doubleBox11.AccessibleDescription = null;
            this.doubleBox11.AccessibleName = null;
            resources.ApplyResources(this.doubleBox11, "doubleBox11");
            this.doubleBox11.BackColorInvalid = System.Drawing.Color.Salmon;
            this.doubleBox11.BackColorRegular = System.Drawing.Color.Empty;
            this.doubleBox11.BackgroundImage = null;
            this.doubleBox11.Caption = "Y:";
            this.doubleBox11.Font = null;
            this.doubleBox11.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.doubleBox11.IsValid = true;
            this.doubleBox11.Name = "doubleBox11";
            this.doubleBox11.NumberFormat = null;
            this.doubleBox11.RegularHelp = "Enter a double precision floating point value.";
            this.doubleBox11.Value = 0;
            // 
            // ccSymbols
            // 
            this.ccSymbols.AccessibleDescription = null;
            this.ccSymbols.AccessibleName = null;
            resources.ApplyResources(this.ccSymbols, "ccSymbols");
            this.ccSymbols.BackgroundImage = null;
            this.ccSymbols.Font = null;
            this.ccSymbols.ItemHeight = 40;
            this.ccSymbols.Name = "ccSymbols";
            this.ccSymbols.ScaleMode = MapWindow.Drawing.ScaleModes.Simple;
            // 
            // doubleBox9
            // 
            this.doubleBox9.AccessibleDescription = null;
            this.doubleBox9.AccessibleName = null;
            resources.ApplyResources(this.doubleBox9, "doubleBox9");
            this.doubleBox9.BackColorInvalid = System.Drawing.Color.Salmon;
            this.doubleBox9.BackColorRegular = System.Drawing.Color.Empty;
            this.doubleBox9.BackgroundImage = null;
            this.doubleBox9.Caption = "Angle:";
            this.doubleBox9.Font = null;
            this.doubleBox9.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.doubleBox9.IsValid = true;
            this.doubleBox9.Name = "doubleBox9";
            this.doubleBox9.NumberFormat = null;
            this.doubleBox9.RegularHelp = "Enter a double precision floating point value.";
            this.doubleBox9.Value = 0;
            // 
            // tabPicture
            // 
            this.tabPicture.AccessibleDescription = null;
            this.tabPicture.AccessibleName = null;
            resources.ApplyResources(this.tabPicture, "tabPicture");
            this.tabPicture.BackgroundImage = null;
            this.tabPicture.Controls.Add(this.lblImageOpacity);
            this.tabPicture.Controls.Add(this.grpOutlinePicture);
            this.tabPicture.Controls.Add(this.btnBrowseImage);
            this.tabPicture.Controls.Add(this.txtImageFilename);
            this.tabPicture.Controls.Add(this.lblImage);
            this.tabPicture.Controls.Add(this.sldImageOpacity);
            this.tabPicture.Font = null;
            this.tabPicture.Name = "tabPicture";
            this.tabPicture.UseVisualStyleBackColor = true;
            // 
            // lblImageOpacity
            // 
            this.lblImageOpacity.AccessibleDescription = null;
            this.lblImageOpacity.AccessibleName = null;
            resources.ApplyResources(this.lblImageOpacity, "lblImageOpacity");
            this.lblImageOpacity.Font = null;
            this.lblImageOpacity.Name = "lblImageOpacity";
            // 
            // grpOutlinePicture
            // 
            this.grpOutlinePicture.AccessibleDescription = null;
            this.grpOutlinePicture.AccessibleName = null;
            resources.ApplyResources(this.grpOutlinePicture, "grpOutlinePicture");
            this.grpOutlinePicture.BackgroundImage = null;
            this.grpOutlinePicture.Controls.Add(this.cbOutlineColorPicture);
            this.grpOutlinePicture.Controls.Add(this.sldOutlineOpacityPicture);
            this.grpOutlinePicture.Controls.Add(this.lblOutlineColorPicture);
            this.grpOutlinePicture.Controls.Add(this.dbxOutlineWidthPicture);
            this.grpOutlinePicture.Controls.Add(this.chkUseOutlinePicture);
            this.grpOutlinePicture.Font = null;
            this.grpOutlinePicture.Name = "grpOutlinePicture";
            this.grpOutlinePicture.TabStop = false;
            // 
            // cbOutlineColorPicture
            // 
            this.cbOutlineColorPicture.AccessibleDescription = null;
            this.cbOutlineColorPicture.AccessibleName = null;
            resources.ApplyResources(this.cbOutlineColorPicture, "cbOutlineColorPicture");
            this.cbOutlineColorPicture.BackgroundImage = null;
            this.cbOutlineColorPicture.BevelRadius = 4;
            this.cbOutlineColorPicture.Color = System.Drawing.Color.Blue;
            this.cbOutlineColorPicture.Font = null;
            this.cbOutlineColorPicture.LaunchDialogOnClick = true;
            this.cbOutlineColorPicture.Name = "cbOutlineColorPicture";
            this.cbOutlineColorPicture.RoundingRadius = 10;
            this.cbOutlineColorPicture.ColorChanged += new System.EventHandler(this.cbOutlineColorPicture_ColorChanged);
            // 
            // sldOutlineOpacityPicture
            // 
            this.sldOutlineOpacityPicture.AccessibleDescription = null;
            this.sldOutlineOpacityPicture.AccessibleName = null;
            resources.ApplyResources(this.sldOutlineOpacityPicture, "sldOutlineOpacityPicture");
            this.sldOutlineOpacityPicture.BackgroundImage = null;
            this.sldOutlineOpacityPicture.ColorButton = null;
            this.sldOutlineOpacityPicture.FlipRamp = false;
            this.sldOutlineOpacityPicture.FlipText = false;
            this.sldOutlineOpacityPicture.Font = null;
            this.sldOutlineOpacityPicture.InvertRamp = false;
            this.sldOutlineOpacityPicture.Maximum = 1;
            this.sldOutlineOpacityPicture.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOutlineOpacityPicture.Minimum = 0;
            this.sldOutlineOpacityPicture.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOutlineOpacityPicture.Name = "sldOutlineOpacityPicture";
            this.sldOutlineOpacityPicture.NumberFormat = null;
            this.sldOutlineOpacityPicture.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOutlineOpacityPicture.RampRadius = 8F;
            this.sldOutlineOpacityPicture.RampText = "Opacity";
            this.sldOutlineOpacityPicture.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOutlineOpacityPicture.RampTextBehindRamp = true;
            this.sldOutlineOpacityPicture.RampTextColor = System.Drawing.Color.Black;
            this.sldOutlineOpacityPicture.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOutlineOpacityPicture.ShowMaximum = true;
            this.sldOutlineOpacityPicture.ShowMinimum = true;
            this.sldOutlineOpacityPicture.ShowTicks = true;
            this.sldOutlineOpacityPicture.ShowValue = false;
            this.sldOutlineOpacityPicture.SliderColor = System.Drawing.Color.Blue;
            this.sldOutlineOpacityPicture.SliderRadius = 4F;
            this.sldOutlineOpacityPicture.TickColor = System.Drawing.Color.DarkGray;
            this.sldOutlineOpacityPicture.TickSpacing = 5F;
            this.sldOutlineOpacityPicture.Value = 0;
            this.sldOutlineOpacityPicture.ValueChanged += new System.EventHandler(this.sldOutlineOpacityPicture_ValueChanged);
            // 
            // lblOutlineColorPicture
            // 
            this.lblOutlineColorPicture.AccessibleDescription = null;
            this.lblOutlineColorPicture.AccessibleName = null;
            resources.ApplyResources(this.lblOutlineColorPicture, "lblOutlineColorPicture");
            this.lblOutlineColorPicture.Font = null;
            this.lblOutlineColorPicture.Name = "lblOutlineColorPicture";
            // 
            // dbxOutlineWidthPicture
            // 
            this.dbxOutlineWidthPicture.AccessibleDescription = null;
            this.dbxOutlineWidthPicture.AccessibleName = null;
            resources.ApplyResources(this.dbxOutlineWidthPicture, "dbxOutlineWidthPicture");
            this.dbxOutlineWidthPicture.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxOutlineWidthPicture.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxOutlineWidthPicture.BackgroundImage = null;
            this.dbxOutlineWidthPicture.Caption = "Outline &Width:";
            this.dbxOutlineWidthPicture.Font = null;
            this.dbxOutlineWidthPicture.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxOutlineWidthPicture.IsValid = true;
            this.dbxOutlineWidthPicture.Name = "dbxOutlineWidthPicture";
            this.dbxOutlineWidthPicture.NumberFormat = null;
            this.dbxOutlineWidthPicture.RegularHelp = "Enter a double precision floating point value.";
            this.dbxOutlineWidthPicture.Value = 0;
            this.dbxOutlineWidthPicture.TextChanged += new System.EventHandler(this.dbxOutlineWidthPicture_TextChanged);
            // 
            // chkUseOutlinePicture
            // 
            this.chkUseOutlinePicture.AccessibleDescription = null;
            this.chkUseOutlinePicture.AccessibleName = null;
            resources.ApplyResources(this.chkUseOutlinePicture, "chkUseOutlinePicture");
            this.chkUseOutlinePicture.BackgroundImage = null;
            this.chkUseOutlinePicture.Font = null;
            this.chkUseOutlinePicture.Name = "chkUseOutlinePicture";
            this.chkUseOutlinePicture.UseVisualStyleBackColor = true;
            this.chkUseOutlinePicture.CheckedChanged += new System.EventHandler(this.chkUseOutlinePicture_CheckedChanged);
            // 
            // btnBrowseImage
            // 
            this.btnBrowseImage.AccessibleDescription = null;
            this.btnBrowseImage.AccessibleName = null;
            resources.ApplyResources(this.btnBrowseImage, "btnBrowseImage");
            this.btnBrowseImage.BackgroundImage = null;
            this.btnBrowseImage.Font = null;
            this.btnBrowseImage.Name = "btnBrowseImage";
            this.btnBrowseImage.UseVisualStyleBackColor = true;
            this.btnBrowseImage.Click += new System.EventHandler(this.btnBrowseImage_Click);
            // 
            // txtImageFilename
            // 
            this.txtImageFilename.AccessibleDescription = null;
            this.txtImageFilename.AccessibleName = null;
            resources.ApplyResources(this.txtImageFilename, "txtImageFilename");
            this.txtImageFilename.BackgroundImage = null;
            this.txtImageFilename.Font = null;
            this.txtImageFilename.Name = "txtImageFilename";
            // 
            // lblImage
            // 
            this.lblImage.AccessibleDescription = null;
            this.lblImage.AccessibleName = null;
            resources.ApplyResources(this.lblImage, "lblImage");
            this.lblImage.Font = null;
            this.lblImage.Name = "lblImage";
            // 
            // sldImageOpacity
            // 
            this.sldImageOpacity.AccessibleDescription = null;
            this.sldImageOpacity.AccessibleName = null;
            resources.ApplyResources(this.sldImageOpacity, "sldImageOpacity");
            this.sldImageOpacity.BackgroundImage = null;
            this.sldImageOpacity.ColorButton = null;
            this.sldImageOpacity.FlipRamp = false;
            this.sldImageOpacity.FlipText = false;
            this.sldImageOpacity.Font = null;
            this.sldImageOpacity.InvertRamp = false;
            this.sldImageOpacity.Maximum = 1;
            this.sldImageOpacity.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldImageOpacity.Minimum = 0;
            this.sldImageOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldImageOpacity.Name = "sldImageOpacity";
            this.sldImageOpacity.NumberFormat = null;
            this.sldImageOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldImageOpacity.RampRadius = 8F;
            this.sldImageOpacity.RampText = "Opacity";
            this.sldImageOpacity.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldImageOpacity.RampTextBehindRamp = true;
            this.sldImageOpacity.RampTextColor = System.Drawing.Color.Black;
            this.sldImageOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldImageOpacity.ShowMaximum = true;
            this.sldImageOpacity.ShowMinimum = true;
            this.sldImageOpacity.ShowTicks = true;
            this.sldImageOpacity.ShowValue = false;
            this.sldImageOpacity.SliderColor = System.Drawing.Color.Blue;
            this.sldImageOpacity.SliderRadius = 4F;
            this.sldImageOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.sldImageOpacity.TickSpacing = 5F;
            this.sldImageOpacity.Value = 0;
            this.sldImageOpacity.ValueChanged += new System.EventHandler(this.sldImageOpacity_ValueChanged);
            // 
            // tabCharacter
            // 
            this.tabCharacter.AccessibleDescription = null;
            this.tabCharacter.AccessibleName = null;
            resources.ApplyResources(this.tabCharacter, "tabCharacter");
            this.tabCharacter.BackgroundImage = null;
            this.tabCharacter.Controls.Add(this.lblColorCharacter);
            this.tabCharacter.Controls.Add(this.txtUnicode);
            this.tabCharacter.Controls.Add(this.lblUnicode);
            this.tabCharacter.Controls.Add(this.lblFontFamily);
            this.tabCharacter.Controls.Add(this.cbColorCharacter);
            this.tabCharacter.Controls.Add(this.sldOpacityCharacter);
            this.tabCharacter.Controls.Add(this.charCharacter);
            this.tabCharacter.Controls.Add(this.cmbFontFamilly);
            this.tabCharacter.Font = null;
            this.tabCharacter.Name = "tabCharacter";
            this.tabCharacter.UseVisualStyleBackColor = true;
            // 
            // lblColorCharacter
            // 
            this.lblColorCharacter.AccessibleDescription = null;
            this.lblColorCharacter.AccessibleName = null;
            resources.ApplyResources(this.lblColorCharacter, "lblColorCharacter");
            this.lblColorCharacter.Font = null;
            this.lblColorCharacter.Name = "lblColorCharacter";
            // 
            // txtUnicode
            // 
            this.txtUnicode.AccessibleDescription = null;
            this.txtUnicode.AccessibleName = null;
            resources.ApplyResources(this.txtUnicode, "txtUnicode");
            this.txtUnicode.BackgroundImage = null;
            this.txtUnicode.Font = null;
            this.txtUnicode.Name = "txtUnicode";
            // 
            // lblUnicode
            // 
            this.lblUnicode.AccessibleDescription = null;
            this.lblUnicode.AccessibleName = null;
            resources.ApplyResources(this.lblUnicode, "lblUnicode");
            this.lblUnicode.Font = null;
            this.lblUnicode.Name = "lblUnicode";
            // 
            // lblFontFamily
            // 
            this.lblFontFamily.AccessibleDescription = null;
            this.lblFontFamily.AccessibleName = null;
            resources.ApplyResources(this.lblFontFamily, "lblFontFamily");
            this.lblFontFamily.Font = null;
            this.lblFontFamily.Name = "lblFontFamily";
            // 
            // cbColorCharacter
            // 
            this.cbColorCharacter.AccessibleDescription = null;
            this.cbColorCharacter.AccessibleName = null;
            resources.ApplyResources(this.cbColorCharacter, "cbColorCharacter");
            this.cbColorCharacter.BackgroundImage = null;
            this.cbColorCharacter.BevelRadius = 4;
            this.cbColorCharacter.Color = System.Drawing.Color.Blue;
            this.cbColorCharacter.Font = null;
            this.cbColorCharacter.LaunchDialogOnClick = true;
            this.cbColorCharacter.Name = "cbColorCharacter";
            this.cbColorCharacter.RoundingRadius = 10;
            this.cbColorCharacter.ColorChanged += new System.EventHandler(this.cbColorCharacter_ColorChanged);
            // 
            // sldOpacityCharacter
            // 
            this.sldOpacityCharacter.AccessibleDescription = null;
            this.sldOpacityCharacter.AccessibleName = null;
            resources.ApplyResources(this.sldOpacityCharacter, "sldOpacityCharacter");
            this.sldOpacityCharacter.BackgroundImage = null;
            this.sldOpacityCharacter.ColorButton = null;
            this.sldOpacityCharacter.FlipRamp = false;
            this.sldOpacityCharacter.FlipText = false;
            this.sldOpacityCharacter.Font = null;
            this.sldOpacityCharacter.InvertRamp = false;
            this.sldOpacityCharacter.Maximum = 1;
            this.sldOpacityCharacter.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOpacityCharacter.Minimum = 0;
            this.sldOpacityCharacter.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOpacityCharacter.Name = "sldOpacityCharacter";
            this.sldOpacityCharacter.NumberFormat = null;
            this.sldOpacityCharacter.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOpacityCharacter.RampRadius = 12F;
            this.sldOpacityCharacter.RampText = "Opacity";
            this.sldOpacityCharacter.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOpacityCharacter.RampTextBehindRamp = true;
            this.sldOpacityCharacter.RampTextColor = System.Drawing.Color.Black;
            this.sldOpacityCharacter.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOpacityCharacter.ShowMaximum = false;
            this.sldOpacityCharacter.ShowMinimum = false;
            this.sldOpacityCharacter.ShowTicks = false;
            this.sldOpacityCharacter.ShowValue = false;
            this.sldOpacityCharacter.SliderColor = System.Drawing.Color.Blue;
            this.sldOpacityCharacter.SliderRadius = 4F;
            this.sldOpacityCharacter.TickColor = System.Drawing.Color.DarkGray;
            this.sldOpacityCharacter.TickSpacing = 5F;
            this.sldOpacityCharacter.Value = 0;
            this.sldOpacityCharacter.ValueChanged += new System.EventHandler(this.sldOpacityCharacter_ValueChanged);
            // 
            // charCharacter
            // 
            this.charCharacter.AccessibleDescription = null;
            this.charCharacter.AccessibleName = null;
            resources.ApplyResources(this.charCharacter, "charCharacter");
            this.charCharacter.BackgroundImage = null;
            this.charCharacter.CellSize = new System.Drawing.Size(22, 22);
            this.charCharacter.ControlRectangle = new System.Drawing.Rectangle(0, 0, 235, 149);
            this.charCharacter.DynamicColumns = true;
            this.charCharacter.IsInitialized = false;
            this.charCharacter.IsSelected = false;
            this.charCharacter.Name = "charCharacter";
            this.charCharacter.NumColumns = 9;
            this.charCharacter.SelectedChar = ((byte)(0));
            this.charCharacter.SelectionBackColor = System.Drawing.Color.CornflowerBlue;
            this.charCharacter.SelectionForeColor = System.Drawing.Color.White;
            this.charCharacter.TypeSet = ((byte)(0));
            this.charCharacter.VerticalScrollEnabled = true;
            this.charCharacter.PopupClicked += new System.EventHandler(this.charCharacter_PopupClicked);
            // 
            // cmbFontFamilly
            // 
            this.cmbFontFamilly.AccessibleDescription = null;
            this.cmbFontFamilly.AccessibleName = null;
            resources.ApplyResources(this.cmbFontFamilly, "cmbFontFamilly");
            this.cmbFontFamilly.BackgroundImage = null;
            this.cmbFontFamilly.Font = null;
            this.cmbFontFamilly.Name = "cmbFontFamilly";
            this.cmbFontFamilly.SelectedItemChanged += new System.EventHandler(this.cmbFontFamilly_SelectedItemChanged);
            // 
            // tabSimple
            // 
            this.tabSimple.AccessibleDescription = null;
            this.tabSimple.AccessibleName = null;
            resources.ApplyResources(this.tabSimple, "tabSimple");
            this.tabSimple.BackgroundImage = null;
            this.tabSimple.Controls.Add(this.groupBox2);
            this.tabSimple.Controls.Add(this.cmbPointShape);
            this.tabSimple.Controls.Add(this.label2);
            this.tabSimple.Controls.Add(this.lblColorSimple);
            this.tabSimple.Controls.Add(this.cbColorSimple);
            this.tabSimple.Controls.Add(this.sldOpacitySimple);
            this.tabSimple.Font = null;
            this.tabSimple.Name = "tabSimple";
            this.tabSimple.UseVisualStyleBackColor = true;
            // 
            // groupBox2
            // 
            this.groupBox2.AccessibleDescription = null;
            this.groupBox2.AccessibleName = null;
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.BackgroundImage = null;
            this.groupBox2.Controls.Add(this.cbOutlineColor);
            this.groupBox2.Controls.Add(this.sldOutlineOpacity);
            this.groupBox2.Controls.Add(this.lblOutlineColor);
            this.groupBox2.Controls.Add(this.dbxOutlineWidth);
            this.groupBox2.Controls.Add(this.chkUseOutline);
            this.groupBox2.Font = null;
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.TabStop = false;
            // 
            // cbOutlineColor
            // 
            this.cbOutlineColor.AccessibleDescription = null;
            this.cbOutlineColor.AccessibleName = null;
            resources.ApplyResources(this.cbOutlineColor, "cbOutlineColor");
            this.cbOutlineColor.BackgroundImage = null;
            this.cbOutlineColor.BevelRadius = 4;
            this.cbOutlineColor.Color = System.Drawing.Color.Blue;
            this.cbOutlineColor.Font = null;
            this.cbOutlineColor.LaunchDialogOnClick = true;
            this.cbOutlineColor.Name = "cbOutlineColor";
            this.cbOutlineColor.RoundingRadius = 10;
            this.cbOutlineColor.ColorChanged += new System.EventHandler(this.cbOutlineColor_ColorChanged);
            // 
            // sldOutlineOpacity
            // 
            this.sldOutlineOpacity.AccessibleDescription = null;
            this.sldOutlineOpacity.AccessibleName = null;
            resources.ApplyResources(this.sldOutlineOpacity, "sldOutlineOpacity");
            this.sldOutlineOpacity.BackgroundImage = null;
            this.sldOutlineOpacity.ColorButton = null;
            this.sldOutlineOpacity.FlipRamp = false;
            this.sldOutlineOpacity.FlipText = false;
            this.sldOutlineOpacity.Font = null;
            this.sldOutlineOpacity.InvertRamp = false;
            this.sldOutlineOpacity.Maximum = 1;
            this.sldOutlineOpacity.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOutlineOpacity.Minimum = 0;
            this.sldOutlineOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOutlineOpacity.Name = "sldOutlineOpacity";
            this.sldOutlineOpacity.NumberFormat = null;
            this.sldOutlineOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOutlineOpacity.RampRadius = 8F;
            this.sldOutlineOpacity.RampText = "Opacity";
            this.sldOutlineOpacity.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOutlineOpacity.RampTextBehindRamp = true;
            this.sldOutlineOpacity.RampTextColor = System.Drawing.Color.Black;
            this.sldOutlineOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOutlineOpacity.ShowMaximum = true;
            this.sldOutlineOpacity.ShowMinimum = true;
            this.sldOutlineOpacity.ShowTicks = true;
            this.sldOutlineOpacity.ShowValue = false;
            this.sldOutlineOpacity.SliderColor = System.Drawing.Color.SteelBlue;
            this.sldOutlineOpacity.SliderRadius = 4F;
            this.sldOutlineOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.sldOutlineOpacity.TickSpacing = 5F;
            this.sldOutlineOpacity.Value = 0;
            this.sldOutlineOpacity.ValueChanged += new System.EventHandler(this.sldOutlineOpacity_ValueChanged);
            // 
            // lblOutlineColor
            // 
            this.lblOutlineColor.AccessibleDescription = null;
            this.lblOutlineColor.AccessibleName = null;
            resources.ApplyResources(this.lblOutlineColor, "lblOutlineColor");
            this.lblOutlineColor.Font = null;
            this.lblOutlineColor.Name = "lblOutlineColor";
            // 
            // dbxOutlineWidth
            // 
            this.dbxOutlineWidth.AccessibleDescription = null;
            this.dbxOutlineWidth.AccessibleName = null;
            resources.ApplyResources(this.dbxOutlineWidth, "dbxOutlineWidth");
            this.dbxOutlineWidth.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxOutlineWidth.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxOutlineWidth.BackgroundImage = null;
            this.dbxOutlineWidth.Caption = "Outline Width:";
            this.dbxOutlineWidth.CausesValidation = false;
            this.dbxOutlineWidth.Font = null;
            this.dbxOutlineWidth.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxOutlineWidth.IsValid = true;
            this.dbxOutlineWidth.Name = "dbxOutlineWidth";
            this.dbxOutlineWidth.NumberFormat = null;
            this.dbxOutlineWidth.RegularHelp = "Enter a double precision floating point value.";
            this.dbxOutlineWidth.Value = 0;
            this.dbxOutlineWidth.TextChanged += new System.EventHandler(this.dbxOutlineWidth_TextChanged);
            // 
            // chkUseOutline
            // 
            this.chkUseOutline.AccessibleDescription = null;
            this.chkUseOutline.AccessibleName = null;
            resources.ApplyResources(this.chkUseOutline, "chkUseOutline");
            this.chkUseOutline.BackgroundImage = null;
            this.chkUseOutline.Font = null;
            this.chkUseOutline.Name = "chkUseOutline";
            this.chkUseOutline.UseVisualStyleBackColor = true;
            this.chkUseOutline.CheckedChanged += new System.EventHandler(this.chkUseOutline_CheckedChanged);
            // 
            // cmbPointShape
            // 
            this.cmbPointShape.AccessibleDescription = null;
            this.cmbPointShape.AccessibleName = null;
            resources.ApplyResources(this.cmbPointShape, "cmbPointShape");
            this.cmbPointShape.BackgroundImage = null;
            this.cmbPointShape.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPointShape.Font = null;
            this.cmbPointShape.FormattingEnabled = true;
            this.cmbPointShape.Items.AddRange(new object[] {
            resources.GetString("cmbPointShape.Items"),
            resources.GetString("cmbPointShape.Items1"),
            resources.GetString("cmbPointShape.Items2"),
            resources.GetString("cmbPointShape.Items3"),
            resources.GetString("cmbPointShape.Items4"),
            resources.GetString("cmbPointShape.Items5"),
            resources.GetString("cmbPointShape.Items6")});
            this.cmbPointShape.Name = "cmbPointShape";
            this.cmbPointShape.SelectedIndexChanged += new System.EventHandler(this.cmbPointShape_SelectedIndexChanged);
            // 
            // label2
            // 
            this.label2.AccessibleDescription = null;
            this.label2.AccessibleName = null;
            resources.ApplyResources(this.label2, "label2");
            this.label2.Font = null;
            this.label2.Name = "label2";
            // 
            // lblColorSimple
            // 
            this.lblColorSimple.AccessibleDescription = null;
            this.lblColorSimple.AccessibleName = null;
            resources.ApplyResources(this.lblColorSimple, "lblColorSimple");
            this.lblColorSimple.Font = null;
            this.lblColorSimple.Name = "lblColorSimple";
            // 
            // cbColorSimple
            // 
            this.cbColorSimple.AccessibleDescription = null;
            this.cbColorSimple.AccessibleName = null;
            resources.ApplyResources(this.cbColorSimple, "cbColorSimple");
            this.cbColorSimple.BackgroundImage = null;
            this.cbColorSimple.BevelRadius = 4;
            this.cbColorSimple.Color = System.Drawing.Color.Blue;
            this.cbColorSimple.Font = null;
            this.cbColorSimple.LaunchDialogOnClick = true;
            this.cbColorSimple.Name = "cbColorSimple";
            this.cbColorSimple.RoundingRadius = 10;
            this.cbColorSimple.ColorChanged += new System.EventHandler(this.cbColorSimple_ColorChanged);
            // 
            // sldOpacitySimple
            // 
            this.sldOpacitySimple.AccessibleDescription = null;
            this.sldOpacitySimple.AccessibleName = null;
            resources.ApplyResources(this.sldOpacitySimple, "sldOpacitySimple");
            this.sldOpacitySimple.BackgroundImage = null;
            this.sldOpacitySimple.ColorButton = null;
            this.sldOpacitySimple.FlipRamp = false;
            this.sldOpacitySimple.FlipText = false;
            this.sldOpacitySimple.Font = null;
            this.sldOpacitySimple.InvertRamp = false;
            this.sldOpacitySimple.Maximum = 1;
            this.sldOpacitySimple.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sldOpacitySimple.Minimum = 0;
            this.sldOpacitySimple.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldOpacitySimple.Name = "sldOpacitySimple";
            this.sldOpacitySimple.NumberFormat = null;
            this.sldOpacitySimple.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldOpacitySimple.RampRadius = 8F;
            this.sldOpacitySimple.RampText = "Opacity";
            this.sldOpacitySimple.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sldOpacitySimple.RampTextBehindRamp = true;
            this.sldOpacitySimple.RampTextColor = System.Drawing.Color.Black;
            this.sldOpacitySimple.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldOpacitySimple.ShowMaximum = true;
            this.sldOpacitySimple.ShowMinimum = true;
            this.sldOpacitySimple.ShowTicks = true;
            this.sldOpacitySimple.ShowValue = false;
            this.sldOpacitySimple.SliderColor = System.Drawing.Color.SteelBlue;
            this.sldOpacitySimple.SliderRadius = 4F;
            this.sldOpacitySimple.TickColor = System.Drawing.Color.DarkGray;
            this.sldOpacitySimple.TickSpacing = 5F;
            this.sldOpacitySimple.Value = 0;
            this.sldOpacitySimple.ValueChanged += new System.EventHandler(this.sldOpacitySimple_ValueChanged);
            // 
            // grpPlacement
            // 
            this.grpPlacement.AccessibleDescription = null;
            this.grpPlacement.AccessibleName = null;
            resources.ApplyResources(this.grpPlacement, "grpPlacement");
            this.grpPlacement.BackgroundImage = null;
            this.grpPlacement.Controls.Add(this.grpOffset);
            this.grpPlacement.Controls.Add(this.angleControl);
            this.grpPlacement.Controls.Add(this.sizeControl);
            this.grpPlacement.Font = null;
            this.grpPlacement.Name = "grpPlacement";
            this.grpPlacement.TabStop = false;
            // 
            // grpOffset
            // 
            this.grpOffset.AccessibleDescription = null;
            this.grpOffset.AccessibleName = null;
            resources.ApplyResources(this.grpOffset, "grpOffset");
            this.grpOffset.BackgroundImage = null;
            this.grpOffset.Controls.Add(this.dbxOffsetX);
            this.grpOffset.Controls.Add(this.dbxOffsetY);
            this.grpOffset.Font = null;
            this.grpOffset.Name = "grpOffset";
            this.grpOffset.TabStop = false;
            // 
            // dbxOffsetX
            // 
            this.dbxOffsetX.AccessibleDescription = null;
            this.dbxOffsetX.AccessibleName = null;
            resources.ApplyResources(this.dbxOffsetX, "dbxOffsetX");
            this.dbxOffsetX.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxOffsetX.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxOffsetX.BackgroundImage = null;
            this.dbxOffsetX.Caption = "X:";
            this.dbxOffsetX.Font = null;
            this.dbxOffsetX.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxOffsetX.IsValid = true;
            this.dbxOffsetX.Name = "dbxOffsetX";
            this.dbxOffsetX.NumberFormat = null;
            this.dbxOffsetX.RegularHelp = "Enter a double precision floating point value.";
            this.dbxOffsetX.Value = 0;
            this.dbxOffsetX.TextChanged += new System.EventHandler(this.dbxOffsetXSimple_TextChanged);
            // 
            // dbxOffsetY
            // 
            this.dbxOffsetY.AccessibleDescription = null;
            this.dbxOffsetY.AccessibleName = null;
            resources.ApplyResources(this.dbxOffsetY, "dbxOffsetY");
            this.dbxOffsetY.BackColorInvalid = System.Drawing.Color.Salmon;
            this.dbxOffsetY.BackColorRegular = System.Drawing.Color.Empty;
            this.dbxOffsetY.BackgroundImage = null;
            this.dbxOffsetY.Caption = "Y:";
            this.dbxOffsetY.Font = null;
            this.dbxOffsetY.InvalidHelp = "The value entered could not be correctly parsed into a valid double precision flo" +
                "ating point value.";
            this.dbxOffsetY.IsValid = true;
            this.dbxOffsetY.Name = "dbxOffsetY";
            this.dbxOffsetY.NumberFormat = null;
            this.dbxOffsetY.RegularHelp = "Enter a double precision floating point value.";
            this.dbxOffsetY.Value = 0;
            this.dbxOffsetY.TextChanged += new System.EventHandler(this.dbxOffsetYSimple_TextChanged);
            // 
            // angleControl
            // 
            this.angleControl.AccessibleDescription = null;
            this.angleControl.AccessibleName = null;
            resources.ApplyResources(this.angleControl, "angleControl");
            this.angleControl.Angle = 0;
            this.angleControl.BackColor = System.Drawing.SystemColors.Control;
            this.angleControl.BackgroundImage = null;
            this.angleControl.Caption = "&Angle:";
            this.angleControl.Clockwise = false;
            this.angleControl.Font = null;
            this.angleControl.KnobColor = System.Drawing.Color.SteelBlue;
            this.angleControl.Name = "angleControl";
            this.angleControl.StartAngle = 0;
            this.angleControl.AngleChanged += new System.EventHandler(this.angleControlSimple_AngleChanged);
            // 
            // sizeControl
            // 
            this.sizeControl.AccessibleDescription = null;
            this.sizeControl.AccessibleName = null;
            resources.ApplyResources(this.sizeControl, "sizeControl");
            this.sizeControl.BackgroundImage = null;
            this.sizeControl.Font = null;
            this.sizeControl.Name = "sizeControl";
            this.sizeControl.SelectedSizeChanged += new System.EventHandler(this.sizeControlSimple_SelectedSizeChanged);
            // 
            // tabSymbolProperties
            // 
            this.tabSymbolProperties.AccessibleDescription = null;
            this.tabSymbolProperties.AccessibleName = null;
            resources.ApplyResources(this.tabSymbolProperties, "tabSymbolProperties");
            this.tabSymbolProperties.BackgroundImage = null;
            this.tabSymbolProperties.Controls.Add(this.tabSimple);
            this.tabSymbolProperties.Controls.Add(this.tabCharacter);
            this.tabSymbolProperties.Controls.Add(this.tabPicture);
            this.tabSymbolProperties.Font = null;
            this.tabSymbolProperties.Name = "tabSymbolProperties";
            this.tabSymbolProperties.SelectedIndex = 0;
            // 
            // DetailedPointSymbolControl
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackgroundImage = null;
            this.Controls.Add(this.grpPlacement);
            this.Controls.Add(this.btnAddToCustom);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.tabSymbolProperties);
            this.Controls.Add(this.lblPreview);
            this.Controls.Add(this.lblSymbolType);
            this.Controls.Add(this.cmbSymbolType);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.ccSymbols);
            this.Font = null;
            this.Name = "DetailedPointSymbolControl";
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox6.ResumeLayout(false);
            this.groupBox7.ResumeLayout(false);
            this.tabPicture.ResumeLayout(false);
            this.tabPicture.PerformLayout();
            this.grpOutlinePicture.ResumeLayout(false);
            this.grpOutlinePicture.PerformLayout();
            this.tabCharacter.ResumeLayout(false);
            this.tabCharacter.PerformLayout();
            this.tabSimple.ResumeLayout(false);
            this.tabSimple.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.grpPlacement.ResumeLayout(false);
            this.grpOffset.ResumeLayout(false);
            this.grpOffset.PerformLayout();
            this.tabSymbolProperties.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }