| | |
| | | gridControl1.Location = new Point(1, 0); |
| | | gridControl1.MainView = gridView1; |
| | | gridControl1.Name = "gridControl1"; |
| | | gridControl1.Size = new Size(249, 627); |
| | | gridControl1.Size = new Size(249, 626); |
| | | gridControl1.TabIndex = 9; |
| | | gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); |
| | | // |
| | |
| | | // pumpEditChart1 |
| | | // |
| | | pumpEditChart1.Dock = DockStyle.Fill; |
| | | pumpEditChart1.Location = new Point(0, 33); |
| | | pumpEditChart1.Location = new Point(0, 34); |
| | | pumpEditChart1.MouseModel = false; |
| | | pumpEditChart1.Name = "pumpEditChart1"; |
| | | pumpEditChart1.Size = new Size(750, 627); |
| | | pumpEditChart1.Size = new Size(750, 626); |
| | | pumpEditChart1.TabIndex = 7; |
| | | // |
| | | // barManager1 |
| | |
| | | barBtnCalc.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | barBtnCalc.Caption = "计算"; |
| | | barBtnCalc.Id = 9; |
| | | barBtnCalc.ImageOptions.SvgImage = Core.Properties.Resources.business_calculator; |
| | | barBtnCalc.Name = "barBtnCalc"; |
| | | barBtnCalc.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | barBtnCalc.ItemClick += barBtnCalc_ItemClick; |
| | |
| | | barBtnAdd.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | barBtnAdd.Caption = "添加"; |
| | | barBtnAdd.Id = 6; |
| | | barBtnAdd.ImageOptions.SvgImage = Core.Properties.Resources.inserttablerowsbelow; |
| | | barBtnAdd.Name = "barBtnAdd"; |
| | | barBtnAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | barBtnAdd.ItemClick += barAdd_ItemClick; |
| | | // |
| | | // barBtnDelete |
| | |
| | | barBtnDelete.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right; |
| | | barBtnDelete.Caption = "删除"; |
| | | barBtnDelete.Id = 8; |
| | | barBtnDelete.ImageOptions.SvgImage = Core.Properties.Resources.removefooter; |
| | | barBtnDelete.Name = "barBtnDelete"; |
| | | barBtnDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph; |
| | | barBtnDelete.ItemClick += btnDelete_ItemClick; |
| | | // |
| | | // barDockControlTop |
| | |
| | | barDockControlTop.Dock = DockStyle.Top; |
| | | barDockControlTop.Location = new Point(0, 0); |
| | | barDockControlTop.Manager = barManager1; |
| | | barDockControlTop.Size = new Size(1000, 33); |
| | | barDockControlTop.Size = new Size(1000, 34); |
| | | // |
| | | // barDockControlBottom |
| | | // |
| | |
| | | // |
| | | barDockControlLeft.CausesValidation = false; |
| | | barDockControlLeft.Dock = DockStyle.Left; |
| | | barDockControlLeft.Location = new Point(0, 33); |
| | | barDockControlLeft.Location = new Point(0, 34); |
| | | barDockControlLeft.Manager = barManager1; |
| | | barDockControlLeft.Size = new Size(0, 627); |
| | | barDockControlLeft.Size = new Size(0, 626); |
| | | // |
| | | // barDockControlRight |
| | | // |
| | | barDockControlRight.CausesValidation = false; |
| | | barDockControlRight.Dock = DockStyle.Right; |
| | | barDockControlRight.Location = new Point(1000, 33); |
| | | barDockControlRight.Location = new Point(1000, 34); |
| | | barDockControlRight.Manager = barManager1; |
| | | barDockControlRight.Size = new Size(0, 627); |
| | | barDockControlRight.Size = new Size(0, 626); |
| | | // |
| | | // repCmbEditModel |
| | | // |
| | |
| | | // |
| | | sidePanel1.Controls.Add(gridControl1); |
| | | sidePanel1.Dock = DockStyle.Right; |
| | | sidePanel1.Location = new Point(750, 33); |
| | | sidePanel1.Location = new Point(750, 34); |
| | | sidePanel1.Name = "sidePanel1"; |
| | | sidePanel1.Size = new Size(250, 627); |
| | | sidePanel1.Size = new Size(250, 626); |
| | | sidePanel1.TabIndex = 14; |
| | | sidePanel1.Text = "sidePanel1"; |
| | | // |