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