namespace HStation.RevitDev.RevitDataExport.Forms { partial class Form_CheckResult { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.button1 = new System.Windows.Forms.Button(); this.button2 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.iDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.nameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.failReasonDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.failModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.checkModelBindingSource = new System.Windows.Forms.BindingSource(this.components); this.checkBox3 = new System.Windows.Forms.CheckBox(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.failModelBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.checkModelBindingSource)).BeginInit(); this.SuspendLayout(); // // dataGridView1 // this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AllowUserToDeleteRows = false; this.dataGridView1.AutoGenerateColumns = false; this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Control; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SunkenVertical; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Sunken; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.iDDataGridViewTextBoxColumn, this.nameDataGridViewTextBoxColumn, this.failReasonDataGridViewTextBoxColumn}); this.dataGridView1.DataSource = this.failModelBindingSource; this.dataGridView1.Location = new System.Drawing.Point(2, 208); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowHeadersWidth = 62; this.dataGridView1.RowTemplate.Height = 30; this.dataGridView1.Size = new System.Drawing.Size(800, 533); this.dataGridView1.TabIndex = 0; this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick); this.dataGridView1.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.dataGridView1_DataError); // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox3); this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Location = new System.Drawing.Point(13, 13); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(775, 120); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "修正配置"; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Location = new System.Drawing.Point(29, 74); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(250, 22); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "管道缺少某个连接属性修正"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(29, 34); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(232, 22); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "喷头连接非管道数据修正"; this.checkBox1.UseVisualStyleBackColor = true; // // button1 // this.button1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button1.ForeColor = System.Drawing.SystemColors.Highlight; this.button1.Location = new System.Drawing.Point(482, 147); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(140, 35); this.button1.TabIndex = 2; this.button1.Text = "重新检验"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // button2 // this.button2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button2.ForeColor = System.Drawing.Color.Orange; this.button2.Location = new System.Drawing.Point(638, 147); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(147, 35); this.button2.TabIndex = 3; this.button2.Text = "导出数据文件"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // label1 // this.label1.AutoSize = true; this.label1.ForeColor = System.Drawing.Color.Red; this.label1.Location = new System.Drawing.Point(13, 150); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(440, 18); this.label1.TabIndex = 4; this.label1.Text = "模型编辑修改后,请先保存模型,再点击“重新检验”"; // // iDDataGridViewTextBoxColumn // this.iDDataGridViewTextBoxColumn.DataPropertyName = "ID"; dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Blue; this.iDDataGridViewTextBoxColumn.DefaultCellStyle = dataGridViewCellStyle1; this.iDDataGridViewTextBoxColumn.HeaderText = "ID"; this.iDDataGridViewTextBoxColumn.MinimumWidth = 8; this.iDDataGridViewTextBoxColumn.Name = "iDDataGridViewTextBoxColumn"; this.iDDataGridViewTextBoxColumn.ReadOnly = true; this.iDDataGridViewTextBoxColumn.Width = 150; // // nameDataGridViewTextBoxColumn // this.nameDataGridViewTextBoxColumn.DataPropertyName = "Name"; this.nameDataGridViewTextBoxColumn.HeaderText = "Name"; this.nameDataGridViewTextBoxColumn.MinimumWidth = 8; this.nameDataGridViewTextBoxColumn.Name = "nameDataGridViewTextBoxColumn"; this.nameDataGridViewTextBoxColumn.ReadOnly = true; this.nameDataGridViewTextBoxColumn.Width = 250; // // failReasonDataGridViewTextBoxColumn // this.failReasonDataGridViewTextBoxColumn.DataPropertyName = "FailReason"; this.failReasonDataGridViewTextBoxColumn.HeaderText = "失败原因"; this.failReasonDataGridViewTextBoxColumn.MinimumWidth = 8; this.failReasonDataGridViewTextBoxColumn.Name = "failReasonDataGridViewTextBoxColumn"; this.failReasonDataGridViewTextBoxColumn.ReadOnly = true; this.failReasonDataGridViewTextBoxColumn.Width = 350; // // failModelBindingSource // this.failModelBindingSource.DataSource = typeof(Hydro.Core.Model.FailModel); // // checkModelBindingSource // this.checkModelBindingSource.DataSource = typeof(Hydro.Core.Model.CheckModel); // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(347, 33); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(178, 22); this.checkBox3.TabIndex = 2; this.checkBox3.Text = "管件连接管件修正"; this.checkBox3.UseVisualStyleBackColor = true; // // Form_CheckResult // this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 744); this.Controls.Add(this.label1); this.Controls.Add(this.button2); this.Controls.Add(this.button1); this.Controls.Add(this.groupBox1); this.Controls.Add(this.dataGridView1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_CheckResult"; this.Text = "数据检验"; this.Load += new System.EventHandler(this.Form_CheckResult_Load); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.failModelBindingSource)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.checkModelBindingSource)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.BindingSource failModelBindingSource; private System.Windows.Forms.BindingSource checkModelBindingSource; private System.Windows.Forms.DataGridViewTextBoxColumn iDDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn nameDataGridViewTextBoxColumn; private System.Windows.Forms.DataGridViewTextBoxColumn failReasonDataGridViewTextBoxColumn; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Button button1; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox1; private System.Windows.Forms.Button button2; private System.Windows.Forms.Label label1; private System.Windows.Forms.CheckBox checkBox3; } }