namespace HStation.RevitDev.RevitDataExport.Forms
{
partial class Form_SystemCheckResult
{
///
/// 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.dgv_checkList = new System.Windows.Forms.DataGridView();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
((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.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(589, 409);
this.dgv_checkList.TabIndex = 0;
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(402, 420);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 1;
this.simpleButton1.Text = "确定";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// simpleButton2
//
this.simpleButton2.Location = new System.Drawing.Point(507, 420);
this.simpleButton2.Name = "simpleButton2";
this.simpleButton2.Size = new System.Drawing.Size(75, 23);
this.simpleButton2.TabIndex = 2;
this.simpleButton2.Text = "取消";
this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
//
// Form_SystemCheckResult
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(589, 450);
this.Controls.Add(this.simpleButton2);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.dgv_checkList);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_SystemCheckResult";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
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;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private DevExpress.XtraEditors.SimpleButton simpleButton2;
}
}