using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmCodingQuery { /// <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.comboBoxEx1 = new DevComponents.DotNetBar.Controls.ComboBoxEx(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX(); this.panelEx1 = new DevComponents.DotNetBar.PanelEx(); this.buttonX1 = new DevComponents.DotNetBar.ButtonX(); this.buttonX2 = new DevComponents.DotNetBar.ButtonX(); this.panelEx1.SuspendLayout(); this.SuspendLayout(); // // comboBoxEx1 // this.comboBoxEx1.DisplayMember = "Text"; this.comboBoxEx1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.comboBoxEx1.FormattingEnabled = true; this.comboBoxEx1.ItemHeight = 15; this.comboBoxEx1.Location = new System.Drawing.Point(112, 14); this.comboBoxEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.comboBoxEx1.Name = "comboBoxEx1"; this.comboBoxEx1.Size = new System.Drawing.Size(333, 21); this.comboBoxEx1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.comboBoxEx1.TabIndex = 0; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(16, 19); this.labelX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(91, 21); this.labelX1.TabIndex = 1; this.labelX1.Text = "管线图层:"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(16, 62); this.labelX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(91, 21); this.labelX2.TabIndex = 1; this.labelX2.Text = "管线编号:"; // // textBoxX1 // // // // this.textBoxX1.Border.Class = "TextBoxBorder"; this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxX1.Location = new System.Drawing.Point(112, 58); this.textBoxX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxX1.Name = "textBoxX1"; this.textBoxX1.Size = new System.Drawing.Size(335, 30); this.textBoxX1.TabIndex = 2; // // 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.labelX2); this.panelEx1.Controls.Add(this.labelX1); this.panelEx1.Controls.Add(this.comboBoxEx1); this.panelEx1.Location = new System.Drawing.Point(16, 8); this.panelEx1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.panelEx1.Name = "panelEx1"; this.panelEx1.Size = new System.Drawing.Size(471, 111); 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 = 3; // // buttonX1 // this.buttonX1.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX1.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX1.Location = new System.Drawing.Point(83, 126); this.buttonX1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX1.Name = "buttonX1"; this.buttonX1.Size = new System.Drawing.Size(112, 35); this.buttonX1.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX1.TabIndex = 4; this.buttonX1.Text = "查询"; this.buttonX1.Click += new System.EventHandler(this.buttonX1_Click); // // buttonX2 // this.buttonX2.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonX2.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonX2.Location = new System.Drawing.Point(299, 126); this.buttonX2.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.buttonX2.Name = "buttonX2"; this.buttonX2.Size = new System.Drawing.Size(105, 35); this.buttonX2.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonX2.TabIndex = 5; this.buttonX2.Text = "取消"; this.buttonX2.Click += new System.EventHandler(this.buttonX2_Click); // // FrmCodingQuery // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(503, 176); this.Controls.Add(this.buttonX2); this.Controls.Add(this.buttonX1); this.Controls.Add(this.panelEx1); this.DoubleBuffered = true; this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "FrmCodingQuery"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "编号查询"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmCodingQuery_Closing); this.Load += new System.EventHandler(this.FrmCodingQuery_Load); this.panelEx1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ComboBoxEx comboBoxEx1; private LabelX labelX1; private LabelX labelX2; private TextBoxX textBoxX1; private PanelEx panelEx1; private ButtonX buttonX1; private ButtonX buttonX2; } }