350 lines
15 KiB
C#
350 lines
15 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmFrozenMeter
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.nudRep = new System.Windows.Forms.NumericUpDown();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.nudTesttime = new System.Windows.Forms.NumericUpDown();
|
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|
this.txtRegister = new System.Windows.Forms.TextBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.txtRegisterLoop = new System.Windows.Forms.TextBox();
|
|
this.nudErros = new System.Windows.Forms.NumericUpDown();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.lblEstDate = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.btnStart = new System.Windows.Forms.Button();
|
|
this.cbxStreaming = new System.Windows.Forms.CheckBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.clbSlots = new System.Windows.Forms.CheckedListBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRep)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudTesttime)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudErros)).BeginInit();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// nudRep
|
|
//
|
|
this.nudRep.Location = new System.Drawing.Point(139, 40);
|
|
this.nudRep.Maximum = new decimal(new int[] {
|
|
1569325055,
|
|
23283064,
|
|
0,
|
|
0});
|
|
this.nudRep.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudRep.Name = "nudRep";
|
|
this.nudRep.Size = new System.Drawing.Size(84, 20);
|
|
this.nudRep.TabIndex = 9;
|
|
this.nudRep.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudRep.ValueChanged += new System.EventHandler(this.nudRep_ValueChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(136, 24);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(30, 13);
|
|
this.label2.TabIndex = 10;
|
|
this.label2.Text = "Rep.";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(232, 24);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(70, 13);
|
|
this.label3.TabIndex = 13;
|
|
this.label3.Text = "TestTime MS";
|
|
//
|
|
// nudTesttime
|
|
//
|
|
this.nudTesttime.Location = new System.Drawing.Point(235, 40);
|
|
this.nudTesttime.Maximum = new decimal(new int[] {
|
|
1200,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudTesttime.Minimum = new decimal(new int[] {
|
|
2,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudTesttime.Name = "nudTesttime";
|
|
this.nudTesttime.Size = new System.Drawing.Size(84, 20);
|
|
this.nudTesttime.TabIndex = 12;
|
|
this.nudTesttime.Value = new decimal(new int[] {
|
|
100,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudTesttime.ValueChanged += new System.EventHandler(this.nudTesttime_ValueChanged);
|
|
//
|
|
// timer1
|
|
//
|
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|
//
|
|
// txtRegister
|
|
//
|
|
this.txtRegister.Location = new System.Drawing.Point(140, 108);
|
|
this.txtRegister.Multiline = true;
|
|
this.txtRegister.Name = "txtRegister";
|
|
this.txtRegister.Size = new System.Drawing.Size(277, 71);
|
|
this.txtRegister.TabIndex = 14;
|
|
this.txtRegister.Text = "GENESISFLOW_DisplayPow10=00-00-00-FA:WO\r\nGENESISFLOW_SealDisplay=00-00-00-00:WR";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label4);
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
this.groupBox1.Controls.Add(this.txtRegisterLoop);
|
|
this.groupBox1.Controls.Add(this.nudErros);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.lblEstDate);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.btnStart);
|
|
this.groupBox1.Controls.Add(this.cbxStreaming);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.clbSlots);
|
|
this.groupBox1.Controls.Add(this.txtRegister);
|
|
this.groupBox1.Controls.Add(this.nudTesttime);
|
|
this.groupBox1.Controls.Add(this.nudRep);
|
|
this.groupBox1.Controls.Add(this.label2);
|
|
this.groupBox1.Controls.Add(this.label3);
|
|
this.groupBox1.Location = new System.Drawing.Point(12, 9);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(534, 337);
|
|
this.groupBox1.TabIndex = 23;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Test Params";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(17, 196);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(84, 13);
|
|
this.label4.TabIndex = 33;
|
|
this.label4.Text = "Register for loop";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(140, 92);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(117, 13);
|
|
this.label1.TabIndex = 32;
|
|
this.label1.Text = "Register for preparation";
|
|
//
|
|
// txtRegisterLoop
|
|
//
|
|
this.txtRegisterLoop.Location = new System.Drawing.Point(16, 212);
|
|
this.txtRegisterLoop.Multiline = true;
|
|
this.txtRegisterLoop.Name = "txtRegisterLoop";
|
|
this.txtRegisterLoop.Size = new System.Drawing.Size(277, 89);
|
|
this.txtRegisterLoop.TabIndex = 31;
|
|
this.txtRegisterLoop.Text = "GENESISFLOW_SampleRate=00-00-00-0A:WR\r\nGENESISFLOW_TriggerActive=00-00-00-01:WO\r\n" +
|
|
"";
|
|
//
|
|
// nudErros
|
|
//
|
|
this.nudErros.Location = new System.Drawing.Point(237, 64);
|
|
this.nudErros.Maximum = new decimal(new int[] {
|
|
9999,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudErros.Minimum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.nudErros.Name = "nudErros";
|
|
this.nudErros.Size = new System.Drawing.Size(53, 20);
|
|
this.nudErros.TabIndex = 29;
|
|
this.nudErros.Value = new decimal(new int[] {
|
|
20,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(313, 68);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(107, 13);
|
|
this.label9.TabIndex = 30;
|
|
this.label9.Text = "Errors before warning";
|
|
//
|
|
// lblEstDate
|
|
//
|
|
this.lblEstDate.AutoSize = true;
|
|
this.lblEstDate.Location = new System.Drawing.Point(325, 42);
|
|
this.lblEstDate.Name = "lblEstDate";
|
|
this.lblEstDate.Size = new System.Drawing.Size(31, 13);
|
|
this.lblEstDate.TabIndex = 28;
|
|
this.lblEstDate.Text = " - ";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(325, 24);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(54, 13);
|
|
this.label7.TabIndex = 27;
|
|
this.label7.Text = "est. run till";
|
|
//
|
|
// btnStart
|
|
//
|
|
this.btnStart.Location = new System.Drawing.Point(298, 229);
|
|
this.btnStart.Name = "btnStart";
|
|
this.btnStart.Size = new System.Drawing.Size(119, 72);
|
|
this.btnStart.TabIndex = 26;
|
|
this.btnStart.Text = "Start";
|
|
this.btnStart.UseVisualStyleBackColor = true;
|
|
this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
|
|
//
|
|
// cbxStreaming
|
|
//
|
|
this.cbxStreaming.AutoSize = true;
|
|
this.cbxStreaming.Location = new System.Drawing.Point(140, 67);
|
|
this.cbxStreaming.Name = "cbxStreaming";
|
|
this.cbxStreaming.Size = new System.Drawing.Size(95, 17);
|
|
this.cbxStreaming.TabIndex = 25;
|
|
this.cbxStreaming.Text = "Use Streaming";
|
|
this.cbxStreaming.UseVisualStyleBackColor = true;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(13, 24);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(30, 13);
|
|
this.label6.TabIndex = 24;
|
|
this.label6.Text = "Slots";
|
|
//
|
|
// clbSlots
|
|
//
|
|
this.clbSlots.FormattingEnabled = true;
|
|
this.clbSlots.Location = new System.Drawing.Point(16, 40);
|
|
this.clbSlots.Name = "clbSlots";
|
|
this.clbSlots.Size = new System.Drawing.Size(118, 139);
|
|
this.clbSlots.TabIndex = 23;
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Location = new System.Drawing.Point(12, 504);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(534, 237);
|
|
this.groupBox2.TabIndex = 24;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Test Loop";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.textBox1);
|
|
this.groupBox3.Location = new System.Drawing.Point(12, 352);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(534, 152);
|
|
this.groupBox3.TabIndex = 25;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Test Debug Text";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Location = new System.Drawing.Point(10, 19);
|
|
this.textBox1.Multiline = true;
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(518, 109);
|
|
this.textBox1.TabIndex = 26;
|
|
//
|
|
// FrmFrozenMeter
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(558, 753);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmFrozenMeter";
|
|
this.Text = "FrmFrozenMeter";
|
|
this.TransparencyKey = System.Drawing.Color.Fuchsia;
|
|
this.Load += new System.EventHandler(this.FrmFrozenMeter_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.nudRep)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudTesttime)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.nudErros)).EndInit();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.NumericUpDown nudRep;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.NumericUpDown nudTesttime;
|
|
private System.Windows.Forms.Timer timer1;
|
|
private System.Windows.Forms.TextBox txtRegister;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.CheckBox cbxStreaming;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.CheckedListBox clbSlots;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.NumericUpDown nudErros;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label lblEstDate;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Button btnStart;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox txtRegisterLoop;
|
|
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
}
|
|
} |