namespace WorldGIS { partial class FrmQueryPipelineBySQL { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.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.groupBoxField = new System.Windows.Forms.GroupBox(); 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.btn_GetValue = new System.Windows.Forms.Button(); this.label3 = new System.Windows.Forms.Label(); this.listBox_Value = new System.Windows.Forms.ListBox(); this.listBox_Field = new System.Windows.Forms.ListBox(); this.btn_Cancel = new System.Windows.Forms.Button(); this.btn_Apply = new System.Windows.Forms.Button(); this.btn_Clear = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cbox_Layers = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.buttonOk = new System.Windows.Forms.Button(); this.groupBoxField.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBoxField // this.groupBoxField.Controls.Add(this.textBox_WhereClause); this.groupBoxField.Controls.Add(this.btn_What); this.groupBoxField.Controls.Add(this.btn_All); this.groupBoxField.Controls.Add(this.btn_Not); this.groupBoxField.Controls.Add(this.btn_Brace); this.groupBoxField.Controls.Add(this.btn_IS); this.groupBoxField.Controls.Add(this.btn_Or); this.groupBoxField.Controls.Add(this.btn_Smallequal); this.groupBoxField.Controls.Add(this.btn_Small); this.groupBoxField.Controls.Add(this.btn_And); this.groupBoxField.Controls.Add(this.btn_BigEqual); this.groupBoxField.Controls.Add(this.btn_Big); this.groupBoxField.Controls.Add(this.btn_Like); this.groupBoxField.Controls.Add(this.btn_Notequal); this.groupBoxField.Controls.Add(this.btn_equal); this.groupBoxField.Controls.Add(this.btn_GetValue); this.groupBoxField.Controls.Add(this.label3); this.groupBoxField.Controls.Add(this.listBox_Value); this.groupBoxField.Controls.Add(this.listBox_Field); this.groupBoxField.Location = new System.Drawing.Point(12, 77); this.groupBoxField.Name = "groupBoxField"; this.groupBoxField.Size = new System.Drawing.Size(420, 267); this.groupBoxField.TabIndex = 6; this.groupBoxField.TabStop = false; this.groupBoxField.Text = "字段"; // // textBox_WhereClause // this.textBox_WhereClause.Location = new System.Drawing.Point(8, 190); this.textBox_WhereClause.Name = "textBox_WhereClause"; this.textBox_WhereClause.Size = new System.Drawing.Size(402, 64); this.textBox_WhereClause.TabIndex = 24; this.textBox_WhereClause.Text = ""; // // btn_What // this.btn_What.Location = new System.Drawing.Point(153, 129); 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(194, 129); 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(235, 102); this.btn_Not.Name = "btn_Not"; this.btn_Not.Size = new System.Drawing.Size(35, 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(194, 102); 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(153, 102); 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(235, 75); this.btn_Or.Name = "btn_Or"; this.btn_Or.Size = new System.Drawing.Size(35, 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(194, 75); 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(153, 75); 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(235, 48); this.btn_And.Name = "btn_And"; this.btn_And.Size = new System.Drawing.Size(35, 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(194, 48); 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(153, 48); 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(235, 21); this.btn_Like.Name = "btn_Like"; this.btn_Like.Size = new System.Drawing.Size(35, 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(194, 21); 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(153, 21); 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); // // btn_GetValue // this.btn_GetValue.Location = new System.Drawing.Point(303, 163); this.btn_GetValue.Name = "btn_GetValue"; this.btn_GetValue.Size = new System.Drawing.Size(109, 21); this.btn_GetValue.TabIndex = 3; this.btn_GetValue.Text = "获取唯一值"; this.btn_GetValue.UseVisualStyleBackColor = true; this.btn_GetValue.Click += new System.EventHandler(this.btn_GetValue_Click); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(7, 166); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(119, 12); this.label3.TabIndex = 2; this.label3.Text = "SELECT * FROM WHERE"; // // listBox_Value // this.listBox_Value.FormattingEnabled = true; this.listBox_Value.ItemHeight = 12; this.listBox_Value.Location = new System.Drawing.Point(286, 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); // // listBox_Field // this.listBox_Field.FormattingEnabled = true; this.listBox_Field.ItemHeight = 12; this.listBox_Field.Location = new System.Drawing.Point(9, 20); this.listBox_Field.Name = "listBox_Field"; this.listBox_Field.Size = new System.Drawing.Size(130, 136); this.listBox_Field.TabIndex = 0; this.listBox_Field.DoubleClick += new System.EventHandler(this.listBox_Field_DoubleClick); // // btn_Cancel // this.btn_Cancel.Location = new System.Drawing.Point(358, 361); this.btn_Cancel.Name = "btn_Cancel"; this.btn_Cancel.Size = new System.Drawing.Size(75, 23); this.btn_Cancel.TabIndex = 11; this.btn_Cancel.Text = "关闭"; this.btn_Cancel.UseVisualStyleBackColor = true; this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click); // // btn_Apply // this.btn_Apply.Location = new System.Drawing.Point(277, 361); this.btn_Apply.Name = "btn_Apply"; this.btn_Apply.Size = new System.Drawing.Size(75, 23); this.btn_Apply.TabIndex = 10; this.btn_Apply.Text = "应用"; this.btn_Apply.UseVisualStyleBackColor = true; this.btn_Apply.Click += new System.EventHandler(this.btn_Apply_Click); // // btn_Clear // this.btn_Clear.Location = new System.Drawing.Point(113, 361); this.btn_Clear.Name = "btn_Clear"; this.btn_Clear.Size = new System.Drawing.Size(75, 23); this.btn_Clear.TabIndex = 9; this.btn_Clear.Text = "清除"; this.btn_Clear.UseVisualStyleBackColor = true; this.btn_Clear.Click += new System.EventHandler(this.btn_Clear_Click); // // groupBox2 // this.groupBox2.Controls.Add(this.cbox_Layers); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Location = new System.Drawing.Point(12, 11); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(420, 59); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "图层"; // // cbox_Layers // this.cbox_Layers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbox_Layers.FormattingEnabled = true; this.cbox_Layers.Items.AddRange(new object[] { "热力管线", "排水管线", "给水管线", "燃气管线", "电力管线", "通信管线"}); this.cbox_Layers.Location = new System.Drawing.Point(89, 23); this.cbox_Layers.Name = "cbox_Layers"; this.cbox_Layers.Size = new System.Drawing.Size(323, 20); this.cbox_Layers.TabIndex = 1; 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 = "请选择图层:"; // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(195, 361); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(75, 23); this.buttonOk.TabIndex = 14; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // Frm_QuerySQLLook // this.ClientSize = new System.Drawing.Size(443, 397); this.Controls.Add(this.buttonOk); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btn_Cancel); this.Controls.Add(this.btn_Apply); this.Controls.Add(this.btn_Clear); this.Controls.Add(this.groupBoxField); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "Frm_QuerySQLLook"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线高级查询"; this.Load += new System.EventHandler(this.Frm_QuerySQL_Load); this.groupBoxField.ResumeLayout(false); this.groupBoxField.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBoxField; private System.Windows.Forms.Button btn_What; private System.Windows.Forms.Button btn_All; private System.Windows.Forms.Button btn_Not; private System.Windows.Forms.Button btn_Brace; private System.Windows.Forms.Button btn_IS; private System.Windows.Forms.Button btn_Or; private System.Windows.Forms.Button btn_Smallequal; private System.Windows.Forms.Button btn_Small; private System.Windows.Forms.Button btn_And; private System.Windows.Forms.Button btn_BigEqual; private System.Windows.Forms.Button btn_Big; private System.Windows.Forms.Button btn_Like; private System.Windows.Forms.Button btn_Notequal; private System.Windows.Forms.Button btn_equal; private System.Windows.Forms.Button btn_GetValue; private System.Windows.Forms.Label label3; private System.Windows.Forms.ListBox listBox_Value; private System.Windows.Forms.ListBox listBox_Field; private System.Windows.Forms.Button btn_Cancel; private System.Windows.Forms.Button btn_Apply; private System.Windows.Forms.Button btn_Clear; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox cbox_Layers; private System.Windows.Forms.Label label1; private System.Windows.Forms.RichTextBox textBox_WhereClause; private System.Windows.Forms.Button buttonOk; } }