namespace Cyberpipe { partial class FrmCityServerLineAnalysis { /// <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.dataGridView1 = new System.Windows.Forms.DataGridView(); this.listBoxCitySevenLine = new System.Windows.Forms.ListBox(); this.listBoxPolylineLayers = new System.Windows.Forms.ListBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.buttonAllPolygon = new DevComponents.DotNetBar.ButtonX(); this.buttonDrawPolygon = new DevComponents.DotNetBar.ButtonX(); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.textBoxRedLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX2 = new DevComponents.DotNetBar.LabelX(); this.labelX3 = new DevComponents.DotNetBar.LabelX(); this.textBoxOrangeLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX4 = new DevComponents.DotNetBar.LabelX(); this.labelX5 = new DevComponents.DotNetBar.LabelX(); this.textBoxGreenLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX6 = new DevComponents.DotNetBar.LabelX(); this.labelX7 = new DevComponents.DotNetBar.LabelX(); this.labelX8 = new DevComponents.DotNetBar.LabelX(); this.labelX9 = new DevComponents.DotNetBar.LabelX(); this.textBoxPurpleLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.labelX10 = new DevComponents.DotNetBar.LabelX(); this.labelX11 = new DevComponents.DotNetBar.LabelX(); this.labelX12 = new DevComponents.DotNetBar.LabelX(); this.labelX15 = new DevComponents.DotNetBar.LabelX(); this.labelX16 = new DevComponents.DotNetBar.LabelX(); this.textBoxBlackLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxBlueLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.textBoxYellowLine = new DevComponents.DotNetBar.Controls.TextBoxX(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Column1, this.Column2, this.Column3, this.Column4}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Bottom; this.dataGridView1.Location = new System.Drawing.Point(0, 248); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(469, 276); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dataGridView1_CellMouseDoubleClick); // // listBoxCitySevenLine // this.listBoxCitySevenLine.FormattingEnabled = true; this.listBoxCitySevenLine.HorizontalScrollbar = true; this.listBoxCitySevenLine.ItemHeight = 12; this.listBoxCitySevenLine.Location = new System.Drawing.Point(165, 38); this.listBoxCitySevenLine.Name = "listBoxCitySevenLine"; this.listBoxCitySevenLine.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxCitySevenLine.Size = new System.Drawing.Size(142, 160); this.listBoxCitySevenLine.Sorted = true; this.listBoxCitySevenLine.TabIndex = 1; // // listBoxPolylineLayers // this.listBoxPolylineLayers.FormattingEnabled = true; this.listBoxPolylineLayers.HorizontalScrollbar = true; this.listBoxPolylineLayers.ItemHeight = 12; this.listBoxPolylineLayers.Location = new System.Drawing.Point(10, 38); this.listBoxPolylineLayers.Name = "listBoxPolylineLayers"; this.listBoxPolylineLayers.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended; this.listBoxPolylineLayers.Size = new System.Drawing.Size(142, 160); this.listBoxPolylineLayers.Sorted = true; this.listBoxPolylineLayers.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(163, 13); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 3; this.label1.Text = "七线图层:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 13); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 4; this.label2.Text = "管线图层:"; // // buttonAllPolygon // this.buttonAllPolygon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonAllPolygon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonAllPolygon.Location = new System.Drawing.Point(10, 211); this.buttonAllPolygon.Name = "buttonAllPolygon"; this.buttonAllPolygon.Size = new System.Drawing.Size(75, 23); this.buttonAllPolygon.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonAllPolygon.TabIndex = 7; this.buttonAllPolygon.Text = "全区域审核"; this.buttonAllPolygon.Click += new System.EventHandler(this.buttonAllPolygon_Click); // // buttonDrawPolygon // this.buttonDrawPolygon.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.buttonDrawPolygon.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.buttonDrawPolygon.Location = new System.Drawing.Point(165, 211); this.buttonDrawPolygon.Name = "buttonDrawPolygon"; this.buttonDrawPolygon.Size = new System.Drawing.Size(82, 23); this.buttonDrawPolygon.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.buttonDrawPolygon.TabIndex = 8; this.buttonDrawPolygon.Text = "绘制区域审核"; this.buttonDrawPolygon.Click += new System.EventHandler(this.buttonDrawPolygon_Click); // // labelX1 // // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX1.Location = new System.Drawing.Point(316, 9); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(69, 23); this.labelX1.TabIndex = 9; this.labelX1.Text = "城市红线:"; // // textBoxRedLine // // // // this.textBoxRedLine.Border.Class = "TextBoxBorder"; this.textBoxRedLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxRedLine.Location = new System.Drawing.Point(376, 6); this.textBoxRedLine.Name = "textBoxRedLine"; this.textBoxRedLine.Size = new System.Drawing.Size(59, 21); this.textBoxRedLine.TabIndex = 10; this.textBoxRedLine.Text = "1.0"; // // labelX2 // // // // this.labelX2.BackgroundStyle.Class = ""; this.labelX2.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX2.Location = new System.Drawing.Point(441, 6); this.labelX2.Name = "labelX2"; this.labelX2.Size = new System.Drawing.Size(22, 23); this.labelX2.TabIndex = 11; this.labelX2.Text = "米"; // // labelX3 // // // // this.labelX3.BackgroundStyle.Class = ""; this.labelX3.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX3.Location = new System.Drawing.Point(441, 33); this.labelX3.Name = "labelX3"; this.labelX3.Size = new System.Drawing.Size(22, 23); this.labelX3.TabIndex = 14; this.labelX3.Text = "米"; // // textBoxOrangeLine // // // // this.textBoxOrangeLine.Border.Class = "TextBoxBorder"; this.textBoxOrangeLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxOrangeLine.Location = new System.Drawing.Point(376, 33); this.textBoxOrangeLine.Name = "textBoxOrangeLine"; this.textBoxOrangeLine.Size = new System.Drawing.Size(59, 21); this.textBoxOrangeLine.TabIndex = 13; this.textBoxOrangeLine.Text = "1.0"; // // labelX4 // // // // this.labelX4.BackgroundStyle.Class = ""; this.labelX4.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX4.Location = new System.Drawing.Point(317, 36); this.labelX4.Name = "labelX4"; this.labelX4.Size = new System.Drawing.Size(69, 23); this.labelX4.TabIndex = 12; this.labelX4.Text = "城市橙线:"; // // labelX5 // // // // this.labelX5.BackgroundStyle.Class = ""; this.labelX5.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX5.Location = new System.Drawing.Point(441, 89); this.labelX5.Name = "labelX5"; this.labelX5.Size = new System.Drawing.Size(22, 23); this.labelX5.TabIndex = 20; this.labelX5.Text = "米"; // // textBoxGreenLine // // // // this.textBoxGreenLine.Border.Class = "TextBoxBorder"; this.textBoxGreenLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxGreenLine.Location = new System.Drawing.Point(376, 89); this.textBoxGreenLine.Name = "textBoxGreenLine"; this.textBoxGreenLine.Size = new System.Drawing.Size(59, 21); this.textBoxGreenLine.TabIndex = 19; this.textBoxGreenLine.Text = "1.0"; // // labelX6 // // // // this.labelX6.BackgroundStyle.Class = ""; this.labelX6.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX6.Location = new System.Drawing.Point(317, 92); this.labelX6.Name = "labelX6"; this.labelX6.Size = new System.Drawing.Size(69, 23); this.labelX6.TabIndex = 18; this.labelX6.Text = "城市绿线:"; // // labelX7 // // // // this.labelX7.BackgroundStyle.Class = ""; this.labelX7.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX7.Location = new System.Drawing.Point(441, 62); this.labelX7.Name = "labelX7"; this.labelX7.Size = new System.Drawing.Size(22, 23); this.labelX7.TabIndex = 17; this.labelX7.Text = "米"; // // labelX8 // // // // this.labelX8.BackgroundStyle.Class = ""; this.labelX8.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX8.Location = new System.Drawing.Point(316, 65); this.labelX8.Name = "labelX8"; this.labelX8.Size = new System.Drawing.Size(69, 23); this.labelX8.TabIndex = 15; this.labelX8.Text = "城市黄线:"; // // labelX9 // // // // this.labelX9.BackgroundStyle.Class = ""; this.labelX9.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX9.Location = new System.Drawing.Point(441, 145); this.labelX9.Name = "labelX9"; this.labelX9.Size = new System.Drawing.Size(22, 23); this.labelX9.TabIndex = 26; this.labelX9.Text = "米"; // // textBoxPurpleLine // // // // this.textBoxPurpleLine.Border.Class = "TextBoxBorder"; this.textBoxPurpleLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxPurpleLine.Location = new System.Drawing.Point(376, 145); this.textBoxPurpleLine.Name = "textBoxPurpleLine"; this.textBoxPurpleLine.Size = new System.Drawing.Size(59, 21); this.textBoxPurpleLine.TabIndex = 25; this.textBoxPurpleLine.Text = "1.0"; // // labelX10 // // // // this.labelX10.BackgroundStyle.Class = ""; this.labelX10.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX10.Location = new System.Drawing.Point(317, 148); this.labelX10.Name = "labelX10"; this.labelX10.Size = new System.Drawing.Size(69, 23); this.labelX10.TabIndex = 24; this.labelX10.Text = "城市紫线:"; // // labelX11 // // // // this.labelX11.BackgroundStyle.Class = ""; this.labelX11.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX11.Location = new System.Drawing.Point(441, 118); this.labelX11.Name = "labelX11"; this.labelX11.Size = new System.Drawing.Size(22, 23); this.labelX11.TabIndex = 23; this.labelX11.Text = "米"; // // labelX12 // // // // this.labelX12.BackgroundStyle.Class = ""; this.labelX12.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX12.Location = new System.Drawing.Point(316, 121); this.labelX12.Name = "labelX12"; this.labelX12.Size = new System.Drawing.Size(69, 23); this.labelX12.TabIndex = 21; this.labelX12.Text = "城市蓝线:"; // // labelX15 // // // // this.labelX15.BackgroundStyle.Class = ""; this.labelX15.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX15.Location = new System.Drawing.Point(441, 172); this.labelX15.Name = "labelX15"; this.labelX15.Size = new System.Drawing.Size(22, 23); this.labelX15.TabIndex = 29; this.labelX15.Text = "米"; // // labelX16 // // // // this.labelX16.BackgroundStyle.Class = ""; this.labelX16.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.labelX16.Location = new System.Drawing.Point(316, 175); this.labelX16.Name = "labelX16"; this.labelX16.Size = new System.Drawing.Size(69, 23); this.labelX16.TabIndex = 27; this.labelX16.Text = "城市黑线:"; // // textBoxBlackLine // // // // this.textBoxBlackLine.Border.Class = "TextBoxBorder"; this.textBoxBlackLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxBlackLine.Location = new System.Drawing.Point(376, 173); this.textBoxBlackLine.Name = "textBoxBlackLine"; this.textBoxBlackLine.Size = new System.Drawing.Size(59, 21); this.textBoxBlackLine.TabIndex = 30; this.textBoxBlackLine.Text = "1.0"; // // textBoxBlueLine // // // // this.textBoxBlueLine.Border.Class = "TextBoxBorder"; this.textBoxBlueLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxBlueLine.Location = new System.Drawing.Point(376, 116); this.textBoxBlueLine.Name = "textBoxBlueLine"; this.textBoxBlueLine.Size = new System.Drawing.Size(59, 21); this.textBoxBlueLine.TabIndex = 31; this.textBoxBlueLine.Text = "1.0"; // // textBoxYellowLine // // // // this.textBoxYellowLine.Border.Class = "TextBoxBorder"; this.textBoxYellowLine.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.textBoxYellowLine.Location = new System.Drawing.Point(376, 62); this.textBoxYellowLine.Name = "textBoxYellowLine"; this.textBoxYellowLine.Size = new System.Drawing.Size(59, 21); this.textBoxYellowLine.TabIndex = 32; this.textBoxYellowLine.Text = "1.0"; // // Column1 // this.Column1.HeaderText = "管线名称"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; // // Column2 // this.Column2.HeaderText = "管线图层名称"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; // // Column3 // this.Column3.HeaderText = "七线名称"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; // // Column4 // this.Column4.HeaderText = "七线图层名称"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; // // FrmCityServerLineAnalysis // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(469, 524); this.Controls.Add(this.textBoxYellowLine); this.Controls.Add(this.textBoxBlueLine); this.Controls.Add(this.textBoxBlackLine); this.Controls.Add(this.labelX15); this.Controls.Add(this.labelX16); this.Controls.Add(this.labelX9); this.Controls.Add(this.textBoxPurpleLine); this.Controls.Add(this.labelX10); this.Controls.Add(this.labelX11); this.Controls.Add(this.labelX12); this.Controls.Add(this.labelX5); this.Controls.Add(this.textBoxGreenLine); this.Controls.Add(this.labelX6); this.Controls.Add(this.labelX7); this.Controls.Add(this.labelX8); this.Controls.Add(this.labelX3); this.Controls.Add(this.textBoxOrangeLine); this.Controls.Add(this.labelX4); this.Controls.Add(this.labelX2); this.Controls.Add(this.textBoxRedLine); this.Controls.Add(this.labelX1); this.Controls.Add(this.buttonDrawPolygon); this.Controls.Add(this.buttonAllPolygon); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.listBoxPolylineLayers); this.Controls.Add(this.listBoxCitySevenLine); this.Controls.Add(this.dataGridView1); this.DoubleBuffered = true; this.MaximizeBox = false; this.Name = "FrmCityServerLineAnalysis"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "管线审核"; this.Load += new System.EventHandler(this.FrmHorizontalDistanceAnalysis_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.ListBox listBoxCitySevenLine; private System.Windows.Forms.ListBox listBoxPolylineLayers; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private DevComponents.DotNetBar.ButtonX buttonAllPolygon; private DevComponents.DotNetBar.ButtonX buttonDrawPolygon; private DevComponents.DotNetBar.LabelX labelX1; private DevComponents.DotNetBar.Controls.TextBoxX textBoxRedLine; private DevComponents.DotNetBar.LabelX labelX2; private DevComponents.DotNetBar.Controls.TextBoxX textBoxOrangeLine; private DevComponents.DotNetBar.LabelX labelX3; private DevComponents.DotNetBar.LabelX labelX4; private DevComponents.DotNetBar.LabelX labelX5; private DevComponents.DotNetBar.Controls.TextBoxX textBoxGreenLine; private DevComponents.DotNetBar.LabelX labelX6; private DevComponents.DotNetBar.LabelX labelX7; private DevComponents.DotNetBar.LabelX labelX8; private DevComponents.DotNetBar.LabelX labelX9; private DevComponents.DotNetBar.Controls.TextBoxX textBoxPurpleLine; private DevComponents.DotNetBar.LabelX labelX10; private DevComponents.DotNetBar.LabelX labelX11; private DevComponents.DotNetBar.LabelX labelX12; private DevComponents.DotNetBar.LabelX labelX15; private DevComponents.DotNetBar.LabelX labelX16; private DevComponents.DotNetBar.Controls.TextBoxX textBoxBlackLine; private DevComponents.DotNetBar.Controls.TextBoxX textBoxBlueLine; private DevComponents.DotNetBar.Controls.TextBoxX textBoxYellowLine; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; } }