namespace HStation.WinFrmUI
|
{
|
partial class XhsProjectSimulationCalcuPrefixPureCtrl
|
{
|
/// <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()
|
{
|
tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
|
tabPagePumps = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
xhsProjectSimulationPumpCalcuPrefixCtrl1 = new XhsProjectSimulationPumpCalcuPrefixCtrl();
|
tabPageValves = new DevExpress.XtraBars.Navigation.TabNavigationPage();
|
xhsProjectSimulationValveCalcuPrefixCtrl1 = new XhsProjectSimulationValveCalcuPrefixCtrl();
|
((ISupportInitialize)tabPane1).BeginInit();
|
tabPane1.SuspendLayout();
|
tabPagePumps.SuspendLayout();
|
tabPageValves.SuspendLayout();
|
SuspendLayout();
|
//
|
// tabPane1
|
//
|
tabPane1.Controls.Add(tabPagePumps);
|
tabPane1.Controls.Add(tabPageValves);
|
tabPane1.Dock = DockStyle.Fill;
|
tabPane1.Location = new Point(0, 0);
|
tabPane1.Name = "tabPane1";
|
tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabPagePumps, tabPageValves });
|
tabPane1.RegularSize = new Size(1026, 579);
|
tabPane1.SelectedPage = tabPagePumps;
|
tabPane1.Size = new Size(1026, 579);
|
tabPane1.TabIndex = 1;
|
tabPane1.Text = "tabPane1";
|
//
|
// tabPagePumps
|
//
|
tabPagePumps.Caption = "水泵";
|
tabPagePumps.Controls.Add(xhsProjectSimulationPumpCalcuPrefixCtrl1);
|
tabPagePumps.Name = "tabPagePumps";
|
tabPagePumps.Padding = new Padding(0, 1, 0, 0);
|
tabPagePumps.Size = new Size(1026, 546);
|
//
|
// xhsProjectSimulationPumpCalcuPrefixCtrl1
|
//
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.Dock = DockStyle.Fill;
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.Location = new Point(0, 1);
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.Name = "xhsProjectSimulationPumpCalcuPrefixCtrl1";
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.ShowFindPanel = false;
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.Size = new Size(1026, 545);
|
xhsProjectSimulationPumpCalcuPrefixCtrl1.TabIndex = 0;
|
//
|
// tabPageValves
|
//
|
tabPageValves.Caption = "阀门";
|
tabPageValves.Controls.Add(xhsProjectSimulationValveCalcuPrefixCtrl1);
|
tabPageValves.Name = "tabPageValves";
|
tabPageValves.Padding = new Padding(0, 1, 0, 0);
|
tabPageValves.Size = new Size(1026, 546);
|
//
|
// xhsProjectSimulationValveCalcuPrefixCtrl1
|
//
|
xhsProjectSimulationValveCalcuPrefixCtrl1.Dock = DockStyle.Fill;
|
xhsProjectSimulationValveCalcuPrefixCtrl1.Location = new Point(0, 1);
|
xhsProjectSimulationValveCalcuPrefixCtrl1.Name = "xhsProjectSimulationValveCalcuPrefixCtrl1";
|
xhsProjectSimulationValveCalcuPrefixCtrl1.ShowFindPanel = false;
|
xhsProjectSimulationValveCalcuPrefixCtrl1.Size = new Size(1026, 545);
|
xhsProjectSimulationValveCalcuPrefixCtrl1.TabIndex = 0;
|
//
|
// XhsProjectSimulationCalcuPrefixCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(tabPane1);
|
Name = "XhsProjectSimulationCalcuPrefixCtrl";
|
Size = new Size(1026, 579);
|
((ISupportInitialize)tabPane1).EndInit();
|
tabPane1.ResumeLayout(false);
|
tabPagePumps.ResumeLayout(false);
|
tabPageValves.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabPagePumps;
|
private XhsProjectSimulationPumpCalcuPrefixCtrl xhsProjectSimulationPumpCalcuPrefixCtrl1;
|
private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageValves;
|
private XhsProjectSimulationValveCalcuPrefixCtrl xhsProjectSimulationValveCalcuPrefixCtrl1;
|
}
|
}
|