ningshuxia
2024-04-30 b50a06a3185619c4cbbc521ab026f1bfa4d13aae
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
namespace IStation.Client
{
    partial class Form1
    {
        /// <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()
        {
            btnAnaCh1Combine = new Button();
            richTextBox1 = new RichTextBox();
            btnAnaChConclusion = new Button();
            tableLayoutPanel1 = new TableLayoutPanel();
            btnAnaCh2Combine = new Button();
            tableLayoutPanel2 = new TableLayoutPanel();
            txtFlow = new TextBox();
            txtHead = new TextBox();
            btnAna = new Button();
            txtOpenCombineList = new RichTextBox();
            tableLayoutPanel1.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            SuspendLayout();
            // 
            // btnAnaCh1Combine
            // 
            btnAnaCh1Combine.Dock = DockStyle.Fill;
            btnAnaCh1Combine.Location = new Point(3, 3);
            btnAnaCh1Combine.Name = "btnAnaCh1Combine";
            btnAnaCh1Combine.Size = new Size(512, 104);
            btnAnaCh1Combine.TabIndex = 0;
            btnAnaCh1Combine.Text = "分析1输水泵组合";
            btnAnaCh1Combine.UseVisualStyleBackColor = true;
            btnAnaCh1Combine.Click += btnAnaCh1Combine_Click;
            // 
            // richTextBox1
            // 
            richTextBox1.Dock = DockStyle.Bottom;
            richTextBox1.Location = new Point(0, 221);
            richTextBox1.Name = "richTextBox1";
            richTextBox1.Size = new Size(1036, 416);
            richTextBox1.TabIndex = 1;
            richTextBox1.Text = "";
            // 
            // btnAnaChConclusion
            // 
            btnAnaChConclusion.Location = new Point(3, 113);
            btnAnaChConclusion.Name = "btnAnaChConclusion";
            btnAnaChConclusion.Size = new Size(512, 104);
            btnAnaChConclusion.TabIndex = 2;
            btnAnaChConclusion.Text = "分析全部泵组合结论";
            btnAnaChConclusion.UseVisualStyleBackColor = true;
            btnAnaChConclusion.Click += btnAnaChConclusion_Click;
            // 
            // tableLayoutPanel1
            // 
            tableLayoutPanel1.ColumnCount = 2;
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel1.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel1.Controls.Add(btnAnaCh1Combine, 0, 0);
            tableLayoutPanel1.Controls.Add(btnAnaChConclusion, 0, 1);
            tableLayoutPanel1.Controls.Add(btnAnaCh2Combine, 1, 0);
            tableLayoutPanel1.Controls.Add(tableLayoutPanel2, 1, 1);
            tableLayoutPanel1.Dock = DockStyle.Fill;
            tableLayoutPanel1.Location = new Point(0, 0);
            tableLayoutPanel1.Name = "tableLayoutPanel1";
            tableLayoutPanel1.RowCount = 2;
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tableLayoutPanel1.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tableLayoutPanel1.Size = new Size(1036, 221);
            tableLayoutPanel1.TabIndex = 3;
            // 
            // btnAnaCh2Combine
            // 
            btnAnaCh2Combine.Location = new Point(521, 3);
            btnAnaCh2Combine.Name = "btnAnaCh2Combine";
            btnAnaCh2Combine.Size = new Size(512, 104);
            btnAnaCh2Combine.TabIndex = 3;
            btnAnaCh2Combine.Text = "分析2输水泵组合";
            btnAnaCh2Combine.UseVisualStyleBackColor = true;
            btnAnaCh2Combine.Click += btnAnaCh2Combine_Click;
            // 
            // tableLayoutPanel2
            // 
            tableLayoutPanel2.ColumnCount = 2;
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel2.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel2.Controls.Add(txtFlow, 0, 0);
            tableLayoutPanel2.Controls.Add(txtHead, 1, 0);
            tableLayoutPanel2.Controls.Add(btnAna, 1, 1);
            tableLayoutPanel2.Controls.Add(txtOpenCombineList, 0, 1);
            tableLayoutPanel2.Dock = DockStyle.Fill;
            tableLayoutPanel2.Location = new Point(521, 113);
            tableLayoutPanel2.Name = "tableLayoutPanel2";
            tableLayoutPanel2.RowCount = 2;
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 34.2857132F));
            tableLayoutPanel2.RowStyles.Add(new RowStyle(SizeType.Percent, 65.71429F));
            tableLayoutPanel2.Size = new Size(512, 105);
            tableLayoutPanel2.TabIndex = 4;
            // 
            // txtFlow
            // 
            txtFlow.Dock = DockStyle.Fill;
            txtFlow.Location = new Point(3, 3);
            txtFlow.Name = "txtFlow";
            txtFlow.Size = new Size(250, 30);
            txtFlow.TabIndex = 0;
            txtFlow.Text = "16406";
            // 
            // txtHead
            // 
            txtHead.Dock = DockStyle.Fill;
            txtHead.Location = new Point(259, 3);
            txtHead.Name = "txtHead";
            txtHead.Size = new Size(250, 30);
            txtHead.TabIndex = 1;
            txtHead.Text = "15.92";
            // 
            // btnAna
            // 
            btnAna.Dock = DockStyle.Fill;
            btnAna.Location = new Point(259, 39);
            btnAna.Name = "btnAna";
            btnAna.Size = new Size(250, 63);
            btnAna.TabIndex = 3;
            btnAna.Text = "分析";
            btnAna.UseVisualStyleBackColor = true;
            btnAna.Click += btnAna_Click;
            // 
            // txtOpenCombineList
            // 
            txtOpenCombineList.Dock = DockStyle.Fill;
            txtOpenCombineList.Location = new Point(3, 39);
            txtOpenCombineList.Name = "txtOpenCombineList";
            txtOpenCombineList.Size = new Size(250, 63);
            txtOpenCombineList.TabIndex = 4;
            txtOpenCombineList.Text = "11,12,13,17";
            // 
            // Form1
            // 
            AutoScaleDimensions = new SizeF(11F, 24F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1036, 637);
            Controls.Add(tableLayoutPanel1);
            Controls.Add(richTextBox1);
            Name = "Form1";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "Form1";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            ResumeLayout(false);
        }
 
        #endregion
 
        private Button btnAnaCh1Combine;
        private RichTextBox richTextBox1;
        private Button btnAnaChConclusion;
        private TableLayoutPanel tableLayoutPanel1;
        private Button btnAnaCh2Combine;
        private TableLayoutPanel tableLayoutPanel2;
        private TextBox txtFlow;
        private TextBox txtHead;
        private Button btnAna;
        private RichTextBox txtOpenCombineList;
    }
}