using Yw.WinFrmUI.Phart;
namespace HStation.WinFrmUI.PhartRelation
{
partial class PumpSerialParallelChartDlg
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
pumpSerialParallelChart = new PumpParallelChart();
sidePanel1 = new SidePanel();
pumpSerialParallelInfoCtrl1 = new PumpSerialParallelInfoCtrl();
sidePanel1.SuspendLayout();
SuspendLayout();
//
// pumpSerialParallelChart
//
pumpSerialParallelChart.Dock = DockStyle.Fill;
pumpSerialParallelChart.LineNameVisible = true;
pumpSerialParallelChart.Location = new Point(0, 0);
pumpSerialParallelChart.Name = "pumpSerialParallelChart";
pumpSerialParallelChart.Size = new Size(639, 1062);
pumpSerialParallelChart.TabIndex = 4;
//
// sidePanel1
//
sidePanel1.Controls.Add(pumpSerialParallelInfoCtrl1);
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";
//
// pumpSerialParallelInfoCtrl1
//
pumpSerialParallelInfoCtrl1.Dock = DockStyle.Fill;
pumpSerialParallelInfoCtrl1.Location = new Point(1, 0);
pumpSerialParallelInfoCtrl1.Name = "pumpSerialParallelInfoCtrl1";
pumpSerialParallelInfoCtrl1.Size = new Size(699, 1062);
pumpSerialParallelInfoCtrl1.TabIndex = 0;
//
// PumpSerialParallelChartDlg
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1339, 1062);
Controls.Add(pumpSerialParallelChart);
Controls.Add(sidePanel1);
Margin = new Padding(4, 5, 4, 5);
Name = "PumpSerialParallelChartDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "串并联曲线";
sidePanel1.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private PumpParallelChart pumpSerialParallelChart;
private SidePanel sidePanel1;
private PumpSerialParallelInfoCtrl pumpSerialParallelInfoCtrl1;
}
}