using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmKeywordQuery { /// <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.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(23, 14); this.panelEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(341, 125); 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(127, 85); this.textBoxX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(181, 25); 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(127, 49); this.comboBoxEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(181, 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(127, 14); this.cbxLayers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbxLayers.Name = "cbxLayers"; this.cbxLayers.Size = new System.Drawing.Size(181, 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(33, 84); this.labelX5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(119, 29); 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(33, 48); this.labelX4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(119, 29); 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(33, 12); this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(100, 29); 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(219, 155); this.buttonX3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(99, 29); 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(71, 155); this.buttonX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(92, 29); 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(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(387, 194); this.Controls.Add(this.panelEx1); this.Controls.Add(this.buttonX1); this.Controls.Add(this.buttonX3); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.MaximizeBox = false; this.Name = "FrmKeywordQuery"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "关键字查询"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmKeywordQuery_FormClosing); this.Load += new System.EventHandler(this.FrmKeywordQuery_Load); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private PanelEx panelEx1; private ComboBoxEx cbxLayers; private LabelX labelX1; private ButtonX buttonX3; private ButtonX buttonX1; private ComboBoxEx comboBoxEx1; private LabelX labelX4; private LabelX labelX5; private TextBox textBoxX1; } }