using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Controls;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
{
    partial class UCAnnotationSymbologyPropertyPage
    {
        ///  
        /// 必需的设计器变量。
        /// 
        private System.ComponentModel.IContainer components = null;
        ///  
        /// 清理所有正在使用的资源。
        /// 
        /// 如果应释放托管资源,为 true;否则为 false。
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }
        #region 组件设计器生成的代码
        ///  
        /// 设计器支持所需的方法 - 不要修改
        /// 使用代码编辑器修改此方法的内容。
        /// 
        private void InitializeComponent()
        {
            components = new System.ComponentModel.Container();
            this.groupControl1 = new GroupControl();
            this.panelControl1 = new PanelControl();
            this.chkUnplacedAnnotationColor = new CheckEdit();
            this.clrUnplacedAnnotationColor = new ColorEdit();
            this.chkDrawUnplacedAnnotation = new CheckEdit();
            this.groupControl2 = new GroupControl();
            this.pnlSymbolset = new PanelControl();
            this.lvSymbolView = new ListView();
            this.clrInlineColor = new ColorEdit();
            this.btnSymbolProperty = new SimpleButton();
            this.btnRestore = new SimpleButton();
            this.chkIndividualDominant = new CheckEdit();
            this.btnRestoreAll = new SimpleButton();
            this.chkUseInlineColor = new CheckEdit();
            this.clrMassColor = new ColorEdit();
            this.chkSymbolSubstituteIndividual = new CheckEdit();
            this.chkSymbolSubstituteColor = new CheckEdit();
            this.chkSymbolSubstituteNone = new CheckEdit();
            ((ISupportInitialize)this.groupControl1).BeginInit();
            this.groupControl1.SuspendLayout();
            ((ISupportInitialize)this.panelControl1).BeginInit();
            this.panelControl1.SuspendLayout();
            ((ISupportInitialize)this.chkUnplacedAnnotationColor.Properties).BeginInit();
            ((ISupportInitialize)this.clrUnplacedAnnotationColor.Properties).BeginInit();
            ((ISupportInitialize)this.chkDrawUnplacedAnnotation.Properties).BeginInit();
            ((ISupportInitialize)this.groupControl2).BeginInit();
            this.groupControl2.SuspendLayout();
            ((ISupportInitialize)this.pnlSymbolset).BeginInit();
            this.pnlSymbolset.SuspendLayout();
            ((ISupportInitialize)this.clrInlineColor.Properties).BeginInit();
            ((ISupportInitialize)this.chkIndividualDominant.Properties).BeginInit();
            ((ISupportInitialize)this.chkUseInlineColor.Properties).BeginInit();
            ((ISupportInitialize)this.clrMassColor.Properties).BeginInit();
            ((ISupportInitialize)this.chkSymbolSubstituteIndividual.Properties).BeginInit();
            ((ISupportInitialize)this.chkSymbolSubstituteColor.Properties).BeginInit();
            ((ISupportInitialize)this.chkSymbolSubstituteNone.Properties).BeginInit();
            base.SuspendLayout();
            this.groupControl1.Controls.Add(this.panelControl1);
            this.groupControl1.Controls.Add(this.chkDrawUnplacedAnnotation);
            this.groupControl1.Location = new Point(12, 3);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new Size(510, 100);
            this.groupControl1.TabIndex = 0;
            this.groupControl1.Text = "Unplaced 注记";
            this.panelControl1.BorderStyle = BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.chkUnplacedAnnotationColor);
            this.panelControl1.Controls.Add(this.clrUnplacedAnnotationColor);
            this.panelControl1.Enabled = false;
            this.panelControl1.Location = new Point(19, 58);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new Size(359, 28);
            this.panelControl1.TabIndex = 3;
            this.chkUnplacedAnnotationColor.Location = new Point(8, 4);
            this.chkUnplacedAnnotationColor.Name = "chkUnplacedAnnotationColor";
            this.chkUnplacedAnnotationColor.Properties.Caption = "使用该颜色绘制标记为“Unplaced”的注记:";
            this.chkUnplacedAnnotationColor.Size = new Size(246, 19);
            this.chkUnplacedAnnotationColor.TabIndex = 1;
            this.chkUnplacedAnnotationColor.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkUnplacedAnnotationColor.CheckedChanged += new System.EventHandler(this.chkUnplacedAnnotationColor_CheckedChanged);
            this.clrUnplacedAnnotationColor.EditValue = Color.Red;
            this.clrUnplacedAnnotationColor.Enabled = false;
            this.clrUnplacedAnnotationColor.Location = new Point(260, 3);
            this.clrUnplacedAnnotationColor.Name = "clrUnplacedAnnotationColor";
            this.clrUnplacedAnnotationColor.Properties.Buttons.AddRange(new EditorButton[]
            {
                new EditorButton(ButtonPredefines.Combo)
            });
            this.clrUnplacedAnnotationColor.Size = new Size(47, 21);
            this.clrUnplacedAnnotationColor.TabIndex = 2;
            this.clrUnplacedAnnotationColor.EditValueChanged += new System.EventHandler(this.clrUnplacedAnnotationColor_EditValueChanged);
            this.chkDrawUnplacedAnnotation.Location = new Point(5, 33);
            this.chkDrawUnplacedAnnotation.Name = "chkDrawUnplacedAnnotation";
            this.chkDrawUnplacedAnnotation.Properties.Caption = "绘制标记为“Unplaced”的注记";
            this.chkDrawUnplacedAnnotation.Size = new Size(257, 19);
            this.chkDrawUnplacedAnnotation.TabIndex = 0;
            this.chkDrawUnplacedAnnotation.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkDrawUnplacedAnnotation.CheckedChanged += new System.EventHandler(this.chkDrawUnplacedAnnotation_CheckedChanged);
            this.groupControl2.Controls.Add(this.pnlSymbolset);
            this.groupControl2.Controls.Add(this.clrMassColor);
            this.groupControl2.Controls.Add(this.chkSymbolSubstituteIndividual);
            this.groupControl2.Controls.Add(this.chkSymbolSubstituteColor);
            this.groupControl2.Controls.Add(this.chkSymbolSubstituteNone);
            this.groupControl2.Location = new Point(12, 109);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new Size(510, 267);
            this.groupControl2.TabIndex = 1;
            this.groupControl2.Text = "符号替换";
            this.pnlSymbolset.BorderStyle = BorderStyles.NoBorder;
            this.pnlSymbolset.Controls.Add(this.lvSymbolView);
            this.pnlSymbolset.Controls.Add(this.clrInlineColor);
            this.pnlSymbolset.Controls.Add(this.btnSymbolProperty);
            this.pnlSymbolset.Controls.Add(this.btnRestore);
            this.pnlSymbolset.Controls.Add(this.chkIndividualDominant);
            this.pnlSymbolset.Controls.Add(this.btnRestoreAll);
            this.pnlSymbolset.Controls.Add(this.chkUseInlineColor);
            this.pnlSymbolset.Enabled = false;
            this.pnlSymbolset.Location = new Point(10, 99);
            this.pnlSymbolset.Name = "pnlSymbolset";
            this.pnlSymbolset.Size = new Size(495, 154);
            this.pnlSymbolset.TabIndex = 5;
            this.lvSymbolView.Location = new Point(9, 5);
            this.lvSymbolView.MultiSelect = false;
            this.lvSymbolView.Name = "lvSymbolView";
            this.lvSymbolView.Size = new Size(266, 122);
            this.lvSymbolView.TabIndex = 1;
            this.lvSymbolView.UseCompatibleStateImageBehavior = false;
            this.lvSymbolView.SelectedIndexChanged += new System.EventHandler(this.lvSymbolView_SelectedIndexChanged);
            this.lvSymbolView.DoubleClick += new System.EventHandler(this.lvSymbolView_DoubleClick);
            this.lvSymbolView.ItemSelectionChanged += new ListViewItemSelectionChangedEventHandler(this.lvSymbolView_ItemSelectionChanged);
            this.clrInlineColor.EditValue = Color.Blue;
            this.clrInlineColor.Enabled = false;
            this.clrInlineColor.Location = new Point(434, 90);
            this.clrInlineColor.Name = "clrInlineColor";
            this.clrInlineColor.Properties.Buttons.AddRange(new EditorButton[]
            {
                new EditorButton(ButtonPredefines.Combo)
            });
            this.clrInlineColor.Size = new Size(47, 21);
            this.clrInlineColor.TabIndex = 2;
            this.clrInlineColor.EditValueChanged += new System.EventHandler(this.clrInlineColor_EditValueChanged);
            this.btnSymbolProperty.Enabled = false;
            this.btnSymbolProperty.Location = new Point(281, 5);
            this.btnSymbolProperty.Name = "btnSymbolProperty";
            this.btnSymbolProperty.Size = new Size(75, 23);
            this.btnSymbolProperty.TabIndex = 2;
            this.btnSymbolProperty.Text = "属性...";
            this.btnSymbolProperty.Click += new System.EventHandler(this.btnSymbolProperty_Click);
            this.btnRestore.Enabled = false;
            this.btnRestore.Location = new Point(281, 34);
            this.btnRestore.Name = "btnRestore";
            this.btnRestore.Size = new Size(75, 23);
            this.btnRestore.TabIndex = 3;
            this.btnRestore.Text = "还原";
            this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
            this.chkIndividualDominant.Location = new Point(281, 117);
            this.chkIndividualDominant.Name = "chkIndividualDominant";
            this.chkIndividualDominant.Properties.Caption = "符号替换优先级高于个别符号替换";
            this.chkIndividualDominant.Size = new Size(211, 19);
            this.chkIndividualDominant.TabIndex = 4;
            this.chkIndividualDominant.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkIndividualDominant.CheckedChanged += new System.EventHandler(this.chkIndividualDominant_CheckedChanged);
            this.btnRestoreAll.Enabled = false;
            this.btnRestoreAll.Location = new Point(281, 63);
            this.btnRestoreAll.Name = "btnRestoreAll";
            this.btnRestoreAll.Size = new Size(75, 23);
            this.btnRestoreAll.TabIndex = 3;
            this.btnRestoreAll.Text = "还原所有";
            this.btnRestoreAll.Click += new System.EventHandler(this.btnRestoreAll_Click);
            this.chkUseInlineColor.Location = new Point(281, 92);
            this.chkUseInlineColor.Name = "chkUseInlineColor";
            this.chkUseInlineColor.Properties.Caption = "用该颜色替换文本颜色:";
            this.chkUseInlineColor.Size = new Size(147, 19);
            this.chkUseInlineColor.TabIndex = 4;
            this.chkUseInlineColor.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkUseInlineColor.CheckedChanged += new System.EventHandler(this.chkUseInlineColor_CheckedChanged);
            this.clrMassColor.EditValue = Color.Blue;
            this.clrMassColor.Enabled = false;
            this.clrMassColor.Location = new Point(216, 47);
            this.clrMassColor.Name = "clrMassColor";
            this.clrMassColor.Properties.Buttons.AddRange(new EditorButton[]
            {
                new EditorButton(ButtonPredefines.Combo)
            });
            this.clrMassColor.Size = new Size(47, 21);
            this.clrMassColor.TabIndex = 2;
            this.clrMassColor.EditValueChanged += new System.EventHandler(this.clrMassColor_EditValueChanged);
            this.chkSymbolSubstituteIndividual.Location = new Point(5, 74);
            this.chkSymbolSubstituteIndividual.Name = "chkSymbolSubstituteIndividual";
            this.chkSymbolSubstituteIndividual.Properties.Caption = "使用符号集合替换个别符号:";
            this.chkSymbolSubstituteIndividual.Properties.CheckStyle = CheckStyles.Radio;
            this.chkSymbolSubstituteIndividual.Properties.RadioGroupIndex = 1;
            this.chkSymbolSubstituteIndividual.Size = new Size(173, 19);
            this.chkSymbolSubstituteIndividual.TabIndex = 0;
            this.chkSymbolSubstituteIndividual.TabStop = false;
            this.chkSymbolSubstituteIndividual.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkSymbolSubstituteIndividual.CheckedChanged += new System.EventHandler(this.chkSymbolSubstituteIndividual_CheckedChanged);
            this.chkSymbolSubstituteColor.Location = new Point(5, 49);
            this.chkSymbolSubstituteColor.Name = "chkSymbolSubstituteColor";
            this.chkSymbolSubstituteColor.Properties.Caption = "使用该颜色替换文本符号颜色:";
            this.chkSymbolSubstituteColor.Properties.CheckStyle = CheckStyles.Radio;
            this.chkSymbolSubstituteColor.Properties.RadioGroupIndex = 1;
            this.chkSymbolSubstituteColor.Size = new Size(205, 19);
            this.chkSymbolSubstituteColor.TabIndex = 0;
            this.chkSymbolSubstituteColor.TabStop = false;
            this.chkSymbolSubstituteColor.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkSymbolSubstituteColor.CheckedChanged += new System.EventHandler(this.chkSymbolSubstituteColor_CheckedChanged);
            this.chkSymbolSubstituteNone.EditValue = true;
            this.chkSymbolSubstituteNone.Location = new Point(5, 24);
            this.chkSymbolSubstituteNone.Name = "chkSymbolSubstituteNone";
            this.chkSymbolSubstituteNone.Properties.Caption = "不使用符号替换";
            this.chkSymbolSubstituteNone.Properties.CheckStyle = CheckStyles.Radio;
            this.chkSymbolSubstituteNone.Properties.RadioGroupIndex = 1;
            this.chkSymbolSubstituteNone.Size = new Size(218, 19);
            this.chkSymbolSubstituteNone.TabIndex = 0;
            this.chkSymbolSubstituteNone.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
            this.chkSymbolSubstituteNone.CheckedChanged += new System.EventHandler(this.chkSymbolSubstituteNone_CheckedChanged);
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.Controls.Add(this.groupControl2);
            base.Controls.Add(this.groupControl1);
            base.Name = "UCAnnotationSymbologyPropertyPage";
            base.Size = new Size(539, 407);
            ((ISupportInitialize)this.groupControl1).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((ISupportInitialize)this.panelControl1).EndInit();
            this.panelControl1.ResumeLayout(false);
            ((ISupportInitialize)this.chkUnplacedAnnotationColor.Properties).EndInit();
            ((ISupportInitialize)this.clrUnplacedAnnotationColor.Properties).EndInit();
            ((ISupportInitialize)this.chkDrawUnplacedAnnotation.Properties).EndInit();
            ((ISupportInitialize)this.groupControl2).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((ISupportInitialize)this.pnlSymbolset).EndInit();
            this.pnlSymbolset.ResumeLayout(false);
            ((ISupportInitialize)this.clrInlineColor.Properties).EndInit();
            ((ISupportInitialize)this.chkIndividualDominant.Properties).EndInit();
            ((ISupportInitialize)this.chkUseInlineColor.Properties).EndInit();
            ((ISupportInitialize)this.clrMassColor.Properties).EndInit();
            ((ISupportInitialize)this.chkSymbolSubstituteIndividual.Properties).EndInit();
            ((ISupportInitialize)this.chkSymbolSubstituteColor.Properties).EndInit();
            ((ISupportInitialize)this.chkSymbolSubstituteNone.Properties).EndInit();
            base.ResumeLayout(false);
        }
        #endregion
        private GroupControl groupControl1;
        private CheckEdit chkUnplacedAnnotationColor;
        private CheckEdit chkDrawUnplacedAnnotation;
        private ColorEdit clrUnplacedAnnotationColor;
        private GroupControl groupControl2;
        private CheckEdit chkSymbolSubstituteIndividual;
        private CheckEdit chkSymbolSubstituteColor;
        private CheckEdit chkSymbolSubstituteNone;
        private CheckEdit chkUseInlineColor;
        private SimpleButton btnRestoreAll;
        private SimpleButton btnRestore;
        private SimpleButton btnSymbolProperty;
        private ListView lvSymbolView;
        private ColorEdit clrMassColor;
        private CheckEdit chkIndividualDominant;
        private ColorEdit clrInlineColor;
        private PanelControl pnlSymbolset;
        private PanelControl panelControl1;
    }
}