From 00882b1b7952163bf6e2ef3e98286cd1fe22a103 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 04 九月 2025 09:24:01 +0800
Subject: [PATCH] Bug修改

---
 DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index f25b50a..253d349 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -37,6 +37,7 @@
             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.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
             this.barMy = new DevExpress.XtraBars.BarSubItem();
             this.barExit = new DevExpress.XtraBars.BarButtonItem();
@@ -86,7 +87,8 @@
             this.strp1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
             this.tooLoading,
             this.toolZhiChi,
-            this.toolTime});
+            this.toolTime,
+            this.toolVersion});
             this.strp1.Location = new System.Drawing.Point(0, 701);
             this.strp1.Name = "strp1";
             this.strp1.Size = new System.Drawing.Size(1022, 26);
@@ -113,6 +115,13 @@
             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 = "鐗堟湰淇℃伅";
             // 
             // fluentDesignFormControl1
             // 
@@ -300,5 +309,6 @@
         private System.Windows.Forms.ToolStripStatusLabel toolZhiChi;
         private DevExpress.XtraBars.BarEditItem barOrg;
         private DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit repositoryItemCheckedComboBoxEdit1;
+        private System.Windows.Forms.ToolStripStatusLabel toolVersion;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3