namespace Xylem.Common.Ui.GenesisToolBox { partial class FrmFwUpdate { /// /// 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.grpSetup = new System.Windows.Forms.GroupBox(); this.cbxUseOfflinePwds = new System.Windows.Forms.CheckBox(); this.lblCoreRevision = new System.Windows.Forms.Label(); this.btnConnect = new System.Windows.Forms.Button(); this.lblConnectPcb = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.cbComSlot = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cbxMetUpdPerm = new System.Windows.Forms.CheckBox(); this.btnRebootMeter = new System.Windows.Forms.Button(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.btnClearDisplay = new System.Windows.Forms.Button(); this.lblUpdateTime = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblWaitingForMeterResponse = new System.Windows.Forms.Label(); this.gbxManualTimingControl = new System.Windows.Forms.GroupBox(); this.label8 = new System.Windows.Forms.Label(); this.cbAddRetryTimeout = new System.Windows.Forms.ComboBox(); this.label7 = new System.Windows.Forms.Label(); this.btnStopFwUpdate = new System.Windows.Forms.Button(); this.btnResetAll = new System.Windows.Forms.Button(); this.gbxManualTriggerControl = new System.Windows.Forms.GroupBox(); this.btnTriggerUpdate = new System.Windows.Forms.Button(); this.btnPrepareTrigger = new System.Windows.Forms.Button(); this.gbxManualUploadAndVerification = new System.Windows.Forms.GroupBox(); this.btnVerifyFiles = new System.Windows.Forms.Button(); this.gbxManualDownload = new System.Windows.Forms.GroupBox(); this.btnRetryFileParts = new System.Windows.Forms.Button(); this.btnDownloadFiles = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.btnUpdateFw = new System.Windows.Forms.Button(); this.lblOverall = new System.Windows.Forms.Label(); this.barSingleProgressUpdate = new System.Windows.Forms.ProgressBar(); this.lblActualProcess = new System.Windows.Forms.Label(); this.barOverallProgressUpdate = new System.Windows.Forms.ProgressBar(); this.gridViewApplic = new System.Windows.Forms.DataGridView(); this.cbxStoreConfigEnable = new System.Windows.Forms.CheckBox(); this.gbxSetup = new System.Windows.Forms.GroupBox(); this.cbxConsecutiveFilePartsRetryEnable = new System.Windows.Forms.CheckBox(); this.label6 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.cbFilePartSize = new System.Windows.Forms.ComboBox(); this.cbxSingleFilePartsRetryEnable = new System.Windows.Forms.CheckBox(); this.cbxManualControl = new System.Windows.Forms.CheckBox(); this.dlgBinaryPath = new System.Windows.Forms.FolderBrowserDialog(); this.tmrProgressUpdate = new System.Windows.Forms.Timer(this.components); this.dlgOpenPackageFile = new System.Windows.Forms.OpenFileDialog(); this.lblFwUpdateInfo = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tabFwSources = new System.Windows.Forms.TabControl(); this.tabLocalFile = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lblPackageFileLoadedInfo = new System.Windows.Forms.Label(); this.tbxPackageFilePathName = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.btnOpenPackageControlFile = new System.Windows.Forms.Button(); this.fileComboBox = new System.Windows.Forms.GroupBox(); this.lblFileAppsLoadedInfo = new System.Windows.Forms.Label(); this.tbxBinaryPath = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.btnOpenUpdateDirectory = new System.Windows.Forms.Button(); this.tabProduction = new System.Windows.Forms.TabPage(); this.tabDb = new System.Windows.Forms.TabPage(); this.label13 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.panel1 = new System.Windows.Forms.Panel(); this.lblSelectedID = new System.Windows.Forms.Label(); this.lblFwNameSelected = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.dgvFiles = new System.Windows.Forms.DataGridView(); this.btnGetFWFiles = new System.Windows.Forms.Button(); this.cbxFilterFwDn = new System.Windows.Forms.ComboBox(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.cbxFilterFWType = new System.Windows.Forms.ComboBox(); this.chbFilterIsDeveloper = new System.Windows.Forms.CheckBox(); this.saveConfigFile = new System.Windows.Forms.SaveFileDialog(); this.lblConfigVersion = new System.Windows.Forms.Label(); this.grpSetup.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox4.SuspendLayout(); this.gbxManualTimingControl.SuspendLayout(); this.gbxManualTriggerControl.SuspendLayout(); this.gbxManualUploadAndVerification.SuspendLayout(); this.gbxManualDownload.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridViewApplic)).BeginInit(); this.gbxSetup.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tabFwSources.SuspendLayout(); this.tabLocalFile.SuspendLayout(); this.groupBox1.SuspendLayout(); this.fileComboBox.SuspendLayout(); this.tabDb.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFiles)).BeginInit(); this.SuspendLayout(); // // grpSetup // this.grpSetup.Controls.Add(this.cbxUseOfflinePwds); this.grpSetup.Controls.Add(this.lblCoreRevision); this.grpSetup.Controls.Add(this.btnConnect); this.grpSetup.Controls.Add(this.lblConnectPcb); this.grpSetup.Controls.Add(this.label2); this.grpSetup.Controls.Add(this.cbComSlot); this.grpSetup.Location = new System.Drawing.Point(11, 59); this.grpSetup.Name = "grpSetup"; this.grpSetup.Size = new System.Drawing.Size(248, 143); this.grpSetup.TabIndex = 24; this.grpSetup.TabStop = false; this.grpSetup.Text = "Connection"; // // cbxUseOfflinePwds // this.cbxUseOfflinePwds.AutoSize = true; this.cbxUseOfflinePwds.Location = new System.Drawing.Point(9, 73); this.cbxUseOfflinePwds.Name = "cbxUseOfflinePwds"; this.cbxUseOfflinePwds.Size = new System.Drawing.Size(132, 17); this.cbxUseOfflinePwds.TabIndex = 26; this.cbxUseOfflinePwds.Text = "Use Offline Passwords"; this.cbxUseOfflinePwds.UseVisualStyleBackColor = true; this.cbxUseOfflinePwds.CheckedChanged += new System.EventHandler(this.cbxUseOfflinePwds_CheckedChanged); // // lblCoreRevision // this.lblCoreRevision.AutoSize = true; this.lblCoreRevision.Location = new System.Drawing.Point(6, 52); this.lblCoreRevision.Name = "lblCoreRevision"; this.lblCoreRevision.Size = new System.Drawing.Size(55, 13); this.lblCoreRevision.TabIndex = 25; this.lblCoreRevision.Text = "----------------"; // // btnConnect // this.btnConnect.Location = new System.Drawing.Point(104, 109); this.btnConnect.Name = "btnConnect"; this.btnConnect.Size = new System.Drawing.Size(116, 24); this.btnConnect.TabIndex = 24; this.btnConnect.Text = "Connect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click); // // lblConnectPcb // this.lblConnectPcb.AutoSize = true; this.lblConnectPcb.Location = new System.Drawing.Point(6, 32); this.lblConnectPcb.Name = "lblConnectPcb"; this.lblConnectPcb.Size = new System.Drawing.Size(100, 13); this.lblConnectPcb.TabIndex = 23; this.lblConnectPcb.Text = "NOT CONNECTED"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(6, 115); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(28, 13); this.label2.TabIndex = 20; this.label2.Text = "Slot:"; // // 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(45, 112); 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); // // groupBox2 // this.groupBox2.Controls.Add(this.cbxMetUpdPerm); this.groupBox2.Controls.Add(this.btnRebootMeter); this.groupBox2.Controls.Add(this.groupBox4); this.groupBox2.Controls.Add(this.lblUpdateTime); this.groupBox2.Controls.Add(this.label9); this.groupBox2.Controls.Add(this.lblWaitingForMeterResponse); this.groupBox2.Controls.Add(this.gbxManualTimingControl); this.groupBox2.Controls.Add(this.btnStopFwUpdate); this.groupBox2.Controls.Add(this.btnResetAll); this.groupBox2.Controls.Add(this.gbxManualTriggerControl); this.groupBox2.Controls.Add(this.gbxManualUploadAndVerification); this.groupBox2.Controls.Add(this.gbxManualDownload); this.groupBox2.Controls.Add(this.groupBox3); this.groupBox2.Controls.Add(this.lblOverall); this.groupBox2.Controls.Add(this.barSingleProgressUpdate); this.groupBox2.Controls.Add(this.lblActualProcess); this.groupBox2.Controls.Add(this.barOverallProgressUpdate); this.groupBox2.Controls.Add(this.gridViewApplic); this.groupBox2.Location = new System.Drawing.Point(8, 215); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(1081, 599); this.groupBox2.TabIndex = 26; this.groupBox2.TabStop = false; this.groupBox2.Text = "Applications "; // // cbxMetUpdPerm // this.cbxMetUpdPerm.AutoSize = true; this.cbxMetUpdPerm.Enabled = false; this.cbxMetUpdPerm.Location = new System.Drawing.Point(955, 310); this.cbxMetUpdPerm.Name = "cbxMetUpdPerm"; this.cbxMetUpdPerm.Size = new System.Drawing.Size(110, 17); this.cbxMetUpdPerm.TabIndex = 24; this.cbxMetUpdPerm.Text = "Metrology Update"; this.cbxMetUpdPerm.UseVisualStyleBackColor = true; // // btnRebootMeter // this.btnRebootMeter.Location = new System.Drawing.Point(951, 476); this.btnRebootMeter.Name = "btnRebootMeter"; this.btnRebootMeter.Size = new System.Drawing.Size(116, 25); this.btnRebootMeter.TabIndex = 23; this.btnRebootMeter.Text = "METER REBOOT"; this.btnRebootMeter.UseVisualStyleBackColor = true; this.btnRebootMeter.Click += new System.EventHandler(this.btnRebootMeter_Click); // // groupBox4 // this.groupBox4.Controls.Add(this.btnClearDisplay); this.groupBox4.Location = new System.Drawing.Point(946, 413); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(126, 49); this.groupBox4.TabIndex = 21; this.groupBox4.TabStop = false; this.groupBox4.Text = "Display"; // // btnClearDisplay // this.btnClearDisplay.Location = new System.Drawing.Point(5, 19); this.btnClearDisplay.Name = "btnClearDisplay"; this.btnClearDisplay.Size = new System.Drawing.Size(116, 25); this.btnClearDisplay.TabIndex = 0; this.btnClearDisplay.Text = "Release Display"; this.btnClearDisplay.UseVisualStyleBackColor = true; this.btnClearDisplay.Click += new System.EventHandler(this.btnClearDisplay_Click); // // lblUpdateTime // this.lblUpdateTime.AutoSize = true; this.lblUpdateTime.Location = new System.Drawing.Point(474, 508); this.lblUpdateTime.Name = "lblUpdateTime"; this.lblUpdateTime.Size = new System.Drawing.Size(28, 13); this.lblUpdateTime.TabIndex = 20; this.lblUpdateTime.Text = "0:00"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(370, 508); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(101, 13); this.label9.TabIndex = 19; this.label9.Text = "UpdateTime [min:s]:"; // // lblWaitingForMeterResponse // this.lblWaitingForMeterResponse.AutoSize = true; this.lblWaitingForMeterResponse.ForeColor = System.Drawing.Color.Red; this.lblWaitingForMeterResponse.Location = new System.Drawing.Point(750, 508); this.lblWaitingForMeterResponse.Name = "lblWaitingForMeterResponse"; this.lblWaitingForMeterResponse.Size = new System.Drawing.Size(182, 13); this.lblWaitingForMeterResponse.TabIndex = 18; this.lblWaitingForMeterResponse.Text = "WAITING FOR METER RESPONSE"; // // gbxManualTimingControl // this.gbxManualTimingControl.Controls.Add(this.label8); this.gbxManualTimingControl.Controls.Add(this.cbAddRetryTimeout); this.gbxManualTimingControl.Controls.Add(this.label7); this.gbxManualTimingControl.Location = new System.Drawing.Point(944, 235); this.gbxManualTimingControl.Name = "gbxManualTimingControl"; this.gbxManualTimingControl.Size = new System.Drawing.Size(128, 69); this.gbxManualTimingControl.TabIndex = 17; this.gbxManualTimingControl.TabStop = false; this.gbxManualTimingControl.Text = "Timing Control"; this.gbxManualTimingControl.Visible = false; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(94, 41); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(26, 13); this.label8.TabIndex = 2; this.label8.Text = "[ms]"; // // cbAddRetryTimeout // this.cbAddRetryTimeout.FormattingEnabled = true; this.cbAddRetryTimeout.Items.AddRange(new object[] { "0", "100", "250", "500", "1000", "2000", "5000", "10000", "15000"}); this.cbAddRetryTimeout.Location = new System.Drawing.Point(11, 38); this.cbAddRetryTimeout.Name = "cbAddRetryTimeout"; this.cbAddRetryTimeout.Size = new System.Drawing.Size(78, 21); this.cbAddRetryTimeout.TabIndex = 1; this.cbAddRetryTimeout.Text = "0"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(9, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(95, 13); this.label7.TabIndex = 0; this.label7.Text = "Add Retry Timeout"; // // btnStopFwUpdate // this.btnStopFwUpdate.Location = new System.Drawing.Point(951, 521); this.btnStopFwUpdate.Name = "btnStopFwUpdate"; this.btnStopFwUpdate.Size = new System.Drawing.Size(116, 25); this.btnStopFwUpdate.TabIndex = 8; this.btnStopFwUpdate.Text = "STOP"; this.btnStopFwUpdate.UseVisualStyleBackColor = true; this.btnStopFwUpdate.Click += new System.EventHandler(this.btnStopFwUpdate_Click); // // btnResetAll // this.btnResetAll.ForeColor = System.Drawing.SystemColors.HotTrack; this.btnResetAll.Location = new System.Drawing.Point(951, 559); this.btnResetAll.Name = "btnResetAll"; this.btnResetAll.Size = new System.Drawing.Size(116, 25); this.btnResetAll.TabIndex = 14; this.btnResetAll.Text = "Reset All"; this.btnResetAll.UseVisualStyleBackColor = true; this.btnResetAll.Click += new System.EventHandler(this.btnResetAll_Click); // // gbxManualTriggerControl // this.gbxManualTriggerControl.Controls.Add(this.btnTriggerUpdate); this.gbxManualTriggerControl.Controls.Add(this.btnPrepareTrigger); this.gbxManualTriggerControl.Location = new System.Drawing.Point(944, 147); this.gbxManualTriggerControl.Name = "gbxManualTriggerControl"; this.gbxManualTriggerControl.Size = new System.Drawing.Size(128, 88); this.gbxManualTriggerControl.TabIndex = 16; this.gbxManualTriggerControl.TabStop = false; this.gbxManualTriggerControl.Text = "Manual Trigger Control"; // // btnTriggerUpdate // this.btnTriggerUpdate.Location = new System.Drawing.Point(6, 50); this.btnTriggerUpdate.Name = "btnTriggerUpdate"; this.btnTriggerUpdate.Size = new System.Drawing.Size(116, 26); this.btnTriggerUpdate.TabIndex = 10; this.btnTriggerUpdate.Text = "Trigger Upgrade"; this.btnTriggerUpdate.UseVisualStyleBackColor = true; this.btnTriggerUpdate.Click += new System.EventHandler(this.btnTriggerUpdate_Click); // // btnPrepareTrigger // this.btnPrepareTrigger.Location = new System.Drawing.Point(5, 18); this.btnPrepareTrigger.Name = "btnPrepareTrigger"; this.btnPrepareTrigger.Size = new System.Drawing.Size(117, 26); this.btnPrepareTrigger.TabIndex = 12; this.btnPrepareTrigger.Text = "Prepare Trigger"; this.btnPrepareTrigger.UseVisualStyleBackColor = true; this.btnPrepareTrigger.Click += new System.EventHandler(this.btnPrepareTrigger_Click); // // gbxManualUploadAndVerification // this.gbxManualUploadAndVerification.Controls.Add(this.btnVerifyFiles); this.gbxManualUploadAndVerification.Location = new System.Drawing.Point(944, 95); this.gbxManualUploadAndVerification.Name = "gbxManualUploadAndVerification"; this.gbxManualUploadAndVerification.Size = new System.Drawing.Size(128, 50); this.gbxManualUploadAndVerification.TabIndex = 15; this.gbxManualUploadAndVerification.TabStop = false; this.gbxManualUploadAndVerification.Text = "Manual Verification"; this.gbxManualUploadAndVerification.Visible = false; // // btnVerifyFiles // this.btnVerifyFiles.Location = new System.Drawing.Point(6, 19); this.btnVerifyFiles.Name = "btnVerifyFiles"; this.btnVerifyFiles.Size = new System.Drawing.Size(116, 25); this.btnVerifyFiles.TabIndex = 11; this.btnVerifyFiles.Text = "Entire File"; this.btnVerifyFiles.UseVisualStyleBackColor = true; this.btnVerifyFiles.Click += new System.EventHandler(this.btnVerifyFiles_Click); // // gbxManualDownload // this.gbxManualDownload.Controls.Add(this.btnRetryFileParts); this.gbxManualDownload.Controls.Add(this.btnDownloadFiles); this.gbxManualDownload.Location = new System.Drawing.Point(944, 13); this.gbxManualDownload.Name = "gbxManualDownload"; this.gbxManualDownload.Size = new System.Drawing.Size(128, 81); this.gbxManualDownload.TabIndex = 13; this.gbxManualDownload.TabStop = false; this.gbxManualDownload.Text = "Manual Download"; // // btnRetryFileParts // this.btnRetryFileParts.Location = new System.Drawing.Point(6, 50); this.btnRetryFileParts.Name = "btnRetryFileParts"; this.btnRetryFileParts.Size = new System.Drawing.Size(116, 25); this.btnRetryFileParts.TabIndex = 13; this.btnRetryFileParts.Text = "Lacking File Parts"; this.btnRetryFileParts.UseVisualStyleBackColor = true; this.btnRetryFileParts.Click += new System.EventHandler(this.btnRetryFileParts_Click); // // btnDownloadFiles // this.btnDownloadFiles.Location = new System.Drawing.Point(6, 19); this.btnDownloadFiles.Name = "btnDownloadFiles"; this.btnDownloadFiles.Size = new System.Drawing.Size(115, 25); this.btnDownloadFiles.TabIndex = 9; this.btnDownloadFiles.Text = "Entire File Parts"; this.btnDownloadFiles.UseVisualStyleBackColor = true; this.btnDownloadFiles.Click += new System.EventHandler(this.btnDownloadFiles_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.btnUpdateFw); this.groupBox3.Location = new System.Drawing.Point(945, 358); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(126, 49); this.groupBox3.TabIndex = 12; this.groupBox3.TabStop = false; this.groupBox3.Text = "Execute"; // // btnUpdateFw // this.btnUpdateFw.Location = new System.Drawing.Point(5, 19); this.btnUpdateFw.Name = "btnUpdateFw"; this.btnUpdateFw.Size = new System.Drawing.Size(116, 25); this.btnUpdateFw.TabIndex = 0; this.btnUpdateFw.Text = "FW Update"; this.btnUpdateFw.UseVisualStyleBackColor = true; this.btnUpdateFw.Click += new System.EventHandler(this.btnUpdateFw_Click); // // lblOverall // this.lblOverall.AutoSize = true; this.lblOverall.Location = new System.Drawing.Point(9, 546); this.lblOverall.Name = "lblOverall"; this.lblOverall.Size = new System.Drawing.Size(80, 13); this.lblOverall.TabIndex = 7; this.lblOverall.Text = "Overall process"; // // barSingleProgressUpdate // this.barSingleProgressUpdate.Location = new System.Drawing.Point(6, 525); this.barSingleProgressUpdate.Name = "barSingleProgressUpdate"; this.barSingleProgressUpdate.Size = new System.Drawing.Size(932, 18); this.barSingleProgressUpdate.TabIndex = 6; this.barSingleProgressUpdate.Visible = false; // // lblActualProcess // this.lblActualProcess.AutoSize = true; this.lblActualProcess.Location = new System.Drawing.Point(9, 508); this.lblActualProcess.Name = "lblActualProcess"; this.lblActualProcess.Size = new System.Drawing.Size(76, 13); this.lblActualProcess.TabIndex = 4; this.lblActualProcess.Text = "Process status"; // // barOverallProgressUpdate // this.barOverallProgressUpdate.Location = new System.Drawing.Point(6, 562); this.barOverallProgressUpdate.Name = "barOverallProgressUpdate"; this.barOverallProgressUpdate.Size = new System.Drawing.Size(932, 18); this.barOverallProgressUpdate.TabIndex = 3; this.barOverallProgressUpdate.Visible = false; // // gridViewApplic // this.gridViewApplic.AllowUserToAddRows = false; this.gridViewApplic.AllowUserToDeleteRows = false; this.gridViewApplic.AllowUserToResizeColumns = false; this.gridViewApplic.AllowUserToResizeRows = false; this.gridViewApplic.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gridViewApplic.BackgroundColor = System.Drawing.SystemColors.ControlLight; this.gridViewApplic.Location = new System.Drawing.Point(6, 19); this.gridViewApplic.Name = "gridViewApplic"; this.gridViewApplic.ReadOnly = true; this.gridViewApplic.RowHeadersVisible = false; this.gridViewApplic.Size = new System.Drawing.Size(932, 482); this.gridViewApplic.TabIndex = 2; this.gridViewApplic.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.gridViewApplic_CellClick); // // cbxStoreConfigEnable // this.cbxStoreConfigEnable.AutoSize = true; this.cbxStoreConfigEnable.Checked = true; this.cbxStoreConfigEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxStoreConfigEnable.Location = new System.Drawing.Point(6, 22); this.cbxStoreConfigEnable.Name = "cbxStoreConfigEnable"; this.cbxStoreConfigEnable.Size = new System.Drawing.Size(121, 17); this.cbxStoreConfigEnable.TabIndex = 22; this.cbxStoreConfigEnable.Text = "Store Configurations"; this.cbxStoreConfigEnable.UseVisualStyleBackColor = true; this.cbxStoreConfigEnable.CheckedChanged += new System.EventHandler(this.cbxStoreConfigEnable_CheckedChanged); // // gbxSetup // this.gbxSetup.Controls.Add(this.cbxStoreConfigEnable); this.gbxSetup.Controls.Add(this.cbxConsecutiveFilePartsRetryEnable); this.gbxSetup.Controls.Add(this.label6); this.gbxSetup.Controls.Add(this.label5); this.gbxSetup.Controls.Add(this.cbFilePartSize); this.gbxSetup.Controls.Add(this.cbxSingleFilePartsRetryEnable); this.gbxSetup.Controls.Add(this.cbxManualControl); this.gbxSetup.Location = new System.Drawing.Point(924, 59); this.gbxSetup.Name = "gbxSetup"; this.gbxSetup.Size = new System.Drawing.Size(165, 150); this.gbxSetup.TabIndex = 20; this.gbxSetup.TabStop = false; this.gbxSetup.Text = "Setup"; // // cbxConsecutiveFilePartsRetryEnable // this.cbxConsecutiveFilePartsRetryEnable.AutoSize = true; this.cbxConsecutiveFilePartsRetryEnable.Location = new System.Drawing.Point(6, 97); this.cbxConsecutiveFilePartsRetryEnable.Name = "cbxConsecutiveFilePartsRetryEnable"; this.cbxConsecutiveFilePartsRetryEnable.Size = new System.Drawing.Size(159, 17); this.cbxConsecutiveFilePartsRetryEnable.TabIndex = 23; this.cbxConsecutiveFilePartsRetryEnable.Text = "Retry Consecutive File Parts"; this.cbxConsecutiveFilePartsRetryEnable.UseVisualStyleBackColor = true; this.cbxConsecutiveFilePartsRetryEnable.Visible = false; this.cbxConsecutiveFilePartsRetryEnable.CheckedChanged += new System.EventHandler(this.cbxConsecutiveFilePartsRetryEnable_CheckedChanged); // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(127, 121); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(26, 13); this.label6.TabIndex = 22; this.label6.Text = "[kB]"; this.label6.Visible = false; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(3, 123); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(73, 13); this.label5.TabIndex = 21; this.label5.Text = "File Part Sizes"; this.label5.Visible = false; // // cbFilePartSize // this.cbFilePartSize.FormattingEnabled = true; this.cbFilePartSize.Items.AddRange(new object[] { "1", "2", "4", "8", "16", "32", "64"}); this.cbFilePartSize.Location = new System.Drawing.Point(82, 119); this.cbFilePartSize.Name = "cbFilePartSize"; this.cbFilePartSize.Size = new System.Drawing.Size(44, 21); this.cbFilePartSize.TabIndex = 20; this.cbFilePartSize.Text = "2"; this.cbFilePartSize.Visible = false; // // cbxSingleFilePartsRetryEnable // this.cbxSingleFilePartsRetryEnable.AutoSize = true; this.cbxSingleFilePartsRetryEnable.Checked = true; this.cbxSingleFilePartsRetryEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.cbxSingleFilePartsRetryEnable.Location = new System.Drawing.Point(6, 72); this.cbxSingleFilePartsRetryEnable.Name = "cbxSingleFilePartsRetryEnable"; this.cbxSingleFilePartsRetryEnable.Size = new System.Drawing.Size(129, 17); this.cbxSingleFilePartsRetryEnable.TabIndex = 19; this.cbxSingleFilePartsRetryEnable.Text = "Retry Single File Parts"; this.cbxSingleFilePartsRetryEnable.UseVisualStyleBackColor = true; this.cbxSingleFilePartsRetryEnable.Visible = false; this.cbxSingleFilePartsRetryEnable.CheckedChanged += new System.EventHandler(this.cbxSingleFilePartsRetryEnable_CheckedChanged); // // cbxManualControl // this.cbxManualControl.AutoSize = true; this.cbxManualControl.Location = new System.Drawing.Point(6, 47); this.cbxManualControl.Name = "cbxManualControl"; this.cbxManualControl.Size = new System.Drawing.Size(135, 17); this.cbxManualControl.TabIndex = 18; this.cbxManualControl.Text = "Manual Update Control"; this.cbxManualControl.UseVisualStyleBackColor = true; this.cbxManualControl.CheckedChanged += new System.EventHandler(this.cbxManualControl_CheckedChanged_1); // // tmrProgressUpdate // this.tmrProgressUpdate.Interval = 250; this.tmrProgressUpdate.Tick += new System.EventHandler(this.tmrProgressUpdate_Tick); // // dlgOpenPackageFile // this.dlgOpenPackageFile.Filter = "package files (*.txt)|*.txt"; // // 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(17, 12); this.lblFwUpdateInfo.Name = "lblFwUpdateInfo"; this.lblFwUpdateInfo.Size = new System.Drawing.Size(72, 13); this.lblFwUpdateInfo.TabIndex = 27; this.lblFwUpdateInfo.Text = "Version: 0.0.0"; // // pictureBox1 // this.pictureBox1.Image = global::Xylem.Common.Ui.GenesisToolBox.Properties.Resources.SensusLogoXylem; this.pictureBox1.Location = new System.Drawing.Point(986, 4); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(102, 54); this.pictureBox1.TabIndex = 29; this.pictureBox1.TabStop = false; // // tabFwSources // this.tabFwSources.Controls.Add(this.tabLocalFile); this.tabFwSources.Controls.Add(this.tabProduction); this.tabFwSources.Controls.Add(this.tabDb); this.tabFwSources.Location = new System.Drawing.Point(266, 12); this.tabFwSources.Name = "tabFwSources"; this.tabFwSources.SelectedIndex = 0; this.tabFwSources.Size = new System.Drawing.Size(643, 197); this.tabFwSources.TabIndex = 30; this.tabFwSources.TabStop = false; this.tabFwSources.SelectedIndexChanged += new System.EventHandler(this.tabFwSources_SelectedIndexChanged); // // tabLocalFile // this.tabLocalFile.Controls.Add(this.groupBox1); this.tabLocalFile.Controls.Add(this.fileComboBox); this.tabLocalFile.Location = new System.Drawing.Point(4, 22); this.tabLocalFile.Name = "tabLocalFile"; this.tabLocalFile.Padding = new System.Windows.Forms.Padding(3); this.tabLocalFile.Size = new System.Drawing.Size(635, 171); this.tabLocalFile.TabIndex = 0; this.tabLocalFile.Text = "Local File"; this.tabLocalFile.UseVisualStyleBackColor = true; // // groupBox1 // this.groupBox1.Controls.Add(this.lblPackageFileLoadedInfo); this.groupBox1.Controls.Add(this.tbxPackageFilePathName); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.btnOpenPackageControlFile); this.groupBox1.Location = new System.Drawing.Point(6, 90); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(662, 78); this.groupBox1.TabIndex = 28; this.groupBox1.TabStop = false; this.groupBox1.Text = "Application Description File - ADF"; // // lblPackageFileLoadedInfo // this.lblPackageFileLoadedInfo.AutoSize = true; this.lblPackageFileLoadedInfo.Location = new System.Drawing.Point(10, 50); this.lblPackageFileLoadedInfo.Name = "lblPackageFileLoadedInfo"; this.lblPackageFileLoadedInfo.Size = new System.Drawing.Size(81, 13); this.lblPackageFileLoadedInfo.TabIndex = 3; this.lblPackageFileLoadedInfo.Text = "ADF not loaded"; // // tbxPackageFilePathName // this.tbxPackageFilePathName.Location = new System.Drawing.Point(104, 22); this.tbxPackageFilePathName.Name = "tbxPackageFilePathName"; this.tbxPackageFilePathName.ReadOnly = true; this.tbxPackageFilePathName.Size = new System.Drawing.Size(519, 20); this.tbxPackageFilePathName.TabIndex = 2; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(10, 26); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(31, 13); this.label4.TabIndex = 1; this.label4.Text = "ADF:"; // // btnOpenPackageControlFile // this.btnOpenPackageControlFile.Location = new System.Drawing.Point(507, 52); this.btnOpenPackageControlFile.Name = "btnOpenPackageControlFile"; this.btnOpenPackageControlFile.Size = new System.Drawing.Size(116, 23); this.btnOpenPackageControlFile.TabIndex = 0; this.btnOpenPackageControlFile.Text = "Open"; this.btnOpenPackageControlFile.UseVisualStyleBackColor = true; this.btnOpenPackageControlFile.Click += new System.EventHandler(this.btnOpenPackageControlFile_Click); // // fileComboBox // this.fileComboBox.Controls.Add(this.lblFileAppsLoadedInfo); this.fileComboBox.Controls.Add(this.tbxBinaryPath); this.fileComboBox.Controls.Add(this.label1); this.fileComboBox.Controls.Add(this.btnOpenUpdateDirectory); this.fileComboBox.Location = new System.Drawing.Point(6, 6); this.fileComboBox.Name = "fileComboBox"; this.fileComboBox.Size = new System.Drawing.Size(662, 78); this.fileComboBox.TabIndex = 27; this.fileComboBox.TabStop = false; this.fileComboBox.Text = "Application Binary Container - ABC"; // // lblFileAppsLoadedInfo // this.lblFileAppsLoadedInfo.AutoSize = true; this.lblFileAppsLoadedInfo.Location = new System.Drawing.Point(10, 51); this.lblFileAppsLoadedInfo.Name = "lblFileAppsLoadedInfo"; this.lblFileAppsLoadedInfo.Size = new System.Drawing.Size(81, 13); this.lblFileAppsLoadedInfo.TabIndex = 3; this.lblFileAppsLoadedInfo.Text = "ABC not loaded"; // // tbxBinaryPath // this.tbxBinaryPath.Location = new System.Drawing.Point(104, 22); this.tbxBinaryPath.Name = "tbxBinaryPath"; this.tbxBinaryPath.ReadOnly = true; this.tbxBinaryPath.Size = new System.Drawing.Size(519, 20); this.tbxBinaryPath.TabIndex = 2; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(10, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(55, 13); this.label1.TabIndex = 1; this.label1.Text = "ABC path:"; // // btnOpenUpdateDirectory // this.btnOpenUpdateDirectory.Location = new System.Drawing.Point(507, 51); this.btnOpenUpdateDirectory.Name = "btnOpenUpdateDirectory"; this.btnOpenUpdateDirectory.Size = new System.Drawing.Size(116, 23); this.btnOpenUpdateDirectory.TabIndex = 0; this.btnOpenUpdateDirectory.Text = "Open"; this.btnOpenUpdateDirectory.UseVisualStyleBackColor = true; this.btnOpenUpdateDirectory.Click += new System.EventHandler(this.btnOpenUpdateDirectory_Click); // // tabProduction // this.tabProduction.Location = new System.Drawing.Point(4, 22); this.tabProduction.Name = "tabProduction"; this.tabProduction.Padding = new System.Windows.Forms.Padding(3); this.tabProduction.Size = new System.Drawing.Size(635, 171); this.tabProduction.TabIndex = 1; this.tabProduction.Text = "Production"; this.tabProduction.UseVisualStyleBackColor = true; // // tabDb // this.tabDb.Controls.Add(this.label13); this.tabDb.Controls.Add(this.panel2); this.tabDb.Controls.Add(this.panel1); this.tabDb.Controls.Add(this.lblSelectedID); this.tabDb.Controls.Add(this.lblFwNameSelected); this.tabDb.Controls.Add(this.label15); this.tabDb.Controls.Add(this.label14); this.tabDb.Controls.Add(this.label12); this.tabDb.Controls.Add(this.dgvFiles); this.tabDb.Controls.Add(this.btnGetFWFiles); this.tabDb.Controls.Add(this.cbxFilterFwDn); this.tabDb.Controls.Add(this.label10); this.tabDb.Controls.Add(this.label11); this.tabDb.Controls.Add(this.cbxFilterFWType); this.tabDb.Controls.Add(this.chbFilterIsDeveloper); this.tabDb.Location = new System.Drawing.Point(4, 22); this.tabDb.Name = "tabDb"; this.tabDb.Size = new System.Drawing.Size(635, 171); this.tabDb.TabIndex = 2; this.tabDb.Text = "Database"; this.tabDb.UseVisualStyleBackColor = true; this.tabDb.Click += new System.EventHandler(this.tabDb_Click); // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label13.Location = new System.Drawing.Point(47, 146); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(96, 16); this.label13.TabIndex = 41; this.label13.Text = "Selected FW"; // // panel2 // this.panel2.BackColor = System.Drawing.Color.Black; this.panel2.Location = new System.Drawing.Point(6, 140); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(742, 1); this.panel2.TabIndex = 40; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Location = new System.Drawing.Point(32, 5); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(1, 200); this.panel1.TabIndex = 39; // // lblSelectedID // this.lblSelectedID.AutoSize = true; this.lblSelectedID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblSelectedID.Location = new System.Drawing.Point(175, 146); this.lblSelectedID.Name = "lblSelectedID"; this.lblSelectedID.Size = new System.Drawing.Size(12, 16); this.lblSelectedID.TabIndex = 38; this.lblSelectedID.Text = "-"; // // lblFwNameSelected // this.lblFwNameSelected.AutoSize = true; this.lblFwNameSelected.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblFwNameSelected.Location = new System.Drawing.Point(276, 146); this.lblFwNameSelected.Name = "lblFwNameSelected"; this.lblFwNameSelected.Size = new System.Drawing.Size(12, 16); this.lblFwNameSelected.TabIndex = 37; this.lblFwNameSelected.Text = "-"; // // label15 // this.label15.AutoSize = true; this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label15.Location = new System.Drawing.Point(146, 146); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(22, 16); this.label15.TabIndex = 36; this.label15.Text = "ID"; // // label14 // this.label14.AutoSize = true; this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.label14.Location = new System.Drawing.Point(221, 146); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(48, 16); this.label14.TabIndex = 35; this.label14.Text = "Name"; // // label12 // this.label12.AutoSize = true; this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.label12.Location = new System.Drawing.Point(3, 2); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(16, 90); this.label12.TabIndex = 33; this.label12.Text = "S\r\nE\r\nA\r\nR\r\nC\r\nH"; // // dgvFiles // this.dgvFiles.AllowUserToAddRows = false; this.dgvFiles.AllowUserToDeleteRows = false; this.dgvFiles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgvFiles.Location = new System.Drawing.Point(45, 24); this.dgvFiles.Name = "dgvFiles"; this.dgvFiles.ReadOnly = true; this.dgvFiles.Size = new System.Drawing.Size(578, 110); this.dgvFiles.TabIndex = 32; this.dgvFiles.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFiles_CellContentClick); // // btnGetFWFiles // this.btnGetFWFiles.Location = new System.Drawing.Point(529, 2); this.btnGetFWFiles.Name = "btnGetFWFiles"; this.btnGetFWFiles.Size = new System.Drawing.Size(94, 23); this.btnGetFWFiles.TabIndex = 31; this.btnGetFWFiles.Text = "Filter"; this.btnGetFWFiles.UseVisualStyleBackColor = true; this.btnGetFWFiles.Click += new System.EventHandler(this.btnGetFWFiles_Click); // // cbxFilterFwDn // this.cbxFilterFwDn.FormattingEnabled = true; this.cbxFilterFwDn.Location = new System.Drawing.Point(224, 3); this.cbxFilterFwDn.Name = "cbxFilterFwDn"; this.cbxFilterFwDn.Size = new System.Drawing.Size(118, 21); this.cbxFilterFwDn.TabIndex = 30; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(144, 7); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(74, 13); this.label10.TabIndex = 29; this.label10.Text = "FW MeterSize"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(352, 7); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(51, 13); this.label11.TabIndex = 28; this.label11.Text = "FW Type"; // // cbxFilterFWType // this.cbxFilterFWType.FormattingEnabled = true; this.cbxFilterFWType.Location = new System.Drawing.Point(409, 3); this.cbxFilterFWType.Name = "cbxFilterFWType"; this.cbxFilterFWType.Size = new System.Drawing.Size(118, 21); this.cbxFilterFWType.TabIndex = 27; // // chbFilterIsDeveloper // this.chbFilterIsDeveloper.AutoSize = true; this.chbFilterIsDeveloper.Location = new System.Drawing.Point(45, 8); this.chbFilterIsDeveloper.Name = "chbFilterIsDeveloper"; this.chbFilterIsDeveloper.Size = new System.Drawing.Size(93, 17); this.chbFilterIsDeveloper.TabIndex = 26; this.chbFilterIsDeveloper.Text = "For Developer"; this.chbFilterIsDeveloper.UseVisualStyleBackColor = true; // // saveConfigFile // this.saveConfigFile.Filter = "configuration file (*.hex)|*.hex"; // // 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(17, 34); this.lblConfigVersion.Name = "lblConfigVersion"; this.lblConfigVersion.Size = new System.Drawing.Size(119, 13); this.lblConfigVersion.TabIndex = 31; this.lblConfigVersion.Text = "Configuration Version: ?"; // // FrmFwUpdate // this.AccessibleRole = System.Windows.Forms.AccessibleRole.Sound; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(1099, 817); this.Controls.Add(this.lblConfigVersion); this.Controls.Add(this.tabFwSources); this.Controls.Add(this.gbxSetup); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.lblFwUpdateInfo); this.Controls.Add(this.groupBox2); this.Controls.Add(this.grpSetup); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "FrmFwUpdate"; this.Text = "Cordonel FW Update"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFwUpdate_FormClosing); this.Load += new System.EventHandler(this.FrmFwUpdate_Load); this.grpSetup.ResumeLayout(false); this.grpSetup.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox4.ResumeLayout(false); this.gbxManualTimingControl.ResumeLayout(false); this.gbxManualTimingControl.PerformLayout(); this.gbxManualTriggerControl.ResumeLayout(false); this.gbxManualUploadAndVerification.ResumeLayout(false); this.gbxManualDownload.ResumeLayout(false); this.groupBox3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridViewApplic)).EndInit(); this.gbxSetup.ResumeLayout(false); this.gbxSetup.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.tabFwSources.ResumeLayout(false); this.tabLocalFile.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.fileComboBox.ResumeLayout(false); this.fileComboBox.PerformLayout(); this.tabDb.ResumeLayout(false); this.tabDb.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgvFiles)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.GroupBox grpSetup; private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.Label lblConnectPcb; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cbComSlot; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button btnUpdateFw; private System.Windows.Forms.DataGridView gridViewApplic; private System.Windows.Forms.FolderBrowserDialog dlgBinaryPath; private System.Windows.Forms.ProgressBar barOverallProgressUpdate; private System.Windows.Forms.Timer tmrProgressUpdate; private System.Windows.Forms.Label lblActualProcess; private System.Windows.Forms.Label lblOverall; private System.Windows.Forms.ProgressBar barSingleProgressUpdate; private System.Windows.Forms.OpenFileDialog dlgOpenPackageFile; private System.Windows.Forms.Label lblFwUpdateInfo; private System.Windows.Forms.Button btnStopFwUpdate; private System.Windows.Forms.Button btnTriggerUpdate; private System.Windows.Forms.Button btnDownloadFiles; private System.Windows.Forms.Button btnVerifyFiles; private System.Windows.Forms.GroupBox gbxManualDownload; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button btnRetryFileParts; private System.Windows.Forms.Button btnPrepareTrigger; private System.Windows.Forms.Button btnResetAll; private System.Windows.Forms.GroupBox gbxManualTriggerControl; private System.Windows.Forms.GroupBox gbxManualUploadAndVerification; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.CheckBox cbxSingleFilePartsRetryEnable; private System.Windows.Forms.CheckBox cbxManualControl; private System.Windows.Forms.GroupBox gbxSetup; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label5; private System.Windows.Forms.ComboBox cbFilePartSize; private System.Windows.Forms.CheckBox cbxConsecutiveFilePartsRetryEnable; private System.Windows.Forms.GroupBox gbxManualTimingControl; private System.Windows.Forms.Label label8; private System.Windows.Forms.ComboBox cbAddRetryTimeout; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label lblWaitingForMeterResponse; private System.Windows.Forms.Label lblCoreRevision; private System.Windows.Forms.Label lblUpdateTime; private System.Windows.Forms.Label label9; private System.Windows.Forms.TabControl tabFwSources; private System.Windows.Forms.TabPage tabLocalFile; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label lblPackageFileLoadedInfo; private System.Windows.Forms.TextBox tbxPackageFilePathName; private System.Windows.Forms.Label label4; private System.Windows.Forms.Button btnOpenPackageControlFile; private System.Windows.Forms.GroupBox fileComboBox; private System.Windows.Forms.Label lblFileAppsLoadedInfo; private System.Windows.Forms.TextBox tbxBinaryPath; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnOpenUpdateDirectory; private System.Windows.Forms.TabPage tabProduction; private System.Windows.Forms.TabPage tabDb; private System.Windows.Forms.Button btnGetFWFiles; private System.Windows.Forms.ComboBox cbxFilterFwDn; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.ComboBox cbxFilterFWType; private System.Windows.Forms.CheckBox chbFilterIsDeveloper; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblSelectedID; private System.Windows.Forms.Label lblFwNameSelected; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label12; private System.Windows.Forms.DataGridView dgvFiles; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.Button btnClearDisplay; private System.Windows.Forms.Label label13; private System.Windows.Forms.CheckBox cbxStoreConfigEnable; private System.Windows.Forms.SaveFileDialog saveConfigFile; private System.Windows.Forms.Button btnRebootMeter; private System.Windows.Forms.CheckBox cbxMetUpdPerm; private System.Windows.Forms.Label lblConfigVersion; private System.Windows.Forms.CheckBox cbxUseOfflinePwds; } }