namespace Cyberpipe { partial class FrmShResult { /// <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.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); this.buttonExp1 = new System.Windows.Forms.Button(); this.dgridShHResult = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.dgridShVResult = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.labelX1 = new DevComponents.DotNetBar.LabelX(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.审核图层 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.审核编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.问题图层 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.问题编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.审核图层1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.审核编号1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.问题图层1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.问题编号1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dgridShHResult)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.dgridShVResult)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // buttonExp1 // this.buttonExp1.Dock = System.Windows.Forms.DockStyle.Fill; this.buttonExp1.Location = new System.Drawing.Point(464, 319); this.buttonExp1.Name = "buttonExp1"; this.buttonExp1.Size = new System.Drawing.Size(64, 24); this.buttonExp1.TabIndex = 17; this.buttonExp1.Text = "导出"; this.buttonExp1.UseVisualStyleBackColor = true; this.buttonExp1.Click += new System.EventHandler(this.buttonExp1_Click); // // dgridShHResult // this.dgridShHResult.AllowUserToAddRows = false; this.dgridShHResult.AllowUserToDeleteRows = false; this.dgridShHResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgridShHResult.BackgroundColor = System.Drawing.SystemColors.ActiveCaption; this.dgridShHResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgridShHResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.审核图层1, this.审核编号1, this.问题图层1, this.问题编号1, this.dataGridViewTextBoxColumn5, this.Column2}); this.tableLayoutPanel1.SetColumnSpan(this.dgridShHResult, 3); dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgridShHResult.DefaultCellStyle = dataGridViewCellStyle2; this.dgridShHResult.Dock = System.Windows.Forms.DockStyle.Fill; this.dgridShHResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgridShHResult.Location = new System.Drawing.Point(3, 191); this.dgridShHResult.Name = "dgridShHResult"; this.dgridShHResult.ReadOnly = true; this.dgridShHResult.RowHeadersVisible = false; this.dgridShHResult.RowTemplate.Height = 23; this.dgridShHResult.Size = new System.Drawing.Size(595, 122); this.dgridShHResult.TabIndex = 9; this.dgridShHResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgridShHResult_CellDoubleClick); // // label2 // this.label2.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(3, 172); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(77, 12); this.label2.TabIndex = 8; this.label2.Text = "水平净距结果"; // // label1 // this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label1.AutoSize = true; this.tableLayoutPanel1.SetColumnSpan(this.label1, 3); this.label1.Location = new System.Drawing.Point(3, 24); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(77, 12); this.label1.TabIndex = 7; this.label1.Text = "垂直净距结果"; // // dgridShVResult // this.dgridShVResult.AllowUserToAddRows = false; this.dgridShVResult.AllowUserToDeleteRows = false; this.dgridShVResult.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.dgridShVResult.BackgroundColor = System.Drawing.SystemColors.ActiveCaption; this.dgridShVResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgridShVResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.审核图层, this.审核编号, this.问题图层, this.问题编号, this.dataGridViewTextBoxColumn25, this.Column1}); this.tableLayoutPanel1.SetColumnSpan(this.dgridShVResult, 3); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.dgridShVResult.DefaultCellStyle = dataGridViewCellStyle1; this.dgridShVResult.Dock = System.Windows.Forms.DockStyle.Fill; this.dgridShVResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229))))); this.dgridShVResult.Location = new System.Drawing.Point(3, 43); this.dgridShVResult.Name = "dgridShVResult"; this.dgridShVResult.ReadOnly = true; this.dgridShVResult.RowHeadersVisible = false; this.dgridShVResult.RowTemplate.Height = 23; this.dgridShVResult.Size = new System.Drawing.Size(595, 122); this.dgridShVResult.TabIndex = 6; this.dgridShVResult.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgridShVResult_CellDoubleClick); // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // labelX1 // this.labelX1.Anchor = System.Windows.Forms.AnchorStyles.Left; // // // this.labelX1.BackgroundStyle.Class = ""; this.labelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.tableLayoutPanel1.SetColumnSpan(this.labelX1, 3); this.labelX1.Location = new System.Drawing.Point(3, 3); this.labelX1.Name = "labelX1"; this.labelX1.Size = new System.Drawing.Size(585, 14); this.labelX1.TabIndex = 18; this.labelX1.Text = "审核不符合《城市工程管线综合规划规范》(中华人民共和国国家标准GB50289-98)规范要求,内容如下:"; // // tableLayoutPanel1 // this.tableLayoutPanel1.ColumnCount = 3; this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 70F)); this.tableLayoutPanel1.Controls.Add(this.labelX1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.dgridShHResult, 0, 4); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 3); this.tableLayoutPanel1.Controls.Add(this.dgridShVResult, 0, 2); this.tableLayoutPanel1.Controls.Add(this.buttonExp1, 1, 5); this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill; this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; this.tableLayoutPanel1.RowCount = 6; this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F)); this.tableLayoutPanel1.Size = new System.Drawing.Size(601, 346); this.tableLayoutPanel1.TabIndex = 19; // // 审核图层 // this.审核图层.FillWeight = 100.441F; this.审核图层.HeaderText = "审核图层"; this.审核图层.MinimumWidth = 30; this.审核图层.Name = "审核图层"; this.审核图层.ReadOnly = true; this.审核图层.Width = 78; // // 审核编号 // this.审核编号.FillWeight = 100.9208F; this.审核编号.HeaderText = "审核编号"; this.审核编号.MinimumWidth = 30; this.审核编号.Name = "审核编号"; this.审核编号.ReadOnly = true; this.审核编号.Width = 78; // // 问题图层 // this.问题图层.FillWeight = 101.5228F; this.问题图层.HeaderText = "问题图层"; this.问题图层.MinimumWidth = 30; this.问题图层.Name = "问题图层"; this.问题图层.ReadOnly = true; this.问题图层.Width = 78; // // 问题编号 // this.问题编号.FillWeight = 98.55771F; this.问题编号.HeaderText = "问题编号"; this.问题编号.MinimumWidth = 30; this.问题编号.Name = "问题编号"; this.问题编号.ReadOnly = true; this.问题编号.Width = 78; // // dataGridViewTextBoxColumn25 // this.dataGridViewTextBoxColumn25.FillWeight = 98.55771F; this.dataGridViewTextBoxColumn25.HeaderText = "垂直净距/m"; this.dataGridViewTextBoxColumn25.MinimumWidth = 30; this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25"; this.dataGridViewTextBoxColumn25.ReadOnly = true; this.dataGridViewTextBoxColumn25.Width = 90; // // Column1 // this.Column1.HeaderText = "标准净距/m"; this.Column1.Name = "Column1"; this.Column1.ReadOnly = true; this.Column1.Width = 90; // // 审核图层1 // this.审核图层1.FillWeight = 100.441F; this.审核图层1.HeaderText = "审核图层"; this.审核图层1.MinimumWidth = 30; this.审核图层1.Name = "审核图层1"; this.审核图层1.ReadOnly = true; this.审核图层1.Width = 78; // // 审核编号1 // this.审核编号1.FillWeight = 100.9208F; this.审核编号1.HeaderText = "审核编号"; this.审核编号1.MinimumWidth = 30; this.审核编号1.Name = "审核编号1"; this.审核编号1.ReadOnly = true; this.审核编号1.Width = 78; // // 问题图层1 // this.问题图层1.FillWeight = 101.5228F; this.问题图层1.HeaderText = "问题图层"; this.问题图层1.MinimumWidth = 30; this.问题图层1.Name = "问题图层1"; this.问题图层1.ReadOnly = true; this.问题图层1.Width = 78; // // 问题编号1 // this.问题编号1.FillWeight = 98.55771F; this.问题编号1.HeaderText = "问题编号"; this.问题编号1.MinimumWidth = 30; this.问题编号1.Name = "问题编号1"; this.问题编号1.ReadOnly = true; this.问题编号1.Width = 78; // // dataGridViewTextBoxColumn5 // this.dataGridViewTextBoxColumn5.FillWeight = 98.55771F; this.dataGridViewTextBoxColumn5.HeaderText = "水平净距/m"; this.dataGridViewTextBoxColumn5.MinimumWidth = 30; this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5"; this.dataGridViewTextBoxColumn5.ReadOnly = true; this.dataGridViewTextBoxColumn5.Width = 90; // // Column2 // this.Column2.HeaderText = "净距标准/m"; this.Column2.Name = "Column2"; this.Column2.ReadOnly = true; this.Column2.Width = 90; // // FrmShResult // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(601, 346); this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.MinimizeBox = false; this.Name = "FrmShResult"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "审核结果"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmShResult_FormClosed); this.Load += new System.EventHandler(this.FrmShResult_Load); ((System.ComponentModel.ISupportInitialize)(this.dgridShHResult)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.dgridShVResult)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ColorDialog colorDialog1; private DevComponents.DotNetBar.Controls.DataGridViewX dgridShVResult; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private DevComponents.DotNetBar.Controls.DataGridViewX dgridShHResult; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button buttonExp1; private DevComponents.DotNetBar.LabelX labelX1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.DataGridViewTextBoxColumn 审核图层1; private System.Windows.Forms.DataGridViewTextBoxColumn 审核编号1; private System.Windows.Forms.DataGridViewTextBoxColumn 问题图层1; private System.Windows.Forms.DataGridViewTextBoxColumn 问题编号1; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5; private System.Windows.Forms.DataGridViewTextBoxColumn Column2; private System.Windows.Forms.DataGridViewTextBoxColumn 审核图层; private System.Windows.Forms.DataGridViewTextBoxColumn 审核编号; private System.Windows.Forms.DataGridViewTextBoxColumn 问题图层; private System.Windows.Forms.DataGridViewTextBoxColumn 问题编号; private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25; private System.Windows.Forms.DataGridViewTextBoxColumn Column1; } }