From 72dc506dbd884fac5011b38d94280bf3e807969a Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期四, 04 九月 2025 10:59:07 +0800 Subject: [PATCH] 送货计划增加导出功能 --- DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs b/DevApp/Gs.DevApp/DevFrm/FrmMain.Designer.cs index 3a0f6e3..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 // @@ -190,7 +199,6 @@ this.barOrg.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.usergroup_16x161; this.barOrg.Name = "barOrg"; this.barOrg.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; - this.barOrg.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; // // repositoryItemCheckedComboBoxEdit1 // @@ -301,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