|
using Yw.WinFrmUI.Phart;
|
|
namespace HStation.WinFrmUI.PhartRelation
|
{
|
partial class PumpVariableSpeedChartDlg
|
{
|
/// <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()
|
{
|
pumpVariableSpeedChart = new PumpVariableSpeedChart();
|
sidePanel1 = new SidePanel();
|
pumpVariableSpeedInfoCtrl1 = new PumpVariableSpeedInfoCtrl();
|
sidePanel1.SuspendLayout();
|
SuspendLayout();
|
//
|
// pumpVariableSpeedChart
|
//
|
pumpVariableSpeedChart.Dock = DockStyle.Fill;
|
pumpVariableSpeedChart.LineNameVisible = true;
|
pumpVariableSpeedChart.LineVisible = false;
|
pumpVariableSpeedChart.Location = new Point(0, 0);
|
pumpVariableSpeedChart.Name = "pumpVariableSpeedChart";
|
pumpVariableSpeedChart.Size = new Size(639, 1062);
|
pumpVariableSpeedChart.TabIndex = 4;
|
//
|
// sidePanel1
|
//
|
sidePanel1.Controls.Add(pumpVariableSpeedInfoCtrl1);
|
sidePanel1.Dock = DockStyle.Right;
|
sidePanel1.Location = new Point(639, 0);
|
sidePanel1.Name = "sidePanel1";
|
sidePanel1.Size = new Size(700, 1062);
|
sidePanel1.TabIndex = 5;
|
sidePanel1.Text = "sidePanel1";
|
//
|
// pumpVariableSpeedInfoCtrl1
|
//
|
pumpVariableSpeedInfoCtrl1.Dock = DockStyle.Fill;
|
pumpVariableSpeedInfoCtrl1.Location = new Point(1, 0);
|
pumpVariableSpeedInfoCtrl1.Name = "pumpVariableSpeedInfoCtrl1";
|
pumpVariableSpeedInfoCtrl1.Size = new Size(699, 1062);
|
pumpVariableSpeedInfoCtrl1.TabIndex = 0;
|
//
|
// PumpVariableSpeedChartDlg
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
ClientSize = new Size(1339, 1062);
|
Controls.Add(pumpVariableSpeedChart);
|
Controls.Add(sidePanel1);
|
Margin = new Padding(4, 5, 4, 5);
|
Name = "PumpVariableSpeedChartDlg";
|
StartPosition = FormStartPosition.CenterParent;
|
Text = "变速曲线";
|
sidePanel1.ResumeLayout(false);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
private PumpVariableSpeedChart pumpVariableSpeedChart;
|
private SidePanel sidePanel1;
|
private PumpVariableSpeedInfoCtrl pumpVariableSpeedInfoCtrl1;
|
}
|
}
|