namespace HStation.WinFrmUI
{
partial class PumpChartViewCtrl
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
pumpChart1 = new Yw.WinFrmUI.Phart.PumpViewChart();
SuspendLayout();
//
// pumpChart1
//
pumpChart1.Dock = DockStyle.Fill;
pumpChart1.Location = new Point(0, 0);
pumpChart1.Name = "pumpChart1";
pumpChart1.Size = new Size(1369, 924);
pumpChart1.TabIndex = 0;
//
// PumpViewChartCtrtl
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(pumpChart1);
Name = "PumpViewChartCtrtl";
Size = new Size(1369, 924);
ResumeLayout(false);
}
#endregion
private Yw.WinFrmUI.Phart.PumpViewChart pumpChart1;
}
}