namespace HStation.WinFrmUI
|
{
|
partial class PumpChartViewCtrl
|
{
|
/// <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()
|
{
|
components = new System.ComponentModel.Container();
|
pumpChart1 = new Yw.WinFrmUI.Phart.PumpViewChart();
|
barManager1 = new DevExpress.XtraBars.BarManager(components);
|
barDockControlTop = new DevExpress.XtraBars.BarDockControl();
|
barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
|
barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
|
barDockControlRight = new DevExpress.XtraBars.BarDockControl();
|
bar1 = new DevExpress.XtraBars.Bar();
|
barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
|
barCekSplitPanel = new DevExpress.XtraBars.BarCheckItem();
|
barCekEffVisible = new DevExpress.XtraBars.BarCheckItem();
|
barCekPowerVisible = new DevExpress.XtraBars.BarCheckItem();
|
((System.ComponentModel.ISupportInitialize)barManager1).BeginInit();
|
SuspendLayout();
|
//
|
// pumpChart1
|
//
|
pumpChart1.Dock = DockStyle.Fill;
|
pumpChart1.Location = new Point(0, 33);
|
pumpChart1.Name = "pumpChart1";
|
pumpChart1.Size = new Size(1369, 891);
|
pumpChart1.TabIndex = 0;
|
//
|
// barManager1
|
//
|
barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] { bar1 });
|
barManager1.DockControls.Add(barDockControlTop);
|
barManager1.DockControls.Add(barDockControlBottom);
|
barManager1.DockControls.Add(barDockControlLeft);
|
barManager1.DockControls.Add(barDockControlRight);
|
barManager1.Form = this;
|
barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] { barButtonItem1, barCekSplitPanel, barCekEffVisible, barCekPowerVisible });
|
barManager1.MaxItemId = 4;
|
//
|
// barDockControlTop
|
//
|
barDockControlTop.CausesValidation = false;
|
barDockControlTop.Dock = DockStyle.Top;
|
barDockControlTop.Location = new Point(0, 0);
|
barDockControlTop.Manager = barManager1;
|
barDockControlTop.Size = new Size(1369, 33);
|
//
|
// barDockControlBottom
|
//
|
barDockControlBottom.CausesValidation = false;
|
barDockControlBottom.Dock = DockStyle.Bottom;
|
barDockControlBottom.Location = new Point(0, 924);
|
barDockControlBottom.Manager = barManager1;
|
barDockControlBottom.Size = new Size(1369, 0);
|
//
|
// barDockControlLeft
|
//
|
barDockControlLeft.CausesValidation = false;
|
barDockControlLeft.Dock = DockStyle.Left;
|
barDockControlLeft.Location = new Point(0, 33);
|
barDockControlLeft.Manager = barManager1;
|
barDockControlLeft.Size = new Size(0, 891);
|
//
|
// barDockControlRight
|
//
|
barDockControlRight.CausesValidation = false;
|
barDockControlRight.Dock = DockStyle.Right;
|
barDockControlRight.Location = new Point(1369, 33);
|
barDockControlRight.Manager = barManager1;
|
barDockControlRight.Size = new Size(0, 891);
|
//
|
// bar1
|
//
|
bar1.BarName = "Tools";
|
bar1.DockCol = 0;
|
bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] { new DevExpress.XtraBars.LinkPersistInfo(barCekEffVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekPowerVisible), new DevExpress.XtraBars.LinkPersistInfo(barCekSplitPanel) });
|
bar1.OptionsBar.AllowQuickCustomization = false;
|
bar1.OptionsBar.DrawBorder = false;
|
bar1.OptionsBar.MultiLine = true;
|
bar1.OptionsBar.UseWholeRow = true;
|
bar1.Text = "Tools";
|
//
|
// barButtonItem1
|
//
|
barButtonItem1.Caption = "barButtonItem1";
|
barButtonItem1.Id = 0;
|
barButtonItem1.Name = "barButtonItem1";
|
//
|
// barCekSplitPanel
|
//
|
barCekSplitPanel.Caption = "分割板";
|
barCekSplitPanel.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
barCekSplitPanel.Id = 1;
|
barCekSplitPanel.Name = "barCekSplitPanel";
|
barCekSplitPanel.CheckedChanged += barCekSplitPanel_CheckedChanged;
|
//
|
// barCekEffVisible
|
//
|
barCekEffVisible.Caption = "效率线";
|
barCekEffVisible.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
barCekEffVisible.Id = 2;
|
barCekEffVisible.Name = "barCekEffVisible";
|
barCekEffVisible.CheckedChanged += barCekEffVisible_CheckedChanged;
|
//
|
// barCekPowerVisible
|
//
|
barCekPowerVisible.Caption = "功率线";
|
barCekPowerVisible.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
|
barCekPowerVisible.Id = 3;
|
barCekPowerVisible.Name = "barCekPowerVisible";
|
barCekPowerVisible.CheckedChanged += barCekPowerVisible_CheckedChanged;
|
//
|
// PumpChartViewCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(pumpChart1);
|
Controls.Add(barDockControlLeft);
|
Controls.Add(barDockControlRight);
|
Controls.Add(barDockControlBottom);
|
Controls.Add(barDockControlTop);
|
Name = "PumpChartViewCtrl";
|
Size = new Size(1369, 924);
|
((System.ComponentModel.ISupportInitialize)barManager1).EndInit();
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private Yw.WinFrmUI.Phart.PumpViewChart pumpChart1;
|
private DevExpress.XtraBars.BarManager barManager1;
|
private DevExpress.XtraBars.Bar bar1;
|
private DevExpress.XtraBars.BarDockControl barDockControlTop;
|
private DevExpress.XtraBars.BarDockControl barDockControlBottom;
|
private DevExpress.XtraBars.BarDockControl barDockControlLeft;
|
private DevExpress.XtraBars.BarDockControl barDockControlRight;
|
private DevExpress.XtraBars.BarButtonItem barButtonItem1;
|
private DevExpress.XtraBars.BarCheckItem barCekSplitPanel;
|
private DevExpress.XtraBars.BarCheckItem barCekEffVisible;
|
private DevExpress.XtraBars.BarCheckItem barCekPowerVisible;
|
}
|
}
|