namespace Cyberpipe { partial class FrmKeywordQuery { /// <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.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.textBoxX1 = new System.Windows.Forms.TextBox(); this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cbxLayers = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.textBoxX1); this.panelEx1.Controls.Add(this.comboBoxEx1); this.panelEx1.Controls.Add(this.cbxLayers); this.panelEx1.Controls.Add(this.labelX5); this.panelEx1.Controls.Add(this.labelX4); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Location = new System.Drawing.Point(17, 11); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(256, 100); this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center; this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine; this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.panelEx1.Style.GradientAngle = 90; this.panelEx1.TabIndex = 1; // // textBoxX1 // this.textBoxX1.Location = new System.Drawing.Point(95, 68); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(137, 21); this.textBoxX1.TabIndex = 12; // // comboBoxEx1 // this.comboBoxEx1.DisplayMember = "Text"; this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.ItemHeight = 15; this.comboBoxEx1.Location = new System.Drawing.Point(95, 39); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(137, 21); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 10; // // cbxLayers // this.cbxLayers.DisplayMember = "Text"; this.cbxLayers.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbxLayers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxLayers.FormattingEnabled = true; this.cbxLayers.ItemHeight = 15; this.cbxLayers.Location = new System.Drawing.Point(95, 11); this.cbxLayers.Name = "cbxLayers"; this.cbxLayers.Size = new System.Drawing.Size(137, 21); this.cbxLayers.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbxLayers.TabIndex = 1; this.cbxLayers.SelectedIndexChanged += new System.EventHandler(this.cbxLayers_SelectedIndexChanged); // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(25, 67); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(89, 23); this.labelX5.TabIndex = 0; this.labelX5.Text = "关键字:"; // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(25, 38); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(89, 23); this.labelX4.TabIndex = 0; this.labelX4.Text = "选择字段:"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(25, 10); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(75, 23); this.labelX1.TabIndex = 0; this.labelX1.Text = "管线图层:"; // // buttonX3 // this.buttonX3.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX3.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX3.Location = new System.Drawing.Point(164, 124); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(74, 23); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 4; this.buttonX3.Text = "关闭"; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(53, 124); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(69, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 3; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // FrmKeywordQuery // this.AcceptButton = this.buttonX1; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(290, 155); this.Controls.Add(this.panelEx1); this.Controls.Add(this.buttonX1); this.Controls.Add(this.buttonX3); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmKeywordQuery"; this.ShowIcon = false; this.Text = "关键字查询"; this.Load += new System.EventHandler(this.FrmKeywordQuery_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmKeywordQuery_FormClosing); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.Controls.ComboBoxEx cbxLayers; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX5; private System.Windows.Forms.TextBox textBoxX1; } }