using DevExpress.XtraEditors;
using System.ComponentModel;
using System.Drawing;
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
{
    partial class UCSQLCreator
    {
        ///  
        /// 必需的设计器变量。
        /// 
        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.btnSaveAs = new SimpleButton();
            this.btnLoad = new SimpleButton();
            this.btnClear = new SimpleButton();
            this.memoSQLInfo = new MemoEdit();
            this.lstOnlyValue = new ListBoxControl();
            this.btnIsListFinish = new SimpleButton();
            this.btnLess = new SimpleButton();
            this.btnOr = new SimpleButton();
            this.btnLessAndEqual = new SimpleButton();
            this.btnQuest = new SimpleButton();
            this.btnAll = new SimpleButton();
            this.btnIs = new SimpleButton();
            this.btnNot = new SimpleButton();
            this.btnBracket = new SimpleButton();
            this.btnAnd = new SimpleButton();
            this.btnGreatAndEqual = new SimpleButton();
            this.btnGreat = new SimpleButton();
            this.btnLike = new SimpleButton();
            this.btnUnEqual = new SimpleButton();
            this.btnEquals = new SimpleButton();
            this.lstField = new ListBoxControl();
            this.btnVerify = new SimpleButton();
            ((ISupportInitialize)this.memoSQLInfo.Properties).BeginInit();
            ((ISupportInitialize)this.lstOnlyValue).BeginInit();
            ((ISupportInitialize)this.lstField).BeginInit();
            base.SuspendLayout();
            this.btnSaveAs.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnSaveAs.Appearance.Options.UseFont = true;
            this.btnSaveAs.Location = new Point(308, 341);
            this.btnSaveAs.Name = "btnSaveAs";
            this.btnSaveAs.Size = new Size(51, 23);
            this.btnSaveAs.TabIndex = 17;
            this.btnSaveAs.Text = "保存...";
            this.btnSaveAs.Click += new System.EventHandler(this.btnSaveAs_Click);
            this.btnLoad.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnLoad.Appearance.Options.UseFont = true;
            this.btnLoad.Location = new Point(251, 341);
            this.btnLoad.Name = "btnLoad";
            this.btnLoad.Size = new Size(51, 23);
            this.btnLoad.TabIndex = 16;
            this.btnLoad.Text = "加载...";
            this.btnLoad.Click += new System.EventHandler(this.btnLoad_Click);
            this.btnClear.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnClear.Appearance.Options.UseFont = true;
            this.btnClear.Location = new Point(137, 341);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new Size(51, 23);
            this.btnClear.TabIndex = 15;
            this.btnClear.Text = "清除";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            this.memoSQLInfo.EditValue = "";
            this.memoSQLInfo.Location = new Point(15, 253);
            this.memoSQLInfo.Name = "memoSQLInfo";
            this.memoSQLInfo.Size = new Size(344, 84);
            this.memoSQLInfo.TabIndex = 14;
            this.lstOnlyValue.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.lstOnlyValue.Appearance.Options.UseFont = true;
            this.lstOnlyValue.ItemHeight = 16;
            this.lstOnlyValue.Location = new Point(156, 103);
            this.lstOnlyValue.Name = "lstOnlyValue";
            this.lstOnlyValue.Size = new Size(203, 96);
            this.lstOnlyValue.TabIndex = 71;
            this.lstOnlyValue.DoubleClick += new System.EventHandler(this.lstOnlyValue_DoubleClick);
            this.btnIsListFinish.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnIsListFinish.Appearance.Options.UseFont = true;
            this.btnIsListFinish.Location = new Point(156, 205);
            this.btnIsListFinish.Name = "btnIsListFinish";
            this.btnIsListFinish.Size = new Size(72, 23);
            this.btnIsListFinish.TabIndex = 70;
            this.btnIsListFinish.Text = "取唯一值";
            this.btnIsListFinish.Click += new System.EventHandler(this.btnIsListFinish_Click);
            this.btnLess.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnLess.Appearance.Options.UseFont = true;
            this.btnLess.Location = new Point(15, 158);
            this.btnLess.Name = "btnLess";
            this.btnLess.Size = new Size(36, 24);
            this.btnLess.TabIndex = 62;
            this.btnLess.Text = "<";
            this.btnLess.Click += new System.EventHandler(this.btnLess_Click);
            this.btnOr.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnOr.Appearance.Options.UseFont = true;
            this.btnOr.Location = new Point(97, 158);
            this.btnOr.Name = "btnOr";
            this.btnOr.Size = new Size(36, 24);
            this.btnOr.TabIndex = 64;
            this.btnOr.Text = "Or";
            this.btnOr.Click += new System.EventHandler(this.btnOr_Click);
            this.btnLessAndEqual.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnLessAndEqual.Appearance.Options.UseFont = true;
            this.btnLessAndEqual.Location = new Point(55, 158);
            this.btnLessAndEqual.Name = "btnLessAndEqual";
            this.btnLessAndEqual.Size = new Size(36, 24);
            this.btnLessAndEqual.TabIndex = 63;
            this.btnLessAndEqual.Text = "<=";
            this.btnLessAndEqual.Click += new System.EventHandler(this.btnLessAndEqual_Click);
            this.btnQuest.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnQuest.Appearance.Options.UseFont = true;
            this.btnQuest.Location = new Point(15, 183);
            this.btnQuest.Name = "btnQuest";
            this.btnQuest.Size = new Size(18, 24);
            this.btnQuest.TabIndex = 65;
            this.btnQuest.Text = "?";
            this.btnQuest.Click += new System.EventHandler(this.btnQuest_Click);
            this.btnAll.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnAll.Appearance.Options.UseFont = true;
            this.btnAll.Location = new Point(33, 183);
            this.btnAll.Name = "btnAll";
            this.btnAll.Size = new Size(18, 24);
            this.btnAll.TabIndex = 69;
            this.btnAll.Text = "*";
            this.btnAll.Click += new System.EventHandler(this.btnAll_Click);
            this.btnIs.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnIs.Appearance.Options.UseFont = true;
            this.btnIs.Location = new Point(15, 210);
            this.btnIs.Name = "btnIs";
            this.btnIs.Size = new Size(36, 24);
            this.btnIs.TabIndex = 68;
            this.btnIs.Text = "Is";
            this.btnIs.Click += new System.EventHandler(this.btnIs_Click);
            this.btnNot.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnNot.Appearance.Options.UseFont = true;
            this.btnNot.Location = new Point(97, 183);
            this.btnNot.Name = "btnNot";
            this.btnNot.Size = new Size(36, 24);
            this.btnNot.TabIndex = 67;
            this.btnNot.Text = "Not";
            this.btnNot.Click += new System.EventHandler(this.btnNot_Click);
            this.btnBracket.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnBracket.Appearance.Options.UseFont = true;
            this.btnBracket.Location = new Point(55, 183);
            this.btnBracket.Name = "btnBracket";
            this.btnBracket.Size = new Size(36, 24);
            this.btnBracket.TabIndex = 66;
            this.btnBracket.Text = "( )";
            this.btnBracket.Click += new System.EventHandler(this.btnBracket_Click);
            this.btnAnd.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnAnd.Appearance.Options.UseFont = true;
            this.btnAnd.Location = new Point(97, 133);
            this.btnAnd.Name = "btnAnd";
            this.btnAnd.Size = new Size(36, 24);
            this.btnAnd.TabIndex = 61;
            this.btnAnd.Text = "And";
            this.btnAnd.Click += new System.EventHandler(this.btnAnd_Click);
            this.btnGreatAndEqual.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnGreatAndEqual.Appearance.Options.UseFont = true;
            this.btnGreatAndEqual.Location = new Point(55, 133);
            this.btnGreatAndEqual.Name = "btnGreatAndEqual";
            this.btnGreatAndEqual.Size = new Size(36, 24);
            this.btnGreatAndEqual.TabIndex = 60;
            this.btnGreatAndEqual.Text = ">=";
            this.btnGreatAndEqual.Click += new System.EventHandler(this.btnGreatAndEqual_Click);
            this.btnGreat.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnGreat.Appearance.Options.UseFont = true;
            this.btnGreat.Location = new Point(15, 133);
            this.btnGreat.Name = "btnGreat";
            this.btnGreat.Size = new Size(36, 24);
            this.btnGreat.TabIndex = 59;
            this.btnGreat.Text = ">";
            this.btnGreat.Click += new System.EventHandler(this.btnGreat_Click);
            this.btnLike.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnLike.Appearance.Options.UseFont = true;
            this.btnLike.Location = new Point(97, 103);
            this.btnLike.Name = "btnLike";
            this.btnLike.Size = new Size(36, 24);
            this.btnLike.TabIndex = 58;
            this.btnLike.Text = "Like";
            this.btnLike.Click += new System.EventHandler(this.btnLike_Click);
            this.btnUnEqual.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnUnEqual.Appearance.Options.UseFont = true;
            this.btnUnEqual.Location = new Point(55, 103);
            this.btnUnEqual.Name = "btnUnEqual";
            this.btnUnEqual.Size = new Size(36, 24);
            this.btnUnEqual.TabIndex = 57;
            this.btnUnEqual.Text = "<>";
            this.btnUnEqual.Click += new System.EventHandler(this.btnUnEqual_Click);
            this.btnEquals.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.btnEquals.Appearance.Options.UseFont = true;
            this.btnEquals.Location = new Point(15, 103);
            this.btnEquals.Name = "btnEquals";
            this.btnEquals.Size = new Size(36, 24);
            this.btnEquals.TabIndex = 56;
            this.btnEquals.Text = "=";
            this.btnEquals.Click += new System.EventHandler(this.btnEquals_Click);
            this.lstField.Appearance.Font = new Font("宋体", 9f, FontStyle.Regular, GraphicsUnit.Point, 0);
            this.lstField.Appearance.Options.UseFont = true;
            this.lstField.ItemHeight = 16;
            this.lstField.Location = new Point(15, 10);
            this.lstField.Name = "lstField";
            this.lstField.Size = new Size(344, 87);
            this.lstField.TabIndex = 54;
            this.lstField.DoubleClick += new System.EventHandler(this.lstField_DoubleClick);
            this.btnVerify.Location = new Point(194, 341);
            this.btnVerify.Name = "btnVerify";
            this.btnVerify.Size = new Size(51, 23);
            this.btnVerify.TabIndex = 72;
            this.btnVerify.Text = "验证";
            this.btnVerify.Click += new System.EventHandler(this.btnVerify_Click);
            base.AutoScaleDimensions = new SizeF(6f, 12f);
            base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            base.Controls.Add(this.btnVerify);
            base.Controls.Add(this.lstOnlyValue);
            base.Controls.Add(this.btnSaveAs);
            base.Controls.Add(this.btnIsListFinish);
            base.Controls.Add(this.btnLoad);
            base.Controls.Add(this.btnLess);
            base.Controls.Add(this.btnClear);
            base.Controls.Add(this.btnOr);
            base.Controls.Add(this.btnLessAndEqual);
            base.Controls.Add(this.lstField);
            base.Controls.Add(this.btnQuest);
            base.Controls.Add(this.memoSQLInfo);
            base.Controls.Add(this.btnAll);
            base.Controls.Add(this.btnEquals);
            base.Controls.Add(this.btnIs);
            base.Controls.Add(this.btnUnEqual);
            base.Controls.Add(this.btnNot);
            base.Controls.Add(this.btnLike);
            base.Controls.Add(this.btnBracket);
            base.Controls.Add(this.btnGreat);
            base.Controls.Add(this.btnAnd);
            base.Controls.Add(this.btnGreatAndEqual);
            base.Name = "UCSQLCreator";
            base.Size = new Size(368, 381);
            ((ISupportInitialize)this.memoSQLInfo.Properties).EndInit();
            ((ISupportInitialize)this.lstOnlyValue).EndInit();
            ((ISupportInitialize)this.lstField).EndInit();
            base.ResumeLayout(false);
        }
        #endregion
        private SimpleButton btnSaveAs;
        private SimpleButton btnLoad;
        private SimpleButton btnClear;
        private MemoEdit memoSQLInfo;
        private ListBoxControl lstOnlyValue;
        private SimpleButton btnIsListFinish;
        private SimpleButton btnLess;
        private SimpleButton btnOr;
        private SimpleButton btnLessAndEqual;
        private SimpleButton btnQuest;
        private SimpleButton btnAll;
        private SimpleButton btnIs;
        private SimpleButton btnNot;
        private SimpleButton btnBracket;
        private SimpleButton btnAnd;
        private SimpleButton btnGreatAndEqual;
        private SimpleButton btnGreat;
        private SimpleButton btnLike;
        private SimpleButton btnUnEqual;
        private SimpleButton btnEquals;
        private ListBoxControl lstField;
        private SimpleButton btnVerify;
    }
}