namespace Cyberpipe { partial class FrmRedlineResult { /// <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.groupBox1 = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); 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(); this.Column8 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column9 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column7 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column10 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238))))); 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.Column8, this.Column9, this.Column5, this.Column6, this.Column7, this.Column10}); this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Top; this.dataGridView1.Location = new System.Drawing.Point(3, 17); this.dataGridView1.MultiSelect = false; this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowTemplate.Height = 23; this.dataGridView1.Size = new System.Drawing.Size(348, 200); this.dataGridView1.TabIndex = 1; this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); // // groupBox1 // this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.label1); this.groupBox1.Controls.Add(this.dataGridView1); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(354, 265); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "红线审查结果"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(41, 244); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(305, 12); this.label2.TabIndex = 3; this.label2.Text = "进入长度表示该交叉管线在红线区域内的长度,单位为米"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(6, 224); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(329, 12); this.label1.TabIndex = 2; this.label1.Text = "说明:进入面积表示管线进入红线区域的面积,单位为平方米"; // // Column1 // this.Column1.HeaderText = "图层"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 80; // // Column2 // this.Column2.HeaderText = "问题管段编号"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Visible = false; this.Column2.Width = 140; // // Column3 // this.Column3.HeaderText = "净距/进入长度"; this.Column3.Name = "Column3"; this.Column3.ReadOnly = true; this.Column3.Visible = false; this.Column3.Width = 110; // // Column4 // this.Column4.DataPropertyName = "state"; this.Column4.HeaderText = "最大长度"; this.Column4.Name = "Column4"; this.Column4.ReadOnly = true; this.Column4.Visible = false; this.Column4.Width = 80; // // Column8 // this.Column8.HeaderText = "最小长度"; this.Column8.Name = "Column8"; this.Column8.ReadOnly = true; this.Column8.Visible = false; this.Column8.Width = 80; // // Column9 // this.Column9.HeaderText = "进入长度"; this.Column9.Name = "Column9"; this.Column9.ReadOnly = true; // // Column5 // this.Column5.HeaderText = "x"; this.Column5.Name = "Column5"; this.Column5.ReadOnly = true; this.Column5.Visible = false; // // Column6 // this.Column6.HeaderText = "y"; this.Column6.Name = "Column6"; this.Column6.ReadOnly = true; this.Column6.Visible = false; // // Column7 // this.Column7.HeaderText = "z"; this.Column7.Name = "Column7"; this.Column7.ReadOnly = true; this.Column7.Visible = false; // // Column10 // this.Column10.HeaderText = "进入面积"; this.Column10.Name = "Column10"; this.Column10.ReadOnly = true; // // FrmRedlineResult // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(354, 265); this.Controls.Add(this.groupBox1); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmRedlineResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "红线审查结果"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmRedlineResult_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmRedlineResult_FormClosed); this.Load += new System.EventHandler(this.FrmRedlineResult_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn Column3; private System.Windows.Forms.DataGridViewTextBoxColumn Column4; private System.Windows.Forms.DataGridViewTextBoxColumn Column8; private System.Windows.Forms.DataGridViewTextBoxColumn Column9; private System.Windows.Forms.DataGridViewTextBoxColumn Column5; private System.Windows.Forms.DataGridViewTextBoxColumn Column6; private System.Windows.Forms.DataGridViewTextBoxColumn Column7; private System.Windows.Forms.DataGridViewTextBoxColumn Column10; } }