duheng
2025-03-05 0f831db8df9c2e4adc7feca636967a0fb1cd5e29
HStation.RevitDev/RevitDataExport/Forms/Form_SystemCheckResult.Designer.cs
@@ -29,6 +29,8 @@
        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();
            // 
@@ -37,22 +39,44 @@
            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.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(800, 450);
            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();
@@ -63,5 +87,7 @@
        #endregion
        private System.Windows.Forms.DataGridView dgv_checkList;
        private DevExpress.XtraEditors.SimpleButton simpleButton1;
        private DevExpress.XtraEditors.SimpleButton simpleButton2;
    }
}