| | |
| | | sidePanel1 = new SidePanel(); |
| | | tabPane1 = new DevExpress.XtraBars.Navigation.TabPane(); |
| | | tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); |
| | | tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage(); |
| | | pumpPerformInfoCtrl1 = new Yw.WinFrmUI.Phart.PumpPerformInfoCtrl(); |
| | | ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
| | | BtnAdd = new DevExpress.XtraBars.BarButtonItem(); |
| | | BtnEdit = new DevExpress.XtraBars.BarButtonItem(); |
| | |
| | | barBtnOtherName = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnEditChart = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnImportByOnePoint = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnVariableSpeed = new DevExpress.XtraBars.BarButtonItem(); |
| | | ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
| | | ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); |
| | | dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); |
| | | dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); |
| | | barBtnVariableSpeed = new DevExpress.XtraBars.BarButtonItem(); |
| | | sidePanel2.SuspendLayout(); |
| | | sidePanel1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)tabPane1).BeginInit(); |
| | | tabPane1.SuspendLayout(); |
| | | tabNavigationPage1.SuspendLayout(); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).BeginInit(); |
| | | dockPanel1.SuspendLayout(); |
| | |
| | | xtrPerform2dChart1.Location = new Point(235, 148); |
| | | xtrPerform2dChart1.Margin = new Padding(1, 2, 1, 2); |
| | | xtrPerform2dChart1.Name = "xtrPerform2dChart1"; |
| | | xtrPerform2dChart1.Size = new Size(554, 657); |
| | | xtrPerform2dChart1.Size = new Size(325, 657); |
| | | xtrPerform2dChart1.TabIndex = 1; |
| | | // |
| | | // sidePanel2 |
| | |
| | | // |
| | | sidePanel1.Controls.Add(tabPane1); |
| | | sidePanel1.Dock = DockStyle.Right; |
| | | sidePanel1.Location = new Point(789, 148); |
| | | sidePanel1.Location = new Point(560, 148); |
| | | sidePanel1.Name = "sidePanel1"; |
| | | sidePanel1.Size = new Size(271, 657); |
| | | sidePanel1.Size = new Size(500, 657); |
| | | sidePanel1.TabIndex = 3; |
| | | sidePanel1.Text = "sidePanel1"; |
| | | // |
| | | // tabPane1 |
| | | // |
| | | tabPane1.Controls.Add(tabNavigationPage1); |
| | | tabPane1.Controls.Add(tabNavigationPage2); |
| | | tabPane1.Dock = DockStyle.Top; |
| | | tabPane1.Dock = DockStyle.Fill; |
| | | tabPane1.Location = new Point(1, 0); |
| | | tabPane1.Name = "tabPane1"; |
| | | tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2 }); |
| | | tabPane1.RegularSize = new Size(270, 655); |
| | | tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1 }); |
| | | tabPane1.RegularSize = new Size(499, 657); |
| | | tabPane1.SelectedPage = tabNavigationPage1; |
| | | tabPane1.Size = new Size(270, 655); |
| | | tabPane1.Size = new Size(499, 657); |
| | | tabPane1.TabIndex = 0; |
| | | tabPane1.Text = "tabPane1"; |
| | | // |
| | | // tabNavigationPage1 |
| | | // |
| | | tabNavigationPage1.Caption = "运行参数"; |
| | | tabNavigationPage1.Controls.Add(pumpPerformInfoCtrl1); |
| | | tabNavigationPage1.Name = "tabNavigationPage1"; |
| | | tabNavigationPage1.Size = new Size(270, 606); |
| | | tabNavigationPage1.Size = new Size(499, 608); |
| | | // |
| | | // tabNavigationPage2 |
| | | // pumpPerformInfoCtrl1 |
| | | // |
| | | tabNavigationPage2.Caption = "属性"; |
| | | tabNavigationPage2.Name = "tabNavigationPage2"; |
| | | tabNavigationPage2.Size = new Size(270, 606); |
| | | pumpPerformInfoCtrl1.Dock = DockStyle.Fill; |
| | | pumpPerformInfoCtrl1.Location = new Point(0, 0); |
| | | pumpPerformInfoCtrl1.Name = "pumpPerformInfoCtrl1"; |
| | | pumpPerformInfoCtrl1.Size = new Size(499, 608); |
| | | pumpPerformInfoCtrl1.TabIndex = 0; |
| | | // |
| | | // ribbonControl1 |
| | | // |
| | |
| | | barBtnImportByOnePoint.Name = "barBtnImportByOnePoint"; |
| | | barBtnImportByOnePoint.ItemClick += barBtnImportByOnePoint_ItemClick; |
| | | // |
| | | // barBtnVariableSpeed |
| | | // |
| | | barBtnVariableSpeed.Caption = "变速"; |
| | | barBtnVariableSpeed.Id = 33; |
| | | barBtnVariableSpeed.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnVariableSpeed.ImageOptions.SvgImage"); |
| | | barBtnVariableSpeed.Name = "barBtnVariableSpeed"; |
| | | barBtnVariableSpeed.ItemClick += barBtnVariableSpeed_ItemClick; |
| | | // |
| | | // ribbonPage1 |
| | | // |
| | | ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribbonPageGroup2 }); |
| | |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnEditChart); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnOtherName); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnUpdateimportance); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnVariableSpeed); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnVariableSpeed, true); |
| | | ribbonPageGroup2.ItemLinks.Add(barBtnDelete, true); |
| | | ribbonPageGroup2.Name = "ribbonPageGroup2"; |
| | | ribbonPageGroup2.Text = "操作"; |
| | |
| | | dockPanel1_Container.Size = new Size(234, 623); |
| | | dockPanel1_Container.TabIndex = 0; |
| | | // |
| | | // barBtnVariableSpeed |
| | | // |
| | | barBtnVariableSpeed.Caption = "变速"; |
| | | barBtnVariableSpeed.Id = 33; |
| | | barBtnVariableSpeed.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnVariableSpeed.ImageOptions.SvgImage"); |
| | | barBtnVariableSpeed.Name = "barBtnVariableSpeed"; |
| | | barBtnVariableSpeed.ItemClick += barBtnVariableSpeed_ItemClick; |
| | | // |
| | | // XhsPumpMainPhartPanel |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | |
| | | sidePanel1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)tabPane1).EndInit(); |
| | | tabPane1.ResumeLayout(false); |
| | | tabNavigationPage1.ResumeLayout(false); |
| | | ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); |
| | | ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); |
| | | dockPanel1.ResumeLayout(false); |
| | |
| | | private DevExpress.XtraEditors.SidePanel sidePanel1; |
| | | private DevExpress.XtraBars.Navigation.TabPane tabPane1; |
| | | private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1; |
| | | private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2; |
| | | private DevExpress.XtraEditors.SidePanel sidePanel2; |
| | | private XhsPumpMainPhartListCtrl xhsPumpMainPhartListCtrl1; |
| | | private DevExpress.XtraBars.Ribbon.RibbonControl ribbonControl1; |
| | |
| | | private DevExpress.XtraBars.BarButtonItem barBtnEditChart; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnImportByOnePoint; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnVariableSpeed; |
| | | private Yw.WinFrmUI.Phart.PumpPerformInfoCtrl pumpPerformInfoCtrl1; |
| | | } |
| | | } |