namespace HStation.WinFrmUI.PhartRelation { partial class PumpVariableSpeedCtrl { /// /// 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() { 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; } }