namespace PipeLine.Forms { partial class Frm_QuerySQL { /// <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.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboBox1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.listBox_Field = new System.Windows.Forms.ListBox(); this.txtSqlName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.textBox_WhereClause = new System.Windows.Forms.RichTextBox(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label2 = new System.Windows.Forms.Label(); 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.comboBox1); this.groupBox1.Controls.Add(this.buttonX3); this.groupBox1.Controls.Add(this.listBox_Field); this.groupBox1.Controls.Add(this.txtSqlName); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.textBox_WhereClause); this.groupBox1.Controls.Add(this.richTextBox1); this.groupBox1.Controls.Add(this.label2); 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(14, 81); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(420, 453); this.groupBox1.TabIndex = 6; this.groupBox1.TabStop = false; this.groupBox1.Text = "字段"; // // comboBox1 // this.comboBox1.DisplayMember = "Text"; this.comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.ItemHeight = 15; this.comboBox1.Location = new System.Drawing.Point(69, 318); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(287, 21); this.comboBox1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBox1.TabIndex = 3; this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged); // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(363, 317); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(47, 23); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 30; this.buttonX3.Text = "删除"; this.buttonX3.Click += new System.EventHandler(this.button1_Click); // // 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); // // txtSqlName // this.txtSqlName.Location = new System.Drawing.Point(69, 289); this.txtSqlName.Name = "txtSqlName"; this.txtSqlName.Size = new System.Drawing.Size(287, 21); this.txtSqlName.TabIndex = 28; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(4, 294); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(65, 12); this.label4.TabIndex = 27; this.label4.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, 88); this.textBox_WhereClause.TabIndex = 24; this.textBox_WhereClause.Text = ""; // // richTextBox1 // this.richTextBox1.Location = new System.Drawing.Point(6, 347); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.ReadOnly = true; this.richTextBox1.Size = new System.Drawing.Size(404, 96); this.richTextBox1.TabIndex = 23; this.richTextBox1.Text = ""; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(4, 324); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 21; this.label2.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(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(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(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(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(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(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(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(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); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 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); // // 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(171, 540); 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(265, 540); 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(359, 540); 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); // // Frm_QuerySQL // this.ClientSize = new System.Drawing.Size(446, 569); 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.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.HelpButton = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Frm_QuerySQL"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线高级查询"; this.Load += new System.EventHandler(this.Frm_QuerySQL_Load); this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.Frm_QuerySQL_HelpButtonClicked); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.GroupBox groupBox1; 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.Label label3; private System.Windows.Forms.ListBox listBox_Value; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.RichTextBox textBox_WhereClause; private System.Windows.Forms.TextBox txtSqlName; private System.Windows.Forms.Label label4; private System.Windows.Forms.ListBox listBox_Field; private DevComponents.DotNetBar.Controls.ComboBoxEx cbox_Layers; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.DotNetBar.ButtonX btn_Clear; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBox1; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.ButtonX buttonX2; private System.Windows.Forms.HelpProvider helpProvider1; } }