Shuxia Ning
2024-10-29 a434b83043a5646d5dd99c3e934cc8a30ac6165f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
 
using Yw.WinFrmUI.Phart;
 
namespace HStation.WinFrmUI.PhartRelation
{
    partial class PumpParallelChartDlg
    {
        /// <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()
        {
            pumpSerialParallelChart = new PumpSerialParallelChart();
            sidePanel1 = new SidePanel();
            pumpParallelInfoCtrl1 = new PumpParallelInfoCtrl();
            sidePanel1.SuspendLayout();
            SuspendLayout();
            // 
            // pumpSerialParallelChart
            // 
            pumpSerialParallelChart.Dock = DockStyle.Fill;
            pumpSerialParallelChart.LineNameVisible = true;
            pumpSerialParallelChart.LineVisible = false;
            pumpSerialParallelChart.Location = new Point(0, 0);
            pumpSerialParallelChart.Name = "pumpSerialParallelChart";
            pumpSerialParallelChart.Size = new Size(914, 1062);
            pumpSerialParallelChart.TabIndex = 4;
            // 
            // sidePanel1
            // 
            sidePanel1.Controls.Add(pumpParallelInfoCtrl1);
            sidePanel1.Dock = DockStyle.Right;
            sidePanel1.Location = new Point(914, 0);
            sidePanel1.Name = "sidePanel1";
            sidePanel1.Size = new Size(700, 1062);
            sidePanel1.TabIndex = 5;
            sidePanel1.Text = "sidePanel1";
            // 
            // pumpParallelInfoCtrl1
            // 
            pumpParallelInfoCtrl1.Dock = DockStyle.Fill;
            pumpParallelInfoCtrl1.Location = new Point(1, 0);
            pumpParallelInfoCtrl1.Name = "pumpParallelInfoCtrl1";
            pumpParallelInfoCtrl1.Size = new Size(699, 1062);
            pumpParallelInfoCtrl1.TabIndex = 0;
            // 
            // PumpParallelChartDlg
            // 
            AutoScaleDimensions = new SizeF(10F, 22F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1614, 1062);
            Controls.Add(pumpSerialParallelChart);
            Controls.Add(sidePanel1);
            Margin = new Padding(4, 5, 4, 5);
            Name = "PumpParallelChartDlg";
            StartPosition = FormStartPosition.CenterParent;
            Text = "并联曲线";
            sidePanel1.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
        private PumpSerialParallelChart pumpSerialParallelChart;
        private SidePanel sidePanel1;
        private PumpParallelInfoCtrl pumpParallelInfoCtrl1;
    }
}