示例#1
0
        /// <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(LabelSetup));
            this.splitContainer1 = new System.Windows.Forms.SplitContainer();
            this.lbCategories = new System.Windows.Forms.ListBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.btnCategoryDown = new System.Windows.Forms.Button();
            this.btnCategoryUp = new System.Windows.Forms.Button();
            this.btnSubtract = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblSymbolGroups = new System.Windows.Forms.Label();
            this.tabs = new System.Windows.Forms.TabControl();
            this.tabExpression = new System.Windows.Forms.TabPage();
            this.sqlExpression = new MapWindow.Components.SQLQueryControl();
            this.tabBasic = new System.Windows.Forms.TabPage();
            this.chkPrioritizeLow = new System.Windows.Forms.CheckBox();
            this.chkPreventCollision = new System.Windows.Forms.CheckBox();
            this.lblPriorityField = new System.Windows.Forms.Label();
            this.cmbPriorityField = new System.Windows.Forms.ComboBox();
            this.gpbBorderColor = new System.Windows.Forms.GroupBox();
            this.chkBorder = new System.Windows.Forms.CheckBox();
            this.sldBorderOpacity = new MapWindow.Components.RampSlider();
            this.cbBorderColor = new MapWindow.Components.ColorButton();
            this.gpbFont = new System.Windows.Forms.GroupBox();
            this.lblFontColor = new System.Windows.Forms.Label();
            this.sldFontOpacity = new MapWindow.Components.RampSlider();
            this.cbFontColor = new MapWindow.Components.ColorButton();
            this.cmbStyle = new System.Windows.Forms.ComboBox();
            this.lblFamily = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.cmbSize = new System.Windows.Forms.ComboBox();
            this.label1 = new System.Windows.Forms.Label();
            this.ffcFamilyName = new MapWindow.Components.FontFamilyControl();
            this.lblPreview = new System.Windows.Forms.Label();
            this.gpbBackgroundColor = new System.Windows.Forms.GroupBox();
            this.sldBackgroundOpacity = new MapWindow.Components.RampSlider();
            this.cbBackgroundColor = new MapWindow.Components.ColorButton();
            this.chkBackgroundColor = new System.Windows.Forms.CheckBox();
            this.tabAdvanced = new System.Windows.Forms.TabPage();
            this.labelAlignmentControl1 = new MapWindow.Components.LabelAlignmentControl();
            this.grpOffset = new System.Windows.Forms.GroupBox();
            this.nudYOffset = new System.Windows.Forms.NumericUpDown();
            this.label11 = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.nudXOffset = new System.Windows.Forms.NumericUpDown();
            this.label10 = new System.Windows.Forms.Label();
            this.chkHalo = new System.Windows.Forms.CheckBox();
            this.chkShadow = new System.Windows.Forms.CheckBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.cmbAlignment = new System.Windows.Forms.ComboBox();
            this.cmbLabelingMethod = new System.Windows.Forms.ComboBox();
            this.cmbLabelParts = new System.Windows.Forms.ComboBox();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.clrHalo = new MapWindow.Components.ColorBox();
            this.gpbUseLabelShadow = new System.Windows.Forms.GroupBox();
            this.UpDownShadowOffsetY = new System.Windows.Forms.NumericUpDown();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.UpDownShadowOffsetX = new System.Windows.Forms.NumericUpDown();
            this.sliderOpacityShadow = new MapWindow.Components.RampSlider();
            this.label6 = new System.Windows.Forms.Label();
            this.colorButtonShadow = new MapWindow.Components.ColorButton();
            this.tabMembers = new System.Windows.Forms.TabPage();
            this.sqlMembers = new MapWindow.Components.SQLQueryControl();
            this.cmdOK = new System.Windows.Forms.Button();
            this.cmdCancel = new System.Windows.Forms.Button();
            this.cmdApply = new System.Windows.Forms.Button();
            this.lblHelp = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.ttLabelSetup = new System.Windows.Forms.ToolTip(this.components);
            this.splitContainer1.Panel1.SuspendLayout();
            this.splitContainer1.Panel2.SuspendLayout();
            this.splitContainer1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabs.SuspendLayout();
            this.tabExpression.SuspendLayout();
            this.tabBasic.SuspendLayout();
            this.gpbBorderColor.SuspendLayout();
            this.gpbFont.SuspendLayout();
            this.gpbBackgroundColor.SuspendLayout();
            this.tabAdvanced.SuspendLayout();
            this.grpOffset.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudYOffset)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudXOffset)).BeginInit();
            this.groupBox1.SuspendLayout();
            this.gpbUseLabelShadow.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.UpDownShadowOffsetY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpDownShadowOffsetX)).BeginInit();
            this.tabMembers.SuspendLayout();
            this.panel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // splitContainer1
            // 
            resources.ApplyResources(this.splitContainer1, "splitContainer1");
            this.splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            this.splitContainer1.Panel1.Controls.Add(this.lbCategories);
            this.splitContainer1.Panel1.Controls.Add(this.panel3);
            this.splitContainer1.Panel1.Controls.Add(this.panel2);
            // 
            // splitContainer1.Panel2
            // 
            this.splitContainer1.Panel2.Controls.Add(this.tabs);
            // 
            // lbCategories
            // 
            resources.ApplyResources(this.lbCategories, "lbCategories");
            this.lbCategories.FormattingEnabled = true;
            this.lbCategories.Name = "lbCategories";
            this.lbCategories.SelectedIndexChanged += new System.EventHandler(this.lbCategories_SelectedIndexChanged);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.btnCategoryDown);
            this.panel3.Controls.Add(this.btnCategoryUp);
            this.panel3.Controls.Add(this.btnSubtract);
            this.panel3.Controls.Add(this.btnAdd);
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Name = "panel3";
            // 
            // btnCategoryDown
            // 
            this.btnCategoryDown.Image = global::MapWindow.Images.down;
            resources.ApplyResources(this.btnCategoryDown, "btnCategoryDown");
            this.btnCategoryDown.Name = "btnCategoryDown";
            this.btnCategoryDown.UseVisualStyleBackColor = true;
            this.btnCategoryDown.Click += new System.EventHandler(this.btnCategoryDown_Click);
            // 
            // btnCategoryUp
            // 
            this.btnCategoryUp.Image = global::MapWindow.Images.up;
            resources.ApplyResources(this.btnCategoryUp, "btnCategoryUp");
            this.btnCategoryUp.Name = "btnCategoryUp";
            this.btnCategoryUp.UseVisualStyleBackColor = true;
            this.btnCategoryUp.Click += new System.EventHandler(this.btnCategoryUp_Click);
            // 
            // btnSubtract
            // 
            this.btnSubtract.Image = global::MapWindow.Images.mnuLayerClear;
            resources.ApplyResources(this.btnSubtract, "btnSubtract");
            this.btnSubtract.Name = "btnSubtract";
            this.btnSubtract.UseVisualStyleBackColor = true;
            this.btnSubtract.Click += new System.EventHandler(this.btnSubtract_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Image = global::MapWindow.Images.mnuLayerAdd;
            resources.ApplyResources(this.btnAdd, "btnAdd");
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.lblSymbolGroups);
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Name = "panel2";
            // 
            // lblSymbolGroups
            // 
            resources.ApplyResources(this.lblSymbolGroups, "lblSymbolGroups");
            this.lblSymbolGroups.Name = "lblSymbolGroups";
            // 
            // tabs
            // 
            this.tabs.Controls.Add(this.tabExpression);
            this.tabs.Controls.Add(this.tabBasic);
            this.tabs.Controls.Add(this.tabAdvanced);
            this.tabs.Controls.Add(this.tabMembers);
            resources.ApplyResources(this.tabs, "tabs");
            this.tabs.Name = "tabs";
            this.tabs.SelectedIndex = 0;
            // 
            // tabExpression
            // 
            this.tabExpression.Controls.Add(this.sqlExpression);
            resources.ApplyResources(this.tabExpression, "tabExpression");
            this.tabExpression.Name = "tabExpression";
            this.tabExpression.UseVisualStyleBackColor = true;
            // 
            // sqlExpression
            // 
            this.sqlExpression.AttributeSource = null;
            resources.ApplyResources(this.sqlExpression, "sqlExpression");
            this.sqlExpression.ExpressionText = "";
            this.sqlExpression.Name = "sqlExpression";
            this.sqlExpression.Table = null;
            this.sqlExpression.ExpressionTextChanged += new System.EventHandler(this.sqlExpression_ExpressionTextChanged);
            // 
            // tabBasic
            // 
            this.tabBasic.Controls.Add(this.chkPrioritizeLow);
            this.tabBasic.Controls.Add(this.chkPreventCollision);
            this.tabBasic.Controls.Add(this.lblPriorityField);
            this.tabBasic.Controls.Add(this.cmbPriorityField);
            this.tabBasic.Controls.Add(this.gpbBorderColor);
            this.tabBasic.Controls.Add(this.gpbFont);
            this.tabBasic.Controls.Add(this.lblPreview);
            this.tabBasic.Controls.Add(this.gpbBackgroundColor);
            resources.ApplyResources(this.tabBasic, "tabBasic");
            this.tabBasic.Name = "tabBasic";
            this.tabBasic.UseVisualStyleBackColor = true;
            // 
            // chkPrioritizeLow
            // 
            resources.ApplyResources(this.chkPrioritizeLow, "chkPrioritizeLow");
            this.chkPrioritizeLow.Name = "chkPrioritizeLow";
            this.ttLabelSetup.SetToolTip(this.chkPrioritizeLow, resources.GetString("chkPrioritizeLow.ToolTip"));
            this.chkPrioritizeLow.UseVisualStyleBackColor = true;
            this.chkPrioritizeLow.CheckedChanged += new System.EventHandler(this.chkPrioritizeLow_CheckedChanged);
            // 
            // chkPreventCollision
            // 
            resources.ApplyResources(this.chkPreventCollision, "chkPreventCollision");
            this.chkPreventCollision.Checked = true;
            this.chkPreventCollision.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkPreventCollision.Name = "chkPreventCollision";
            this.ttLabelSetup.SetToolTip(this.chkPreventCollision, resources.GetString("chkPreventCollision.ToolTip"));
            this.chkPreventCollision.UseVisualStyleBackColor = true;
            this.chkPreventCollision.CheckedChanged += new System.EventHandler(this.chkPreventCollision_CheckedChanged);
            // 
            // lblPriorityField
            // 
            resources.ApplyResources(this.lblPriorityField, "lblPriorityField");
            this.lblPriorityField.Name = "lblPriorityField";
            // 
            // cmbPriorityField
            // 
            this.cmbPriorityField.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbPriorityField.FormattingEnabled = true;
            resources.ApplyResources(this.cmbPriorityField, "cmbPriorityField");
            this.cmbPriorityField.Name = "cmbPriorityField";
            this.ttLabelSetup.SetToolTip(this.cmbPriorityField, resources.GetString("cmbPriorityField.ToolTip"));
            this.cmbPriorityField.SelectedIndexChanged += new System.EventHandler(this.cmbPriorityField_SelectedIndexChanged);
            // 
            // gpbBorderColor
            // 
            this.gpbBorderColor.Controls.Add(this.chkBorder);
            this.gpbBorderColor.Controls.Add(this.sldBorderOpacity);
            this.gpbBorderColor.Controls.Add(this.cbBorderColor);
            resources.ApplyResources(this.gpbBorderColor, "gpbBorderColor");
            this.gpbBorderColor.Name = "gpbBorderColor";
            this.gpbBorderColor.TabStop = false;
            // 
            // chkBorder
            // 
            resources.ApplyResources(this.chkBorder, "chkBorder");
            this.chkBorder.Checked = true;
            this.chkBorder.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBorder.Name = "chkBorder";
            this.chkBorder.UseVisualStyleBackColor = true;
            this.chkBorder.CheckedChanged += new System.EventHandler(this.chkBorder_CheckedChanged);
            // 
            // sldBorderOpacity
            // 
            this.sldBorderOpacity.ColorButton = this.cbBorderColor;
            this.sldBorderOpacity.FlipRamp = false;
            this.sldBorderOpacity.FlipText = false;
            this.sldBorderOpacity.InvertRamp = false;
            resources.ApplyResources(this.sldBorderOpacity, "sldBorderOpacity");
            this.sldBorderOpacity.Maximum = 1;
            this.sldBorderOpacity.MaximumColor = System.Drawing.Color.Green;
            this.sldBorderOpacity.Minimum = 0;
            this.sldBorderOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldBorderOpacity.Name = "sldBorderOpacity";
            this.sldBorderOpacity.NumberFormat = null;
            this.sldBorderOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldBorderOpacity.RampRadius = 10F;
            this.sldBorderOpacity.RampText = "Opacity";
            this.sldBorderOpacity.RampTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.sldBorderOpacity.RampTextBehindRamp = true;
            this.sldBorderOpacity.RampTextColor = System.Drawing.Color.Black;
            this.sldBorderOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldBorderOpacity.ShowMaximum = true;
            this.sldBorderOpacity.ShowMinimum = true;
            this.sldBorderOpacity.ShowTicks = false;
            this.sldBorderOpacity.ShowValue = false;
            this.sldBorderOpacity.SliderColor = System.Drawing.Color.Blue;
            this.sldBorderOpacity.SliderRadius = 4F;
            this.sldBorderOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.sldBorderOpacity.TickSpacing = 5F;
            this.sldBorderOpacity.Value = 1;
            // 
            // cbBorderColor
            // 
            this.cbBorderColor.BevelRadius = 2;
            this.cbBorderColor.Color = System.Drawing.Color.Blue;
            this.cbBorderColor.LaunchDialogOnClick = true;
            resources.ApplyResources(this.cbBorderColor, "cbBorderColor");
            this.cbBorderColor.Name = "cbBorderColor";
            this.cbBorderColor.RoundingRadius = 4;
            this.cbBorderColor.ColorChanged += new System.EventHandler(this.cbBorderColor_ColorChanged);
            // 
            // gpbFont
            // 
            this.gpbFont.Controls.Add(this.lblFontColor);
            this.gpbFont.Controls.Add(this.sldFontOpacity);
            this.gpbFont.Controls.Add(this.cbFontColor);
            this.gpbFont.Controls.Add(this.cmbStyle);
            this.gpbFont.Controls.Add(this.lblFamily);
            this.gpbFont.Controls.Add(this.label2);
            this.gpbFont.Controls.Add(this.cmbSize);
            this.gpbFont.Controls.Add(this.label1);
            this.gpbFont.Controls.Add(this.ffcFamilyName);
            resources.ApplyResources(this.gpbFont, "gpbFont");
            this.gpbFont.Name = "gpbFont";
            this.gpbFont.TabStop = false;
            // 
            // lblFontColor
            // 
            resources.ApplyResources(this.lblFontColor, "lblFontColor");
            this.lblFontColor.Name = "lblFontColor";
            // 
            // sldFontOpacity
            // 
            this.sldFontOpacity.ColorButton = this.cbFontColor;
            this.sldFontOpacity.FlipRamp = false;
            this.sldFontOpacity.FlipText = false;
            this.sldFontOpacity.InvertRamp = false;
            resources.ApplyResources(this.sldFontOpacity, "sldFontOpacity");
            this.sldFontOpacity.Maximum = 1;
            this.sldFontOpacity.MaximumColor = System.Drawing.Color.Green;
            this.sldFontOpacity.Minimum = 0;
            this.sldFontOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldFontOpacity.Name = "sldFontOpacity";
            this.sldFontOpacity.NumberFormat = null;
            this.sldFontOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldFontOpacity.RampRadius = 10F;
            this.sldFontOpacity.RampText = "Opacity";
            this.sldFontOpacity.RampTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.sldFontOpacity.RampTextBehindRamp = true;
            this.sldFontOpacity.RampTextColor = System.Drawing.Color.Black;
            this.sldFontOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldFontOpacity.ShowMaximum = true;
            this.sldFontOpacity.ShowMinimum = true;
            this.sldFontOpacity.ShowTicks = false;
            this.sldFontOpacity.ShowValue = false;
            this.sldFontOpacity.SliderColor = System.Drawing.Color.Blue;
            this.sldFontOpacity.SliderRadius = 4F;
            this.sldFontOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.sldFontOpacity.TickSpacing = 5F;
            this.sldFontOpacity.Value = 1;
            // 
            // cbFontColor
            // 
            this.cbFontColor.BevelRadius = 2;
            this.cbFontColor.Color = System.Drawing.Color.Blue;
            this.cbFontColor.LaunchDialogOnClick = true;
            resources.ApplyResources(this.cbFontColor, "cbFontColor");
            this.cbFontColor.Name = "cbFontColor";
            this.cbFontColor.RoundingRadius = 4;
            this.cbFontColor.ColorChanged += new System.EventHandler(this.cbFontColor_ColorChanged);
            // 
            // cmbStyle
            // 
            this.cmbStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbStyle.FormattingEnabled = true;
            resources.ApplyResources(this.cmbStyle, "cmbStyle");
            this.cmbStyle.Name = "cmbStyle";
            this.cmbStyle.SelectedIndexChanged += new System.EventHandler(this.cmbStyle_SelectedIndexChanged);
            // 
            // lblFamily
            // 
            resources.ApplyResources(this.lblFamily, "lblFamily");
            this.lblFamily.Name = "lblFamily";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // cmbSize
            // 
            this.cmbSize.FormattingEnabled = true;
            this.cmbSize.Items.AddRange(new object[] {
            resources.GetString("cmbSize.Items"),
            resources.GetString("cmbSize.Items1"),
            resources.GetString("cmbSize.Items2"),
            resources.GetString("cmbSize.Items3"),
            resources.GetString("cmbSize.Items4"),
            resources.GetString("cmbSize.Items5"),
            resources.GetString("cmbSize.Items6"),
            resources.GetString("cmbSize.Items7"),
            resources.GetString("cmbSize.Items8"),
            resources.GetString("cmbSize.Items9"),
            resources.GetString("cmbSize.Items10"),
            resources.GetString("cmbSize.Items11"),
            resources.GetString("cmbSize.Items12"),
            resources.GetString("cmbSize.Items13"),
            resources.GetString("cmbSize.Items14"),
            resources.GetString("cmbSize.Items15"),
            resources.GetString("cmbSize.Items16")});
            resources.ApplyResources(this.cmbSize, "cmbSize");
            this.cmbSize.Name = "cmbSize";
            this.cmbSize.SelectedIndexChanged += new System.EventHandler(this.cmbSize_SelectedIndexChanged);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // ffcFamilyName
            // 
            resources.ApplyResources(this.ffcFamilyName, "ffcFamilyName");
            this.ffcFamilyName.Name = "ffcFamilyName";
            this.ffcFamilyName.SelectedItemChanged += new System.EventHandler(this.fontFamilyControl1_SelectedItemChanged);
            // 
            // lblPreview
            // 
            this.lblPreview.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            resources.ApplyResources(this.lblPreview, "lblPreview");
            this.lblPreview.Name = "lblPreview";
            // 
            // gpbBackgroundColor
            // 
            this.gpbBackgroundColor.Controls.Add(this.sldBackgroundOpacity);
            this.gpbBackgroundColor.Controls.Add(this.cbBackgroundColor);
            this.gpbBackgroundColor.Controls.Add(this.chkBackgroundColor);
            resources.ApplyResources(this.gpbBackgroundColor, "gpbBackgroundColor");
            this.gpbBackgroundColor.Name = "gpbBackgroundColor";
            this.gpbBackgroundColor.TabStop = false;
            this.gpbBackgroundColor.Enter += new System.EventHandler(this.gpbBackgroundColor_Enter);
            // 
            // sldBackgroundOpacity
            // 
            this.sldBackgroundOpacity.ColorButton = this.cbBackgroundColor;
            this.sldBackgroundOpacity.FlipRamp = false;
            this.sldBackgroundOpacity.FlipText = false;
            this.sldBackgroundOpacity.InvertRamp = false;
            resources.ApplyResources(this.sldBackgroundOpacity, "sldBackgroundOpacity");
            this.sldBackgroundOpacity.Maximum = 1;
            this.sldBackgroundOpacity.MaximumColor = System.Drawing.Color.Green;
            this.sldBackgroundOpacity.Minimum = 0;
            this.sldBackgroundOpacity.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sldBackgroundOpacity.Name = "sldBackgroundOpacity";
            this.sldBackgroundOpacity.NumberFormat = null;
            this.sldBackgroundOpacity.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sldBackgroundOpacity.RampRadius = 10F;
            this.sldBackgroundOpacity.RampText = "Opacity";
            this.sldBackgroundOpacity.RampTextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
            this.sldBackgroundOpacity.RampTextBehindRamp = true;
            this.sldBackgroundOpacity.RampTextColor = System.Drawing.Color.Black;
            this.sldBackgroundOpacity.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sldBackgroundOpacity.ShowMaximum = true;
            this.sldBackgroundOpacity.ShowMinimum = true;
            this.sldBackgroundOpacity.ShowTicks = false;
            this.sldBackgroundOpacity.ShowValue = false;
            this.sldBackgroundOpacity.SliderColor = System.Drawing.Color.Blue;
            this.sldBackgroundOpacity.SliderRadius = 4F;
            this.sldBackgroundOpacity.TickColor = System.Drawing.Color.DarkGray;
            this.sldBackgroundOpacity.TickSpacing = 5F;
            this.sldBackgroundOpacity.Value = 1;
            this.sldBackgroundOpacity.ValueChanged += new System.EventHandler(this.rampSlider1_ValueChanged);
            // 
            // cbBackgroundColor
            // 
            this.cbBackgroundColor.BevelRadius = 2;
            this.cbBackgroundColor.Color = System.Drawing.Color.Blue;
            this.cbBackgroundColor.LaunchDialogOnClick = true;
            resources.ApplyResources(this.cbBackgroundColor, "cbBackgroundColor");
            this.cbBackgroundColor.Name = "cbBackgroundColor";
            this.cbBackgroundColor.RoundingRadius = 4;
            this.cbBackgroundColor.ColorChanged += new System.EventHandler(this.cbBackgroundColor_ColorChanged);
            // 
            // chkBackgroundColor
            // 
            resources.ApplyResources(this.chkBackgroundColor, "chkBackgroundColor");
            this.chkBackgroundColor.Checked = true;
            this.chkBackgroundColor.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkBackgroundColor.Name = "chkBackgroundColor";
            this.chkBackgroundColor.UseVisualStyleBackColor = true;
            this.chkBackgroundColor.CheckedChanged += new System.EventHandler(this.chkBackgroundColor_CheckedChanged);
            // 
            // tabAdvanced
            // 
            this.tabAdvanced.Controls.Add(this.labelAlignmentControl1);
            this.tabAdvanced.Controls.Add(this.grpOffset);
            this.tabAdvanced.Controls.Add(this.label10);
            this.tabAdvanced.Controls.Add(this.chkHalo);
            this.tabAdvanced.Controls.Add(this.chkShadow);
            this.tabAdvanced.Controls.Add(this.label5);
            this.tabAdvanced.Controls.Add(this.label4);
            this.tabAdvanced.Controls.Add(this.label3);
            this.tabAdvanced.Controls.Add(this.cmbAlignment);
            this.tabAdvanced.Controls.Add(this.cmbLabelingMethod);
            this.tabAdvanced.Controls.Add(this.cmbLabelParts);
            this.tabAdvanced.Controls.Add(this.groupBox1);
            this.tabAdvanced.Controls.Add(this.gpbUseLabelShadow);
            resources.ApplyResources(this.tabAdvanced, "tabAdvanced");
            this.tabAdvanced.Name = "tabAdvanced";
            this.tabAdvanced.UseVisualStyleBackColor = true;
            // 
            // labelAlignmentControl1
            // 
            this.labelAlignmentControl1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            resources.ApplyResources(this.labelAlignmentControl1, "labelAlignmentControl1");
            this.labelAlignmentControl1.Name = "labelAlignmentControl1";
            this.labelAlignmentControl1.Value = System.Drawing.ContentAlignment.MiddleCenter;
            this.labelAlignmentControl1.ValueChanged += new System.EventHandler(this.labelAlignmentControl1_ValueChanged);
            // 
            // grpOffset
            // 
            this.grpOffset.Controls.Add(this.nudYOffset);
            this.grpOffset.Controls.Add(this.label11);
            this.grpOffset.Controls.Add(this.label12);
            this.grpOffset.Controls.Add(this.nudXOffset);
            resources.ApplyResources(this.grpOffset, "grpOffset");
            this.grpOffset.Name = "grpOffset";
            this.grpOffset.TabStop = false;
            // 
            // nudYOffset
            // 
            this.nudYOffset.DecimalPlaces = 2;
            resources.ApplyResources(this.nudYOffset, "nudYOffset");
            this.nudYOffset.Maximum = new decimal(new int[] {
            256,
            0,
            0,
            0});
            this.nudYOffset.Minimum = new decimal(new int[] {
            256,
            0,
            0,
            -2147483648});
            this.nudYOffset.Name = "nudYOffset";
            this.nudYOffset.ValueChanged += new System.EventHandler(this.nudYOffset_ValueChanged);
            // 
            // label11
            // 
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            // 
            // label12
            // 
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            // 
            // nudXOffset
            // 
            this.nudXOffset.DecimalPlaces = 2;
            resources.ApplyResources(this.nudXOffset, "nudXOffset");
            this.nudXOffset.Maximum = new decimal(new int[] {
            256,
            0,
            0,
            0});
            this.nudXOffset.Minimum = new decimal(new int[] {
            256,
            0,
            0,
            -2147483648});
            this.nudXOffset.Name = "nudXOffset";
            this.nudXOffset.ValueChanged += new System.EventHandler(this.nudXOffset_ValueChanged);
            // 
            // label10
            // 
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            // 
            // chkHalo
            // 
            resources.ApplyResources(this.chkHalo, "chkHalo");
            this.chkHalo.Checked = true;
            this.chkHalo.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkHalo.Name = "chkHalo";
            this.chkHalo.UseVisualStyleBackColor = true;
            this.chkHalo.CheckedChanged += new System.EventHandler(this.chkHalo_CheckedChanged);
            // 
            // chkShadow
            // 
            resources.ApplyResources(this.chkShadow, "chkShadow");
            this.chkShadow.Checked = true;
            this.chkShadow.CheckState = System.Windows.Forms.CheckState.Checked;
            this.chkShadow.Name = "chkShadow";
            this.chkShadow.UseVisualStyleBackColor = true;
            this.chkShadow.CheckedChanged += new System.EventHandler(this.chkShadow_CheckedChanged);
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // label4
            // 
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            // 
            // label3
            // 
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            // 
            // cmbAlignment
            // 
            this.cmbAlignment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbAlignment.FormattingEnabled = true;
            this.cmbAlignment.Items.AddRange(new object[] {
            resources.GetString("cmbAlignment.Items"),
            resources.GetString("cmbAlignment.Items1"),
            resources.GetString("cmbAlignment.Items2")});
            resources.ApplyResources(this.cmbAlignment, "cmbAlignment");
            this.cmbAlignment.Name = "cmbAlignment";
            this.cmbAlignment.SelectedIndexChanged += new System.EventHandler(this.cmbAlignment_SelectedIndexChanged);
            // 
            // cmbLabelingMethod
            // 
            this.cmbLabelingMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLabelingMethod.FormattingEnabled = true;
            resources.ApplyResources(this.cmbLabelingMethod, "cmbLabelingMethod");
            this.cmbLabelingMethod.Name = "cmbLabelingMethod";
            this.cmbLabelingMethod.SelectedIndexChanged += new System.EventHandler(this.cmbLabelingMethod_SelectedIndexChanged);
            // 
            // cmbLabelParts
            // 
            this.cmbLabelParts.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLabelParts.FormattingEnabled = true;
            resources.ApplyResources(this.cmbLabelParts, "cmbLabelParts");
            this.cmbLabelParts.Name = "cmbLabelParts";
            this.cmbLabelParts.SelectedIndexChanged += new System.EventHandler(this.cmbLabelParts_SelectedIndexChanged);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.clrHalo);
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            // 
            // clrHalo
            // 
            resources.ApplyResources(this.clrHalo, "clrHalo");
            this.clrHalo.LabelText = "Halo Color:";
            this.clrHalo.Name = "clrHalo";
            this.clrHalo.Value = System.Drawing.Color.Empty;
            this.clrHalo.SelectedItemChanged += new System.EventHandler(this.clrHalo_SelectedItemChanged);
            // 
            // gpbUseLabelShadow
            // 
            this.gpbUseLabelShadow.Controls.Add(this.UpDownShadowOffsetY);
            this.gpbUseLabelShadow.Controls.Add(this.label9);
            this.gpbUseLabelShadow.Controls.Add(this.label8);
            this.gpbUseLabelShadow.Controls.Add(this.label7);
            this.gpbUseLabelShadow.Controls.Add(this.UpDownShadowOffsetX);
            this.gpbUseLabelShadow.Controls.Add(this.sliderOpacityShadow);
            this.gpbUseLabelShadow.Controls.Add(this.label6);
            this.gpbUseLabelShadow.Controls.Add(this.colorButtonShadow);
            resources.ApplyResources(this.gpbUseLabelShadow, "gpbUseLabelShadow");
            this.gpbUseLabelShadow.Name = "gpbUseLabelShadow";
            this.gpbUseLabelShadow.TabStop = false;
            // 
            // UpDownShadowOffsetY
            // 
            this.UpDownShadowOffsetY.DecimalPlaces = 2;
            this.UpDownShadowOffsetY.Increment = new decimal(new int[] {
            25,
            0,
            0,
            131072});
            resources.ApplyResources(this.UpDownShadowOffsetY, "UpDownShadowOffsetY");
            this.UpDownShadowOffsetY.Maximum = new decimal(new int[] {
            256,
            0,
            0,
            0});
            this.UpDownShadowOffsetY.Minimum = new decimal(new int[] {
            256,
            0,
            0,
            -2147483648});
            this.UpDownShadowOffsetY.Name = "UpDownShadowOffsetY";
            this.UpDownShadowOffsetY.ValueChanged += new System.EventHandler(this.UpDownShadowOffsetY_ValueChanged);
            // 
            // label9
            // 
            resources.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // UpDownShadowOffsetX
            // 
            this.UpDownShadowOffsetX.DecimalPlaces = 2;
            this.UpDownShadowOffsetX.Increment = new decimal(new int[] {
            25,
            0,
            0,
            131072});
            resources.ApplyResources(this.UpDownShadowOffsetX, "UpDownShadowOffsetX");
            this.UpDownShadowOffsetX.Maximum = new decimal(new int[] {
            256,
            0,
            0,
            0});
            this.UpDownShadowOffsetX.Minimum = new decimal(new int[] {
            256,
            0,
            0,
            -2147483648});
            this.UpDownShadowOffsetX.Name = "UpDownShadowOffsetX";
            this.UpDownShadowOffsetX.ValueChanged += new System.EventHandler(this.UpDownShadowOffsetX_ValueChanged);
            // 
            // sliderOpacityShadow
            // 
            this.sliderOpacityShadow.ColorButton = null;
            this.sliderOpacityShadow.FlipRamp = false;
            this.sliderOpacityShadow.FlipText = false;
            this.sliderOpacityShadow.InvertRamp = false;
            resources.ApplyResources(this.sliderOpacityShadow, "sliderOpacityShadow");
            this.sliderOpacityShadow.Maximum = 1;
            this.sliderOpacityShadow.MaximumColor = System.Drawing.Color.CornflowerBlue;
            this.sliderOpacityShadow.Minimum = 0;
            this.sliderOpacityShadow.MinimumColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
            this.sliderOpacityShadow.Name = "sliderOpacityShadow";
            this.sliderOpacityShadow.NumberFormat = null;
            this.sliderOpacityShadow.Orientation = System.Windows.Forms.Orientation.Horizontal;
            this.sliderOpacityShadow.RampRadius = 8F;
            this.sliderOpacityShadow.RampText = "Opacity";
            this.sliderOpacityShadow.RampTextAlignment = System.Drawing.ContentAlignment.BottomCenter;
            this.sliderOpacityShadow.RampTextBehindRamp = true;
            this.sliderOpacityShadow.RampTextColor = System.Drawing.Color.Black;
            this.sliderOpacityShadow.RampTextFont = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.sliderOpacityShadow.ShowMaximum = true;
            this.sliderOpacityShadow.ShowMinimum = true;
            this.sliderOpacityShadow.ShowTicks = true;
            this.sliderOpacityShadow.ShowValue = false;
            this.sliderOpacityShadow.SliderColor = System.Drawing.Color.Tan;
            this.sliderOpacityShadow.SliderRadius = 4F;
            this.sliderOpacityShadow.TickColor = System.Drawing.Color.DarkGray;
            this.sliderOpacityShadow.TickSpacing = 5F;
            this.sliderOpacityShadow.Value = 0;
            this.sliderOpacityShadow.ValueChanged += new System.EventHandler(this.sliderOpacityShadow_ValueChanged);
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // colorButtonShadow
            // 
            this.colorButtonShadow.BevelRadius = 4;
            this.colorButtonShadow.Color = System.Drawing.Color.Blue;
            this.colorButtonShadow.LaunchDialogOnClick = true;
            resources.ApplyResources(this.colorButtonShadow, "colorButtonShadow");
            this.colorButtonShadow.Name = "colorButtonShadow";
            this.colorButtonShadow.RoundingRadius = 10;
            this.colorButtonShadow.ColorChanged += new System.EventHandler(this.colorButtonShadow_ColorChanged);
            // 
            // tabMembers
            // 
            this.tabMembers.Controls.Add(this.sqlMembers);
            resources.ApplyResources(this.tabMembers, "tabMembers");
            this.tabMembers.Name = "tabMembers";
            this.tabMembers.UseVisualStyleBackColor = true;
            // 
            // sqlMembers
            // 
            this.sqlMembers.AttributeSource = null;
            resources.ApplyResources(this.sqlMembers, "sqlMembers");
            this.sqlMembers.ExpressionText = "";
            this.sqlMembers.Name = "sqlMembers";
            this.sqlMembers.Table = null;
            this.sqlMembers.ExpressionTextChanged += new System.EventHandler(this.sqlMembers_ExpressionTextChanged);
            // 
            // cmdOK
            // 
            resources.ApplyResources(this.cmdOK, "cmdOK");
            this.cmdOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.cmdOK.Name = "cmdOK";
            this.cmdOK.UseVisualStyleBackColor = true;
            this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
            // 
            // cmdCancel
            // 
            resources.ApplyResources(this.cmdCancel, "cmdCancel");
            this.cmdCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.cmdCancel.Name = "cmdCancel";
            this.cmdCancel.UseVisualStyleBackColor = true;
            this.cmdCancel.Click += new System.EventHandler(this.cmdCancel_Click);
            // 
            // cmdApply
            // 
            resources.ApplyResources(this.cmdApply, "cmdApply");
            this.cmdApply.Name = "cmdApply";
            this.cmdApply.UseVisualStyleBackColor = true;
            this.cmdApply.Click += new System.EventHandler(this.cmdApply_Click);
            // 
            // lblHelp
            // 
            resources.ApplyResources(this.lblHelp, "lblHelp");
            this.lblHelp.Name = "lblHelp";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.cmdCancel);
            this.panel1.Controls.Add(this.cmdOK);
            this.panel1.Controls.Add(this.cmdApply);
            this.panel1.Controls.Add(this.lblHelp);
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Name = "panel1";
            // 
            // LabelSetup
            // 
            this.AcceptButton = this.cmdOK;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.cmdCancel;
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.panel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HelpButton = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "LabelSetup";
            this.TopMost = true;
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.tabs.ResumeLayout(false);
            this.tabExpression.ResumeLayout(false);
            this.tabBasic.ResumeLayout(false);
            this.tabBasic.PerformLayout();
            this.gpbBorderColor.ResumeLayout(false);
            this.gpbBorderColor.PerformLayout();
            this.gpbFont.ResumeLayout(false);
            this.gpbFont.PerformLayout();
            this.gpbBackgroundColor.ResumeLayout(false);
            this.gpbBackgroundColor.PerformLayout();
            this.tabAdvanced.ResumeLayout(false);
            this.tabAdvanced.PerformLayout();
            this.grpOffset.ResumeLayout(false);
            this.grpOffset.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nudYOffset)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nudXOffset)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.gpbUseLabelShadow.ResumeLayout(false);
            this.gpbUseLabelShadow.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.UpDownShadowOffsetY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.UpDownShadowOffsetX)).EndInit();
            this.tabMembers.ResumeLayout(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();

        }