namespace HStation.WinFrmUI.Xhs
|
{
|
partial class SinglePumpAnalyDlg
|
{
|
/// <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 Windows Form 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()
|
{
|
ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
|
sidePanel1 = new SidePanel();
|
singlePumpAnalyInfoCtrl1 = new SinglePumpAnalyInfoCtrl();
|
pumpVariableSpeedChart1 = new Yw.WinFrmUI.Phart.PumpVariableSpeedChart();
|
((ISupportInitialize)ribbon).BeginInit();
|
sidePanel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// ribbon
|
//
|
ribbon.ExpandCollapseItem.Id = 0;
|
ribbon.ItemPanelStyle = DevExpress.XtraBars.Ribbon.RibbonItemPanelStyle.Classic;
|
ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] { ribbon.ExpandCollapseItem });
|
ribbon.Location = new Point(0, 0);
|
ribbon.MaxItemId = 2;
|
ribbon.Name = "ribbon";
|
ribbon.OptionsExpandCollapseMenu.EnableExpandCollapseMenu = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.OptionsExpandCollapseMenu.ShowQuickAccessToolbarItem = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.OptionsExpandCollapseMenu.ShowRibbonGroup = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.OptionsExpandCollapseMenu.ShowRibbonLayoutGroup = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.OptionsTouch.TouchUI = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.RibbonCaptionAlignment = DevExpress.XtraBars.Ribbon.RibbonCaptionAlignment.Left;
|
ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.OfficeUniversal;
|
ribbon.SearchItemPosition = DevExpress.XtraBars.Ribbon.SearchItemPosition.None;
|
ribbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowMoreCommandsButton = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowPageHeadersInFormCaption = DevExpress.Utils.DefaultBoolean.False;
|
ribbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
|
ribbon.ShowQatLocationSelector = false;
|
ribbon.ShowToolbarCustomizeItem = false;
|
ribbon.Size = new Size(1400, 48);
|
ribbon.Toolbar.ShowCustomizeItem = false;
|
//
|
// sidePanel1
|
//
|
sidePanel1.Controls.Add(singlePumpAnalyInfoCtrl1);
|
sidePanel1.Dock = DockStyle.Right;
|
sidePanel1.Location = new Point(900, 48);
|
sidePanel1.Name = "sidePanel1";
|
sidePanel1.Size = new Size(500, 974);
|
sidePanel1.TabIndex = 3;
|
sidePanel1.Text = "sidePanel1";
|
//
|
// singlePumpAnalyInfoCtrl1
|
//
|
singlePumpAnalyInfoCtrl1.Dock = DockStyle.Fill;
|
singlePumpAnalyInfoCtrl1.Location = new Point(1, 0);
|
singlePumpAnalyInfoCtrl1.Name = "singlePumpAnalyInfoCtrl1";
|
singlePumpAnalyInfoCtrl1.Size = new Size(499, 974);
|
singlePumpAnalyInfoCtrl1.TabIndex = 0;
|
//
|
// pumpVariableSpeedChart1
|
//
|
pumpVariableSpeedChart1.Dock = DockStyle.Fill;
|
pumpVariableSpeedChart1.LineNameShowHz = false;
|
pumpVariableSpeedChart1.LineNameVisible = true;
|
pumpVariableSpeedChart1.LineVisible = false;
|
pumpVariableSpeedChart1.Location = new Point(0, 48);
|
pumpVariableSpeedChart1.Name = "pumpVariableSpeedChart1";
|
pumpVariableSpeedChart1.Size = new Size(900, 974);
|
pumpVariableSpeedChart1.TabIndex = 5;
|
//
|
// SinglePumpAnalyDlg
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1400, 1022);
|
Controls.Add(pumpVariableSpeedChart1);
|
Controls.Add(sidePanel1);
|
Controls.Add(ribbon);
|
Name = "SinglePumpAnalyDlg";
|
Ribbon = ribbon;
|
StartPosition = FormStartPosition.CenterScreen;
|
Text = "泵信息";
|
((ISupportInitialize)ribbon).EndInit();
|
sidePanel1.ResumeLayout(false);
|
ResumeLayout(false);
|
PerformLayout();
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Ribbon.RibbonControl ribbon;
|
private SidePanel sidePanel1;
|
private Yw.WinFrmUI.Phart.PumpVariableSpeedChart pumpVariableSpeedChart1;
|
private SinglePumpAnalyInfoCtrl singlePumpAnalyInfoCtrl1;
|
}
|
}
|