Newer
Older
EMS_REFACTOR / FrmQuerySQL.designer.cs
nn-203 on 26 Jul 2017 18 KB first commit
using System.ComponentModel;
using System.Windows.Forms;
using DevComponents.DotNetBar;
using DevComponents.DotNetBar.Controls;
using DevComponents.Editors;

namespace Cyberpipe
{
    partial class FrmQuerySQL
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBox_Field = new System.Windows.Forms.ListBox();
            this.textBox_WhereClause = new System.Windows.Forms.RichTextBox();
            this.btn_What = new System.Windows.Forms.Button();
            this.btn_All = new System.Windows.Forms.Button();
            this.btn_Not = new System.Windows.Forms.Button();
            this.btn_Brace = new System.Windows.Forms.Button();
            this.btn_IS = new System.Windows.Forms.Button();
            this.btn_Or = new System.Windows.Forms.Button();
            this.btn_Smallequal = new System.Windows.Forms.Button();
            this.btn_Small = new System.Windows.Forms.Button();
            this.btn_And = new System.Windows.Forms.Button();
            this.btn_BigEqual = new System.Windows.Forms.Button();
            this.btn_Big = new System.Windows.Forms.Button();
            this.btn_Like = new System.Windows.Forms.Button();
            this.btn_Notequal = new System.Windows.Forms.Button();
            this.btn_equal = new System.Windows.Forms.Button();
            this.label3 = new System.Windows.Forms.Label();
            this.listBox_Value = new System.Windows.Forms.ListBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.cbox_Layers = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.label1 = new System.Windows.Forms.Label();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.btn_Clear = new DevComponents.DotNetBar.ButtonX();
            this.buttonX1 = new DevComponents.DotNetBar.ButtonX();
            this.buttonX2 = new DevComponents.DotNetBar.ButtonX();
            this.helpProvider1 = new System.Windows.Forms.HelpProvider();
            this.groupBox1.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.listBox_Field);
            this.groupBox1.Controls.Add(this.textBox_WhereClause);
            this.groupBox1.Controls.Add(this.btn_What);
            this.groupBox1.Controls.Add(this.btn_All);
            this.groupBox1.Controls.Add(this.btn_Not);
            this.groupBox1.Controls.Add(this.btn_Brace);
            this.groupBox1.Controls.Add(this.btn_IS);
            this.groupBox1.Controls.Add(this.btn_Or);
            this.groupBox1.Controls.Add(this.btn_Smallequal);
            this.groupBox1.Controls.Add(this.btn_Small);
            this.groupBox1.Controls.Add(this.btn_And);
            this.groupBox1.Controls.Add(this.btn_BigEqual);
            this.groupBox1.Controls.Add(this.btn_Big);
            this.groupBox1.Controls.Add(this.btn_Like);
            this.groupBox1.Controls.Add(this.btn_Notequal);
            this.groupBox1.Controls.Add(this.btn_equal);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.listBox_Value);
            this.groupBox1.Location = new System.Drawing.Point(12, 81);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(422, 294);
            this.groupBox1.TabIndex = 6;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "字段";
            // 
            // listBox_Field
            // 
            this.listBox_Field.FormattingEnabled = true;
            this.listBox_Field.ItemHeight = 12;
            this.listBox_Field.Location = new System.Drawing.Point(11, 21);
            this.listBox_Field.Name = "listBox_Field";
            this.listBox_Field.Size = new System.Drawing.Size(123, 136);
            this.listBox_Field.TabIndex = 29;
            this.listBox_Field.DoubleClick += new System.EventHandler(this.listBox_Field_DoubleClick);
            this.listBox_Field.Click += new System.EventHandler(this.listBox_Field_Click);
            // 
            // textBox_WhereClause
            // 
            this.textBox_WhereClause.Location = new System.Drawing.Point(11, 190);
            this.textBox_WhereClause.Name = "textBox_WhereClause";
            this.textBox_WhereClause.Size = new System.Drawing.Size(398, 88);
            this.textBox_WhereClause.TabIndex = 24;
            this.textBox_WhereClause.Text = "";
            // 
            // btn_What
            // 
            this.btn_What.Location = new System.Drawing.Point(145, 130);
            this.btn_What.Name = "btn_What";
            this.btn_What.Size = new System.Drawing.Size(27, 21);
            this.btn_What.TabIndex = 19;
            this.btn_What.Text = "?";
            this.btn_What.UseVisualStyleBackColor = true;
            this.btn_What.Click += new System.EventHandler(this.btn_What_Click);
            // 
            // btn_All
            // 
            this.btn_All.Location = new System.Drawing.Point(186, 130);
            this.btn_All.Name = "btn_All";
            this.btn_All.Size = new System.Drawing.Size(27, 21);
            this.btn_All.TabIndex = 18;
            this.btn_All.Text = "*";
            this.btn_All.UseVisualStyleBackColor = true;
            this.btn_All.Click += new System.EventHandler(this.btn_All_Click);
            // 
            // btn_Not
            // 
            this.btn_Not.Location = new System.Drawing.Point(227, 103);
            this.btn_Not.Name = "btn_Not";
            this.btn_Not.Size = new System.Drawing.Size(45, 21);
            this.btn_Not.TabIndex = 16;
            this.btn_Not.Text = "Not";
            this.btn_Not.UseVisualStyleBackColor = true;
            this.btn_Not.Click += new System.EventHandler(this.btn_Not_Click);
            // 
            // btn_Brace
            // 
            this.btn_Brace.Location = new System.Drawing.Point(186, 103);
            this.btn_Brace.Name = "btn_Brace";
            this.btn_Brace.Size = new System.Drawing.Size(35, 21);
            this.btn_Brace.TabIndex = 15;
            this.btn_Brace.Text = "( )";
            this.btn_Brace.UseVisualStyleBackColor = true;
            this.btn_Brace.Click += new System.EventHandler(this.btn_Brace_Click);
            // 
            // btn_IS
            // 
            this.btn_IS.Location = new System.Drawing.Point(145, 103);
            this.btn_IS.Name = "btn_IS";
            this.btn_IS.Size = new System.Drawing.Size(35, 21);
            this.btn_IS.TabIndex = 14;
            this.btn_IS.Text = "IS";
            this.btn_IS.UseVisualStyleBackColor = true;
            this.btn_IS.Click += new System.EventHandler(this.btn_IS_Click);
            // 
            // btn_Or
            // 
            this.btn_Or.Location = new System.Drawing.Point(227, 76);
            this.btn_Or.Name = "btn_Or";
            this.btn_Or.Size = new System.Drawing.Size(45, 21);
            this.btn_Or.TabIndex = 13;
            this.btn_Or.Text = "Or";
            this.btn_Or.UseVisualStyleBackColor = true;
            this.btn_Or.Click += new System.EventHandler(this.btn_Or_Click);
            // 
            // btn_Smallequal
            // 
            this.btn_Smallequal.Location = new System.Drawing.Point(186, 76);
            this.btn_Smallequal.Name = "btn_Smallequal";
            this.btn_Smallequal.Size = new System.Drawing.Size(35, 21);
            this.btn_Smallequal.TabIndex = 12;
            this.btn_Smallequal.Text = "<=";
            this.btn_Smallequal.UseVisualStyleBackColor = true;
            this.btn_Smallequal.Click += new System.EventHandler(this.btn_Smallequal_Click);
            // 
            // btn_Small
            // 
            this.btn_Small.Location = new System.Drawing.Point(145, 76);
            this.btn_Small.Name = "btn_Small";
            this.btn_Small.Size = new System.Drawing.Size(35, 21);
            this.btn_Small.TabIndex = 11;
            this.btn_Small.Text = "<";
            this.btn_Small.UseVisualStyleBackColor = true;
            this.btn_Small.Click += new System.EventHandler(this.btn_Small_Click);
            // 
            // btn_And
            // 
            this.btn_And.Location = new System.Drawing.Point(227, 49);
            this.btn_And.Name = "btn_And";
            this.btn_And.Size = new System.Drawing.Size(45, 21);
            this.btn_And.TabIndex = 10;
            this.btn_And.Text = "And";
            this.btn_And.UseVisualStyleBackColor = true;
            this.btn_And.Click += new System.EventHandler(this.btn_And_Click);
            // 
            // btn_BigEqual
            // 
            this.btn_BigEqual.Location = new System.Drawing.Point(186, 49);
            this.btn_BigEqual.Name = "btn_BigEqual";
            this.btn_BigEqual.Size = new System.Drawing.Size(35, 21);
            this.btn_BigEqual.TabIndex = 9;
            this.btn_BigEqual.Text = ">=";
            this.btn_BigEqual.UseVisualStyleBackColor = true;
            this.btn_BigEqual.Click += new System.EventHandler(this.btn_BigEqual_Click);
            // 
            // btn_Big
            // 
            this.btn_Big.Location = new System.Drawing.Point(145, 49);
            this.btn_Big.Name = "btn_Big";
            this.btn_Big.Size = new System.Drawing.Size(35, 21);
            this.btn_Big.TabIndex = 8;
            this.btn_Big.Text = ">";
            this.btn_Big.UseVisualStyleBackColor = true;
            this.btn_Big.Click += new System.EventHandler(this.btn_Big_Click);
            // 
            // btn_Like
            // 
            this.btn_Like.Location = new System.Drawing.Point(227, 22);
            this.btn_Like.Name = "btn_Like";
            this.btn_Like.Size = new System.Drawing.Size(45, 21);
            this.btn_Like.TabIndex = 7;
            this.btn_Like.Text = "Like";
            this.btn_Like.UseVisualStyleBackColor = true;
            this.btn_Like.Click += new System.EventHandler(this.btn_Like_Click);
            // 
            // btn_Notequal
            // 
            this.btn_Notequal.Location = new System.Drawing.Point(186, 22);
            this.btn_Notequal.Name = "btn_Notequal";
            this.btn_Notequal.Size = new System.Drawing.Size(35, 21);
            this.btn_Notequal.TabIndex = 6;
            this.btn_Notequal.Text = "<>";
            this.btn_Notequal.UseVisualStyleBackColor = true;
            this.btn_Notequal.Click += new System.EventHandler(this.btn_Notequal_Click);
            // 
            // btn_equal
            // 
            this.btn_equal.Location = new System.Drawing.Point(145, 22);
            this.btn_equal.Name = "btn_equal";
            this.btn_equal.Size = new System.Drawing.Size(35, 21);
            this.btn_equal.TabIndex = 5;
            this.btn_equal.Text = "=";
            this.btn_equal.UseVisualStyleBackColor = true;
            this.btn_equal.Click += new System.EventHandler(this.btn_equal_Click);
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(12, 167);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(65, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "查询条件:";
            // 
            // listBox_Value
            // 
            this.listBox_Value.FormattingEnabled = true;
            this.listBox_Value.HorizontalScrollbar = true;
            this.listBox_Value.ItemHeight = 12;
            this.listBox_Value.Location = new System.Drawing.Point(283, 20);
            this.listBox_Value.Name = "listBox_Value";
            this.listBox_Value.Size = new System.Drawing.Size(126, 136);
            this.listBox_Value.TabIndex = 1;
            this.listBox_Value.DoubleClick += new System.EventHandler(this.listBox_Value_DoubleClick);
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.cbox_Layers);
            this.groupBox2.Controls.Add(this.label1);
            this.groupBox2.Location = new System.Drawing.Point(12, 13);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(422, 62);
            this.groupBox2.TabIndex = 12;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "图层";
            // 
            // cbox_Layers
            // 
            this.cbox_Layers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.cbox_Layers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbox_Layers.FormattingEnabled = true;
            this.cbox_Layers.ItemHeight = 15;
            this.cbox_Layers.Location = new System.Drawing.Point(87, 22);
            this.cbox_Layers.Name = "cbox_Layers";
            this.cbox_Layers.Size = new System.Drawing.Size(325, 21);
            this.cbox_Layers.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.cbox_Layers.TabIndex = 2;
            this.cbox_Layers.SelectedIndexChanged += new System.EventHandler(this.cbox_Layers_SelectedIndexChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(6, 26);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "请选择图层:";
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "1";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "2";
            // 
            // btn_Clear
            // 
            this.btn_Clear.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.btn_Clear.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.btn_Clear.Location = new System.Drawing.Point(170, 385);
            this.btn_Clear.Name = "btn_Clear";
            this.btn_Clear.Size = new System.Drawing.Size(75, 23);
            this.btn_Clear.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.btn_Clear.TabIndex = 13;
            this.btn_Clear.Text = "清除";
            this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click);
            // 
            // buttonX1
            // 
            this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX1.Location = new System.Drawing.Point(264, 385);
            this.buttonX1.Name = "buttonX1";
            this.buttonX1.Size = new System.Drawing.Size(75, 23);
            this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX1.TabIndex = 14;
            this.buttonX1.Text = "应用";
            this.buttonX1.Click += new System.EventHandler(this.btn_Apply_Click);
            // 
            // buttonX2
            // 
            this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton;
            this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground;
            this.buttonX2.Location = new System.Drawing.Point(358, 385);
            this.buttonX2.Name = "buttonX2";
            this.buttonX2.Size = new System.Drawing.Size(75, 23);
            this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled;
            this.buttonX2.TabIndex = 15;
            this.buttonX2.Text = "取消";
            this.buttonX2.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // FrmQuerySQL
            // 
            this.AcceptButton = this.buttonX1;
            this.ClientSize = new System.Drawing.Size(446, 416);
            this.Controls.Add(this.buttonX2);
            this.Controls.Add(this.buttonX1);
            this.Controls.Add(this.btn_Clear);
            this.Controls.Add(this.groupBox2);
            this.Controls.Add(this.groupBox1);
            this.EnableGlass = false;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.MaximizeBox = false;
            this.Name = "FrmQuerySQL";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "复合查询";
            this.Load += new System.EventHandler(this.Frm_QuerySQL_Load);
           
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Frm_QuerySQL_FormClosing);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private GroupBox groupBox1;
        private Button btn_What;
        private Button btn_All;
        private Button btn_Not;
        private Button btn_Brace;
        private Button btn_IS;
        private Button btn_Or;
        private Button btn_Smallequal;
        private Button btn_Small;
        private Button btn_And;
        private Button btn_BigEqual;
        private Button btn_Big;
        private Button btn_Like;
        private Button btn_Notequal;
        private Button btn_equal;
        private Label label3;
        private ListBox listBox_Value;
        private GroupBox groupBox2;
        private Label label1;
        private RichTextBox textBox_WhereClause;
        private ListBox listBox_Field;
        private ComboBoxEx cbox_Layers;
        private ComboItem comboItem1;
        private ComboItem comboItem2;
        private ButtonX btn_Clear;
        private ButtonX buttonX1;
        private ButtonX buttonX2;
        private HelpProvider helpProvider1;
    }
}