tx
2025-04-09 fa7510e1ed63df0366787fa4ed1b3db6426d2b46
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
namespace TProduct.WinFrmUI
{
    partial class AnalysisParasByQDlg
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;
 
        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param nameLogin="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()
        {
            this.labelQ = new System.Windows.Forms.Label();
            this.labelH = new System.Windows.Forms.Label();
            this.textQ = new System.Windows.Forms.TextBox();
            this.textHstatic = new System.Windows.Forms.TextBox();
            this.textEstatic = new System.Windows.Forms.TextBox();
            this.textPstatic = new System.Windows.Forms.TextBox();
            this.label效率 = new System.Windows.Forms.Label();
            this.label功率 = new System.Windows.Forms.Label();
            this.btnCalc = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // labelQ
            // 
            this.labelQ.AutoSize = true;
            this.labelQ.ForeColor = System.Drawing.SystemColors.ControlText;
            this.labelQ.Location = new System.Drawing.Point(30, 17);
            this.labelQ.Name = "labelQ";
            this.labelQ.Size = new System.Drawing.Size(31, 14);
            this.labelQ.TabIndex = 1;
            this.labelQ.Text = "流量";
            // 
            // labelH
            // 
            this.labelH.AutoSize = true;
            this.labelH.ForeColor = System.Drawing.SystemColors.ControlText;
            this.labelH.Location = new System.Drawing.Point(30, 56);
            this.labelH.Name = "labelH";
            this.labelH.Size = new System.Drawing.Size(31, 14);
            this.labelH.TabIndex = 2;
            this.labelH.Text = "扬程";
            // 
            // textQ
            // 
            this.textQ.Location = new System.Drawing.Point(71, 14);
            this.textQ.Name = "textQ";
            this.textQ.Size = new System.Drawing.Size(81, 22);
            this.textQ.TabIndex = 0;
            this.textQ.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // textHstatic
            // 
            this.textHstatic.Location = new System.Drawing.Point(71, 53);
            this.textHstatic.Name = "textHstatic";
            this.textHstatic.Size = new System.Drawing.Size(81, 22);
            this.textHstatic.TabIndex = 1;
            this.textHstatic.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // textEstatic
            // 
            this.textEstatic.Location = new System.Drawing.Point(71, 84);
            this.textEstatic.Name = "textEstatic";
            this.textEstatic.Size = new System.Drawing.Size(81, 22);
            this.textEstatic.TabIndex = 1;
            this.textEstatic.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // textPstatic
            // 
            this.textPstatic.Location = new System.Drawing.Point(71, 112);
            this.textPstatic.Name = "textPstatic";
            this.textPstatic.Size = new System.Drawing.Size(81, 22);
            this.textPstatic.TabIndex = 1;
            this.textPstatic.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
            // 
            // label效率
            // 
            this.label效率.AutoSize = true;
            this.label效率.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label效率.Location = new System.Drawing.Point(30, 87);
            this.label效率.Name = "label效率";
            this.label效率.Size = new System.Drawing.Size(31, 14);
            this.label效率.TabIndex = 2;
            this.label效率.Text = "效率";
            // 
            // label功率
            // 
            this.label功率.AutoSize = true;
            this.label功率.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label功率.Location = new System.Drawing.Point(30, 115);
            this.label功率.Name = "label功率";
            this.label功率.Size = new System.Drawing.Size(31, 14);
            this.label功率.TabIndex = 2;
            this.label功率.Text = "功率";
            // 
            // btnCalc
            // 
            this.btnCalc.BackColor = System.Drawing.Color.Maroon;
            this.btnCalc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.btnCalc.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
            this.btnCalc.ForeColor = System.Drawing.Color.White;
            this.btnCalc.Location = new System.Drawing.Point(160, 12);
            this.btnCalc.Name = "btnCalc";
            this.btnCalc.Size = new System.Drawing.Size(89, 24);
            this.btnCalc.TabIndex = 2;
            this.btnCalc.Text = "计 算";
            this.btnCalc.UseVisualStyleBackColor = false;
            this.btnCalc.Click += new System.EventHandler(this.btnCalc_Click);
            // 
            // AnalysisParasByQDlg
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(264, 153);
            this.Controls.Add(this.btnCalc);
            this.Controls.Add(this.labelQ);
            this.Controls.Add(this.textPstatic);
            this.Controls.Add(this.textQ);
            this.Controls.Add(this.textEstatic);
            this.Controls.Add(this.textHstatic);
            this.Controls.Add(this.label功率);
            this.Controls.Add(this.label效率);
            this.Controls.Add(this.labelH);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "AnalysisParasByQDlg";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = " ";
            this.Load += new System.EventHandler(this.AnalysisParasByQDlg_Load);
            this.ResumeLayout(false);
            this.PerformLayout();
 
        }
 
        #endregion
 
        private System.Windows.Forms.Label labelQ;
        private System.Windows.Forms.Label labelH;
        public System.Windows.Forms.TextBox textQ;
        public System.Windows.Forms.TextBox textHstatic;
        private System.Windows.Forms.Button btnCalc;
        public System.Windows.Forms.TextBox textEstatic;
        public System.Windows.Forms.TextBox textPstatic;
        private System.Windows.Forms.Label label效率;
        private System.Windows.Forms.Label label功率;
    }
}