From b5834262308402ea928355987b34d1a9a0011374 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 08 九月 2025 23:43:13 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index f25b50a..1c50280 100644 --- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs @@ -37,6 +37,8 @@ this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel(); 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(); @@ -50,6 +52,7 @@ this.cms1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.tabCloseCurrent = new System.Windows.Forms.ToolStripMenuItem(); this.tabCloseAll = new System.Windows.Forms.ToolStripMenuItem(); + this.toolForm = new System.Windows.Forms.ToolStripStatusLabel(); this.fluentDesignFormContainer1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit(); this.strp1.SuspendLayout(); @@ -86,7 +89,10 @@ this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.tooLoading, this.toolZhiChi, - this.toolTime}); + this.toolTime, + this.toolVersion, + this.toolFont, + this.toolForm}); this.strp1.Location = new System.Drawing.Point(0, 701); this.strp1.Name = "strp1"; this.strp1.Size = new System.Drawing.Size(1022, 26); @@ -104,8 +110,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 // @@ -113,6 +119,20 @@ this.toolTime.Name = "toolTime"; this.toolTime.Size = new System.Drawing.Size(89, 20); this.toolTime.Text = "鐧诲綍鏃堕棿"; + // + // toolVersion + // + this.toolVersion.Image = global::Gs.DevApp.Properties.Resources.editrangepermission_16x16; + 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.fontsizeincrease_16x161; + this.toolFont.Name = "toolFont"; + this.toolFont.Size = new System.Drawing.Size(89, 20); + this.toolFont.Text = "瀛椾綋淇℃伅"; // // fluentDesignFormControl1 // @@ -251,6 +271,13 @@ this.tabCloseAll.Size = new System.Drawing.Size(157, 26); this.tabCloseAll.Text = "鍏抽棴鍏跺畠椤�"; // + // toolForm + // + this.toolForm.Image = global::Gs.DevApp.Properties.Resources._3dcolumn_16x16; + this.toolForm.Name = "toolForm"; + this.toolForm.Size = new System.Drawing.Size(97, 20); + this.toolForm.Text = "toolForm"; + // // FrmMain // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F); @@ -300,5 +327,8 @@ private System.Windows.Forms.ToolStripStatusLabel toolZhiChi; private DevExpress.XtraBars.BarEditItem barOrg; private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1; + private System.Windows.Forms.ToolStripStatusLabel toolVersion; + private System.Windows.Forms.ToolStripStatusLabel toolFont; + private System.Windows.Forms.ToolStripStatusLabel toolForm; } } \ No newline at end of file -- Gitblit v1.9.3