namespace Yw.WinFrmUI { partial class HydroMultiWorkingEvaluationDlg { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); hydroSingleWorkingEvaluationCtrl1 = new HydroSingleWorkingEvaluationCtrl(); hydroWorkingListViewCtrl1 = new HydroWorkingListViewCtrl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); splitter = new DevExpress.XtraLayout.SplitterItem(); itemForWorkingList = new DevExpress.XtraLayout.LayoutControlItem(); itemForEvaluation = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)ribbon).BeginInit(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)splitter).BeginInit(); ((ISupportInitialize)itemForWorkingList).BeginInit(); ((ISupportInitialize)itemForEvaluation).BeginInit(); SuspendLayout(); // // ribbon // ribbon.ExpandCollapseItem.Id = 0; ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem }); ribbon.Location = new Point(0, 0); ribbon.MaxItemId = 1; ribbon.Name = "ribbon"; ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] { ribbonPage1 }); ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left; ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; ribbon.Size = new Size(994, 32); // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1 }); ribbonPage1.Name = "ribbonPage1"; ribbonPage1.Text = "ribbonPage1"; // // ribbonPageGroup1 // ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "ribbonPageGroup1"; // // layoutControl1 // layoutControl1.Controls.Add(hydroSingleWorkingEvaluationCtrl1); layoutControl1.Controls.Add(hydroWorkingListViewCtrl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 32); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(719, 346, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(994, 573); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // hydroSingleWorkingEvaluationCtrl1 // hydroSingleWorkingEvaluationCtrl1.Location = new Point(177, 19); hydroSingleWorkingEvaluationCtrl1.Name = "hydroSingleWorkingEvaluationCtrl1"; hydroSingleWorkingEvaluationCtrl1.Size = new Size(815, 552); hydroSingleWorkingEvaluationCtrl1.TabIndex = 2; // // hydroWorkingListViewCtrl1 // hydroWorkingListViewCtrl1.Location = new Point(2, 19); hydroWorkingListViewCtrl1.Name = "hydroWorkingListViewCtrl1"; hydroWorkingListViewCtrl1.Size = new Size(161, 552); hydroWorkingListViewCtrl1.TabIndex = 0; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { splitter, itemForWorkingList, itemForEvaluation }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(994, 573); Root.TextVisible = false; // // splitter // splitter.AllowHotTrack = true; splitter.Location = new Point(165, 0); splitter.Name = "splitter"; splitter.Size = new Size(10, 573); // // itemForWorkingList // itemForWorkingList.Control = hydroWorkingListViewCtrl1; itemForWorkingList.Location = new Point(0, 0); itemForWorkingList.Name = "itemForWorkingList"; itemForWorkingList.Size = new Size(165, 573); itemForWorkingList.Text = "工况列表"; itemForWorkingList.TextLocation = DevExpress.Utils.Locations.Top; itemForWorkingList.TextSize = new Size(48, 14); // // itemForEvaluation // itemForEvaluation.Control = hydroSingleWorkingEvaluationCtrl1; itemForEvaluation.Location = new Point(175, 0); itemForEvaluation.Name = "itemForEvaluation"; itemForEvaluation.Size = new Size(819, 573); itemForEvaluation.Text = "精度评估"; itemForEvaluation.TextLocation = DevExpress.Utils.Locations.Top; itemForEvaluation.TextSize = new Size(48, 14); // // HydroMultiWorkingEvaluationDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(994, 605); Controls.Add(layoutControl1); Controls.Add(ribbon); FormBorderStyle = FormBorderStyle.SizableToolWindow; Name = "HydroMultiWorkingEvaluationDlg"; Ribbon = ribbon; RibbonVisibility = DevExpress.XtraBars.Ribbon.RibbonVisibility.Hidden; StartPosition = FormStartPosition.CenterParent; Text = "精度评估"; ((ISupportInitialize)ribbon).EndInit(); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)splitter).EndInit(); ((ISupportInitialize)itemForWorkingList).EndInit(); ((ISupportInitialize)itemForEvaluation).EndInit(); ResumeLayout(false); PerformLayout(); } #endregion private DevExpress.XtraBars.Ribbon.RibbonControl ribbon; private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private HydroWorkingListViewCtrl hydroWorkingListViewCtrl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.SplitterItem splitter; private HydroSingleWorkingEvaluationCtrl hydroSingleWorkingEvaluationCtrl1; private DevExpress.XtraLayout.LayoutControlItem itemForWorkingList; private DevExpress.XtraLayout.LayoutControlItem itemForEvaluation; } }