namespace HStation.WinFrmUI.Xhs.Core
|
{
|
partial class XtraUserControl1
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedHead = new DevExpress.XtraGrid.Columns.GridColumn();
|
colD2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colErosion = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedEfficiency = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedPower = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
|
xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.XtrPerform2dChart();
|
searchControl1 = new DevExpress.XtraEditors.SearchControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)gridControl2).BeginInit();
|
((ISupportInitialize)gridView2).BeginInit();
|
((ISupportInitialize)searchControl1.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)simpleLabelItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl2);
|
layoutControl1.Controls.Add(xtrPerform2dChart1);
|
layoutControl1.Controls.Add(searchControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(713, 300, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1148, 570);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl2
|
//
|
gridControl2.Location = new Point(12, 36);
|
gridControl2.MainView = gridView2;
|
gridControl2.Name = "gridControl2";
|
gridControl2.Size = new Size(593, 266);
|
gridControl2.TabIndex = 3;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
|
//
|
// gridView2
|
//
|
gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colRatedFlow, colRatedHead, colD2, colErosion, colRatedEfficiency, colRatedPower, colRatedSpeed });
|
gridView2.GridControl = gridControl2;
|
gridView2.Name = "gridView2";
|
gridView2.OptionsView.ShowGroupPanel = false;
|
//
|
// colName
|
//
|
colName.Caption = "型号";
|
colName.FieldName = "Name";
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
//
|
// colRatedFlow
|
//
|
colRatedFlow.Caption = "额定流量(m³/h)";
|
colRatedFlow.FieldName = "RatedFlow";
|
colRatedFlow.Name = "colRatedFlow";
|
colRatedFlow.Visible = true;
|
colRatedFlow.VisibleIndex = 3;
|
//
|
// colRatedHead
|
//
|
colRatedHead.Caption = "额定扬程(m)";
|
colRatedHead.FieldName = "RatedHead";
|
colRatedHead.Name = "colRatedHead";
|
colRatedHead.Visible = true;
|
colRatedHead.VisibleIndex = 4;
|
//
|
// colD2
|
//
|
colD2.Caption = "叶轮外径(mm)";
|
colD2.FieldName = "D2";
|
colD2.Name = "colD2";
|
colD2.Visible = true;
|
colD2.VisibleIndex = 5;
|
//
|
// colErosion
|
//
|
colErosion.Caption = "气蚀";
|
colErosion.FieldName = "Erosion";
|
colErosion.Name = "colErosion";
|
colErosion.Visible = true;
|
colErosion.VisibleIndex = 6;
|
//
|
// colRatedEfficiency
|
//
|
colRatedEfficiency.Caption = "额定效率";
|
colRatedEfficiency.FieldName = "RatedEfficiency";
|
colRatedEfficiency.Name = "colRatedEfficiency";
|
colRatedEfficiency.Visible = true;
|
colRatedEfficiency.VisibleIndex = 7;
|
//
|
// colRatedPower
|
//
|
colRatedPower.Caption = "额定功率";
|
colRatedPower.FieldName = "RatedPower";
|
colRatedPower.Name = "colRatedPower";
|
colRatedPower.Visible = true;
|
colRatedPower.VisibleIndex = 8;
|
//
|
// colRatedSpeed
|
//
|
colRatedSpeed.Caption = "额定转速";
|
colRatedSpeed.FieldName = "RatedSpeed";
|
colRatedSpeed.Name = "colRatedSpeed";
|
colRatedSpeed.Visible = true;
|
colRatedSpeed.VisibleIndex = 9;
|
//
|
// xtrPerform2dChart1
|
//
|
xtrPerform2dChart1.DefinePointVisible = false;
|
xtrPerform2dChart1.LineVisible = false;
|
xtrPerform2dChart1.Location = new Point(619, 43);
|
xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2);
|
xtrPerform2dChart1.Name = "xtrPerform2dChart1";
|
xtrPerform2dChart1.Size = new Size(507, 505);
|
xtrPerform2dChart1.TabIndex = 2;
|
//
|
// searchControl1
|
//
|
searchControl1.Location = new Point(12, 12);
|
searchControl1.Name = "searchControl1";
|
searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() });
|
searchControl1.Size = new Size(158, 20);
|
searchControl1.StyleController = layoutControl1;
|
searchControl1.TabIndex = 0;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, simpleLabelItem1, layoutControlItem1, layoutControlItem4, emptySpaceItem1 });
|
Root.Name = "Root";
|
Root.Size = new Size(1148, 570);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
|
layoutControlGroup1.Location = new Point(597, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Size = new Size(531, 550);
|
layoutControlGroup1.Text = "曲线视图";
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = xtrPerform2dChart1;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem2.Size = new Size(507, 505);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.Location = new Point(162, 0);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(435, 24);
|
simpleLabelItem1.TextSize = new Size(122, 14);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = searchControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(162, 24);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = gridControl2;
|
layoutControlItem4.Location = new Point(0, 24);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(597, 270);
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 294);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(597, 256);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// XtraUserControl1
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "XtraUserControl1";
|
Size = new Size(1148, 570);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)gridControl2).EndInit();
|
((ISupportInitialize)gridView2).EndInit();
|
((ISupportInitialize)searchControl1.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)simpleLabelItem1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraEditors.SearchControl searchControl1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private Yw.WinFrmUI.Phart.XtrPerform2dChart xtrPerform2dChart1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedHead;
|
private DevExpress.XtraGrid.Columns.GridColumn colD2;
|
private DevExpress.XtraGrid.Columns.GridColumn colErosion;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedEfficiency;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedPower;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedSpeed;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
}
|
}
|