using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; using ToolTip = System.Windows.Forms.ToolTip; namespace Cyberpipe { partial class FrmBasicQuery { /// <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.components = new System.ComponentModel.Container(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.groupPanel2 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.lbxFieldValues = new System.Windows.Forms.ListBox(); this.groupPanel1 = new DevComponents.DotNetBar.Controls.GroupPanel(); this.checkBoxX6 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX5 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX4 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX3 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX2 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.checkBoxX1 = new DevComponents.DotNetBar.Controls.CheckBoxX(); this.cbxFields = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.cbxLayers = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panelEx1.SuspendLayout(); this.groupPanel2.SuspendLayout(); this.groupPanel1.SuspendLayout(); this.SuspendLayout(); // // panelEx1 // this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control; this.panelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.panelEx1.Controls.Add(this.groupPanel2); this.panelEx1.Controls.Add(this.groupPanel1); this.panelEx1.Controls.Add(this.cbxFields); this.panelEx1.Controls.Add(this.cbxLayers); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Location = new System.Drawing.Point(16, 15); this.panelEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(429, 365); 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 = 2; // // groupPanel2 // this.groupPanel2.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel2.Controls.Add(this.lbxFieldValues); this.groupPanel2.Location = new System.Drawing.Point(137, 92); this.groupPanel2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupPanel2.Name = "groupPanel2"; this.groupPanel2.Size = new System.Drawing.Size(275, 254); // // // this.groupPanel2.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel2.Style.BackColorGradientAngle = 90; this.groupPanel2.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel2.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderBottomWidth = 1; this.groupPanel2.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel2.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderLeftWidth = 1; this.groupPanel2.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderRightWidth = 1; this.groupPanel2.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel2.Style.BorderTopWidth = 1; this.groupPanel2.Style.Class = ""; this.groupPanel2.Style.CornerDiameter = 4; this.groupPanel2.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel2.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel2.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel2.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel2.StyleMouseDown.Class = ""; this.groupPanel2.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel2.StyleMouseOver.Class = ""; this.groupPanel2.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel2.TabIndex = 2; this.groupPanel2.Text = "字段值"; // // lbxFieldValues // this.lbxFieldValues.FormattingEnabled = true; this.lbxFieldValues.HorizontalScrollbar = true; this.lbxFieldValues.ItemHeight = 15; this.lbxFieldValues.Location = new System.Drawing.Point(8, 12); this.lbxFieldValues.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.lbxFieldValues.Name = "lbxFieldValues"; this.lbxFieldValues.Size = new System.Drawing.Size(248, 199); this.lbxFieldValues.TabIndex = 0; // // groupPanel1 // this.groupPanel1.CanvasColor = System.Drawing.SystemColors.Control; this.groupPanel1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.Office2007; this.groupPanel1.Controls.Add(this.checkBoxX6); this.groupPanel1.Controls.Add(this.checkBoxX5); this.groupPanel1.Controls.Add(this.checkBoxX4); this.groupPanel1.Controls.Add(this.checkBoxX3); this.groupPanel1.Controls.Add(this.checkBoxX2); this.groupPanel1.Controls.Add(this.checkBoxX1); this.groupPanel1.Location = new System.Drawing.Point(19, 92); this.groupPanel1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.groupPanel1.Name = "groupPanel1"; this.groupPanel1.Size = new System.Drawing.Size(99, 254); // // // this.groupPanel1.Style.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2; this.groupPanel1.Style.BackColorGradientAngle = 90; this.groupPanel1.Style.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground; this.groupPanel1.Style.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderBottomWidth = 1; this.groupPanel1.Style.BorderColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder; this.groupPanel1.Style.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderLeftWidth = 1; this.groupPanel1.Style.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderRightWidth = 1; this.groupPanel1.Style.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid; this.groupPanel1.Style.BorderTopWidth = 1; this.groupPanel1.Style.Class = ""; this.groupPanel1.Style.CornerDiameter = 4; this.groupPanel1.Style.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.groupPanel1.Style.TextAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Center; this.groupPanel1.Style.TextColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText; this.groupPanel1.Style.TextLineAlignment = DevComponents.DotNetBar.eStyleTextAlignment.Near; // // // this.groupPanel1.StyleMouseDown.Class = ""; this.groupPanel1.StyleMouseDown.CornerType = DevComponents.DotNetBar.eCornerType.Square; // // // this.groupPanel1.StyleMouseOver.Class = ""; this.groupPanel1.StyleMouseOver.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.groupPanel1.TabIndex = 2; this.groupPanel1.Text = "关系符"; // // checkBoxX6 // // // // this.checkBoxX6.BackgroundStyle.Class = ""; this.checkBoxX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX6.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX6.Enabled = false; this.checkBoxX6.Location = new System.Drawing.Point(9, 185); this.checkBoxX6.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX6.Name = "checkBoxX6"; this.checkBoxX6.Size = new System.Drawing.Size(72, 29); this.checkBoxX6.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX6.TabIndex = 0; this.checkBoxX6.Text = "!="; // // checkBoxX5 // // // // this.checkBoxX5.BackgroundStyle.Class = ""; this.checkBoxX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX5.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX5.Enabled = false; this.checkBoxX5.Location = new System.Drawing.Point(9, 149); this.checkBoxX5.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX5.Name = "checkBoxX5"; this.checkBoxX5.Size = new System.Drawing.Size(72, 29); this.checkBoxX5.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX5.TabIndex = 0; this.checkBoxX5.Text = ">="; // // checkBoxX4 // // // // this.checkBoxX4.BackgroundStyle.Class = ""; this.checkBoxX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX4.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX4.Enabled = false; this.checkBoxX4.Location = new System.Drawing.Point(9, 112); this.checkBoxX4.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX4.Name = "checkBoxX4"; this.checkBoxX4.Size = new System.Drawing.Size(72, 29); this.checkBoxX4.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX4.TabIndex = 0; this.checkBoxX4.Text = "<="; // // checkBoxX3 // // // // this.checkBoxX3.BackgroundStyle.Class = ""; this.checkBoxX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX3.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX3.Enabled = false; this.checkBoxX3.Location = new System.Drawing.Point(9, 76); this.checkBoxX3.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX3.Name = "checkBoxX3"; this.checkBoxX3.Size = new System.Drawing.Size(72, 29); this.checkBoxX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX3.TabIndex = 0; this.checkBoxX3.Text = ">"; // // checkBoxX2 // // // // this.checkBoxX2.BackgroundStyle.Class = ""; this.checkBoxX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX2.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX2.Enabled = false; this.checkBoxX2.Location = new System.Drawing.Point(9, 40); this.checkBoxX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX2.Name = "checkBoxX2"; this.checkBoxX2.Size = new System.Drawing.Size(72, 29); this.checkBoxX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX2.TabIndex = 0; this.checkBoxX2.Text = "<"; // // checkBoxX1 // // // // this.checkBoxX1.BackgroundStyle.Class = ""; this.checkBoxX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.checkBoxX1.CheckBoxStyle = DevComponents.DotNetBar.eCheckBoxStyle.RadioButton; this.checkBoxX1.Checked = true; this.checkBoxX1.CheckState = System.Windows.Forms.CheckState.Checked; this.checkBoxX1.CheckValue = "Y"; this.checkBoxX1.Location = new System.Drawing.Point(9, 4); this.checkBoxX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.checkBoxX1.Name = "checkBoxX1"; this.checkBoxX1.Size = new System.Drawing.Size(72, 29); this.checkBoxX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.checkBoxX1.TabIndex = 0; this.checkBoxX1.Text = "="; // // cbxFields // this.cbxFields.DisplayMember = "Text"; this.cbxFields.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbxFields.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbxFields.FormattingEnabled = true; this.cbxFields.ItemHeight = 15; this.cbxFields.Location = new System.Drawing.Point(137, 58); this.cbxFields.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbxFields.Name = "cbxFields"; this.cbxFields.Size = new System.Drawing.Size(260, 21); this.cbxFields.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbxFields.TabIndex = 1; this.cbxFields.SelectedIndexChanged += new System.EventHandler(this.cbxFields_SelectedIndexChanged); // // 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(137, 21); this.cbxLayers.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.cbxLayers.Name = "cbxLayers"; this.cbxLayers.Size = new System.Drawing.Size(260, 21); this.cbxLayers.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.cbxLayers.TabIndex = 1; this.cbxLayers.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx1_SelectedIndexChanged); // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(17, 56); this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(100, 29); this.labelX2.TabIndex = 0; this.labelX2.Text = "选择字段:"; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(17, 20); 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(316, 390); 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 = 6; 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(165, 390); 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 = 5; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // FrmBasicQuery // 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(460, 428); this.Controls.Add(this.buttonX3); this.Controls.Add(this.buttonX1); this.Controls.Add(this.panelEx1); 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 = "FrmBasicQuery"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "基本查询"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmBasicQuery_FormClosing); this.Load += new System.EventHandler(this.FrmBasicQuery_Load); this.panelEx1.ResumeLayout(false); this.groupPanel2.ResumeLayout(false); this.groupPanel1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private PanelEx panelEx1; private ComboBoxEx cbxFields; private ComboBoxEx cbxLayers; private LabelX labelX2; private LabelX labelX1; private GroupPanel groupPanel2; private ListBox lbxFieldValues; private GroupPanel groupPanel1; private CheckBoxX checkBoxX6; private CheckBoxX checkBoxX5; private CheckBoxX checkBoxX4; private CheckBoxX checkBoxX3; private CheckBoxX checkBoxX2; private CheckBoxX checkBoxX1; private ButtonX buttonX3; private ButtonX buttonX1; private ToolTip toolTip1; } }