From 0f831db8df9c2e4adc7feca636967a0fb1cd5e29 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 05 三月 2025 09:20:00 +0800 Subject: [PATCH] 修改登录界面 --- HStation.RevitDev/RevitDataExport/Forms/Form_SystemCheckResult.Designer.cs | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/HStation.RevitDev/RevitDataExport/Forms/Form_SystemCheckResult.Designer.cs b/HStation.RevitDev/RevitDataExport/Forms/Form_SystemCheckResult.Designer.cs index a95126e..280c5f8 100644 --- a/HStation.RevitDev/RevitDataExport/Forms/Form_SystemCheckResult.Designer.cs +++ b/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; } } \ No newline at end of file -- Gitblit v1.9.3