namespace HStation.WinFrmUI.PhartRelation
|
{
|
partial class PumpVariableSpeedCtrl
|
{
|
/// <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()
|
{
|
pumpSerialParallelChart1 = new Yw.WinFrmUI.Phart.PumpSerialParallelChart();
|
SuspendLayout();
|
//
|
// pumpSerialParallelChart1
|
//
|
pumpSerialParallelChart1.Dock = DockStyle.Fill;
|
pumpSerialParallelChart1.LineNameVisible = true;
|
pumpSerialParallelChart1.LineVisible = false;
|
pumpSerialParallelChart1.Location = new Point(0, 0);
|
pumpSerialParallelChart1.Name = "pumpSerialParallelChart1";
|
pumpSerialParallelChart1.Size = new Size(1164, 975);
|
pumpSerialParallelChart1.TabIndex = 0;
|
//
|
// PumpVariableSpeedCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(pumpSerialParallelChart1);
|
Name = "PumpVariableSpeedCtrl";
|
Size = new Size(1164, 975);
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private Yw.WinFrmUI.Phart.PumpSerialParallelChart pumpSerialParallelChart1;
|
}
|
}
|