From d321346f204a69b1929cc39098a5d88f44509e7b Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期一, 31 三月 2025 17:29:05 +0800 Subject: [PATCH] .netformwork 升级 .netcore --- 02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveMgrPage.Designer.cs | 30 +++++++++++++++++++++--------- 1 files changed, 21 insertions(+), 9 deletions(-) diff --git a/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveMgrPage.Designer.cs b/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveMgrPage.Designer.cs index 956c3f6..ca7f26e 100644 --- a/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveMgrPage.Designer.cs +++ b/02-desktop/WinFrmUI/IStation.WinFrmUI.Basic/PumpCurveMgr/PumpCurveMgrPage.Designer.cs @@ -44,6 +44,7 @@ this.barBtnExportChSS = new DevExpress.XtraBars.BarButtonItem(); this.barSubImport = new DevExpress.XtraBars.BarSubItem(); this.barBtnEditCurve = new DevExpress.XtraBars.BarButtonItem(); + this.barBtnDataValid = new DevExpress.XtraBars.BarButtonItem(); this.ribbonPageCurveMgr = new DevExpress.XtraBars.Ribbon.RibbonPage(); this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components); @@ -79,10 +80,11 @@ this.barBtnExportYCM, this.barBtnEditCurve, this.barBtnTemp, - this.barBtnExportChSS}); + this.barBtnExportChSS, + this.barBtnDataValid}); this.ribbonControl1.Location = new System.Drawing.Point(0, 0); this.ribbonControl1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); - this.ribbonControl1.MaxItemId = 34; + this.ribbonControl1.MaxItemId = 35; this.ribbonControl1.Name = "ribbonControl1"; this.ribbonControl1.OptionsMenuMinWidth = 471; this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { @@ -90,7 +92,7 @@ this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide; - this.ribbonControl1.Size = new System.Drawing.Size(1100, 154); + this.ribbonControl1.Size = new System.Drawing.Size(1100, 113); this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; // // barBtnEditInfo @@ -203,6 +205,14 @@ this.barBtnEditCurve.Name = "barBtnEditCurve"; this.barBtnEditCurve.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnEditCurve_ItemClick); // + // barBtnDataValid + // + this.barBtnDataValid.Caption = "鏁版嵁楠岃瘉"; + this.barBtnDataValid.Id = 34; + this.barBtnDataValid.ImageOptions.SvgImage = global::IStation.WinFrmUI.Basic.Properties.Resources.security_key; + this.barBtnDataValid.Name = "barBtnDataValid"; + this.barBtnDataValid.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDataValid_ItemClick); + // // ribbonPageCurveMgr // this.ribbonPageCurveMgr.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { @@ -219,6 +229,7 @@ this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDeleteCurve); this.ribbonPageGroup1.ItemLinks.Add(this.barBtnRefresh); this.ribbonPageGroup1.ItemLinks.Add(this.barBtnCopyAndExpandCurve, true); + this.ribbonPageGroup1.ItemLinks.Add(this.barBtnDataValid); this.ribbonPageGroup1.ItemLinks.Add(this.barSubImport, true); this.ribbonPageGroup1.ItemLinks.Add(this.barSubExport, true); this.ribbonPageGroup1.Name = "ribbonPageGroup1"; @@ -249,12 +260,12 @@ this.dockLeftPanel.Controls.Add(this.dockPanel1_Container); this.dockLeftPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; this.dockLeftPanel.ID = new System.Guid("fb87a574-0a5b-48af-8cc2-555feb8cde7a"); - this.dockLeftPanel.Location = new System.Drawing.Point(0, 154); + this.dockLeftPanel.Location = new System.Drawing.Point(0, 113); this.dockLeftPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dockLeftPanel.Name = "dockLeftPanel"; this.dockLeftPanel.Options.ShowCloseButton = false; this.dockLeftPanel.OriginalSize = new System.Drawing.Size(250, 200); - this.dockLeftPanel.Size = new System.Drawing.Size(357, 737); + this.dockLeftPanel.Size = new System.Drawing.Size(250, 778); this.dockLeftPanel.Text = "鏇茬嚎"; // // dockPanel1_Container @@ -263,7 +274,7 @@ this.dockPanel1_Container.Location = new System.Drawing.Point(0, 34); this.dockPanel1_Container.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5); this.dockPanel1_Container.Name = "dockPanel1_Container"; - this.dockPanel1_Container.Size = new System.Drawing.Size(356, 703); + this.dockPanel1_Container.Size = new System.Drawing.Size(249, 744); this.dockPanel1_Container.TabIndex = 0; // // pumpCurveTreeListCtrl1 @@ -274,7 +285,7 @@ this.pumpCurveTreeListCtrl1.Location = new System.Drawing.Point(0, 0); this.pumpCurveTreeListCtrl1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.pumpCurveTreeListCtrl1.Name = "pumpCurveTreeListCtrl1"; - this.pumpCurveTreeListCtrl1.Size = new System.Drawing.Size(356, 703); + this.pumpCurveTreeListCtrl1.Size = new System.Drawing.Size(249, 744); this.pumpCurveTreeListCtrl1.TabIndex = 1; // // curveExpressChart1 @@ -282,10 +293,10 @@ this.curveExpressChart1.DefinePointVisible = false; this.curveExpressChart1.Dock = System.Windows.Forms.DockStyle.Fill; this.curveExpressChart1.LineVisible = false; - this.curveExpressChart1.Location = new System.Drawing.Point(357, 154); + this.curveExpressChart1.Location = new System.Drawing.Point(250, 113); this.curveExpressChart1.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8); this.curveExpressChart1.Name = "curveExpressChart1"; - this.curveExpressChart1.Size = new System.Drawing.Size(743, 737); + this.curveExpressChart1.Size = new System.Drawing.Size(850, 778); this.curveExpressChart1.TabIndex = 0; // // PumpCurveMgrPage @@ -332,5 +343,6 @@ private PumpCurveTreeListCtrl pumpCurveTreeListCtrl1; private DevExpress.XtraBars.BarButtonItem barBtnTemp; private DevExpress.XtraBars.BarButtonItem barBtnExportChSS; + private DevExpress.XtraBars.BarButtonItem barBtnDataValid; } } -- Gitblit v1.9.3