namespace HStation.WinFrmUI
{
partial class SimulationSingleWorkingPumpCtrl
{
///
/// 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()
{
components = new Container();
barManager1 = new DevExpress.XtraBars.BarManager(components);
bar2 = new DevExpress.XtraBars.Bar();
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
pumpWorkingViewChart1 = new Yw.WinFrmUI.Phart.PumpWorkingViewChart();
((ISupportInitialize)barManager1).BeginInit();
SuspendLayout();
//
// barManager1
//
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar2 });
barManager1.DockControls.Add(barDockControlTop);
barManager1.DockControls.Add(barDockControlBottom);
barManager1.DockControls.Add(barDockControlLeft);
barManager1.DockControls.Add(barDockControlRight);
barManager1.Form = this;
barManager1.MainMenu = bar2;
//
// bar2
//
bar2.BarName = "Main menu";
bar2.DockCol = 0;
bar2.DockRow = 0;
bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
bar2.OptionsBar.AllowQuickCustomization = false;
bar2.OptionsBar.DrawBorder = false;
bar2.OptionsBar.DrawDragBorder = false;
bar2.OptionsBar.MultiLine = true;
bar2.OptionsBar.UseWholeRow = true;
bar2.Text = "Main menu";
//
// barDockControlTop
//
barDockControlTop.CausesValidation = false;
barDockControlTop.Dock = DockStyle.Top;
barDockControlTop.Location = new Point(0, 0);
barDockControlTop.Manager = barManager1;
barDockControlTop.Size = new Size(854, 20);
//
// barDockControlBottom
//
barDockControlBottom.CausesValidation = false;
barDockControlBottom.Dock = DockStyle.Bottom;
barDockControlBottom.Location = new Point(0, 436);
barDockControlBottom.Manager = barManager1;
barDockControlBottom.Size = new Size(854, 0);
//
// barDockControlLeft
//
barDockControlLeft.CausesValidation = false;
barDockControlLeft.Dock = DockStyle.Left;
barDockControlLeft.Location = new Point(0, 20);
barDockControlLeft.Manager = barManager1;
barDockControlLeft.Size = new Size(0, 416);
//
// barDockControlRight
//
barDockControlRight.CausesValidation = false;
barDockControlRight.Dock = DockStyle.Right;
barDockControlRight.Location = new Point(854, 20);
barDockControlRight.Manager = barManager1;
barDockControlRight.Size = new Size(0, 416);
//
// pumpWorkingViewChart1
//
pumpWorkingViewChart1.Dock = DockStyle.Fill;
pumpWorkingViewChart1.EquipVisible = true;
pumpWorkingViewChart1.Location = new Point(0, 20);
pumpWorkingViewChart1.Margin = new Padding(2, 2, 2, 2);
pumpWorkingViewChart1.Name = "pumpWorkingViewChart1";
pumpWorkingViewChart1.QEVisible = true;
pumpWorkingViewChart1.QPVisble = true;
pumpWorkingViewChart1.RunPointVisible = true;
pumpWorkingViewChart1.Size = new Size(854, 416);
pumpWorkingViewChart1.TabIndex = 4;
//
// SimulationSingleWorkingPumpCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(pumpWorkingViewChart1);
Controls.Add(barDockControlLeft);
Controls.Add(barDockControlRight);
Controls.Add(barDockControlBottom);
Controls.Add(barDockControlTop);
Name = "SimulationSingleWorkingPumpCtrl";
Size = new Size(854, 436);
((ISupportInitialize)barManager1).EndInit();
ResumeLayout(false);
PerformLayout();
}
#endregion
private DevExpress.XtraBars.BarManager barManager1;
private DevExpress.XtraBars.Bar bar2;
private DevExpress.XtraBars.BarDockControl barDockControlTop;
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
private DevExpress.XtraBars.BarDockControl barDockControlRight;
private Yw.WinFrmUI.Phart.PumpWorkingViewChart pumpWorkingViewChart1;
}
}