From d1ab92287cb24751cb462d90496bf08f60959bbe Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期日, 01 九月 2024 14:46:58 +0800
Subject: [PATCH] 更新父窗体回调事件

---
 DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs |   48 +++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 39 insertions(+), 9 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index 910e9df..3398ead 100644
--- a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
@@ -33,8 +33,12 @@
             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
             this.fluentDesignFormContainer1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormContainer();
             this.statusStrip1 = new System.Windows.Forms.StatusStrip();
+            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
+            this.tooLoading = new System.Windows.Forms.ToolStripStatusLabel();
+            this.toolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
             this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
             this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
+            this.toolStripStatusLabel5 = new System.Windows.Forms.ToolStripStatusLabel();
             this.toolTime = new System.Windows.Forms.ToolStripStatusLabel();
             this.tab = new DevExpress.XtraTab.XtraTabControl();
             this.fluentDesignFormControl1 = new DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl();
@@ -70,7 +74,6 @@
             this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
             this.fluentFormDefaultManager1 = new DevExpress.XtraBars.FluentDesignSystem.FluentFormDefaultManager(this.components);
             this.acrd = new DevExpress.XtraBars.Navigation.AccordionControl();
-            this.accordionControlElement1 = new DevExpress.XtraBars.Navigation.AccordionControlElement();
             this.fluentDesignFormContainer1.SuspendLayout();
             this.statusStrip1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.tab)).BeginInit();
@@ -93,14 +96,37 @@
             // 
             this.statusStrip1.ImageScalingSize = new System.Drawing.Size(20, 20);
             this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.toolStripStatusLabel1,
+            this.tooLoading,
+            this.toolStripStatusLabel4,
             this.toolStripStatusLabel3,
             this.toolStripStatusLabel2,
+            this.toolStripStatusLabel5,
             this.toolTime});
             this.statusStrip1.Location = new System.Drawing.Point(0, 701);
             this.statusStrip1.Name = "statusStrip1";
             this.statusStrip1.Size = new System.Drawing.Size(806, 26);
             this.statusStrip1.TabIndex = 5;
             this.statusStrip1.Text = "statusStrip1";
+            // 
+            // toolStripStatusLabel1
+            // 
+            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
+            this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 20);
+            this.toolStripStatusLabel1.Text = "  ";
+            // 
+            // tooLoading
+            // 
+            this.tooLoading.Image = global::Gs.DevApp.Properties.Resources.convert_16x16;
+            this.tooLoading.Name = "tooLoading";
+            this.tooLoading.Size = new System.Drawing.Size(119, 20);
+            this.tooLoading.Text = "閲嶆柊鍔犺浇绯荤粺";
+            // 
+            // toolStripStatusLabel4
+            // 
+            this.toolStripStatusLabel4.Name = "toolStripStatusLabel4";
+            this.toolStripStatusLabel4.Size = new System.Drawing.Size(17, 20);
+            this.toolStripStatusLabel4.Text = "  ";
             // 
             // toolStripStatusLabel3
             // 
@@ -114,6 +140,12 @@
             this.toolStripStatusLabel2.Size = new System.Drawing.Size(174, 20);
             this.toolStripStatusLabel2.Text = "鎶�鏈敮鎸侊細瀹佹尝骞挎繁绉戞妧";
             // 
+            // toolStripStatusLabel5
+            // 
+            this.toolStripStatusLabel5.Name = "toolStripStatusLabel5";
+            this.toolStripStatusLabel5.Size = new System.Drawing.Size(17, 20);
+            this.toolStripStatusLabel5.Text = "  ";
+            // 
             // toolTime
             // 
             this.toolTime.Image = global::Gs.DevApp.Properties.Resources.time2_16x16;
@@ -123,6 +155,8 @@
             // 
             // tab
             // 
+            this.tab.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
+            this.tab.Appearance.Options.UseFont = true;
             this.tab.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader;
             this.tab.Dock = System.Windows.Forms.DockStyle.Fill;
             this.tab.Location = new System.Drawing.Point(0, 0);
@@ -425,19 +459,12 @@
             // acrd
             // 
             this.acrd.Dock = System.Windows.Forms.DockStyle.Left;
-            this.acrd.Elements.AddRange(new DevExpress.XtraBars.Navigation.AccordionControlElement[] {
-            this.accordionControlElement1});
             this.acrd.Location = new System.Drawing.Point(0, 39);
             this.acrd.Name = "acrd";
             this.acrd.ScrollBarMode = DevExpress.XtraBars.Navigation.ScrollBarMode.Touch;
             this.acrd.Size = new System.Drawing.Size(208, 727);
             this.acrd.TabIndex = 1;
             this.acrd.ViewType = DevExpress.XtraBars.Navigation.AccordionControlViewType.HamburgerMenu;
-            // 
-            // accordionControlElement1
-            // 
-            this.accordionControlElement1.Name = "accordionControlElement1";
-            this.accordionControlElement1.Text = "Element1";
             // 
             // FrmMain
             // 
@@ -505,6 +532,9 @@
         private DevExpress.XtraBars.BarButtonItem barButtonItem5;
         private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
         private System.Windows.Forms.ToolStripStatusLabel toolTime;
-        private DevExpress.XtraBars.Navigation.AccordionControlElement accordionControlElement1;
+        private System.Windows.Forms.ToolStripStatusLabel tooLoading;
+        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
+        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel4;
+        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel5;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3