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 UCDefinitionQueryProperty
    {
        ///  
        /// 必需的设计器变量。
        /// 
        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.btnCreateQuery = new SimpleButton();
            this.memDefinitionExpression = new MemoEdit();
            this.labelControl2 = new LabelControl();
            this.rdgSearchOrder = new RadioGroup();
            ((ISupportInitialize)this.memDefinitionExpression.Properties).BeginInit();
            ((ISupportInitialize)this.rdgSearchOrder.Properties).BeginInit();
            base.SuspendLayout();
            this.btnCreateQuery.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left);
            this.btnCreateQuery.Location = new Point(20, 286);
            this.btnCreateQuery.Name = "btnCreateQuery";
            this.btnCreateQuery.Size = new Size(88, 23);
            this.btnCreateQuery.TabIndex = 5;
            this.btnCreateQuery.Text = "生成查询...";
            this.btnCreateQuery.Click += new System.EventHandler(this.btnCreateQuery_Click);
            this.memDefinitionExpression.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.memDefinitionExpression.Location = new Point(20, 36);
            this.memDefinitionExpression.Name = "memDefinitionExpression";
            this.memDefinitionExpression.Size = new Size(412, 244);
            this.memDefinitionExpression.TabIndex = 4;
            this.memDefinitionExpression.EditValueChanged += new System.EventHandler(this.memDefinitionExpression_EditValueChanged);
            this.labelControl2.Location = new Point(20, 16);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new Size(72, 14);
            this.labelControl2.TabIndex = 2;
            this.labelControl2.Text = "预定义查询:";
            this.rdgSearchOrder.Anchor = (AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right);
            this.rdgSearchOrder.Location = new Point(20, 315);
            this.rdgSearchOrder.Name = "rdgSearchOrder";
            this.rdgSearchOrder.Properties.Appearance.BackColor = Color.Transparent;
            this.rdgSearchOrder.Properties.Appearance.Options.UseBackColor = true;
            this.rdgSearchOrder.Properties.BorderStyle = BorderStyles.NoBorder;
            this.rdgSearchOrder.Properties.Items.AddRange(new RadioGroupItem[]
            {
                new RadioGroupItem(null, "空间查询优先"),
                new RadioGroupItem(null, "属性查询优先")
            });
            this.rdgSearchOrder.Size = new Size(412, 67);
            this.rdgSearchOrder.TabIndex = 6;
            this.rdgSearchOrder.SelectedIndexChanged += new System.EventHandler(this.rdgSearchOrder_SelectedIndexChanged);
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode = AutoScaleMode.Font;
            base.Controls.Add(this.rdgSearchOrder);
            base.Controls.Add(this.memDefinitionExpression);
            base.Controls.Add(this.btnCreateQuery);
            base.Controls.Add(this.labelControl2);
            base.Name = "UCDefinitionQueryProperty";
            base.Size = new Size(448, 407);
            ((ISupportInitialize)this.memDefinitionExpression.Properties).EndInit();
            ((ISupportInitialize)this.rdgSearchOrder.Properties).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }
        #endregion
        private SimpleButton btnCreateQuery;
        private MemoEdit memDefinitionExpression;
        private LabelControl labelControl2;
        private RadioGroup rdgSearchOrder;
    }
}