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 | 39 +++++++++++++++++++++++++++++++++++++++ 1 files changed, 39 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index 2c251eb..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 // @@ -113,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; @@ -122,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); @@ -497,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