Files
laatzen/MiniPrf/Ui/FrmMainMiniPrf.Designer.cs
T

654 lines
34 KiB
C#

namespace Sensus.MiniPrf.Ui
{
partial class FrmMainMiniPrf
{
/// <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();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMainMiniPrf));
this.gbxFM2014Setup = new System.Windows.Forms.GroupBox();
this.lblSerialNumber = new System.Windows.Forms.Label();
this.cbxFM2014TolerancePercent = new System.Windows.Forms.ComboBox();
this.tbxFM2014SerialNumber = new System.Windows.Forms.TextBox();
this.lblFM2014Tolerance = new System.Windows.Forms.Label();
this.cbxFM2014Address = new System.Windows.Forms.ComboBox();
this.lblFM2014Address = new System.Windows.Forms.Label();
this.lblFwVersion = new System.Windows.Forms.Label();
this.btnConnect = new System.Windows.Forms.Button();
this.cbxFM2014ComPort = new System.Windows.Forms.ComboBox();
this.lblSerialPort = new System.Windows.Forms.Label();
this.lblConnectFM2014 = new System.Windows.Forms.Label();
this.tbxFullId = new System.Windows.Forms.TextBox();
this.tbxApplicationFwVersion = new System.Windows.Forms.TextBox();
this.gbxRegulationSetup = new System.Windows.Forms.GroupBox();
this.cbxAttenuation = new System.Windows.Forms.ComboBox();
this.lblRefPulsePerVolume = new System.Windows.Forms.Label();
this.lblDutPulsePerVolume = new System.Windows.Forms.Label();
this.lblAttenuation = new System.Windows.Forms.Label();
this.lblScaleRefToDut = new System.Windows.Forms.Label();
this.tbxRefPulsePerVolume = new System.Windows.Forms.TextBox();
this.tbxDutPulsePerVolume = new System.Windows.Forms.TextBox();
this.tbxScaleRefToDut = new System.Windows.Forms.TextBox();
this.lblUpdateTime = new System.Windows.Forms.Label();
this.tmrProgressUpdate = new System.Windows.Forms.Timer(this.components);
this.label9 = new System.Windows.Forms.Label();
this.lblWaitingForMeterResponse = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.lblFwUpdateInfo = new System.Windows.Forms.Label();
this.barSingleProgressUpdate = new System.Windows.Forms.ProgressBar();
this.lblActualProcess = new System.Windows.Forms.Label();
this.btnRegulation = new System.Windows.Forms.Button();
this.grpRefCalibration = new System.Windows.Forms.GroupBox();
this.lblPulseVolumeCmRelation = new System.Windows.Forms.Label();
this.tbxPulseVolumeCmRelation = new System.Windows.Forms.TextBox();
this.lblWeightScaleMass = new System.Windows.Forms.Label();
this.tbxWeightScaleMass = new System.Windows.Forms.TextBox();
this.lblMeasuredRefPulses = new System.Windows.Forms.Label();
this.tbxMeasuredRefPulses = new System.Windows.Forms.TextBox();
this.btnCalibration = new System.Windows.Forms.Button();
this.gbxRegulation = new System.Windows.Forms.GroupBox();
this.ckbxUseDampedTolerance = new System.Windows.Forms.CheckBox();
this.lblTolerance = new System.Windows.Forms.Label();
this.tbxTolerance = new System.Windows.Forms.TextBox();
this.lblActualFlowRateCmPerHour = new System.Windows.Forms.Label();
this.tbxActualFlowRateCmPerHour = new System.Windows.Forms.TextBox();
this.gbxFM2014Setup.SuspendLayout();
this.gbxRegulationSetup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.grpRefCalibration.SuspendLayout();
this.gbxRegulation.SuspendLayout();
this.SuspendLayout();
//
// gbxFM2014Setup
//
this.gbxFM2014Setup.Controls.Add(this.lblSerialNumber);
this.gbxFM2014Setup.Controls.Add(this.cbxFM2014TolerancePercent);
this.gbxFM2014Setup.Controls.Add(this.tbxFM2014SerialNumber);
this.gbxFM2014Setup.Controls.Add(this.lblFM2014Tolerance);
this.gbxFM2014Setup.Controls.Add(this.cbxFM2014Address);
this.gbxFM2014Setup.Controls.Add(this.lblFM2014Address);
this.gbxFM2014Setup.Controls.Add(this.lblFwVersion);
this.gbxFM2014Setup.Controls.Add(this.btnConnect);
this.gbxFM2014Setup.Controls.Add(this.cbxFM2014ComPort);
this.gbxFM2014Setup.Controls.Add(this.lblSerialPort);
this.gbxFM2014Setup.Controls.Add(this.lblConnectFM2014);
this.gbxFM2014Setup.Controls.Add(this.tbxFullId);
this.gbxFM2014Setup.Controls.Add(this.tbxApplicationFwVersion);
this.gbxFM2014Setup.Location = new System.Drawing.Point(8, 6);
this.gbxFM2014Setup.Name = "gbxFM2014Setup";
this.gbxFM2014Setup.Size = new System.Drawing.Size(275, 210);
this.gbxFM2014Setup.TabIndex = 84;
this.gbxFM2014Setup.TabStop = false;
this.gbxFM2014Setup.Text = "FM2014";
//
// lblSerialNumber
//
this.lblSerialNumber.AutoSize = true;
this.lblSerialNumber.Location = new System.Drawing.Point(10, 78);
this.lblSerialNumber.Name = "lblSerialNumber";
this.lblSerialNumber.Size = new System.Drawing.Size(76, 13);
this.lblSerialNumber.TabIndex = 27;
this.lblSerialNumber.Text = "Serial Number:";
//
// cbxFM2014TolerancePercent
//
this.cbxFM2014TolerancePercent.FormattingEnabled = true;
this.cbxFM2014TolerancePercent.Items.AddRange(new object[] {
"3",
"5"});
this.cbxFM2014TolerancePercent.Location = new System.Drawing.Point(140, 150);
this.cbxFM2014TolerancePercent.Name = "cbxFM2014TolerancePercent";
this.cbxFM2014TolerancePercent.Size = new System.Drawing.Size(60, 21);
this.cbxFM2014TolerancePercent.TabIndex = 35;
this.cbxFM2014TolerancePercent.Text = "3";
this.cbxFM2014TolerancePercent.SelectedValueChanged += new System.EventHandler(this.cbxFM2014ComPort_SelectedValueChanged);
//
// tbxFM2014SerialNumber
//
this.tbxFM2014SerialNumber.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxFM2014SerialNumber.Location = new System.Drawing.Point(140, 75);
this.tbxFM2014SerialNumber.Name = "tbxFM2014SerialNumber";
this.tbxFM2014SerialNumber.ReadOnly = true;
this.tbxFM2014SerialNumber.Size = new System.Drawing.Size(120, 20);
this.tbxFM2014SerialNumber.TabIndex = 29;
//
// lblFM2014Tolerance
//
this.lblFM2014Tolerance.AutoSize = true;
this.lblFM2014Tolerance.Location = new System.Drawing.Point(10, 153);
this.lblFM2014Tolerance.Name = "lblFM2014Tolerance";
this.lblFM2014Tolerance.Size = new System.Drawing.Size(75, 13);
this.lblFM2014Tolerance.TabIndex = 36;
this.lblFM2014Tolerance.Text = "Tolerance [%]:";
//
// cbxFM2014Address
//
this.cbxFM2014Address.FormattingEnabled = true;
this.cbxFM2014Address.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"22"});
this.cbxFM2014Address.Location = new System.Drawing.Point(140, 125);
this.cbxFM2014Address.Name = "cbxFM2014Address";
this.cbxFM2014Address.Size = new System.Drawing.Size(60, 21);
this.cbxFM2014Address.TabIndex = 33;
this.cbxFM2014Address.Text = "1";
this.cbxFM2014Address.SelectedValueChanged += new System.EventHandler(this.cbxFM2014ComPort_SelectedValueChanged);
//
// lblFM2014Address
//
this.lblFM2014Address.AutoSize = true;
this.lblFM2014Address.Location = new System.Drawing.Point(10, 128);
this.lblFM2014Address.Name = "lblFM2014Address";
this.lblFM2014Address.Size = new System.Drawing.Size(48, 13);
this.lblFM2014Address.TabIndex = 34;
this.lblFM2014Address.Text = "Address:";
//
// lblFwVersion
//
this.lblFwVersion.AutoSize = true;
this.lblFwVersion.Location = new System.Drawing.Point(10, 52);
this.lblFwVersion.Name = "lblFwVersion";
this.lblFwVersion.Size = new System.Drawing.Size(107, 13);
this.lblFwVersion.TabIndex = 25;
this.lblFwVersion.Text = "Application Firmware:";
//
// btnConnect
//
this.btnConnect.Location = new System.Drawing.Point(140, 175);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(120, 25);
this.btnConnect.TabIndex = 24;
this.btnConnect.Text = "Connect";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// cbxFM2014ComPort
//
this.cbxFM2014ComPort.FormattingEnabled = true;
this.cbxFM2014ComPort.Location = new System.Drawing.Point(140, 100);
this.cbxFM2014ComPort.Name = "cbxFM2014ComPort";
this.cbxFM2014ComPort.Size = new System.Drawing.Size(60, 21);
this.cbxFM2014ComPort.TabIndex = 5;
this.cbxFM2014ComPort.Text = "NA";
this.cbxFM2014ComPort.SelectedValueChanged += new System.EventHandler(this.cbxFM2014ComPort_SelectedValueChanged);
//
// lblSerialPort
//
this.lblSerialPort.AutoSize = true;
this.lblSerialPort.Location = new System.Drawing.Point(10, 103);
this.lblSerialPort.Name = "lblSerialPort";
this.lblSerialPort.Size = new System.Drawing.Size(58, 13);
this.lblSerialPort.TabIndex = 20;
this.lblSerialPort.Text = "Serial Port:";
//
// lblConnectFM2014
//
this.lblConnectFM2014.AutoSize = true;
this.lblConnectFM2014.Location = new System.Drawing.Point(10, 28);
this.lblConnectFM2014.Name = "lblConnectFM2014";
this.lblConnectFM2014.Size = new System.Drawing.Size(100, 13);
this.lblConnectFM2014.TabIndex = 23;
this.lblConnectFM2014.Text = "NOT CONNECTED";
//
// tbxFullId
//
this.tbxFullId.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxFullId.Location = new System.Drawing.Point(140, 25);
this.tbxFullId.Name = "tbxFullId";
this.tbxFullId.ReadOnly = true;
this.tbxFullId.Size = new System.Drawing.Size(120, 20);
this.tbxFullId.TabIndex = 32;
//
// tbxApplicationFwVersion
//
this.tbxApplicationFwVersion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxApplicationFwVersion.Location = new System.Drawing.Point(140, 50);
this.tbxApplicationFwVersion.Name = "tbxApplicationFwVersion";
this.tbxApplicationFwVersion.ReadOnly = true;
this.tbxApplicationFwVersion.Size = new System.Drawing.Size(120, 20);
this.tbxApplicationFwVersion.TabIndex = 31;
//
// gbxRegulationSetup
//
this.gbxRegulationSetup.Controls.Add(this.cbxAttenuation);
this.gbxRegulationSetup.Controls.Add(this.lblRefPulsePerVolume);
this.gbxRegulationSetup.Controls.Add(this.lblDutPulsePerVolume);
this.gbxRegulationSetup.Controls.Add(this.lblAttenuation);
this.gbxRegulationSetup.Controls.Add(this.lblScaleRefToDut);
this.gbxRegulationSetup.Controls.Add(this.tbxRefPulsePerVolume);
this.gbxRegulationSetup.Controls.Add(this.tbxDutPulsePerVolume);
this.gbxRegulationSetup.Controls.Add(this.tbxScaleRefToDut);
this.gbxRegulationSetup.Location = new System.Drawing.Point(8, 222);
this.gbxRegulationSetup.Name = "gbxRegulationSetup";
this.gbxRegulationSetup.Size = new System.Drawing.Size(275, 161);
this.gbxRegulationSetup.TabIndex = 82;
this.gbxRegulationSetup.TabStop = false;
this.gbxRegulationSetup.Text = "Regulation Setup";
//
// cbxAttenuation
//
this.cbxAttenuation.FormattingEnabled = true;
this.cbxAttenuation.Items.AddRange(new object[] {
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9"});
this.cbxAttenuation.Location = new System.Drawing.Point(140, 100);
this.cbxAttenuation.Name = "cbxAttenuation";
this.cbxAttenuation.Size = new System.Drawing.Size(60, 21);
this.cbxAttenuation.TabIndex = 69;
this.cbxAttenuation.Text = "3";
//
// lblRefPulsePerVolume
//
this.lblRefPulsePerVolume.AutoSize = true;
this.lblRefPulsePerVolume.Location = new System.Drawing.Point(10, 28);
this.lblRefPulsePerVolume.Name = "lblRefPulsePerVolume";
this.lblRefPulsePerVolume.Size = new System.Drawing.Size(86, 13);
this.lblRefPulsePerVolume.TabIndex = 62;
this.lblRefPulsePerVolume.Text = "REF [pulses/m³]:";
//
// lblDutPulsePerVolume
//
this.lblDutPulsePerVolume.AutoSize = true;
this.lblDutPulsePerVolume.Location = new System.Drawing.Point(10, 53);
this.lblDutPulsePerVolume.Name = "lblDutPulsePerVolume";
this.lblDutPulsePerVolume.Size = new System.Drawing.Size(88, 13);
this.lblDutPulsePerVolume.TabIndex = 63;
this.lblDutPulsePerVolume.Text = "DUT [pulses/m³]:";
//
// lblAttenuation
//
this.lblAttenuation.AutoSize = true;
this.lblAttenuation.Location = new System.Drawing.Point(10, 103);
this.lblAttenuation.Name = "lblAttenuation";
this.lblAttenuation.Size = new System.Drawing.Size(73, 13);
this.lblAttenuation.TabIndex = 68;
this.lblAttenuation.Text = "Attenuation []:";
//
// lblScaleRefToDut
//
this.lblScaleRefToDut.AutoSize = true;
this.lblScaleRefToDut.Location = new System.Drawing.Point(10, 78);
this.lblScaleRefToDut.Name = "lblScaleRefToDut";
this.lblScaleRefToDut.Size = new System.Drawing.Size(118, 13);
this.lblScaleRefToDut.TabIndex = 64;
this.lblScaleRefToDut.Text = "Scale REF/DUT [norm]";
//
// tbxRefPulsePerVolume
//
this.tbxRefPulsePerVolume.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxRefPulsePerVolume.Location = new System.Drawing.Point(140, 25);
this.tbxRefPulsePerVolume.Name = "tbxRefPulsePerVolume";
this.tbxRefPulsePerVolume.ReadOnly = true;
this.tbxRefPulsePerVolume.Size = new System.Drawing.Size(120, 20);
this.tbxRefPulsePerVolume.TabIndex = 67;
//
// tbxDutPulsePerVolume
//
this.tbxDutPulsePerVolume.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxDutPulsePerVolume.Location = new System.Drawing.Point(140, 50);
this.tbxDutPulsePerVolume.Name = "tbxDutPulsePerVolume";
this.tbxDutPulsePerVolume.ReadOnly = true;
this.tbxDutPulsePerVolume.Size = new System.Drawing.Size(120, 20);
this.tbxDutPulsePerVolume.TabIndex = 65;
//
// tbxScaleRefToDut
//
this.tbxScaleRefToDut.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxScaleRefToDut.Location = new System.Drawing.Point(140, 75);
this.tbxScaleRefToDut.Name = "tbxScaleRefToDut";
this.tbxScaleRefToDut.ReadOnly = true;
this.tbxScaleRefToDut.Size = new System.Drawing.Size(120, 20);
this.tbxScaleRefToDut.TabIndex = 66;
//
// lblUpdateTime
//
this.lblUpdateTime.AutoSize = true;
this.lblUpdateTime.Location = new System.Drawing.Point(290, 393);
this.lblUpdateTime.Name = "lblUpdateTime";
this.lblUpdateTime.Size = new System.Drawing.Size(28, 13);
this.lblUpdateTime.TabIndex = 81;
this.lblUpdateTime.Text = "0:00";
//
// tmrProgressUpdate
//
this.tmrProgressUpdate.Interval = 200;
this.tmrProgressUpdate.Tick += new System.EventHandler(this.tmrProgressUpdate_Tick);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(218, 393);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(66, 13);
this.label9.TabIndex = 79;
this.label9.Text = "Time [min:s]:";
//
// lblWaitingForMeterResponse
//
this.lblWaitingForMeterResponse.AutoSize = true;
this.lblWaitingForMeterResponse.ForeColor = System.Drawing.Color.Red;
this.lblWaitingForMeterResponse.Location = new System.Drawing.Point(381, 393);
this.lblWaitingForMeterResponse.Name = "lblWaitingForMeterResponse";
this.lblWaitingForMeterResponse.Size = new System.Drawing.Size(183, 13);
this.lblWaitingForMeterResponse.TabIndex = 76;
this.lblWaitingForMeterResponse.Text = "WAITING FOR FM2014 RESPONSE";
//
// pictureBox1
//
this.pictureBox1.Image = global::Sensus.MiniPrf.Ui.Properties.Resources.Sensus_Logo;
this.pictureBox1.Location = new System.Drawing.Point(399, 6);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(166, 54);
this.pictureBox1.TabIndex = 78;
this.pictureBox1.TabStop = false;
//
// lblFwUpdateInfo
//
this.lblFwUpdateInfo.AutoSize = true;
this.lblFwUpdateInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.lblFwUpdateInfo.Location = new System.Drawing.Point(301, 21);
this.lblFwUpdateInfo.Name = "lblFwUpdateInfo";
this.lblFwUpdateInfo.Size = new System.Drawing.Size(72, 13);
this.lblFwUpdateInfo.TabIndex = 77;
this.lblFwUpdateInfo.Text = "Version: 0.0.0";
//
// barSingleProgressUpdate
//
this.barSingleProgressUpdate.Location = new System.Drawing.Point(7, 409);
this.barSingleProgressUpdate.Name = "barSingleProgressUpdate";
this.barSingleProgressUpdate.Size = new System.Drawing.Size(558, 18);
this.barSingleProgressUpdate.TabIndex = 75;
this.barSingleProgressUpdate.Visible = false;
//
// lblActualProcess
//
this.lblActualProcess.AutoSize = true;
this.lblActualProcess.Location = new System.Drawing.Point(5, 393);
this.lblActualProcess.Name = "lblActualProcess";
this.lblActualProcess.Size = new System.Drawing.Size(76, 13);
this.lblActualProcess.TabIndex = 74;
this.lblActualProcess.Text = "Process status";
//
// btnRegulation
//
this.btnRegulation.Location = new System.Drawing.Point(140, 126);
this.btnRegulation.Name = "btnRegulation";
this.btnRegulation.Size = new System.Drawing.Size(120, 25);
this.btnRegulation.TabIndex = 37;
this.btnRegulation.Text = "Start Regulation";
this.btnRegulation.UseVisualStyleBackColor = true;
//
// grpRefCalibration
//
this.grpRefCalibration.Controls.Add(this.lblPulseVolumeCmRelation);
this.grpRefCalibration.Controls.Add(this.tbxPulseVolumeCmRelation);
this.grpRefCalibration.Controls.Add(this.lblWeightScaleMass);
this.grpRefCalibration.Controls.Add(this.tbxWeightScaleMass);
this.grpRefCalibration.Controls.Add(this.lblMeasuredRefPulses);
this.grpRefCalibration.Controls.Add(this.tbxMeasuredRefPulses);
this.grpRefCalibration.Controls.Add(this.btnCalibration);
this.grpRefCalibration.Location = new System.Drawing.Point(293, 66);
this.grpRefCalibration.Name = "grpRefCalibration";
this.grpRefCalibration.Size = new System.Drawing.Size(275, 150);
this.grpRefCalibration.TabIndex = 83;
this.grpRefCalibration.TabStop = false;
this.grpRefCalibration.Text = "Manual REF Calibration";
//
// lblPulseVolumeCmRelation
//
this.lblPulseVolumeCmRelation.AutoSize = true;
this.lblPulseVolumeCmRelation.Location = new System.Drawing.Point(10, 78);
this.lblPulseVolumeCmRelation.Name = "lblPulseVolumeCmRelation";
this.lblPulseVolumeCmRelation.Size = new System.Drawing.Size(86, 13);
this.lblPulseVolumeCmRelation.TabIndex = 72;
this.lblPulseVolumeCmRelation.Text = "REF [pulses/m³]:";
//
// tbxPulseVolumeCmRelation
//
this.tbxPulseVolumeCmRelation.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxPulseVolumeCmRelation.Location = new System.Drawing.Point(140, 75);
this.tbxPulseVolumeCmRelation.Name = "tbxPulseVolumeCmRelation";
this.tbxPulseVolumeCmRelation.ReadOnly = true;
this.tbxPulseVolumeCmRelation.Size = new System.Drawing.Size(120, 20);
this.tbxPulseVolumeCmRelation.TabIndex = 73;
//
// lblWeightScaleMass
//
this.lblWeightScaleMass.AutoSize = true;
this.lblWeightScaleMass.Location = new System.Drawing.Point(10, 53);
this.lblWeightScaleMass.Name = "lblWeightScaleMass";
this.lblWeightScaleMass.Size = new System.Drawing.Size(107, 13);
this.lblWeightScaleMass.TabIndex = 70;
this.lblWeightScaleMass.Text = "Weight Scale [liters]:";
//
// tbxWeightScaleMass
//
this.tbxWeightScaleMass.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxWeightScaleMass.Location = new System.Drawing.Point(140, 50);
this.tbxWeightScaleMass.Name = "tbxWeightScaleMass";
this.tbxWeightScaleMass.ReadOnly = true;
this.tbxWeightScaleMass.Size = new System.Drawing.Size(120, 20);
this.tbxWeightScaleMass.TabIndex = 71;
//
// lblMeasuredRefPulses
//
this.lblMeasuredRefPulses.AutoSize = true;
this.lblMeasuredRefPulses.Location = new System.Drawing.Point(10, 28);
this.lblMeasuredRefPulses.Name = "lblMeasuredRefPulses";
this.lblMeasuredRefPulses.Size = new System.Drawing.Size(121, 13);
this.lblMeasuredRefPulses.TabIndex = 68;
this.lblMeasuredRefPulses.Text = "Measured REF [Pulses]:";
//
// tbxMeasuredRefPulses
//
this.tbxMeasuredRefPulses.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxMeasuredRefPulses.Location = new System.Drawing.Point(140, 25);
this.tbxMeasuredRefPulses.Name = "tbxMeasuredRefPulses";
this.tbxMeasuredRefPulses.ReadOnly = true;
this.tbxMeasuredRefPulses.Size = new System.Drawing.Size(120, 20);
this.tbxMeasuredRefPulses.TabIndex = 69;
//
// btnCalibration
//
this.btnCalibration.Location = new System.Drawing.Point(138, 115);
this.btnCalibration.Name = "btnCalibration";
this.btnCalibration.Size = new System.Drawing.Size(120, 25);
this.btnCalibration.TabIndex = 38;
this.btnCalibration.Text = "Start Calibration";
this.btnCalibration.UseVisualStyleBackColor = true;
//
// gbxRegulation
//
this.gbxRegulation.Controls.Add(this.ckbxUseDampedTolerance);
this.gbxRegulation.Controls.Add(this.lblTolerance);
this.gbxRegulation.Controls.Add(this.tbxTolerance);
this.gbxRegulation.Controls.Add(this.lblActualFlowRateCmPerHour);
this.gbxRegulation.Controls.Add(this.tbxActualFlowRateCmPerHour);
this.gbxRegulation.Controls.Add(this.btnRegulation);
this.gbxRegulation.Location = new System.Drawing.Point(290, 222);
this.gbxRegulation.Name = "gbxRegulation";
this.gbxRegulation.Size = new System.Drawing.Size(275, 161);
this.gbxRegulation.TabIndex = 84;
this.gbxRegulation.TabStop = false;
this.gbxRegulation.Text = "DUT to REF Regulation";
//
// ckbxUseDampedTolerance
//
this.ckbxUseDampedTolerance.AutoSize = true;
this.ckbxUseDampedTolerance.Location = new System.Drawing.Point(13, 78);
this.ckbxUseDampedTolerance.Name = "ckbxUseDampedTolerance";
this.ckbxUseDampedTolerance.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
this.ckbxUseDampedTolerance.Size = new System.Drawing.Size(117, 17);
this.ckbxUseDampedTolerance.TabIndex = 78;
this.ckbxUseDampedTolerance.Text = "Damped Tolerance";
this.ckbxUseDampedTolerance.UseVisualStyleBackColor = true;
//
// lblTolerance
//
this.lblTolerance.AutoSize = true;
this.lblTolerance.Location = new System.Drawing.Point(10, 53);
this.lblTolerance.Name = "lblTolerance";
this.lblTolerance.Size = new System.Drawing.Size(75, 13);
this.lblTolerance.TabIndex = 76;
this.lblTolerance.Text = "Tolerance [%]:";
//
// tbxTolerance
//
this.tbxTolerance.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxTolerance.Location = new System.Drawing.Point(140, 50);
this.tbxTolerance.Name = "tbxTolerance";
this.tbxTolerance.ReadOnly = true;
this.tbxTolerance.Size = new System.Drawing.Size(120, 20);
this.tbxTolerance.TabIndex = 77;
//
// lblActualFlowRateCmPerHour
//
this.lblActualFlowRateCmPerHour.AutoSize = true;
this.lblActualFlowRateCmPerHour.Location = new System.Drawing.Point(10, 28);
this.lblActualFlowRateCmPerHour.Name = "lblActualFlowRateCmPerHour";
this.lblActualFlowRateCmPerHour.Size = new System.Drawing.Size(89, 13);
this.lblActualFlowRateCmPerHour.TabIndex = 74;
this.lblActualFlowRateCmPerHour.Text = "Flow Rate [m³/h]:";
//
// tbxActualFlowRateCmPerHour
//
this.tbxActualFlowRateCmPerHour.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tbxActualFlowRateCmPerHour.Location = new System.Drawing.Point(140, 25);
this.tbxActualFlowRateCmPerHour.Name = "tbxActualFlowRateCmPerHour";
this.tbxActualFlowRateCmPerHour.ReadOnly = true;
this.tbxActualFlowRateCmPerHour.Size = new System.Drawing.Size(120, 20);
this.tbxActualFlowRateCmPerHour.TabIndex = 75;
//
// FrmMainMiniPrf
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(573, 443);
this.Controls.Add(this.gbxRegulation);
this.Controls.Add(this.gbxFM2014Setup);
this.Controls.Add(this.gbxRegulationSetup);
this.Controls.Add(this.lblUpdateTime);
this.Controls.Add(this.grpRefCalibration);
this.Controls.Add(this.label9);
this.Controls.Add(this.lblWaitingForMeterResponse);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.lblFwUpdateInfo);
this.Controls.Add(this.barSingleProgressUpdate);
this.Controls.Add(this.lblActualProcess);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "FrmMainMiniPrf";
this.Text = "MiniPrf";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMainMiniPrf_FormClosed);
this.Load += new System.EventHandler(this.FrmMainMiniPrf_Load);
this.gbxFM2014Setup.ResumeLayout(false);
this.gbxFM2014Setup.PerformLayout();
this.gbxRegulationSetup.ResumeLayout(false);
this.gbxRegulationSetup.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.grpRefCalibration.ResumeLayout(false);
this.grpRefCalibration.PerformLayout();
this.gbxRegulation.ResumeLayout(false);
this.gbxRegulation.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox gbxFM2014Setup;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.ComboBox cbxFM2014ComPort;
private System.Windows.Forms.Label lblSerialPort;
private System.Windows.Forms.Label lblConnectFM2014;
private System.Windows.Forms.TextBox tbxFullId;
private System.Windows.Forms.GroupBox gbxRegulationSetup;
private System.Windows.Forms.Label lblRefPulsePerVolume;
private System.Windows.Forms.Label lblDutPulsePerVolume;
private System.Windows.Forms.Label lblAttenuation;
private System.Windows.Forms.Label lblScaleRefToDut;
private System.Windows.Forms.TextBox tbxRefPulsePerVolume;
private System.Windows.Forms.TextBox tbxDutPulsePerVolume;
private System.Windows.Forms.TextBox tbxScaleRefToDut;
private System.Windows.Forms.Label lblUpdateTime;
private System.Windows.Forms.Timer tmrProgressUpdate;
private System.Windows.Forms.Label lblFwVersion;
private System.Windows.Forms.Label lblSerialNumber;
private System.Windows.Forms.TextBox tbxFM2014SerialNumber;
private System.Windows.Forms.TextBox tbxApplicationFwVersion;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label lblWaitingForMeterResponse;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label lblFwUpdateInfo;
private System.Windows.Forms.ProgressBar barSingleProgressUpdate;
private System.Windows.Forms.Label lblActualProcess;
private System.Windows.Forms.ComboBox cbxFM2014TolerancePercent;
private System.Windows.Forms.Label lblFM2014Tolerance;
private System.Windows.Forms.ComboBox cbxFM2014Address;
private System.Windows.Forms.Label lblFM2014Address;
private System.Windows.Forms.ComboBox cbxAttenuation;
private System.Windows.Forms.Button btnRegulation;
private System.Windows.Forms.GroupBox grpRefCalibration;
private System.Windows.Forms.GroupBox gbxRegulation;
private System.Windows.Forms.Button btnCalibration;
private System.Windows.Forms.Label lblMeasuredRefPulses;
private System.Windows.Forms.TextBox tbxMeasuredRefPulses;
private System.Windows.Forms.Label lblPulseVolumeCmRelation;
private System.Windows.Forms.TextBox tbxPulseVolumeCmRelation;
private System.Windows.Forms.Label lblWeightScaleMass;
private System.Windows.Forms.TextBox tbxWeightScaleMass;
private System.Windows.Forms.Label lblTolerance;
private System.Windows.Forms.TextBox tbxTolerance;
private System.Windows.Forms.Label lblActualFlowRateCmPerHour;
private System.Windows.Forms.TextBox tbxActualFlowRateCmPerHour;
private System.Windows.Forms.CheckBox ckbxUseDampedTolerance;
}
}