namespace Yw.WinFrmUI
{
partial class HydroMultiWorkingLossStatisticsDlg
{
///
/// 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();
hydroSingleWorkingLossStatisticsCtrl1 = new HydroSingleWorkingLossStatisticsCtrl();
hydroWorkingListViewCtrl1 = new HydroWorkingListViewCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
groupForWorkingList = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
splitter = new DevExpress.XtraLayout.SplitterItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)ribbon).BeginInit();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)groupForWorkingList).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)splitter).BeginInit();
((ISupportInitialize)layoutControlItem2).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(hydroSingleWorkingLossStatisticsCtrl1);
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";
//
// hydroSingleWorkingLossStatisticsCtrl1
//
hydroSingleWorkingLossStatisticsCtrl1.Location = new Point(177, 2);
hydroSingleWorkingLossStatisticsCtrl1.Name = "hydroSingleWorkingLossStatisticsCtrl1";
hydroSingleWorkingLossStatisticsCtrl1.Size = new Size(815, 569);
hydroSingleWorkingLossStatisticsCtrl1.TabIndex = 2;
//
// hydroWorkingListViewCtrl1
//
hydroWorkingListViewCtrl1.BorderVisible = false;
hydroWorkingListViewCtrl1.Location = new Point(3, 24);
hydroWorkingListViewCtrl1.Name = "hydroWorkingListViewCtrl1";
hydroWorkingListViewCtrl1.Size = new Size(159, 546);
hydroWorkingListViewCtrl1.TabIndex = 0;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { groupForWorkingList, splitter, layoutControlItem2 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(994, 573);
Root.TextVisible = false;
//
// groupForWorkingList
//
groupForWorkingList.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
groupForWorkingList.Location = new Point(0, 0);
groupForWorkingList.Name = "groupForWorkingList";
groupForWorkingList.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
groupForWorkingList.Size = new Size(165, 573);
groupForWorkingList.Text = "工况列表";
//
// layoutControlItem1
//
layoutControlItem1.Control = hydroWorkingListViewCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem1.Size = new Size(159, 546);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// splitter
//
splitter.AllowHotTrack = true;
splitter.Location = new Point(165, 0);
splitter.Name = "splitter";
splitter.Size = new Size(10, 573);
//
// layoutControlItem2
//
layoutControlItem2.Control = hydroSingleWorkingLossStatisticsCtrl1;
layoutControlItem2.Location = new Point(175, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem2.Size = new Size(819, 573);
layoutControlItem2.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// HydroMultiWorkingLossStatisticsDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(994, 605);
Controls.Add(layoutControl1);
Controls.Add(ribbon);
FormBorderStyle = FormBorderStyle.SizableToolWindow;
Name = "HydroMultiWorkingLossStatisticsDlg";
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)groupForWorkingList).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)splitter).EndInit();
((ISupportInitialize)layoutControlItem2).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 HydroSingleWorkingLossStatisticsCtrl hydroSingleWorkingLossStatisticsCtrl1;
private HydroWorkingListViewCtrl hydroWorkingListViewCtrl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlGroup groupForWorkingList;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.SplitterItem splitter;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
}
}