271 lines
13 KiB
C#
271 lines
13 KiB
C#
namespace GenesisToolBox
|
|
{
|
|
partial class FrmLegacyTestApp
|
|
{
|
|
/// <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()
|
|
{
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.cbRequest = new System.Windows.Forms.CheckBox();
|
|
this.rbFlowCalibration = new System.Windows.Forms.RadioButton();
|
|
this.rbMeasurement = new System.Windows.Forms.RadioButton();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cblSlots = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.btnGetResults = new System.Windows.Forms.Button();
|
|
this.btnStoreCal = new System.Windows.Forms.Button();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.btnUpdate = new System.Windows.Forms.Button();
|
|
this.btnMeasurementStop = new System.Windows.Forms.Button();
|
|
this.btnMeasurementPreparation = new System.Windows.Forms.Button();
|
|
this.btnMeasurementStart = new System.Windows.Forms.Button();
|
|
this.btnCheckAll = new System.Windows.Forms.Button();
|
|
this.ctlBatch = new XylemCommonUiLegacyGenCtl.ctlBatch();
|
|
this.preAdjWr1 = new XylemCommonUiLegacyGenCtl.PreAdjWr();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.cbRequest);
|
|
this.groupBox1.Controls.Add(this.rbFlowCalibration);
|
|
this.groupBox1.Controls.Add(this.rbMeasurement);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.cblSlots);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(238, 105);
|
|
this.groupBox1.TabIndex = 5;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Connection";
|
|
this.groupBox1.Enter += new System.EventHandler(this.groupBox1_Enter);
|
|
//
|
|
// cbRequest
|
|
//
|
|
this.cbRequest.AutoSize = true;
|
|
this.cbRequest.Location = new System.Drawing.Point(6, 82);
|
|
this.cbRequest.Name = "cbRequest";
|
|
this.cbRequest.Size = new System.Drawing.Size(66, 17);
|
|
this.cbRequest.TabIndex = 11;
|
|
this.cbRequest.Text = "Request";
|
|
this.cbRequest.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbFlowCalibration
|
|
//
|
|
this.rbFlowCalibration.AutoSize = true;
|
|
this.rbFlowCalibration.Location = new System.Drawing.Point(100, 63);
|
|
this.rbFlowCalibration.Name = "rbFlowCalibration";
|
|
this.rbFlowCalibration.Size = new System.Drawing.Size(99, 17);
|
|
this.rbFlowCalibration.TabIndex = 10;
|
|
this.rbFlowCalibration.Text = "Flow Calibration";
|
|
this.rbFlowCalibration.UseVisualStyleBackColor = true;
|
|
//
|
|
// rbMeasurement
|
|
//
|
|
this.rbMeasurement.AutoSize = true;
|
|
this.rbMeasurement.Checked = true;
|
|
this.rbMeasurement.Location = new System.Drawing.Point(9, 63);
|
|
this.rbMeasurement.Name = "rbMeasurement";
|
|
this.rbMeasurement.Size = new System.Drawing.Size(89, 17);
|
|
this.rbMeasurement.TabIndex = 9;
|
|
this.rbMeasurement.TabStop = true;
|
|
this.rbMeasurement.Text = "Measurement";
|
|
this.rbMeasurement.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 23);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(36, 13);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "Slot(s)";
|
|
//
|
|
// cblSlots
|
|
//
|
|
this.cblSlots.FormattingEnabled = true;
|
|
this.cblSlots.Location = new System.Drawing.Point(48, 19);
|
|
this.cblSlots.Name = "cblSlots";
|
|
this.cblSlots.Size = new System.Drawing.Size(114, 19);
|
|
this.cblSlots.TabIndex = 4;
|
|
this.cblSlots.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.cblSlots_ItemCheck);
|
|
this.cblSlots.SelectedIndexChanged += new System.EventHandler(this.cblSlots_SelectedIndexChanged);
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.btnGetResults);
|
|
this.groupBox2.Controls.Add(this.btnStoreCal);
|
|
this.groupBox2.Controls.Add(this.textBox1);
|
|
this.groupBox2.Controls.Add(this.btnUpdate);
|
|
this.groupBox2.Controls.Add(this.btnMeasurementStop);
|
|
this.groupBox2.Controls.Add(this.btnMeasurementPreparation);
|
|
this.groupBox2.Controls.Add(this.btnMeasurementStart);
|
|
this.groupBox2.Location = new System.Drawing.Point(282, 12);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(656, 105);
|
|
this.groupBox2.TabIndex = 10;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Control";
|
|
//
|
|
// btnGetResults
|
|
//
|
|
this.btnGetResults.Location = new System.Drawing.Point(463, 13);
|
|
this.btnGetResults.Name = "btnGetResults";
|
|
this.btnGetResults.Size = new System.Drawing.Size(83, 80);
|
|
this.btnGetResults.TabIndex = 12;
|
|
this.btnGetResults.Text = "Store Calibration";
|
|
this.btnGetResults.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnStoreCal
|
|
//
|
|
this.btnStoreCal.Location = new System.Drawing.Point(564, 13);
|
|
this.btnStoreCal.Name = "btnStoreCal";
|
|
this.btnStoreCal.Size = new System.Drawing.Size(83, 80);
|
|
this.btnStoreCal.TabIndex = 11;
|
|
this.btnStoreCal.Text = "Store Calibration";
|
|
this.btnStoreCal.UseVisualStyleBackColor = true;
|
|
this.btnStoreCal.Click += new System.EventHandler(this.btnStoreCal_Click);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(284, 36);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(97, 20);
|
|
this.textBox1.TabIndex = 10;
|
|
//
|
|
// btnUpdate
|
|
//
|
|
this.btnUpdate.Location = new System.Drawing.Point(188, 19);
|
|
this.btnUpdate.Name = "btnUpdate";
|
|
this.btnUpdate.Size = new System.Drawing.Size(77, 80);
|
|
this.btnUpdate.TabIndex = 9;
|
|
this.btnUpdate.Text = "SetBatchInfos";
|
|
this.btnUpdate.UseVisualStyleBackColor = true;
|
|
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
|
|
//
|
|
// btnMeasurementStop
|
|
//
|
|
this.btnMeasurementStop.Location = new System.Drawing.Point(392, 13);
|
|
this.btnMeasurementStop.Name = "btnMeasurementStop";
|
|
this.btnMeasurementStop.Size = new System.Drawing.Size(65, 80);
|
|
this.btnMeasurementStop.TabIndex = 8;
|
|
this.btnMeasurementStop.Text = "Stop";
|
|
this.btnMeasurementStop.UseVisualStyleBackColor = true;
|
|
this.btnMeasurementStop.Click += new System.EventHandler(this.btnMeasurementStop_Click);
|
|
//
|
|
// btnMeasurementPreparation
|
|
//
|
|
this.btnMeasurementPreparation.Location = new System.Drawing.Point(21, 19);
|
|
this.btnMeasurementPreparation.Name = "btnMeasurementPreparation";
|
|
this.btnMeasurementPreparation.Size = new System.Drawing.Size(78, 80);
|
|
this.btnMeasurementPreparation.TabIndex = 6;
|
|
this.btnMeasurementPreparation.Text = "Preparation";
|
|
this.btnMeasurementPreparation.UseVisualStyleBackColor = true;
|
|
this.btnMeasurementPreparation.Click += new System.EventHandler(this.btnMeasurementPreparation_Click);
|
|
//
|
|
// btnMeasurementStart
|
|
//
|
|
this.btnMeasurementStart.Location = new System.Drawing.Point(105, 19);
|
|
this.btnMeasurementStart.Name = "btnMeasurementStart";
|
|
this.btnMeasurementStart.Size = new System.Drawing.Size(77, 80);
|
|
this.btnMeasurementStart.TabIndex = 7;
|
|
this.btnMeasurementStart.Text = "Start";
|
|
this.btnMeasurementStart.UseVisualStyleBackColor = true;
|
|
this.btnMeasurementStart.Click += new System.EventHandler(this.btnMeasurementStart_Click);
|
|
//
|
|
// btnCheckAll
|
|
//
|
|
this.btnCheckAll.Location = new System.Drawing.Point(1167, 123);
|
|
this.btnCheckAll.Name = "btnCheckAll";
|
|
this.btnCheckAll.Size = new System.Drawing.Size(90, 67);
|
|
this.btnCheckAll.TabIndex = 14;
|
|
this.btnCheckAll.Text = "CheckBatch";
|
|
this.btnCheckAll.UseVisualStyleBackColor = true;
|
|
this.btnCheckAll.Click += new System.EventHandler(this.btnCheckAll_Click);
|
|
//
|
|
// ctlBatch
|
|
//
|
|
this.ctlBatch.AutoSize = true;
|
|
this.ctlBatch.BackColor = System.Drawing.SystemColors.Control;
|
|
this.ctlBatch.Location = new System.Drawing.Point(12, 146);
|
|
this.ctlBatch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.ctlBatch.MinimumSize = new System.Drawing.Size(660, 440);
|
|
this.ctlBatch.Name = "ctlBatch";
|
|
this.ctlBatch.Size = new System.Drawing.Size(1057, 463);
|
|
this.ctlBatch.TabIndex = 15;
|
|
//
|
|
// preAdjWr1
|
|
//
|
|
this.preAdjWr1.Location = new System.Drawing.Point(727, 179);
|
|
this.preAdjWr1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.preAdjWr1.Name = "preAdjWr1";
|
|
this.preAdjWr1.Size = new System.Drawing.Size(976, 658);
|
|
this.preAdjWr1.TabIndex = 16;
|
|
//
|
|
// FrmLegacyTestApp
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1378, 697);
|
|
this.Controls.Add(this.preAdjWr1);
|
|
this.Controls.Add(this.ctlBatch);
|
|
this.Controls.Add(this.btnCheckAll);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmLegacyTestApp";
|
|
this.Text = "FrmLegacyTestApp";
|
|
this.Load += new System.EventHandler(this.TestForm_Load);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.RadioButton rbFlowCalibration;
|
|
private System.Windows.Forms.RadioButton rbMeasurement;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.CheckedListBox cblSlots;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.Button btnUpdate;
|
|
private System.Windows.Forms.Button btnMeasurementStop;
|
|
private System.Windows.Forms.Button btnMeasurementPreparation;
|
|
private System.Windows.Forms.Button btnMeasurementStart;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
private System.Windows.Forms.Button btnStoreCal;
|
|
private System.Windows.Forms.CheckBox cbRequest;
|
|
private System.Windows.Forms.Button btnCheckAll;
|
|
private System.Windows.Forms.Button btnGetResults;
|
|
private XylemCommonUiLegacyGenCtl.ctlBatch ctlBatch;
|
|
private XylemCommonUiLegacyGenCtl.PreAdjWr preAdjWr1;
|
|
}
|
|
} |