From 31ce91f6ff326063fca78f31ee982001586cc109 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期二, 16 十二月 2025 21:55:34 +0800
Subject: [PATCH] 产能排产功能更新
---
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs | 103 +++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 86 insertions(+), 17 deletions(-)
diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
index 7ab4893..8536b36 100644
--- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.Designer.cs
@@ -83,6 +83,12 @@
this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
+ this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
+ this.barLargeButtonItem5 = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.barLargeButtonItem6 = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.barLargeButtonItem7 = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnPCcxpx = new DevExpress.XtraBars.BarLargeButtonItem();
+ this.btnRiJiHua = new DevExpress.XtraBars.BarLargeButtonItem();
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
this.SuspendLayout();
//
@@ -145,9 +151,12 @@
this.btnPingZhi,
this.btnFPingZhi,
this.btnBDLingLiao,
- this.btnWj});
+ this.btnWj,
+ this.barButtonItem1,
+ this.btnPCcxpx,
+ this.btnRiJiHua});
this.barManager1.MainMenu = this.bar2;
- this.barManager1.MaxItemId = 79;
+ this.barManager1.MaxItemId = 82;
//
// bar2
//
@@ -205,7 +214,9 @@
new DevExpress.XtraBars.LinkPersistInfo(this.barLargeButtonItem4),
new DevExpress.XtraBars.LinkPersistInfo(this.btnBaoGao),
new DevExpress.XtraBars.LinkPersistInfo(this.btnBDLingLiao),
- new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnWj, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
+ new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnWj, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
+ new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnPCcxpx, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
+ new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnRiJiHua, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
this.bar2.OptionsBar.DrawDragBorder = false;
this.bar2.OptionsBar.MultiLine = true;
this.bar2.OptionsBar.UseWholeRow = true;
@@ -661,47 +672,99 @@
this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
this.barDockControlTop.Manager = this.barManager1;
- this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlTop.Size = new System.Drawing.Size(1350, 171);
+ this.barDockControlTop.Size = new System.Drawing.Size(1543, 213);
//
// barDockControlBottom
//
this.barDockControlBottom.CausesValidation = false;
this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.barDockControlBottom.Location = new System.Drawing.Point(0, 246);
+ this.barDockControlBottom.Location = new System.Drawing.Point(0, 316);
this.barDockControlBottom.Manager = this.barManager1;
- this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlBottom.Size = new System.Drawing.Size(1350, 0);
+ this.barDockControlBottom.Size = new System.Drawing.Size(1543, 0);
//
// barDockControlLeft
//
this.barDockControlLeft.CausesValidation = false;
this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
- this.barDockControlLeft.Location = new System.Drawing.Point(0, 171);
+ this.barDockControlLeft.Location = new System.Drawing.Point(0, 213);
this.barDockControlLeft.Manager = this.barManager1;
- this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlLeft.Size = new System.Drawing.Size(0, 75);
+ this.barDockControlLeft.Size = new System.Drawing.Size(0, 103);
//
// barDockControlRight
//
this.barDockControlRight.CausesValidation = false;
this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
- this.barDockControlRight.Location = new System.Drawing.Point(1350, 171);
+ this.barDockControlRight.Location = new System.Drawing.Point(1543, 213);
this.barDockControlRight.Manager = this.barManager1;
- this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
- this.barDockControlRight.Size = new System.Drawing.Size(0, 75);
+ this.barDockControlRight.Size = new System.Drawing.Size(0, 103);
+ //
+ // barButtonItem1
+ //
+ this.barButtonItem1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
+ this.barButtonItem1.Caption = "閲嶆柊鎺掑簭";
+ this.barButtonItem1.Id = 79;
+ this.barButtonItem1.ImageOptions.Image = global::Gs.DevApp.Properties.Resources._3dclusteredcolumn_32x32;
+ this.barButtonItem1.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.ImageOptions.LargeImage")));
+ this.barButtonItem1.ImageToTextAlignment = DevExpress.XtraBars.BarItemImageToTextAlignment.AfterText;
+ this.barButtonItem1.Name = "barButtonItem1";
+ //
+ // barLargeButtonItem5
+ //
+ this.barLargeButtonItem5.Caption = "澶囧崟棰嗘枡";
+ this.barLargeButtonItem5.Id = 78;
+ this.barLargeButtonItem5.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.Image")));
+ this.barLargeButtonItem5.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem5.ImageOptions.LargeImage")));
+ this.barLargeButtonItem5.Name = "barLargeButtonItem5";
+ this.barLargeButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // barLargeButtonItem6
+ //
+ this.barLargeButtonItem6.Caption = "澶囧崟棰嗘枡";
+ this.barLargeButtonItem6.Id = 78;
+ this.barLargeButtonItem6.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.Image")));
+ this.barLargeButtonItem6.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem6.ImageOptions.LargeImage")));
+ this.barLargeButtonItem6.Name = "barLargeButtonItem6";
+ this.barLargeButtonItem6.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // barLargeButtonItem7
+ //
+ this.barLargeButtonItem7.Caption = "澶囧崟棰嗘枡";
+ this.barLargeButtonItem7.Id = 78;
+ this.barLargeButtonItem7.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem7.ImageOptions.Image")));
+ this.barLargeButtonItem7.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barLargeButtonItem7.ImageOptions.LargeImage")));
+ this.barLargeButtonItem7.Name = "barLargeButtonItem7";
+ this.barLargeButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnPCcxpx
+ //
+ this.btnPCcxpx.Caption = "閲嶆柊鎺掑簭";
+ this.btnPCcxpx.Id = 80;
+ this.btnPCcxpx.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.sortasc_16x16;
+ this.btnPCcxpx.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.sortasc_32x32;
+ this.btnPCcxpx.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnPCcxpx.Name = "btnPCcxpx";
+ this.btnPCcxpx.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
+ //
+ // btnRiJiHua
+ //
+ this.btnRiJiHua.Caption = "鐢熸垚鏃ヨ鍒�";
+ this.btnRiJiHua.Id = 81;
+ this.btnRiJiHua.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.dayview_16x16;
+ this.btnRiJiHua.ImageOptions.LargeImage = global::Gs.DevApp.Properties.Resources.dayview_32x32;
+ this.btnRiJiHua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
+ this.btnRiJiHua.Name = "btnRiJiHua";
+ this.btnRiJiHua.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
//
// UcToolBarMenu
//
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.barDockControlLeft);
this.Controls.Add(this.barDockControlRight);
this.Controls.Add(this.barDockControlBottom);
this.Controls.Add(this.barDockControlTop);
- this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.Name = "UcToolBarMenu";
- this.Size = new System.Drawing.Size(1350, 246);
+ this.Size = new System.Drawing.Size(1543, 316);
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
@@ -761,5 +824,11 @@
private DevExpress.XtraBars.BarLargeButtonItem btnFPingZhi;
private DevExpress.XtraBars.BarLargeButtonItem btnBDLingLiao;
private DevExpress.XtraBars.BarLargeButtonItem btnWj;
+ private DevExpress.XtraBars.BarButtonItem barButtonItem1;
+ private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem5;
+ private DevExpress.XtraBars.BarLargeButtonItem btnPCcxpx;
+ private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem6;
+ private DevExpress.XtraBars.BarLargeButtonItem barLargeButtonItem7;
+ private DevExpress.XtraBars.BarLargeButtonItem btnRiJiHua;
}
}
--
Gitblit v1.9.3