| | |
| | | ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
| | | ribbonControl1.ShowToolbarCustomizeItem = false; |
| | | ribbonControl1.Size = new Size(1025, 128); |
| | | ribbonControl1.Size = new Size(1025, 101); |
| | | ribbonControl1.Toolbar.ShowCustomizeItem = false; |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | |
| | | barBtnImportByPicture.Id = 19; |
| | | barBtnImportByPicture.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImportByPicture.ImageOptions.SvgImage"); |
| | | barBtnImportByPicture.Name = "barBtnImportByPicture"; |
| | | barBtnImportByPicture.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; |
| | | barBtnImportByPicture.ItemClick += barBtnImportByPicture_ItemClick; |
| | | // |
| | | // barBtnInfo |
| | |
| | | // |
| | | sidePanel1.Controls.Add(layoutControl1); |
| | | sidePanel1.Dock = DockStyle.Left; |
| | | sidePanel1.Location = new Point(0, 128); |
| | | sidePanel1.Location = new Point(0, 101); |
| | | sidePanel1.Name = "sidePanel1"; |
| | | sidePanel1.Size = new Size(187, 472); |
| | | sidePanel1.Size = new Size(187, 499); |
| | | sidePanel1.TabIndex = 1; |
| | | sidePanel1.Text = "sidePanel1"; |
| | | // |
| | |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(186, 472); |
| | | layoutControl1.Size = new Size(186, 499); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | |
| | | phartDiagramRelationListCtrl1.BorderVisible = true; |
| | | phartDiagramRelationListCtrl1.Location = new Point(2, 24); |
| | | phartDiagramRelationListCtrl1.Name = "phartDiagramRelationListCtrl1"; |
| | | phartDiagramRelationListCtrl1.Size = new Size(182, 446); |
| | | phartDiagramRelationListCtrl1.Size = new Size(182, 473); |
| | | phartDiagramRelationListCtrl1.TabIndex = 4; |
| | | // |
| | | // Root |
| | |
| | | Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 }); |
| | | Root.Name = "Root"; |
| | | Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | Root.Size = new Size(186, 472); |
| | | Root.Size = new Size(186, 499); |
| | | Root.TextVisible = false; |
| | | // |
| | | // layoutControlGroup1 |
| | |
| | | layoutControlGroup1.Location = new Point(0, 0); |
| | | layoutControlGroup1.Name = "layoutControlGroup1"; |
| | | layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlGroup1.Size = new Size(186, 472); |
| | | layoutControlGroup1.Size = new Size(186, 499); |
| | | layoutControlGroup1.Text = "曲线列表"; |
| | | // |
| | | // layoutControlItem1 |
| | |
| | | layoutControlItem1.Location = new Point(0, 0); |
| | | layoutControlItem1.Name = "layoutControlItem1"; |
| | | layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); |
| | | layoutControlItem1.Size = new Size(182, 446); |
| | | layoutControlItem1.Size = new Size(182, 473); |
| | | layoutControlItem1.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | |
| | | panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | panelControl1.Controls.Add(universalChartViewCtrl1); |
| | | panelControl1.Dock = DockStyle.Fill; |
| | | panelControl1.Location = new Point(187, 128); |
| | | panelControl1.Location = new Point(187, 101); |
| | | panelControl1.Name = "panelControl1"; |
| | | panelControl1.Size = new Size(838, 472); |
| | | panelControl1.Size = new Size(838, 499); |
| | | panelControl1.TabIndex = 2; |
| | | // |
| | | // universalChartViewCtrl1 |
| | |
| | | universalChartViewCtrl1.Location = new Point(0, 0); |
| | | universalChartViewCtrl1.Margin = new Padding(2, 2, 2, 2); |
| | | universalChartViewCtrl1.Name = "universalChartViewCtrl1"; |
| | | universalChartViewCtrl1.Size = new Size(838, 472); |
| | | universalChartViewCtrl1.Size = new Size(838, 499); |
| | | universalChartViewCtrl1.TabIndex = 0; |
| | | // |
| | | // AssetsCompressorCurveQLMgrPage |