namespace Xylem.ServiceFwUpdate.Ui.ServiceFwUpdateSw { partial class FrmServiceFwUpdateSw { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmServiceFwUpdateSw)); this.lblCoreRevision = new System.Windows.Forms.Label(); this.lblConnectPcb = new System.Windows.Forms.Label(); this.btnConnect = new System.Windows.Forms.Button(); this.btnPortScan = new System.Windows.Forms.Button(); this.btnStop = new System.Windows.Forms.Button(); this.lblProductToInstall = new System.Windows.Forms.Label(); this.btnUpdateFw = new System.Windows.Forms.Button(); this.grpApplications = new System.Windows.Forms.GroupBox(); this.gridViewApplic = new System.Windows.Forms.DataGridView(); this.lblUpdateTime = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.lblWaitingForMeterResponse = new System.Windows.Forms.Label(); this.lblOverallProcess = new System.Windows.Forms.Label(); this.barActualProgressUpdate = new System.Windows.Forms.ProgressBar(); this.lblActualProcess = new System.Windows.Forms.Label(); this.barOverallProgressUpdate = new System.Windows.Forms.ProgressBar(); this.lblFwUpdateInfo = new System.Windows.Forms.Label(); this.lblPasswordFileCheck = new System.Windows.Forms.Label(); this.lblFileRestore = new System.Windows.Forms.Label(); this.lblFileErase = new System.Windows.Forms.Label(); this.lblRegisterRestore = new System.Windows.Forms.Label(); this.lblFirmwareUpdate = new System.Windows.Forms.Label(); this.lblRegisterReadout = new System.Windows.Forms.Label(); this.lblCordonelUpdateCapability = new System.Windows.Forms.Label(); this.lblCordonelAuthentication = new System.Windows.Forms.Label(); this.lblUpdateInformationStatus = new System.Windows.Forms.Label(); this.lblCordonelDetection = new System.Windows.Forms.Label(); this.btnHistory = new System.Windows.Forms.Button(); this.grpLanguageSelection = new System.Windows.Forms.GroupBox(); this.radioBtnGermanLanguage = new System.Windows.Forms.RadioButton(); this.radioBtnEnglishLanguage = new System.Windows.Forms.RadioButton(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.picBoxLogo = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel7 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel8 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel9 = new System.Windows.Forms.TableLayoutPanel(); this.lblLutFileCheck = new System.Windows.Forms.Label(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.btnReleaseDisplay = new System.Windows.Forms.Button(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel10 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.grpApplications.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridViewApplic)).BeginInit(); this.grpLanguageSelection.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).BeginInit(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel7.SuspendLayout(); this.tableLayoutPanel8.SuspendLayout(); this.tableLayoutPanel9.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel10.SuspendLayout(); this.SuspendLayout(); // // lblCoreRevision // resources.ApplyResources(this.lblCoreRevision, "lblCoreRevision"); this.lblCoreRevision.Name = "lblCoreRevision"; // // lblConnectPcb // resources.ApplyResources(this.lblConnectPcb, "lblConnectPcb"); this.lblConnectPcb.Name = "lblConnectPcb"; // // btnConnect // resources.ApplyResources(this.btnConnect, "btnConnect"); this.btnConnect.Name = "btnConnect"; this.btnConnect.UseVisualStyleBackColor = true; this.btnConnect.Click += new System.EventHandler(this.BtnConnect_Click); // // btnPortScan // resources.ApplyResources(this.btnPortScan, "btnPortScan"); this.btnPortScan.Name = "btnPortScan"; this.btnPortScan.UseVisualStyleBackColor = true; this.btnPortScan.Click += new System.EventHandler(this.btnPortScan_Click); // // btnStop // resources.ApplyResources(this.btnStop, "btnStop"); this.btnStop.ForeColor = System.Drawing.Color.Red; this.btnStop.Name = "btnStop"; this.btnStop.UseVisualStyleBackColor = true; this.btnStop.Click += new System.EventHandler(this.BtnStop_Click); // // lblProductToInstall // resources.ApplyResources(this.lblProductToInstall, "lblProductToInstall"); this.lblProductToInstall.Name = "lblProductToInstall"; // // btnUpdateFw // resources.ApplyResources(this.btnUpdateFw, "btnUpdateFw"); this.btnUpdateFw.ForeColor = System.Drawing.Color.Green; this.btnUpdateFw.Name = "btnUpdateFw"; this.btnUpdateFw.UseVisualStyleBackColor = true; this.btnUpdateFw.Click += new System.EventHandler(this.BtnUpdateFw_Click); // // grpApplications // this.grpApplications.Controls.Add(this.gridViewApplic); resources.ApplyResources(this.grpApplications, "grpApplications"); this.grpApplications.Name = "grpApplications"; this.grpApplications.TabStop = 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; resources.ApplyResources(this.gridViewApplic, "gridViewApplic"); this.gridViewApplic.Name = "gridViewApplic"; this.gridViewApplic.ReadOnly = true; this.gridViewApplic.RowHeadersVisible = false; // // lblUpdateTime // resources.ApplyResources(this.lblUpdateTime, "lblUpdateTime"); this.lblUpdateTime.Name = "lblUpdateTime"; // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; // // lblWaitingForMeterResponse // resources.ApplyResources(this.lblWaitingForMeterResponse, "lblWaitingForMeterResponse"); this.lblWaitingForMeterResponse.ForeColor = System.Drawing.Color.Red; this.lblWaitingForMeterResponse.Name = "lblWaitingForMeterResponse"; // // lblOverallProcess // resources.ApplyResources(this.lblOverallProcess, "lblOverallProcess"); this.lblOverallProcess.Name = "lblOverallProcess"; // // barActualProgressUpdate // resources.ApplyResources(this.barActualProgressUpdate, "barActualProgressUpdate"); this.barActualProgressUpdate.Name = "barActualProgressUpdate"; // // lblActualProcess // resources.ApplyResources(this.lblActualProcess, "lblActualProcess"); this.lblActualProcess.Name = "lblActualProcess"; // // barOverallProgressUpdate // resources.ApplyResources(this.barOverallProgressUpdate, "barOverallProgressUpdate"); this.barOverallProgressUpdate.Name = "barOverallProgressUpdate"; // // lblFwUpdateInfo // resources.ApplyResources(this.lblFwUpdateInfo, "lblFwUpdateInfo"); this.lblFwUpdateInfo.Name = "lblFwUpdateInfo"; // // lblPasswordFileCheck // resources.ApplyResources(this.lblPasswordFileCheck, "lblPasswordFileCheck"); this.lblPasswordFileCheck.Name = "lblPasswordFileCheck"; // // lblFileRestore // resources.ApplyResources(this.lblFileRestore, "lblFileRestore"); this.lblFileRestore.Name = "lblFileRestore"; // // lblFileErase // resources.ApplyResources(this.lblFileErase, "lblFileErase"); this.lblFileErase.Name = "lblFileErase"; // // lblRegisterRestore // resources.ApplyResources(this.lblRegisterRestore, "lblRegisterRestore"); this.lblRegisterRestore.Name = "lblRegisterRestore"; // // lblFirmwareUpdate // resources.ApplyResources(this.lblFirmwareUpdate, "lblFirmwareUpdate"); this.lblFirmwareUpdate.Name = "lblFirmwareUpdate"; // // lblRegisterReadout // resources.ApplyResources(this.lblRegisterReadout, "lblRegisterReadout"); this.lblRegisterReadout.Name = "lblRegisterReadout"; // // lblCordonelUpdateCapability // resources.ApplyResources(this.lblCordonelUpdateCapability, "lblCordonelUpdateCapability"); this.lblCordonelUpdateCapability.Name = "lblCordonelUpdateCapability"; // // lblCordonelAuthentication // resources.ApplyResources(this.lblCordonelAuthentication, "lblCordonelAuthentication"); this.lblCordonelAuthentication.Name = "lblCordonelAuthentication"; // // lblUpdateInformationStatus // resources.ApplyResources(this.lblUpdateInformationStatus, "lblUpdateInformationStatus"); this.lblUpdateInformationStatus.Name = "lblUpdateInformationStatus"; // // lblCordonelDetection // resources.ApplyResources(this.lblCordonelDetection, "lblCordonelDetection"); this.lblCordonelDetection.Name = "lblCordonelDetection"; // // btnHistory // this.btnHistory.ForeColor = System.Drawing.Color.Green; resources.ApplyResources(this.btnHistory, "btnHistory"); this.btnHistory.Name = "btnHistory"; this.btnHistory.UseVisualStyleBackColor = true; this.btnHistory.Click += new System.EventHandler(this.BtnHistory_Click); // // grpLanguageSelection // this.grpLanguageSelection.Controls.Add(this.radioBtnGermanLanguage); this.grpLanguageSelection.Controls.Add(this.radioBtnEnglishLanguage); resources.ApplyResources(this.grpLanguageSelection, "grpLanguageSelection"); this.grpLanguageSelection.Name = "grpLanguageSelection"; this.grpLanguageSelection.TabStop = false; // // radioBtnGermanLanguage // resources.ApplyResources(this.radioBtnGermanLanguage, "radioBtnGermanLanguage"); this.radioBtnGermanLanguage.Name = "radioBtnGermanLanguage"; this.radioBtnGermanLanguage.UseVisualStyleBackColor = true; this.radioBtnGermanLanguage.Click += new System.EventHandler(this.RadioBtnGermanLanguage_Click); // // radioBtnEnglishLanguage // resources.ApplyResources(this.radioBtnEnglishLanguage, "radioBtnEnglishLanguage"); this.radioBtnEnglishLanguage.Checked = true; this.radioBtnEnglishLanguage.Name = "radioBtnEnglishLanguage"; this.radioBtnEnglishLanguage.TabStop = true; this.radioBtnEnglishLanguage.UseVisualStyleBackColor = true; this.radioBtnEnglishLanguage.Click += new System.EventHandler(this.RadioBtnEnglishLanguage_Click); // // pictureBox1 // this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 1, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0); this.tableLayoutPanel1.Controls.Add(this.grpApplications, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel6, 1, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // tableLayoutPanel4 // resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.Controls.Add(this.picBoxLogo, 0, 0); this.tableLayoutPanel4.Controls.Add(this.lblFwUpdateInfo, 0, 1); this.tableLayoutPanel4.Controls.Add(this.grpLanguageSelection, 0, 2); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // // picBoxLogo // this.picBoxLogo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; resources.ApplyResources(this.picBoxLogo, "picBoxLogo"); this.picBoxLogo.Name = "picBoxLogo"; this.picBoxLogo.TabStop = false; // // tableLayoutPanel5 // resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel7, 0, 0); this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel9, 1, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; // // tableLayoutPanel7 // resources.ApplyResources(this.tableLayoutPanel7, "tableLayoutPanel7"); this.tableLayoutPanel7.Controls.Add(this.pictureBox1, 0, 0); this.tableLayoutPanel7.Controls.Add(this.tableLayoutPanel8, 1, 0); this.tableLayoutPanel7.Name = "tableLayoutPanel7"; // // tableLayoutPanel8 // resources.ApplyResources(this.tableLayoutPanel8, "tableLayoutPanel8"); this.tableLayoutPanel8.Controls.Add(this.lblConnectPcb, 0, 0); this.tableLayoutPanel8.Controls.Add(this.lblCoreRevision, 0, 1); this.tableLayoutPanel8.Controls.Add(this.btnConnect, 0, 4); this.tableLayoutPanel8.Controls.Add(this.btnPortScan, 0, 3); this.tableLayoutPanel8.Name = "tableLayoutPanel8"; // // tableLayoutPanel9 // resources.ApplyResources(this.tableLayoutPanel9, "tableLayoutPanel9"); this.tableLayoutPanel9.Controls.Add(this.lblLutFileCheck, 1, 4); this.tableLayoutPanel9.Controls.Add(this.lblProductToInstall, 0, 0); this.tableLayoutPanel9.Controls.Add(this.lblFileRestore, 1, 3); this.tableLayoutPanel9.Controls.Add(this.lblRegisterRestore, 1, 2); this.tableLayoutPanel9.Controls.Add(this.lblFirmwareUpdate, 1, 1); this.tableLayoutPanel9.Controls.Add(this.lblFileErase, 1, 0); this.tableLayoutPanel9.Controls.Add(this.lblRegisterReadout, 0, 5); this.tableLayoutPanel9.Controls.Add(this.lblCordonelUpdateCapability, 0, 4); this.tableLayoutPanel9.Controls.Add(this.lblUpdateInformationStatus, 0, 3); this.tableLayoutPanel9.Controls.Add(this.lblCordonelAuthentication, 0, 2); this.tableLayoutPanel9.Controls.Add(this.lblCordonelDetection, 0, 1); this.tableLayoutPanel9.Controls.Add(this.lblPasswordFileCheck, 1, 5); this.tableLayoutPanel9.Name = "tableLayoutPanel9"; // // lblLutFileCheck // resources.ApplyResources(this.lblLutFileCheck, "lblLutFileCheck"); this.lblLutFileCheck.Name = "lblLutFileCheck"; // // tableLayoutPanel6 // resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); this.tableLayoutPanel6.Controls.Add(this.btnReleaseDisplay, 0, 3); this.tableLayoutPanel6.Controls.Add(this.btnHistory, 0, 1); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; // // btnReleaseDisplay // resources.ApplyResources(this.btnReleaseDisplay, "btnReleaseDisplay"); this.btnReleaseDisplay.ForeColor = System.Drawing.Color.Blue; this.btnReleaseDisplay.Name = "btnReleaseDisplay"; this.btnReleaseDisplay.UseVisualStyleBackColor = true; this.btnReleaseDisplay.Click += new System.EventHandler(this.BtnReleaseDisplay_Click); // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0); this.tableLayoutPanel2.Controls.Add(this.btnStop, 1, 1); this.tableLayoutPanel2.Controls.Add(this.barActualProgressUpdate, 0, 1); this.tableLayoutPanel2.Controls.Add(this.btnUpdateFw, 1, 3); this.tableLayoutPanel2.Controls.Add(this.lblOverallProcess, 0, 2); this.tableLayoutPanel2.Controls.Add(this.barOverallProgressUpdate, 0, 3); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // tableLayoutPanel3 // resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); this.tableLayoutPanel3.Controls.Add(this.lblUpdateTime, 2, 0); this.tableLayoutPanel3.Controls.Add(this.lblActualProcess, 0, 0); this.tableLayoutPanel3.Controls.Add(this.lblWaitingForMeterResponse, 3, 0); this.tableLayoutPanel3.Controls.Add(this.label9, 1, 0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; // // tableLayoutPanel10 // resources.ApplyResources(this.tableLayoutPanel10, "tableLayoutPanel10"); this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel10.Controls.Add(this.tableLayoutPanel1, 0, 0); this.tableLayoutPanel10.Controls.Add(this.label1, 0, 2); this.tableLayoutPanel10.Name = "tableLayoutPanel10"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // FrmServiceFwUpdateSw // this.AccessibleRole = System.Windows.Forms.AccessibleRole.Sound; resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel10); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmServiceFwUpdateSw"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmFwUpdate_FormClosing); this.Load += new System.EventHandler(this.FrmFwUpdate_Load); this.grpApplications.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridViewApplic)).EndInit(); this.grpLanguageSelection.ResumeLayout(false); this.grpLanguageSelection.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).EndInit(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel7.ResumeLayout(false); this.tableLayoutPanel8.ResumeLayout(false); this.tableLayoutPanel8.PerformLayout(); this.tableLayoutPanel9.ResumeLayout(false); this.tableLayoutPanel9.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel10.ResumeLayout(false); this.tableLayoutPanel10.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button btnConnect; private System.Windows.Forms.Label lblConnectPcb; private System.Windows.Forms.GroupBox grpApplications; private System.Windows.Forms.Button btnUpdateFw; private System.Windows.Forms.DataGridView gridViewApplic; private System.Windows.Forms.ProgressBar barOverallProgressUpdate; private System.Windows.Forms.Label lblActualProcess; private System.Windows.Forms.Label lblOverallProcess; private System.Windows.Forms.ProgressBar barActualProgressUpdate; private System.Windows.Forms.Label lblFwUpdateInfo; 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.Label lblProductToInstall; private System.Windows.Forms.Button btnPortScan; private System.Windows.Forms.Label lblFirmwareUpdate; private System.Windows.Forms.Label lblRegisterReadout; private System.Windows.Forms.Label lblCordonelUpdateCapability; private System.Windows.Forms.Label lblCordonelAuthentication; private System.Windows.Forms.Label lblUpdateInformationStatus; private System.Windows.Forms.Label lblCordonelDetection; private System.Windows.Forms.Label lblRegisterRestore; private System.Windows.Forms.Button btnStop; private System.Windows.Forms.Button btnHistory; private System.Windows.Forms.GroupBox grpLanguageSelection; private System.Windows.Forms.RadioButton radioBtnGermanLanguage; private System.Windows.Forms.RadioButton radioBtnEnglishLanguage; private System.Windows.Forms.Label lblPasswordFileCheck; private System.Windows.Forms.Label lblFileRestore; private System.Windows.Forms.Label lblFileErase; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; private System.Windows.Forms.PictureBox picBoxLogo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button btnReleaseDisplay; private System.Windows.Forms.Label lblLutFileCheck; } }