From 767f92e1e3efb4170295279bc0a788fd4caeb56d Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 05 九月 2025 11:18:46 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index 253d349..6fb41f4 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -38,6 +38,7 @@ this.toolZhiChi = new System.Windows.Forms.ToolStripStatusLabel(); this.toolTime = new System.Windows.Forms.ToolStripStatusLabel(); this.toolVersion = new System.Windows.Forms.ToolStripStatusLabel(); + this.toolFont = new System.Windows.Forms.ToolStripStatusLabel(); this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl(); this.barMy = new DevExpress.XtraBars.BarSubItem(); this.barExit = new DevExpress.XtraBars.BarButtonItem(); @@ -88,7 +89,8 @@ this.tooLoading, this.toolZhiChi, this.toolTime, - this.toolVersion}); + this.toolVersion, + this.toolFont}); this.strp1.Location = new System.Drawing.Point(0, 701); this.strp1.Name = "strp1"; this.strp1.Size = new System.Drawing.Size(1022, 26); @@ -106,8 +108,8 @@ // this.toolZhiChi.Image = global::Gs.DevApp.Properties.Resources.user_16x16; this.toolZhiChi.Name = "toolZhiChi"; - this.toolZhiChi.Size = new System.Drawing.Size(194, 20); - this.toolZhiChi.Text = "鎶�鏈敮鎸侊細瀹佹尝骞挎繁绉戞妧"; + this.toolZhiChi.Size = new System.Drawing.Size(183, 20); + this.toolZhiChi.Text = "鎶�鏈敮鎸�:瀹佹尝骞挎繁绉戞妧"; // // toolTime // @@ -122,6 +124,13 @@ this.toolVersion.Name = "toolVersion"; this.toolVersion.Size = new System.Drawing.Size(89, 20); this.toolVersion.Text = "鐗堟湰淇℃伅"; + // + // toolFont + // + this.toolFont.Image = global::Gs.DevApp.Properties.Resources.article_16x16; + this.toolFont.Name = "toolFont"; + this.toolFont.Size = new System.Drawing.Size(89, 20); + this.toolFont.Text = "鐗堥潰淇℃伅"; // // fluentDesignFormControl1 // @@ -310,5 +319,6 @@ private DevExpress.XtraBars.BarEditItem barOrg; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; private System.Windows.Forms.ToolStripStatusLabel toolVersion; + private System.Windows.Forms.ToolStripStatusLabel toolFont; } } \ No newline at end of file -- Gitblit v1.9.3