namespace Cyberpipe { partial class FrmDiameterQuery { /// <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.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.textBoxX1 = new System.Windows.Forms.TextBox(); this.textBoxX2 = new System.Windows.Forms.TextBox(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.comboBoxEx2 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.comboItem5 = new DevComponents.Editors.ComboItem(); this.comboItem6 = new DevComponents.Editors.ComboItem(); this.comboItem7 = new DevComponents.Editors.ComboItem(); this.comboItem8 = new DevComponents.Editors.ComboItem(); this.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.buttonX3 = new DevComponents.DotNetBar.ButtonX(); this.comboItem4 = new DevComponents.Editors.ComboItem(); this.comboItem3 = new DevComponents.Editors.ComboItem(); this.comboItem2 = new DevComponents.Editors.ComboItem(); this.comboItem1 = new DevComponents.Editors.ComboItem(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(95, 121); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(69, 23); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 1; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // 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.textBoxX2); this.panelEx1.Controls.Add(this.labelX4); this.panelEx1.Controls.Add(this.labelX3); this.panelEx1.Controls.Add(this.comboBoxEx2); this.panelEx1.Controls.Add(this.comboBoxEx1); this.panelEx1.Controls.Add(this.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Location = new System.Drawing.Point(12, 8); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(362, 102); 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 = 0; // // textBoxX1 // this.textBoxX1.Location = new System.Drawing.Point(256, 61); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(54, 21); this.textBoxX1.TabIndex = 8; // // textBoxX2 // this.textBoxX2.Location = new System.Drawing.Point(83, 61); this.textBoxX2.Name = "textBoxX2"; this.textBoxX2.Size = new System.Drawing.Size(54, 21); this.textBoxX2.TabIndex = 7; // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(143, 60); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(34, 23); this.labelX4.TabIndex = 6; this.labelX4.Text = "毫米"; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(316, 60); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(34, 23); this.labelX3.TabIndex = 5; this.labelX3.Text = "毫米"; // // comboBoxEx2 // this.comboBoxEx2.DisplayMember = "Text"; this.comboBoxEx2.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEx2.FormattingEnabled = true; this.comboBoxEx2.ItemHeight = 15; this.comboBoxEx2.Items.AddRange(new object[] { this.comboItem5, this.comboItem6, this.comboItem7, this.comboItem8}); this.comboBoxEx2.Location = new System.Drawing.Point(178, 61); this.comboBoxEx2.Name = "comboBoxEx2"; this.comboBoxEx2.Size = new System.Drawing.Size(67, 21); this.comboBoxEx2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx2.TabIndex = 4; this.comboBoxEx2.SelectedIndexChanged += new System.EventHandler(this.comboBoxEx2_SelectedIndexChanged); // // comboItem5 // this.comboItem5.Text = "大于"; // // comboItem6 // this.comboItem6.Text = "小于"; // // comboItem7 // this.comboItem7.Text = "等于"; // // comboItem8 // this.comboItem8.Text = "区间"; // // 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(83, 22); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(260, 21); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 1; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(13, 60); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); 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(13, 21); 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(240, 121); this.buttonX3.Name = "buttonX3"; this.buttonX3.Size = new System.Drawing.Size(74, 23); this.buttonX3.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX3.TabIndex = 2; this.buttonX3.Text = "取消"; this.buttonX3.Click += new System.EventHandler(this.buttonX3_Click); // // comboItem4 // this.comboItem4.Text = "区间"; // // comboItem3 // this.comboItem3.Text = "等于"; // // comboItem2 // this.comboItem2.Text = "小于"; // // comboItem1 // this.comboItem1.Text = "大于"; // // FrmDiameterQuery // 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(386, 151); this.Controls.Add(this.buttonX3); this.Controls.Add(this.buttonX1); this.Controls.Add(this.panelEx1); this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmDiameterQuery"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "管径查询"; this.Load += new System.EventHandler(this.FrmDiameterSel_Load); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmDiameterQuery_FormClosing); this.panelEx1.ResumeLayout(false); this.panelEx1.PerformLayout(); this.ResumeLayout(false); } #endregion private DevComponents.DotNetBar.ButtonX buttonX1; private DevComponents.DotNetBar.PanelEx panelEx1; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx1; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.ButtonX buttonX3; private DevComponents.DotNetBar.Controls.ComboBoxEx comboBoxEx2; private DevComponents.Editors.ComboItem comboItem4; private DevComponents.Editors.ComboItem comboItem3; private DevComponents.Editors.ComboItem comboItem2; private DevComponents.Editors.ComboItem comboItem1; private DevComponents.Editors.ComboItem comboItem5; private DevComponents.Editors.ComboItem comboItem6; private DevComponents.Editors.ComboItem comboItem7; private DevComponents.Editors.ComboItem comboItem8; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX4; private System.Windows.Forms.TextBox textBoxX2; private System.Windows.Forms.TextBox textBoxX1; } }