using System.ComponentModel; using System.Windows.Forms; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmGBJC { /// <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.listBoxSC = new System.Windows.Forms.ListBox(); this.listBoxSG = new System.Windows.Forms.ListBox(); this.textBoxSC = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxSG = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.buttonOK = new DevComponents.DotNetBar.ButtonX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.comboBoxRoad = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // listBoxSC // this.listBoxSC.FormattingEnabled = true; this.listBoxSC.ItemHeight = 12; this.listBoxSC.Location = new System.Drawing.Point(0, 24); this.listBoxSC.Name = "listBoxSC"; this.listBoxSC.Size = new System.Drawing.Size(135, 292); this.listBoxSC.TabIndex = 1; this.listBoxSC.SelectedIndexChanged += new System.EventHandler(this.listBoxSC_SelectedIndexChanged); // // listBoxSG // this.listBoxSG.FormattingEnabled = true; this.listBoxSG.ItemHeight = 12; this.listBoxSG.Location = new System.Drawing.Point(276, 25); this.listBoxSG.Name = "listBoxSG"; this.listBoxSG.Size = new System.Drawing.Size(137, 292); this.listBoxSG.TabIndex = 2; this.listBoxSG.SelectedIndexChanged += new System.EventHandler(this.listBoxSG_SelectedIndexChanged); // // textBoxSC // // // // this.textBoxSC.Border.Class = "TextBoxBorder"; this.textBoxSC.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxSC.Location = new System.Drawing.Point(146, 61); this.textBoxSC.Name = "textBoxSC"; this.textBoxSC.ReadOnly = true; this.textBoxSC.Size = new System.Drawing.Size(122, 21); this.textBoxSC.TabIndex = 3; // // textBoxSG // // // // this.textBoxSG.Border.Class = "TextBoxBorder"; this.textBoxSG.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxSG.Location = new System.Drawing.Point(146, 131); this.textBoxSG.Name = "textBoxSG"; this.textBoxSG.ReadOnly = true; this.textBoxSG.Size = new System.Drawing.Size(122, 21); this.textBoxSG.TabIndex = 4; // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(146, 36); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(75, 23); this.labelX1.TabIndex = 5; this.labelX1.Text = "实测数据"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(146, 106); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(75, 23); this.labelX2.TabIndex = 6; this.labelX2.Text = "施工数据"; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(146, 198); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(56, 23); this.labelX3.TabIndex = 8; this.labelX3.Text = "检测道路"; // // buttonOK // this.buttonOK.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonOK.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonOK.Location = new System.Drawing.Point(191, 275); this.buttonOK.Name = "buttonOK"; this.buttonOK.Size = new System.Drawing.Size(75, 28); this.buttonOK.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonOK.TabIndex = 9; this.buttonOK.Text = "确定"; this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click); // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(0, 1); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(104, 23); this.labelX4.TabIndex = 10; this.labelX4.Text = "实测管线图层列表"; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(277, 2); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(136, 23); this.labelX5.TabIndex = 11; this.labelX5.Text = "施工管线图层列表"; // // comboBoxRoad // this.comboBoxRoad.FormattingEnabled = true; this.comboBoxRoad.Location = new System.Drawing.Point(147, 227); this.comboBoxRoad.Name = "comboBoxRoad"; this.comboBoxRoad.Size = new System.Drawing.Size(121, 20); this.comboBoxRoad.TabIndex = 12; // // FrmGBJC // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(418, 320); this.Controls.Add(this.comboBoxRoad); this.Controls.Add(this.labelX5); this.Controls.Add(this.labelX4); this.Controls.Add(this.buttonOK); this.Controls.Add(this.labelX3); this.Controls.Add(this.labelX2); this.Controls.Add(this.labelX1); this.Controls.Add(this.textBoxSG); this.Controls.Add(this.textBoxSC); this.Controls.Add(this.listBoxSG); this.Controls.Add(this.listBoxSC); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmGBJC"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线国标检测"; this.Load += new System.EventHandler(this.FrmGBJC_Load); this.ResumeLayout(false); } #endregion private ListBox listBoxSC; private ListBox listBoxSG; private TextBoxX textBoxSC; private TextBoxX textBoxSG; private LabelX labelX1; private LabelX labelX2; private LabelX labelX3; private ButtonX buttonOK; private LabelX labelX4; private LabelX labelX5; private ComboBox comboBoxRoad; } }