namespace Yw.WinFrmUI
{
partial class HydroWorkingEvaluationCtrl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
DevExpress.XtraLayout.ColumnDefinition columnDefinition4 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition5 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition6 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
hydroWorkingMonitorEvaluationListCtrl1 = new HydroWorkingMonitorEvaluationListCtrl();
hydroPressItemCtrl1 = new HydroWorkingItemEvaluationCtrl();
hydroFlowItemCtrl1 = new HydroWorkingItemEvaluationCtrl();
hydroTotalEvaluationCtrl1 = new HydroWorkingTotalEvaluationCtrl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(hydroWorkingMonitorEvaluationListCtrl1);
layoutControl1.Controls.Add(hydroPressItemCtrl1);
layoutControl1.Controls.Add(hydroFlowItemCtrl1);
layoutControl1.Controls.Add(hydroTotalEvaluationCtrl1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(890, 664);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// hydroWorkingMonitorEvaluationListCtrl1
//
hydroWorkingMonitorEvaluationListCtrl1.Location = new Point(2, 268);
hydroWorkingMonitorEvaluationListCtrl1.Name = "hydroWorkingMonitorEvaluationListCtrl1";
hydroWorkingMonitorEvaluationListCtrl1.Size = new Size(886, 394);
hydroWorkingMonitorEvaluationListCtrl1.TabIndex = 7;
//
// hydroPressItemCtrl1
//
hydroPressItemCtrl1.EvaluateText = "压力";
hydroPressItemCtrl1.Location = new Point(595, 2);
hydroPressItemCtrl1.Name = "hydroPressItemCtrl1";
hydroPressItemCtrl1.Size = new Size(293, 262);
hydroPressItemCtrl1.TabIndex = 6;
//
// hydroFlowItemCtrl1
//
hydroFlowItemCtrl1.EvaluateText = "流量";
hydroFlowItemCtrl1.Location = new Point(298, 2);
hydroFlowItemCtrl1.Name = "hydroFlowItemCtrl1";
hydroFlowItemCtrl1.Size = new Size(293, 262);
hydroFlowItemCtrl1.TabIndex = 5;
//
// hydroTotalEvaluationCtrl1
//
hydroTotalEvaluationCtrl1.Location = new Point(2, 2);
hydroTotalEvaluationCtrl1.Name = "hydroTotalEvaluationCtrl1";
hydroTotalEvaluationCtrl1.Size = new Size(292, 262);
hydroTotalEvaluationCtrl1.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4 });
Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
Root.Name = "Root";
columnDefinition4.SizeType = SizeType.Percent;
columnDefinition4.Width = 100D;
columnDefinition5.SizeType = SizeType.Percent;
columnDefinition5.Width = 100D;
columnDefinition6.SizeType = SizeType.Percent;
columnDefinition6.Width = 100D;
Root.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition4, columnDefinition5, columnDefinition6 });
rowDefinition3.Height = 40D;
rowDefinition3.SizeType = SizeType.Percent;
rowDefinition4.Height = 60D;
rowDefinition4.SizeType = SizeType.Percent;
Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition3, rowDefinition4 });
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(890, 664);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.Control = hydroTotalEvaluationCtrl1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(296, 266);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = hydroFlowItemCtrl1;
layoutControlItem2.Location = new Point(296, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem2.Size = new Size(297, 266);
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = hydroPressItemCtrl1;
layoutControlItem3.Location = new Point(593, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 2;
layoutControlItem3.Size = new Size(297, 266);
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// layoutControlItem4
//
layoutControlItem4.Control = hydroWorkingMonitorEvaluationListCtrl1;
layoutControlItem4.Location = new Point(0, 266);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.OptionsTableLayoutItem.ColumnSpan = 3;
layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem4.Size = new Size(890, 398);
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// HydroWorkingEvaluationCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "HydroWorkingEvaluationCtrl";
Size = new Size(890, 664);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private HydroWorkingMonitorEvaluationListCtrl hydroWorkingMonitorEvaluationListCtrl1;
private HydroWorkingItemEvaluationCtrl hydroPressItemCtrl1;
private HydroWorkingItemEvaluationCtrl hydroFlowItemCtrl1;
private HydroWorkingTotalEvaluationCtrl hydroTotalEvaluationCtrl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
}
}