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