| | |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsExchangerCurveQLMgrPage)); |
| | | ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
| | | barBtnDelete = new DevExpress.XtraBars.BarButtonItem(); |
| | | ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
| | | ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | barBtnImportByExcel = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnImportByPicture = new DevExpress.XtraBars.BarButtonItem(); |
| | | barBtnInfo = new DevExpress.XtraBars.BarButtonItem(); |
| | | ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | barBtnCurve = new DevExpress.XtraBars.BarButtonItem(); |
| | | ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); |
| | | ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | ribPageGroupForBasic = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); |
| | | sidePanel1 = new DevExpress.XtraEditors.SidePanel(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | phartDiagramRelationListCtrl1 = new PhartDiagramRelationListCtrl(); |
| | | Root = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); |
| | | layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
| | | panelControl1 = new DevExpress.XtraEditors.PanelControl(); |
| | | universalChartViewCtrl1 = new UniversalChartViewCtrl(); |
| | | ((ISupportInitialize)ribbonControl1).BeginInit(); |
| | | sidePanel1.SuspendLayout(); |
| | | ((ISupportInitialize)layoutControl1).BeginInit(); |
| | | layoutControl1.SuspendLayout(); |
| | | ((ISupportInitialize)Root).BeginInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).BeginInit(); |
| | | ((ISupportInitialize)layoutControlItem1).BeginInit(); |
| | | ((ISupportInitialize)panelControl1).BeginInit(); |
| | | panelControl1.SuspendLayout(); |
| | | SuspendLayout(); |
| | | // |
| | | // ribbonControl1 |
| | |
| | | ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False; |
| | | ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
| | | ribbonControl1.ShowToolbarCustomizeItem = false; |
| | | ribbonControl1.Size = new Size(934, 128); |
| | | ribbonControl1.Size = new Size(1025, 128); |
| | | ribbonControl1.Toolbar.ShowCustomizeItem = false; |
| | | ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden; |
| | | // |
| | |
| | | barBtnDelete.Id = 3; |
| | | barBtnDelete.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDelete.ImageOptions.SvgImage"); |
| | | barBtnDelete.Name = "barBtnDelete"; |
| | | barBtnDelete.ItemClick += barBtnDelete_ItemClick; |
| | | // |
| | | // barBtnImportByExcel |
| | | // |
| | | barBtnImportByExcel.Caption = "Excel"; |
| | | barBtnImportByExcel.Id = 18; |
| | | barBtnImportByExcel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImportByExcel.ImageOptions.SvgImage"); |
| | | barBtnImportByExcel.Name = "barBtnImportByExcel"; |
| | | barBtnImportByExcel.ItemClick += barBtnImportByExcel_ItemClick; |
| | | // |
| | | // barBtnImportByPicture |
| | | // |
| | | barBtnImportByPicture.Caption = "图片"; |
| | | barBtnImportByPicture.Id = 19; |
| | | barBtnImportByPicture.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImportByPicture.ImageOptions.SvgImage"); |
| | | barBtnImportByPicture.Name = "barBtnImportByPicture"; |
| | | barBtnImportByPicture.ItemClick += barBtnImportByPicture_ItemClick; |
| | | // |
| | | // barBtnInfo |
| | | // |
| | | barBtnInfo.Caption = "基本信息"; |
| | | barBtnInfo.Id = 20; |
| | | barBtnInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnInfo.ImageOptions.SvgImage"); |
| | | barBtnInfo.Name = "barBtnInfo"; |
| | | barBtnInfo.ItemClick += barBtnInfo_ItemClick; |
| | | // |
| | | // barBtnCurve |
| | | // |
| | | barBtnCurve.Caption = "曲线"; |
| | | barBtnCurve.Id = 21; |
| | | barBtnCurve.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCurve.ImageOptions.SvgImage"); |
| | | barBtnCurve.Name = "barBtnCurve"; |
| | | barBtnCurve.ItemClick += barBtnCurve_ItemClick; |
| | | // |
| | | // ribbonPage1 |
| | | // |
| | | ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribPageGroupForBasic, ribbonPageGroup2 }); |
| | | ribbonPage1.Name = "ribbonPage1"; |
| | | ribbonPage1.Text = "ribbonPage1"; |
| | | // |
| | | // ribPageGroupForBasic |
| | | // |
| | | ribPageGroupForBasic.ItemLinks.Add(barBtnInfo); |
| | | ribPageGroupForBasic.ItemLinks.Add(barBtnCurve); |
| | | ribPageGroupForBasic.Name = "ribPageGroupForBasic"; |
| | | ribPageGroupForBasic.Text = "更新"; |
| | | // |
| | | // ribbonPageGroup1 |
| | | // |
| | |
| | | ribbonPageGroup1.Name = "ribbonPageGroup1"; |
| | | ribbonPageGroup1.Text = "导入"; |
| | | // |
| | | // barBtnImportByExcel |
| | | // ribPageGroupForBasic |
| | | // |
| | | barBtnImportByExcel.Caption = "Excel表格"; |
| | | barBtnImportByExcel.Id = 18; |
| | | barBtnImportByExcel.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImportByExcel.ImageOptions.SvgImage"); |
| | | barBtnImportByExcel.Name = "barBtnImportByExcel"; |
| | | // |
| | | // barBtnImportByPicture |
| | | // |
| | | barBtnImportByPicture.Caption = "图片"; |
| | | barBtnImportByPicture.Id = 19; |
| | | barBtnImportByPicture.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnImportByPicture.ImageOptions.SvgImage"); |
| | | barBtnImportByPicture.Name = "barBtnImportByPicture"; |
| | | // |
| | | // barBtnInfo |
| | | // |
| | | barBtnInfo.Caption = "基本信息"; |
| | | barBtnInfo.Id = 20; |
| | | barBtnInfo.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnInfo.ImageOptions.SvgImage"); |
| | | barBtnInfo.Name = "barBtnInfo"; |
| | | ribPageGroupForBasic.ItemLinks.Add(barBtnInfo); |
| | | ribPageGroupForBasic.ItemLinks.Add(barBtnCurve); |
| | | ribPageGroupForBasic.Name = "ribPageGroupForBasic"; |
| | | ribPageGroupForBasic.Text = "更新"; |
| | | // |
| | | // ribbonPageGroup2 |
| | | // |
| | |
| | | ribbonPageGroup2.Name = "ribbonPageGroup2"; |
| | | ribbonPageGroup2.Text = "其他"; |
| | | // |
| | | // barBtnCurve |
| | | // sidePanel1 |
| | | // |
| | | barBtnCurve.Caption = "曲线"; |
| | | barBtnCurve.Id = 21; |
| | | barBtnCurve.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnCurve.ImageOptions.SvgImage"); |
| | | barBtnCurve.Name = "barBtnCurve"; |
| | | sidePanel1.Controls.Add(layoutControl1); |
| | | sidePanel1.Dock = DockStyle.Left; |
| | | sidePanel1.Location = new Point(0, 128); |
| | | sidePanel1.Name = "sidePanel1"; |
| | | sidePanel1.Size = new Size(187, 472); |
| | | sidePanel1.TabIndex = 1; |
| | | sidePanel1.Text = "sidePanel1"; |
| | | // |
| | | // layoutControl1 |
| | | // |
| | | layoutControl1.Controls.Add(phartDiagramRelationListCtrl1); |
| | | layoutControl1.Dock = DockStyle.Fill; |
| | | layoutControl1.Location = new Point(0, 0); |
| | | layoutControl1.Name = "layoutControl1"; |
| | | layoutControl1.Root = Root; |
| | | layoutControl1.Size = new Size(186, 472); |
| | | layoutControl1.TabIndex = 0; |
| | | layoutControl1.Text = "layoutControl1"; |
| | | // |
| | | // phartDiagramRelationListCtrl1 |
| | | // |
| | | phartDiagramRelationListCtrl1.BorderVisible = true; |
| | | phartDiagramRelationListCtrl1.Location = new Point(2, 24); |
| | | phartDiagramRelationListCtrl1.Name = "phartDiagramRelationListCtrl1"; |
| | | phartDiagramRelationListCtrl1.Size = new Size(182, 446); |
| | | phartDiagramRelationListCtrl1.TabIndex = 4; |
| | | // |
| | | // Root |
| | | // |
| | | Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
| | | Root.GroupBordersVisible = false; |
| | | 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.TextVisible = false; |
| | | // |
| | | // layoutControlGroup1 |
| | | // |
| | | layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; |
| | | layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); |
| | | 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.Text = "曲线列表"; |
| | | // |
| | | // layoutControlItem1 |
| | | // |
| | | layoutControlItem1.Control = phartDiagramRelationListCtrl1; |
| | | 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.TextSize = new Size(0, 0); |
| | | layoutControlItem1.TextVisible = false; |
| | | // |
| | | // panelControl1 |
| | | // |
| | | panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; |
| | | panelControl1.Controls.Add(universalChartViewCtrl1); |
| | | panelControl1.Dock = DockStyle.Fill; |
| | | panelControl1.Location = new Point(187, 128); |
| | | panelControl1.Name = "panelControl1"; |
| | | panelControl1.Size = new Size(838, 472); |
| | | panelControl1.TabIndex = 2; |
| | | // |
| | | // universalChartViewCtrl1 |
| | | // |
| | | universalChartViewCtrl1.Dock = DockStyle.Fill; |
| | | universalChartViewCtrl1.Location = new Point(0, 0); |
| | | universalChartViewCtrl1.Margin = new Padding(2, 2, 2, 2); |
| | | universalChartViewCtrl1.Name = "universalChartViewCtrl1"; |
| | | universalChartViewCtrl1.Size = new Size(838, 472); |
| | | universalChartViewCtrl1.TabIndex = 0; |
| | | // |
| | | // AssetsExchangerCurveQLMgrPage |
| | | // |
| | | Appearance.BackColor = SystemColors.Control; |
| | | Appearance.Options.UseBackColor = true; |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | Controls.Add(panelControl1); |
| | | Controls.Add(sidePanel1); |
| | | Controls.Add(ribbonControl1); |
| | | Name = "AssetsExchangerCurveQLMgrPage"; |
| | | Size = new Size(934, 594); |
| | | Size = new Size(1025, 600); |
| | | ((ISupportInitialize)ribbonControl1).EndInit(); |
| | | sidePanel1.ResumeLayout(false); |
| | | ((ISupportInitialize)layoutControl1).EndInit(); |
| | | layoutControl1.ResumeLayout(false); |
| | | ((ISupportInitialize)Root).EndInit(); |
| | | ((ISupportInitialize)layoutControlGroup1).EndInit(); |
| | | ((ISupportInitialize)layoutControlItem1).EndInit(); |
| | | ((ISupportInitialize)panelControl1).EndInit(); |
| | | panelControl1.ResumeLayout(false); |
| | | ResumeLayout(false); |
| | | PerformLayout(); |
| | | } |
| | |
| | | private DevExpress.XtraBars.BarButtonItem barBtnInfo; |
| | | private DevExpress.XtraBars.BarButtonItem barBtnCurve; |
| | | private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; |
| | | private DevExpress.XtraEditors.SidePanel sidePanel1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private PhartDiagramRelationListCtrl phartDiagramRelationListCtrl1; |
| | | private DevExpress.XtraLayout.LayoutControlGroup Root; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; |
| | | private DevExpress.XtraEditors.PanelControl panelControl1; |
| | | private UniversalChartViewCtrl universalChartViewCtrl1; |
| | | } |
| | | } |