ningshuxia
2024-05-06 8f6d2b48f22b695574bd4a6c4ac91b1ac9f780b1
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
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();
            txtInfo = new RichTextBox();
            btnAnaChConclusion = new Button();
            tableLayoutPanel1 = new TableLayoutPanel();
            tableLayoutPanel2 = new TableLayoutPanel();
            txtFlow = new TextBox();
            txtHead = new TextBox();
            btnAna = new Button();
            splitContainer1 = new SplitContainer();
            btnAnaCh2Combine = new Button();
            tableLayoutPanel3 = new TableLayoutPanel();
            txtMustOpen = new RichTextBox();
            txtMustNotOpen = new RichTextBox();
            txtCurrentOpen = new RichTextBox();
            cmbStation = new ComboBox();
            tableLayoutPanel1.SuspendLayout();
            tableLayoutPanel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)splitContainer1).BeginInit();
            splitContainer1.Panel1.SuspendLayout();
            splitContainer1.Panel2.SuspendLayout();
            splitContainer1.SuspendLayout();
            tableLayoutPanel3.SuspendLayout();
            SuspendLayout();
            // 
            // btnAnaCh1Combine
            // 
            btnAnaCh1Combine.Dock = DockStyle.Fill;
            btnAnaCh1Combine.Location = new Point(0, 0);
            btnAnaCh1Combine.Name = "btnAnaCh1Combine";
            btnAnaCh1Combine.Size = new Size(257, 104);
            btnAnaCh1Combine.TabIndex = 0;
            btnAnaCh1Combine.Text = "分析1输水泵组合";
            btnAnaCh1Combine.UseVisualStyleBackColor = true;
            btnAnaCh1Combine.Click += btnAnaCh1Combine_Click;
            // 
            // txtInfo
            // 
            txtInfo.Dock = DockStyle.Bottom;
            txtInfo.Location = new Point(0, 221);
            txtInfo.Name = "txtInfo";
            txtInfo.Size = new Size(1036, 416);
            txtInfo.TabIndex = 1;
            txtInfo.Text = "";
            // 
            // btnAnaChConclusion
            // 
            btnAnaChConclusion.Location = new Point(521, 3);
            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(tableLayoutPanel2, 1, 1);
            tableLayoutPanel1.Controls.Add(splitContainer1, 0, 0);
            tableLayoutPanel1.Controls.Add(btnAnaChConclusion, 1, 0);
            tableLayoutPanel1.Controls.Add(tableLayoutPanel3, 0, 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;
            // 
            // 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, 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.RowStyles.Add(new RowStyle(SizeType.Absolute, 20F));
            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
            // 
            tableLayoutPanel2.SetColumnSpan(btnAna, 2);
            btnAna.Dock = DockStyle.Fill;
            btnAna.Location = new Point(3, 39);
            btnAna.Name = "btnAna";
            btnAna.Size = new Size(506, 63);
            btnAna.TabIndex = 3;
            btnAna.Text = "分析";
            btnAna.UseVisualStyleBackColor = true;
            btnAna.Click += btnAna_Click;
            // 
            // splitContainer1
            // 
            splitContainer1.Dock = DockStyle.Fill;
            splitContainer1.Location = new Point(3, 3);
            splitContainer1.Name = "splitContainer1";
            // 
            // splitContainer1.Panel1
            // 
            splitContainer1.Panel1.Controls.Add(btnAnaCh1Combine);
            // 
            // splitContainer1.Panel2
            // 
            splitContainer1.Panel2.Controls.Add(btnAnaCh2Combine);
            splitContainer1.Size = new Size(512, 104);
            splitContainer1.SplitterDistance = 257;
            splitContainer1.TabIndex = 5;
            // 
            // btnAnaCh2Combine
            // 
            btnAnaCh2Combine.Dock = DockStyle.Fill;
            btnAnaCh2Combine.Location = new Point(0, 0);
            btnAnaCh2Combine.Name = "btnAnaCh2Combine";
            btnAnaCh2Combine.Size = new Size(251, 104);
            btnAnaCh2Combine.TabIndex = 3;
            btnAnaCh2Combine.Text = "分析2输水泵组合";
            btnAnaCh2Combine.UseVisualStyleBackColor = true;
            btnAnaCh2Combine.Click += btnAnaCh2Combine_Click;
            // 
            // tableLayoutPanel3
            // 
            tableLayoutPanel3.ColumnCount = 2;
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel3.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
            tableLayoutPanel3.Controls.Add(txtMustOpen, 0, 0);
            tableLayoutPanel3.Controls.Add(txtMustNotOpen, 1, 0);
            tableLayoutPanel3.Controls.Add(txtCurrentOpen, 0, 1);
            tableLayoutPanel3.Controls.Add(cmbStation, 1, 1);
            tableLayoutPanel3.Dock = DockStyle.Fill;
            tableLayoutPanel3.Location = new Point(3, 113);
            tableLayoutPanel3.Name = "tableLayoutPanel3";
            tableLayoutPanel3.RowCount = 2;
            tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tableLayoutPanel3.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
            tableLayoutPanel3.Size = new Size(512, 105);
            tableLayoutPanel3.TabIndex = 6;
            // 
            // txtMustOpen
            // 
            txtMustOpen.Dock = DockStyle.Fill;
            txtMustOpen.Location = new Point(3, 3);
            txtMustOpen.Name = "txtMustOpen";
            txtMustOpen.Size = new Size(250, 46);
            txtMustOpen.TabIndex = 5;
            txtMustOpen.Text = "";
            // 
            // txtMustNotOpen
            // 
            txtMustNotOpen.Dock = DockStyle.Fill;
            txtMustNotOpen.Location = new Point(259, 3);
            txtMustNotOpen.Name = "txtMustNotOpen";
            txtMustNotOpen.Size = new Size(250, 46);
            txtMustNotOpen.TabIndex = 6;
            txtMustNotOpen.Text = "";
            // 
            // txtCurrentOpen
            // 
            txtCurrentOpen.Location = new Point(3, 55);
            txtCurrentOpen.Name = "txtCurrentOpen";
            txtCurrentOpen.Size = new Size(250, 47);
            txtCurrentOpen.TabIndex = 4;
            txtCurrentOpen.Text = "11,12,13,17";
            // 
            // cmbStation
            // 
            cmbStation.Dock = DockStyle.Fill;
            cmbStation.FormattingEnabled = true;
            cmbStation.Items.AddRange(new object[] { "一输水", "二输水" });
            cmbStation.Location = new Point(259, 55);
            cmbStation.Name = "cmbStation";
            cmbStation.Size = new Size(250, 32);
            cmbStation.TabIndex = 7;
            cmbStation.SelectedIndexChanged += cmbStation_SelectedIndexChanged;
            // 
            // Form1
            // 
            AutoScaleDimensions = new SizeF(11F, 24F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(1036, 637);
            Controls.Add(tableLayoutPanel1);
            Controls.Add(txtInfo);
            Name = "Form1";
            StartPosition = FormStartPosition.CenterScreen;
            Text = "Form1";
            tableLayoutPanel1.ResumeLayout(false);
            tableLayoutPanel2.ResumeLayout(false);
            tableLayoutPanel2.PerformLayout();
            splitContainer1.Panel1.ResumeLayout(false);
            splitContainer1.Panel2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)splitContainer1).EndInit();
            splitContainer1.ResumeLayout(false);
            tableLayoutPanel3.ResumeLayout(false);
            ResumeLayout(false);
        }
 
        #endregion
 
        private Button btnAnaCh1Combine;
        private RichTextBox txtInfo;
        private Button btnAnaChConclusion;
        private TableLayoutPanel tableLayoutPanel1;
        private Button btnAnaCh2Combine;
        private TableLayoutPanel tableLayoutPanel2;
        private TextBox txtFlow;
        private TextBox txtHead;
        private Button btnAna;
        private RichTextBox txtCurrentOpen;
        private SplitContainer splitContainer1;
        private TableLayoutPanel tableLayoutPanel3;
        private RichTextBox txtMustOpen;
        private RichTextBox txtMustNotOpen;
        private ComboBox cmbStation;
    }
}