505 lines
23 KiB
C#
505 lines
23 KiB
C#
namespace Xylem.Common.Ui.GenesisToolBox
|
|
{
|
|
partial class FrmStreamingQuality
|
|
{
|
|
/// <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.cbComSlot = new System.Windows.Forms.ComboBox();
|
|
this.btnMixMode = new System.Windows.Forms.Button();
|
|
this.btnRawOnly = new System.Windows.Forms.Button();
|
|
this.btnStartStop = new System.Windows.Forms.Button();
|
|
this.btnStartStopLive = new System.Windows.Forms.Button();
|
|
this.tmrCheck = new System.Windows.Forms.Timer(this.components);
|
|
this.lblHitRate = new System.Windows.Forms.Label();
|
|
this.txtFlowText = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblLiveUpdate = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lblDecodingFailed = new System.Windows.Forms.Label();
|
|
this.lblDecodingValid = new System.Windows.Forms.Label();
|
|
this.lblExpectedRecords = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.lblReceivedRecords = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.lblHitRateTxt = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.btnSetLogger = new System.Windows.Forms.Button();
|
|
this.btnRawMode = new System.Windows.Forms.Button();
|
|
this.btnSetSampleRate = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.cobSr = new System.Windows.Forms.ComboBox();
|
|
this.btnConnect = new System.Windows.Forms.Button();
|
|
this.lblPcbConnect = new System.Windows.Forms.Label();
|
|
this.lblProgress = new System.Windows.Forms.Label();
|
|
this.barProgress = new System.Windows.Forms.ProgressBar();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.lblLoggingUpdate = new System.Windows.Forms.Label();
|
|
this.tmrProgress = new System.Windows.Forms.Timer(this.components);
|
|
this.btnTestAll = new System.Windows.Forms.Button();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// cbComSlot
|
|
//
|
|
this.cbComSlot.FormattingEnabled = true;
|
|
this.cbComSlot.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10"});
|
|
this.cbComSlot.Location = new System.Drawing.Point(40, 57);
|
|
this.cbComSlot.Name = "cbComSlot";
|
|
this.cbComSlot.Size = new System.Drawing.Size(37, 21);
|
|
this.cbComSlot.TabIndex = 5;
|
|
this.cbComSlot.Text = "1";
|
|
this.cbComSlot.SelectedIndexChanged += new System.EventHandler(this.cbComSlot_SelectedIndexChanged);
|
|
//
|
|
// btnMixMode
|
|
//
|
|
this.btnMixMode.Location = new System.Drawing.Point(93, 128);
|
|
this.btnMixMode.Name = "btnMixMode";
|
|
this.btnMixMode.Size = new System.Drawing.Size(67, 30);
|
|
this.btnMixMode.TabIndex = 11;
|
|
this.btnMixMode.Text = "MixedMode";
|
|
this.btnMixMode.UseVisualStyleBackColor = true;
|
|
this.btnMixMode.Click += new System.EventHandler(this.btnMixMode_Click);
|
|
//
|
|
// btnRawOnly
|
|
//
|
|
this.btnRawOnly.Location = new System.Drawing.Point(9, 128);
|
|
this.btnRawOnly.Name = "btnRawOnly";
|
|
this.btnRawOnly.Size = new System.Drawing.Size(81, 30);
|
|
this.btnRawOnly.TabIndex = 12;
|
|
this.btnRawOnly.Text = "FlowTestMode";
|
|
this.btnRawOnly.UseVisualStyleBackColor = true;
|
|
this.btnRawOnly.Click += new System.EventHandler(this.btnRawOnly_Click);
|
|
//
|
|
// btnStartStop
|
|
//
|
|
this.btnStartStop.Location = new System.Drawing.Point(6, 67);
|
|
this.btnStartStop.Name = "btnStartStop";
|
|
this.btnStartStop.Size = new System.Drawing.Size(188, 48);
|
|
this.btnStartStop.TabIndex = 13;
|
|
this.btnStartStop.Text = "Start";
|
|
this.btnStartStop.UseVisualStyleBackColor = true;
|
|
this.btnStartStop.Click += new System.EventHandler(this.btnStartStop_Click);
|
|
//
|
|
// btnStartStopLive
|
|
//
|
|
this.btnStartStopLive.Location = new System.Drawing.Point(6, 235);
|
|
this.btnStartStopLive.Name = "btnStartStopLive";
|
|
this.btnStartStopLive.Size = new System.Drawing.Size(188, 48);
|
|
this.btnStartStopLive.TabIndex = 14;
|
|
this.btnStartStopLive.Text = "Start Check";
|
|
this.btnStartStopLive.UseVisualStyleBackColor = true;
|
|
this.btnStartStopLive.Click += new System.EventHandler(this.btnStartStopLive_Click);
|
|
//
|
|
// tmrCheck
|
|
//
|
|
this.tmrCheck.Interval = 5000;
|
|
//
|
|
// lblHitRate
|
|
//
|
|
this.lblHitRate.AutoSize = true;
|
|
this.lblHitRate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblHitRate.Location = new System.Drawing.Point(138, 37);
|
|
this.lblHitRate.Name = "lblHitRate";
|
|
this.lblHitRate.Size = new System.Drawing.Size(17, 17);
|
|
this.lblHitRate.TabIndex = 15;
|
|
this.lblHitRate.Text = "0";
|
|
this.lblHitRate.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// txtFlowText
|
|
//
|
|
this.txtFlowText.Location = new System.Drawing.Point(6, 41);
|
|
this.txtFlowText.Name = "txtFlowText";
|
|
this.txtFlowText.Size = new System.Drawing.Size(188, 20);
|
|
this.txtFlowText.TabIndex = 16;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(6, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(103, 13);
|
|
this.label2.TabIndex = 17;
|
|
this.label2.Text = "Comment for logging";
|
|
//
|
|
// lblLiveUpdate
|
|
//
|
|
this.lblLiveUpdate.AutoSize = true;
|
|
this.lblLiveUpdate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblLiveUpdate.Location = new System.Drawing.Point(163, 13);
|
|
this.lblLiveUpdate.Name = "lblLiveUpdate";
|
|
this.lblLiveUpdate.Size = new System.Drawing.Size(58, 13);
|
|
this.lblLiveUpdate.TabIndex = 19;
|
|
this.lblLiveUpdate.Text = "STOPPED";
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(6, 60);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(28, 13);
|
|
this.label1.TabIndex = 20;
|
|
this.label1.Text = "Slot:";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lblDecodingFailed);
|
|
this.groupBox1.Controls.Add(this.lblDecodingValid);
|
|
this.groupBox1.Controls.Add(this.lblExpectedRecords);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.label7);
|
|
this.groupBox1.Controls.Add(this.lblReceivedRecords);
|
|
this.groupBox1.Controls.Add(this.label6);
|
|
this.groupBox1.Controls.Add(this.lblHitRateTxt);
|
|
this.groupBox1.Controls.Add(this.lblHitRate);
|
|
this.groupBox1.Controls.Add(this.btnStartStopLive);
|
|
this.groupBox1.Controls.Add(this.lblLiveUpdate);
|
|
this.groupBox1.Location = new System.Drawing.Point(233, 6);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(226, 291);
|
|
this.groupBox1.TabIndex = 21;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Statistics";
|
|
//
|
|
// lblDecodingFailed
|
|
//
|
|
this.lblDecodingFailed.AutoSize = true;
|
|
this.lblDecodingFailed.Location = new System.Drawing.Point(138, 128);
|
|
this.lblDecodingFailed.Name = "lblDecodingFailed";
|
|
this.lblDecodingFailed.Size = new System.Drawing.Size(13, 13);
|
|
this.lblDecodingFailed.TabIndex = 28;
|
|
this.lblDecodingFailed.Text = "0";
|
|
//
|
|
// lblDecodingValid
|
|
//
|
|
this.lblDecodingValid.AutoSize = true;
|
|
this.lblDecodingValid.Location = new System.Drawing.Point(138, 109);
|
|
this.lblDecodingValid.Name = "lblDecodingValid";
|
|
this.lblDecodingValid.Size = new System.Drawing.Size(13, 13);
|
|
this.lblDecodingValid.TabIndex = 27;
|
|
this.lblDecodingValid.Text = "0";
|
|
//
|
|
// lblExpectedRecords
|
|
//
|
|
this.lblExpectedRecords.AutoSize = true;
|
|
this.lblExpectedRecords.Location = new System.Drawing.Point(138, 89);
|
|
this.lblExpectedRecords.Name = "lblExpectedRecords";
|
|
this.lblExpectedRecords.Size = new System.Drawing.Size(13, 13);
|
|
this.lblExpectedRecords.TabIndex = 26;
|
|
this.lblExpectedRecords.Text = "0";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(16, 128);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(112, 13);
|
|
this.label9.TabIndex = 25;
|
|
this.label9.Text = "Decoding Failed [1/s]:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(16, 109);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(107, 13);
|
|
this.label8.TabIndex = 24;
|
|
this.label8.Text = "Decoding Valid [1/s]:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(15, 89);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(123, 13);
|
|
this.label7.TabIndex = 23;
|
|
this.label7.Text = "Expected Records [1/s]:";
|
|
//
|
|
// lblReceivedRecords
|
|
//
|
|
this.lblReceivedRecords.AutoSize = true;
|
|
this.lblReceivedRecords.Location = new System.Drawing.Point(138, 69);
|
|
this.lblReceivedRecords.Name = "lblReceivedRecords";
|
|
this.lblReceivedRecords.Size = new System.Drawing.Size(13, 13);
|
|
this.lblReceivedRecords.TabIndex = 22;
|
|
this.lblReceivedRecords.Text = "0";
|
|
this.lblReceivedRecords.TextAlign = System.Drawing.ContentAlignment.TopRight;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(16, 69);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(124, 13);
|
|
this.label6.TabIndex = 21;
|
|
this.label6.Text = "Received Records [1/s]:";
|
|
//
|
|
// lblHitRateTxt
|
|
//
|
|
this.lblHitRateTxt.AutoSize = true;
|
|
this.lblHitRateTxt.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblHitRateTxt.Location = new System.Drawing.Point(15, 37);
|
|
this.lblHitRateTxt.Name = "lblHitRateTxt";
|
|
this.lblHitRateTxt.Size = new System.Drawing.Size(100, 17);
|
|
this.lblHitRateTxt.TabIndex = 20;
|
|
this.lblHitRateTxt.Text = "Hit Rate [%]:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.btnSetLogger);
|
|
this.groupBox2.Controls.Add(this.btnRawMode);
|
|
this.groupBox2.Controls.Add(this.btnSetSampleRate);
|
|
this.groupBox2.Controls.Add(this.label3);
|
|
this.groupBox2.Controls.Add(this.cobSr);
|
|
this.groupBox2.Controls.Add(this.btnConnect);
|
|
this.groupBox2.Controls.Add(this.lblPcbConnect);
|
|
this.groupBox2.Controls.Add(this.lblProgress);
|
|
this.groupBox2.Controls.Add(this.barProgress);
|
|
this.groupBox2.Controls.Add(this.btnMixMode);
|
|
this.groupBox2.Controls.Add(this.btnRawOnly);
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
this.groupBox2.Controls.Add(this.cbComSlot);
|
|
this.groupBox2.Location = new System.Drawing.Point(3, 6);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(224, 164);
|
|
this.groupBox2.TabIndex = 22;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Setup";
|
|
//
|
|
// btnSetLogger
|
|
//
|
|
this.btnSetLogger.Location = new System.Drawing.Point(138, 89);
|
|
this.btnSetLogger.Name = "btnSetLogger";
|
|
this.btnSetLogger.Size = new System.Drawing.Size(77, 30);
|
|
this.btnSetLogger.TabIndex = 29;
|
|
this.btnSetLogger.Text = "SetLogger";
|
|
this.btnSetLogger.UseVisualStyleBackColor = true;
|
|
this.btnSetLogger.Click += new System.EventHandler(this.btnDispose_Click);
|
|
//
|
|
// btnRawMode
|
|
//
|
|
this.btnRawMode.Location = new System.Drawing.Point(164, 128);
|
|
this.btnRawMode.Name = "btnRawMode";
|
|
this.btnRawMode.Size = new System.Drawing.Size(51, 30);
|
|
this.btnRawMode.TabIndex = 28;
|
|
this.btnRawMode.Text = "Raw,";
|
|
this.btnRawMode.UseVisualStyleBackColor = true;
|
|
this.btnRawMode.Click += new System.EventHandler(this.btnRawMode_Click);
|
|
//
|
|
// btnSetSampleRate
|
|
//
|
|
this.btnSetSampleRate.Location = new System.Drawing.Point(207, 57);
|
|
this.btnSetSampleRate.Name = "btnSetSampleRate";
|
|
this.btnSetSampleRate.Size = new System.Drawing.Size(17, 21);
|
|
this.btnSetSampleRate.TabIndex = 27;
|
|
this.btnSetSampleRate.Text = ">";
|
|
this.btnSetSampleRate.UseVisualStyleBackColor = true;
|
|
this.btnSetSampleRate.Click += new System.EventHandler(this.btnSetSampleRate_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(90, 60);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(68, 13);
|
|
this.label3.TabIndex = 26;
|
|
this.label3.Text = "SampleRate:";
|
|
//
|
|
// cobSr
|
|
//
|
|
this.cobSr.FormattingEnabled = true;
|
|
this.cobSr.Items.AddRange(new object[] {
|
|
"1",
|
|
"2",
|
|
"3",
|
|
"4",
|
|
"5",
|
|
"6",
|
|
"7",
|
|
"8",
|
|
"9",
|
|
"10",
|
|
"12",
|
|
"14",
|
|
"16",
|
|
"17",
|
|
"18",
|
|
"19",
|
|
"20",
|
|
"25",
|
|
"30"});
|
|
this.cobSr.Location = new System.Drawing.Point(164, 57);
|
|
this.cobSr.Name = "cobSr";
|
|
this.cobSr.Size = new System.Drawing.Size(37, 21);
|
|
this.cobSr.TabIndex = 25;
|
|
this.cobSr.Text = "1";
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.Location = new System.Drawing.Point(9, 89);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(123, 30);
|
|
this.btnConnect.TabIndex = 24;
|
|
this.btnConnect.Text = "Connect";
|
|
this.btnConnect.UseVisualStyleBackColor = true;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// lblPcbConnect
|
|
//
|
|
this.lblPcbConnect.AutoSize = true;
|
|
this.lblPcbConnect.Location = new System.Drawing.Point(6, 26);
|
|
this.lblPcbConnect.Name = "lblPcbConnect";
|
|
this.lblPcbConnect.Size = new System.Drawing.Size(100, 13);
|
|
this.lblPcbConnect.TabIndex = 23;
|
|
this.lblPcbConnect.Text = "NOT CONNECTED";
|
|
//
|
|
// lblProgress
|
|
//
|
|
this.lblProgress.AutoSize = true;
|
|
this.lblProgress.Location = new System.Drawing.Point(83, 26);
|
|
this.lblProgress.Name = "lblProgress";
|
|
this.lblProgress.Size = new System.Drawing.Size(35, 13);
|
|
this.lblProgress.TabIndex = 22;
|
|
this.lblProgress.Text = "label3";
|
|
this.lblProgress.Visible = false;
|
|
//
|
|
// barProgress
|
|
//
|
|
this.barProgress.Location = new System.Drawing.Point(9, 22);
|
|
this.barProgress.Name = "barProgress";
|
|
this.barProgress.Size = new System.Drawing.Size(209, 20);
|
|
this.barProgress.TabIndex = 21;
|
|
this.barProgress.Visible = false;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.lblLoggingUpdate);
|
|
this.groupBox3.Controls.Add(this.label2);
|
|
this.groupBox3.Controls.Add(this.txtFlowText);
|
|
this.groupBox3.Controls.Add(this.btnStartStop);
|
|
this.groupBox3.Location = new System.Drawing.Point(3, 176);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(224, 121);
|
|
this.groupBox3.TabIndex = 23;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Logging";
|
|
//
|
|
// lblLoggingUpdate
|
|
//
|
|
this.lblLoggingUpdate.AutoSize = true;
|
|
this.lblLoggingUpdate.Location = new System.Drawing.Point(157, 16);
|
|
this.lblLoggingUpdate.Name = "lblLoggingUpdate";
|
|
this.lblLoggingUpdate.Size = new System.Drawing.Size(58, 13);
|
|
this.lblLoggingUpdate.TabIndex = 18;
|
|
this.lblLoggingUpdate.Text = "STOPPED";
|
|
//
|
|
// btnTestAll
|
|
//
|
|
this.btnTestAll.Location = new System.Drawing.Point(488, 30);
|
|
this.btnTestAll.Name = "btnTestAll";
|
|
this.btnTestAll.Size = new System.Drawing.Size(201, 65);
|
|
this.btnTestAll.TabIndex = 24;
|
|
this.btnTestAll.Text = "Performancetest All";
|
|
this.btnTestAll.UseVisualStyleBackColor = true;
|
|
this.btnTestAll.Click += new System.EventHandler(this.btnTestAll_Click);
|
|
//
|
|
// FrmStreamingQuality
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(708, 301);
|
|
this.Controls.Add(this.btnTestAll);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Name = "FrmStreamingQuality";
|
|
this.Text = "FrmStreamingQuality";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmStreamingQuality_FormClosing);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.ComboBox cbComSlot;
|
|
private System.Windows.Forms.Button btnMixMode;
|
|
private System.Windows.Forms.Button btnRawOnly;
|
|
private System.Windows.Forms.Button btnStartStop;
|
|
private System.Windows.Forms.Button btnStartStopLive;
|
|
private System.Windows.Forms.Timer tmrCheck;
|
|
private System.Windows.Forms.Label lblHitRate;
|
|
private System.Windows.Forms.TextBox txtFlowText;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label lblLiveUpdate;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label lblDecodingFailed;
|
|
private System.Windows.Forms.Label lblDecodingValid;
|
|
private System.Windows.Forms.Label lblExpectedRecords;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label lblReceivedRecords;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label lblHitRateTxt;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.Label lblProgress;
|
|
private System.Windows.Forms.ProgressBar barProgress;
|
|
private System.Windows.Forms.Timer tmrProgress;
|
|
private System.Windows.Forms.Label lblPcbConnect;
|
|
private System.Windows.Forms.Button btnConnect;
|
|
private System.Windows.Forms.Label lblLoggingUpdate;
|
|
private System.Windows.Forms.Button btnSetSampleRate;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.ComboBox cobSr;
|
|
private System.Windows.Forms.Button btnRawMode;
|
|
private System.Windows.Forms.Button btnTestAll;
|
|
private System.Windows.Forms.Button btnSetLogger;
|
|
}
|
|
} |