namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmQsTool { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.btnLedOff = new System.Windows.Forms.Button(); this.lblConfigVersion = new System.Windows.Forms.Label(); 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.cbxUseOfflinePwds = new System.Windows.Forms.CheckBox(); this.tbxPcbId = new System.Windows.Forms.TextBox(); this.lblConnectPcb = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.btnConnect = new System.Windows.Forms.Button(); this.cbComSlot = new System.Windows.Forms.ComboBox(); this.tbxDateTime = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.tbxRadio = new System.Windows.Forms.TextBox(); this.tbxRegion = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.tbxMeterFw = new System.Windows.Forms.TextBox(); this.tbxMeterSize = new System.Windows.Forms.TextBox(); this.tbxMeterLutCrc = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.lblFwVersion = new System.Windows.Forms.Label(); this.tmrProgressUpdate = new System.Windows.Forms.Timer(this.components); this.lblUpdateTime = new System.Windows.Forms.Label(); this.tbxInitialBatteryLoad = new System.Windows.Forms.TextBox(); this.lblBatteryMilliAHrRating = new System.Windows.Forms.Label(); this.tbxExpiredLifeTime = new System.Windows.Forms.TextBox(); this.tbxBatteries = new System.Windows.Forms.TextBox(); this.tbxDrainedLoad_uAs = new System.Windows.Forms.TextBox(); this.lblBatteryQuantity = new System.Windows.Forms.Label(); this.lblTotalUsedCharge = new System.Windows.Forms.Label(); this.lblTotalUsedSeconds = new System.Windows.Forms.Label(); this.tbxStorageMonths = new System.Windows.Forms.TextBox(); this.lblStorageMonths = new System.Windows.Forms.Label(); this.tbxDrainedBatteryLoad_percent = new System.Windows.Forms.TextBox(); this.tbxRemainingLifeTimeSw = new System.Windows.Forms.TextBox(); this.tbxRemainingLifeTimeFw = new System.Windows.Forms.TextBox(); this.lblRemainingLifeTimeSw = new System.Windows.Forms.Label(); this.lblRemainingLifetimeFw = new System.Windows.Forms.Label(); this.lblDrainedBatteryLoad = new System.Windows.Forms.Label(); this.grpBoxStatistic = new System.Windows.Forms.GroupBox(); this.grpBoxCordonelReadout = new System.Windows.Forms.GroupBox(); this.grpBoxCOrdonelConnection = new System.Windows.Forms.GroupBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.grpBoxStatistic.SuspendLayout(); this.grpBoxCordonelReadout.SuspendLayout(); this.grpBoxCOrdonelConnection.SuspendLayout(); this.SuspendLayout(); // // btnLedOff // this.btnLedOff.Location = new System.Drawing.Point(485, 398); this.btnLedOff.Name = "btnLedOff"; this.btnLedOff.Size = new System.Drawing.Size(146, 25); this.btnLedOff.TabIndex = 1; this.btnLedOff.Text = "Led Off"; this.btnLedOff.UseVisualStyleBackColor = true; this.btnLedOff.Click += new System.EventHandler(this.btnLedOff_Click); // // lblConfigVersion // this.lblConfigVersion.AutoSize = true; this.lblConfigVersion.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblConfigVersion.Location = new System.Drawing.Point(16, 30); this.lblConfigVersion.Name = "lblConfigVersion"; this.lblConfigVersion.Size = new System.Drawing.Size(119, 13); this.lblConfigVersion.TabIndex = 52; this.lblConfigVersion.Text = "Configuration Version: ?"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(283, 434); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(66, 13); this.label9.TabIndex = 50; 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(449, 434); this.lblWaitingForMeterResponse.Name = "lblWaitingForMeterResponse"; this.lblWaitingForMeterResponse.Size = new System.Drawing.Size(182, 13); this.lblWaitingForMeterResponse.TabIndex = 46; this.lblWaitingForMeterResponse.Text = "WAITING FOR METER RESPONSE"; // // pictureBox1 // this.pictureBox1.Image = global::Xylem.Common.Ui.GenesisToolBox.Properties.Resources.SensusLogoXylem; this.pictureBox1.Location = new System.Drawing.Point(529, 3); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(102, 54); this.pictureBox1.TabIndex = 49; 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(16, 9); this.lblFwUpdateInfo.Name = "lblFwUpdateInfo"; this.lblFwUpdateInfo.Size = new System.Drawing.Size(72, 13); this.lblFwUpdateInfo.TabIndex = 48; this.lblFwUpdateInfo.Text = "Version: 0.0.0"; // // barSingleProgressUpdate // this.barSingleProgressUpdate.Location = new System.Drawing.Point(10, 450); this.barSingleProgressUpdate.Name = "barSingleProgressUpdate"; this.barSingleProgressUpdate.Size = new System.Drawing.Size(621, 18); this.barSingleProgressUpdate.TabIndex = 44; this.barSingleProgressUpdate.Visible = false; // // lblActualProcess // this.lblActualProcess.AutoSize = true; this.lblActualProcess.Location = new System.Drawing.Point(19, 434); this.lblActualProcess.Name = "lblActualProcess"; this.lblActualProcess.Size = new System.Drawing.Size(76, 13); this.lblActualProcess.TabIndex = 43; this.lblActualProcess.Text = "Process status"; // // cbxUseOfflinePwds // this.cbxUseOfflinePwds.AutoSize = true; this.cbxUseOfflinePwds.Location = new System.Drawing.Point(9, 22); this.cbxUseOfflinePwds.Name = "cbxUseOfflinePwds"; this.cbxUseOfflinePwds.Size = new System.Drawing.Size(132, 17); this.cbxUseOfflinePwds.TabIndex = 42; this.cbxUseOfflinePwds.Text = "Use Offline Passwords"; this.cbxUseOfflinePwds.UseVisualStyleBackColor = true; this.cbxUseOfflinePwds.CheckedChanged += new System.EventHandler(this.cbxUseOfflinePwds_CheckedChanged); // // tbxPcbId // this.tbxPcbId.Location = new System.Drawing.Point(139, 67); this.tbxPcbId.Name = "tbxPcbId"; this.tbxPcbId.ReadOnly = true; this.tbxPcbId.Size = new System.Drawing.Size(146, 20); this.tbxPcbId.TabIndex = 32; // // lblConnectPcb // this.lblConnectPcb.AutoSize = true; this.lblConnectPcb.Location = new System.Drawing.Point(6, 70); this.lblConnectPcb.Name = "lblConnectPcb"; this.lblConnectPcb.Size = new System.Drawing.Size(33, 13); this.lblConnectPcb.TabIndex = 23; this.lblConnectPcb.Text = "NOT "; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(6, 46); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(28, 13); this.label3.TabIndex = 20; this.label3.Text = "Slot:"; // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(139, 40); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(146, 25); this.btnConnect.TabIndex = 24; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // cbComSlot // this.cbComSlot.FormattingEnabled = true; this.cbComSlot.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20"}); this.cbComSlot.Location = new System.Drawing.Point(40, 43); 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); // // tbxDateTime // this.tbxDateTime.Location = new System.Drawing.Point(141, 141); this.tbxDateTime.Name = "tbxDateTime"; this.tbxDateTime.ReadOnly = true; this.tbxDateTime.Size = new System.Drawing.Size(146, 20); this.tbxDateTime.TabIndex = 38; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(8, 144); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(104, 13); this.label2.TabIndex = 37; this.label2.Text = "Cordonel Date Time:"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(8, 119); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(116, 13); this.label10.TabIndex = 36; this.label10.Text = "Radio frequency[MHz]:"; // // tbxRadio // this.tbxRadio.Location = new System.Drawing.Point(141, 116); this.tbxRadio.Name = "tbxRadio"; this.tbxRadio.ReadOnly = true; this.tbxRadio.Size = new System.Drawing.Size(146, 20); this.tbxRadio.TabIndex = 35; // // tbxRegion // this.tbxRegion.Location = new System.Drawing.Point(141, 91); this.tbxRegion.Name = "tbxRegion"; this.tbxRegion.ReadOnly = true; this.tbxRegion.Size = new System.Drawing.Size(146, 20); this.tbxRegion.TabIndex = 34; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(8, 94); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(44, 13); this.label8.TabIndex = 33; this.label8.Text = "Region:"; // // tbxMeterFw // this.tbxMeterFw.Location = new System.Drawing.Point(141, 16); this.tbxMeterFw.Name = "tbxMeterFw"; this.tbxMeterFw.ReadOnly = true; this.tbxMeterFw.Size = new System.Drawing.Size(146, 20); this.tbxMeterFw.TabIndex = 31; // // tbxMeterMeterSize // this.tbxMeterSize.Location = new System.Drawing.Point(141, 66); this.tbxMeterSize.Name = "tbxMeterSize"; this.tbxMeterSize.ReadOnly = true; this.tbxMeterSize.Size = new System.Drawing.Size(146, 20); this.tbxMeterSize.TabIndex = 30; // // tbxMeterLutCrc // this.tbxMeterLutCrc.Location = new System.Drawing.Point(141, 41); this.tbxMeterLutCrc.Name = "tbxMeterLutCrc"; this.tbxMeterLutCrc.ReadOnly = true; this.tbxMeterLutCrc.Size = new System.Drawing.Size(146, 20); this.tbxMeterLutCrc.TabIndex = 29; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(8, 69); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(60, 13); this.label5.TabIndex = 28; this.label5.Text = "Meter Size:"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(8, 44); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(86, 13); this.label6.TabIndex = 27; this.label6.Text = "Meter LUT CRC:"; // // lblFwVersion // this.lblFwVersion.AutoSize = true; this.lblFwVersion.Location = new System.Drawing.Point(8, 19); this.lblFwVersion.Name = "lblFwVersion"; this.lblFwVersion.Size = new System.Drawing.Size(57, 13); this.lblFwVersion.TabIndex = 25; this.lblFwVersion.Text = "Meter FW:"; // // tmrProgressUpdate // this.tmrProgressUpdate.Interval = 200; this.tmrProgressUpdate.Tick += new System.EventHandler(this.tmrProgressUpdate_Tick); // // lblUpdateTime // this.lblUpdateTime.AutoSize = true; this.lblUpdateTime.Location = new System.Drawing.Point(351, 434); this.lblUpdateTime.Name = "lblUpdateTime"; this.lblUpdateTime.Size = new System.Drawing.Size(28, 13); this.lblUpdateTime.TabIndex = 53; this.lblUpdateTime.Text = "0:00"; // // tbxInitialBatteryLoad // this.tbxInitialBatteryLoad.Location = new System.Drawing.Point(140, 238); this.tbxInitialBatteryLoad.Name = "tbxInitialBatteryLoad"; this.tbxInitialBatteryLoad.ReadOnly = true; this.tbxInitialBatteryLoad.Size = new System.Drawing.Size(146, 20); this.tbxInitialBatteryLoad.TabIndex = 61; // // lblBatteryMilliAHrRating // this.lblBatteryMilliAHrRating.AutoSize = true; this.lblBatteryMilliAHrRating.Location = new System.Drawing.Point(8, 241); this.lblBatteryMilliAHrRating.Name = "lblBatteryMilliAHrRating"; this.lblBatteryMilliAHrRating.Size = new System.Drawing.Size(127, 13); this.lblBatteryMilliAHrRating.TabIndex = 60; this.lblBatteryMilliAHrRating.Text = "Initial Battery Load [mAh]:"; // // tbxExpiredLifeTime // this.tbxExpiredLifeTime.Location = new System.Drawing.Point(140, 165); this.tbxExpiredLifeTime.Name = "tbxExpiredLifeTime"; this.tbxExpiredLifeTime.ReadOnly = true; this.tbxExpiredLifeTime.Size = new System.Drawing.Size(146, 20); this.tbxExpiredLifeTime.TabIndex = 59; // // tbxBatteries // this.tbxBatteries.Location = new System.Drawing.Point(140, 215); this.tbxBatteries.Name = "tbxBatteries"; this.tbxBatteries.ReadOnly = true; this.tbxBatteries.Size = new System.Drawing.Size(146, 20); this.tbxBatteries.TabIndex = 58; // // tbxDrainedLoad_uAs // this.tbxDrainedLoad_uAs.Location = new System.Drawing.Point(140, 190); this.tbxDrainedLoad_uAs.Name = "tbxDrainedLoad_uAs"; this.tbxDrainedLoad_uAs.ReadOnly = true; this.tbxDrainedLoad_uAs.Size = new System.Drawing.Size(146, 20); this.tbxDrainedLoad_uAs.TabIndex = 57; // // lblBatteryQuantity // this.lblBatteryQuantity.AutoSize = true; this.lblBatteryQuantity.Location = new System.Drawing.Point(8, 218); this.lblBatteryQuantity.Name = "lblBatteryQuantity"; this.lblBatteryQuantity.Size = new System.Drawing.Size(92, 13); this.lblBatteryQuantity.TabIndex = 56; this.lblBatteryQuantity.Text = "Batteries [Pieces]:"; // // lblTotalUsedCharge // this.lblTotalUsedCharge.AutoSize = true; this.lblTotalUsedCharge.Location = new System.Drawing.Point(8, 193); this.lblTotalUsedCharge.Name = "lblTotalUsedCharge"; this.lblTotalUsedCharge.Size = new System.Drawing.Size(101, 13); this.lblTotalUsedCharge.TabIndex = 55; this.lblTotalUsedCharge.Text = "Drained Load [µAs]:"; // // lblTotalUsedSeconds // this.lblTotalUsedSeconds.AutoSize = true; this.lblTotalUsedSeconds.Location = new System.Drawing.Point(8, 169); this.lblTotalUsedSeconds.Name = "lblTotalUsedSeconds"; this.lblTotalUsedSeconds.Size = new System.Drawing.Size(98, 13); this.lblTotalUsedSeconds.TabIndex = 54; this.lblTotalUsedSeconds.Text = "Expired Lifetime [s]:"; // // tbxStorageMonths // this.tbxStorageMonths.Location = new System.Drawing.Point(170, 98); this.tbxStorageMonths.Name = "tbxStorageMonths"; this.tbxStorageMonths.ReadOnly = true; this.tbxStorageMonths.Size = new System.Drawing.Size(116, 20); this.tbxStorageMonths.TabIndex = 69; // // lblStorageMonths // this.lblStorageMonths.AutoSize = true; this.lblStorageMonths.Location = new System.Drawing.Point(15, 101); this.lblStorageMonths.Name = "lblStorageMonths"; this.lblStorageMonths.Size = new System.Drawing.Size(128, 13); this.lblStorageMonths.TabIndex = 68; this.lblStorageMonths.Text = "Storage Months [months]:"; // // tbxDrainedBatteryLoad_percent // this.tbxDrainedBatteryLoad_percent.Location = new System.Drawing.Point(170, 25); this.tbxDrainedBatteryLoad_percent.Name = "tbxDrainedBatteryLoad_percent"; this.tbxDrainedBatteryLoad_percent.ReadOnly = true; this.tbxDrainedBatteryLoad_percent.Size = new System.Drawing.Size(116, 20); this.tbxDrainedBatteryLoad_percent.TabIndex = 67; // // tBxRemainingLifeTimeSw // this.tbxRemainingLifeTimeSw.Location = new System.Drawing.Point(170, 75); this.tbxRemainingLifeTimeSw.Name = "tbxRemainingLifeTimeSw"; this.tbxRemainingLifeTimeSw.ReadOnly = true; this.tbxRemainingLifeTimeSw.Size = new System.Drawing.Size(116, 20); this.tbxRemainingLifeTimeSw.TabIndex = 66; // // tbxRemainingLifeTimeFw // this.tbxRemainingLifeTimeFw.Location = new System.Drawing.Point(170, 50); this.tbxRemainingLifeTimeFw.Name = "tbxRemainingLifeTimeFw"; this.tbxRemainingLifeTimeFw.ReadOnly = true; this.tbxRemainingLifeTimeFw.Size = new System.Drawing.Size(116, 20); this.tbxRemainingLifeTimeFw.TabIndex = 65; // // lblRemainingLifeTimeSw // this.lblRemainingLifeTimeSw.AutoSize = true; this.lblRemainingLifeTimeSw.Location = new System.Drawing.Point(15, 78); this.lblRemainingLifeTimeSw.Name = "lblRemainingLifeTimeSw"; this.lblRemainingLifeTimeSw.Size = new System.Drawing.Size(154, 13); this.lblRemainingLifeTimeSw.TabIndex = 64; this.lblRemainingLifeTimeSw.Text = "Remaining Lifetime SW [years]:"; // // lblRemainingLifetimeFw // this.lblRemainingLifetimeFw.AutoSize = true; this.lblRemainingLifetimeFw.Location = new System.Drawing.Point(15, 53); this.lblRemainingLifetimeFw.Name = "lblRemainingLifetimeFw"; this.lblRemainingLifetimeFw.Size = new System.Drawing.Size(153, 13); this.lblRemainingLifetimeFw.TabIndex = 63; this.lblRemainingLifetimeFw.Text = "Remaining Lifetime FW [years]:"; // // lblDrainedBatteryLoad // this.lblDrainedBatteryLoad.AutoSize = true; this.lblDrainedBatteryLoad.Location = new System.Drawing.Point(15, 29); this.lblDrainedBatteryLoad.Name = "lblDrainedBatteryLoad"; this.lblDrainedBatteryLoad.Size = new System.Drawing.Size(127, 13); this.lblDrainedBatteryLoad.TabIndex = 62; this.lblDrainedBatteryLoad.Text = "Drained Battery Load [%]:"; // // grpBoxStatistic // this.grpBoxStatistic.Controls.Add(this.lblDrainedBatteryLoad); this.grpBoxStatistic.Controls.Add(this.tbxStorageMonths); this.grpBoxStatistic.Controls.Add(this.lblRemainingLifetimeFw); this.grpBoxStatistic.Controls.Add(this.lblStorageMonths); this.grpBoxStatistic.Controls.Add(this.lblRemainingLifeTimeSw); this.grpBoxStatistic.Controls.Add(this.tbxDrainedBatteryLoad_percent); this.grpBoxStatistic.Controls.Add(this.tbxRemainingLifeTimeFw); this.grpBoxStatistic.Controls.Add(this.tbxRemainingLifeTimeSw); this.grpBoxStatistic.Location = new System.Drawing.Point(324, 53); this.grpBoxStatistic.Name = "grpBoxStatistic"; this.grpBoxStatistic.Size = new System.Drawing.Size(307, 136); this.grpBoxStatistic.TabIndex = 70; this.grpBoxStatistic.TabStop = false; this.grpBoxStatistic.Text = "Statistic"; // // grpBoxCordonelReadout // this.grpBoxCordonelReadout.Controls.Add(this.lblFwVersion); this.grpBoxCordonelReadout.Controls.Add(this.label6); this.grpBoxCordonelReadout.Controls.Add(this.label5); this.grpBoxCordonelReadout.Controls.Add(this.tbxMeterLutCrc); this.grpBoxCordonelReadout.Controls.Add(this.tbxInitialBatteryLoad); this.grpBoxCordonelReadout.Controls.Add(this.tbxMeterSize); this.grpBoxCordonelReadout.Controls.Add(this.tbxMeterFw); this.grpBoxCordonelReadout.Controls.Add(this.lblBatteryMilliAHrRating); this.grpBoxCordonelReadout.Controls.Add(this.label8); this.grpBoxCordonelReadout.Controls.Add(this.tbxRegion); this.grpBoxCordonelReadout.Controls.Add(this.tbxExpiredLifeTime); this.grpBoxCordonelReadout.Controls.Add(this.tbxRadio); this.grpBoxCordonelReadout.Controls.Add(this.label10); this.grpBoxCordonelReadout.Controls.Add(this.tbxBatteries); this.grpBoxCordonelReadout.Controls.Add(this.label2); this.grpBoxCordonelReadout.Controls.Add(this.tbxDateTime); this.grpBoxCordonelReadout.Controls.Add(this.tbxDrainedLoad_uAs); this.grpBoxCordonelReadout.Controls.Add(this.lblTotalUsedSeconds); this.grpBoxCordonelReadout.Controls.Add(this.lblBatteryQuantity); this.grpBoxCordonelReadout.Controls.Add(this.lblTotalUsedCharge); this.grpBoxCordonelReadout.Location = new System.Drawing.Point(10, 154); this.grpBoxCordonelReadout.Name = "grpBoxCordonelReadout"; this.grpBoxCordonelReadout.Size = new System.Drawing.Size(308, 269); this.grpBoxCordonelReadout.TabIndex = 71; this.grpBoxCordonelReadout.TabStop = false; this.grpBoxCordonelReadout.Text = "Cordonel Read Out"; // // grpBoxCOrdonelConnection // this.grpBoxCOrdonelConnection.Controls.Add(this.btnConnect); this.grpBoxCOrdonelConnection.Controls.Add(this.cbComSlot); this.grpBoxCOrdonelConnection.Controls.Add(this.label3); this.grpBoxCOrdonelConnection.Controls.Add(this.cbxUseOfflinePwds); this.grpBoxCOrdonelConnection.Controls.Add(this.lblConnectPcb); this.grpBoxCOrdonelConnection.Controls.Add(this.tbxPcbId); this.grpBoxCOrdonelConnection.Location = new System.Drawing.Point(10, 53); this.grpBoxCOrdonelConnection.Name = "grpBoxCOrdonelConnection"; this.grpBoxCOrdonelConnection.Size = new System.Drawing.Size(308, 97); this.grpBoxCOrdonelConnection.TabIndex = 72; this.grpBoxCOrdonelConnection.TabStop = false; this.grpBoxCOrdonelConnection.Text = "Cordonel Connection"; // // FrmQsTool // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(637, 475); this.Controls.Add(this.grpBoxCOrdonelConnection); this.Controls.Add(this.grpBoxCordonelReadout); this.Controls.Add(this.grpBoxStatistic); this.Controls.Add(this.lblUpdateTime); this.Controls.Add(this.lblConfigVersion); 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.Controls.Add(this.btnLedOff); this.Name = "FrmQsTool"; this.Text = "Cordonel QS Tools"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmQsTool_FormClosing); this.Load += new System.EventHandler(this.FrmQsTool_Load); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.grpBoxStatistic.ResumeLayout(false); this.grpBoxStatistic.PerformLayout(); this.grpBoxCordonelReadout.ResumeLayout(false); this.grpBoxCordonelReadout.PerformLayout(); this.grpBoxCOrdonelConnection.ResumeLayout(false); this.grpBoxCOrdonelConnection.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnLedOff; private System.Windows.Forms.Label lblConfigVersion; 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.CheckBox cbxUseOfflinePwds; private System.Windows.Forms.TextBox tbxDateTime; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label10; private System.Windows.Forms.TextBox tbxRadio; private System.Windows.Forms.TextBox tbxRegion; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox tbxPcbId; private System.Windows.Forms.TextBox tbxMeterFw; private System.Windows.Forms.TextBox tbxMeterSize; private System.Windows.Forms.TextBox tbxMeterLutCrc; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label lblFwVersion; private System.Windows.Forms.Label lblConnectPcb; private System.Windows.Forms.Label label3; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.ComboBox cbComSlot; private System.Windows.Forms.Timer tmrProgressUpdate; private System.Windows.Forms.Label lblUpdateTime; private System.Windows.Forms.TextBox tbxInitialBatteryLoad; private System.Windows.Forms.Label lblBatteryMilliAHrRating; private System.Windows.Forms.TextBox tbxExpiredLifeTime; private System.Windows.Forms.TextBox tbxBatteries; private System.Windows.Forms.TextBox tbxDrainedLoad_uAs; private System.Windows.Forms.Label lblBatteryQuantity; private System.Windows.Forms.Label lblTotalUsedCharge; private System.Windows.Forms.Label lblTotalUsedSeconds; private System.Windows.Forms.TextBox tbxStorageMonths; private System.Windows.Forms.Label lblStorageMonths; private System.Windows.Forms.TextBox tbxDrainedBatteryLoad_percent; private System.Windows.Forms.TextBox tbxRemainingLifeTimeSw; private System.Windows.Forms.TextBox tbxRemainingLifeTimeFw; private System.Windows.Forms.Label lblRemainingLifeTimeSw; private System.Windows.Forms.Label lblRemainingLifetimeFw; private System.Windows.Forms.Label lblDrainedBatteryLoad; private System.Windows.Forms.GroupBox grpBoxStatistic; private System.Windows.Forms.GroupBox grpBoxCordonelReadout; private System.Windows.Forms.GroupBox grpBoxCOrdonelConnection; } }