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功率;
|
}
|
}
|