From 84a67b8541e5d26d3eb79adde960488226adbd0e Mon Sep 17 00:00:00 2001
From: lg <999544862qq.com>
Date: 星期六, 31 八月 2024 10:32:14 +0800
Subject: [PATCH] 优化,删除了用不到的命名空间
---
DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs
index 207b9d8..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();
@@ -92,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
//
@@ -112,6 +139,12 @@
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
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
//
@@ -499,5 +532,9 @@
private DevExpress.XtraBars.BarButtonItem barButtonItem5;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.ToolStripStatusLabel toolTime;
+ 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