namespace HStation.RevitDev.RevitDataExport.Forms
|
{
|
partial class Form_SystemCheckResult
|
{
|
/// <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.dgv_checkList = new System.Windows.Forms.DataGridView();
|
((System.ComponentModel.ISupportInitialize)(this.dgv_checkList)).BeginInit();
|
this.SuspendLayout();
|
//
|
// dgv_checkList
|
//
|
this.dgv_checkList.AllowUserToAddRows = false;
|
this.dgv_checkList.AllowUserToDeleteRows = false;
|
this.dgv_checkList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
this.dgv_checkList.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.dgv_checkList.Location = new System.Drawing.Point(0, 0);
|
this.dgv_checkList.Name = "dgv_checkList";
|
this.dgv_checkList.ReadOnly = true;
|
this.dgv_checkList.RowHeadersVisible = false;
|
this.dgv_checkList.RowTemplate.Height = 23;
|
this.dgv_checkList.Size = new System.Drawing.Size(800, 450);
|
this.dgv_checkList.TabIndex = 0;
|
//
|
// Form_SystemCheckResult
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.Controls.Add(this.dgv_checkList);
|
this.Name = "Form_SystemCheckResult";
|
this.Text = "系统检查";
|
this.Load += new System.EventHandler(this.Form_SystemCheckResult_Load);
|
((System.ComponentModel.ISupportInitialize)(this.dgv_checkList)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.DataGridView dgv_checkList;
|
}
|
}
|