using System; namespace Xylem.ServiceFwUpdate.Ui.FwUpdateLoader { partial class FrmFwUpdateLoader { /// /// 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(FrmFwUpdateLoader)); this.lblFwUpdateInfo = new System.Windows.Forms.Label(); this.btnRegister = new System.Windows.Forms.Button(); this.btnLoadFwUpdSafe = new System.Windows.Forms.Button(); this.btnFwUpdate = 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.dlgOpenFwUpdateSafe = new System.Windows.Forms.OpenFileDialog(); this.StatusDisplay = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.lblStatusDbConnect = new System.Windows.Forms.ToolStripStatusLabel(); this.ProgressBarStatus = new System.Windows.Forms.ToolStripProgressBar(); this.lblReportUploadStatus = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.lblLoadedSafe = new System.Windows.Forms.Label(); this.lblRegistrationStatus = new System.Windows.Forms.Label(); this.lblPcName = new System.Windows.Forms.Label(); this.lblCustomerName = new System.Windows.Forms.Label(); this.lblSafeValidDate = new System.Windows.Forms.Label(); this.lblLocalSafesStatus = new System.Windows.Forms.Label(); this.tableLayoutPanel6 = new System.Windows.Forms.TableLayoutPanel(); this.gridViewPcbIds = new System.Windows.Forms.DataGridView(); this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.picBoxLogo = new System.Windows.Forms.PictureBox(); this.grpLanguageSelection.SuspendLayout(); this.StatusDisplay.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.panel1.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.tableLayoutPanel6.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.gridViewPcbIds)).BeginInit(); this.tableLayoutPanel5.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).BeginInit(); this.SuspendLayout(); // // lblFwUpdateInfo // resources.ApplyResources(this.lblFwUpdateInfo, "lblFwUpdateInfo"); this.lblFwUpdateInfo.Name = "lblFwUpdateInfo"; // // btnRegister // resources.ApplyResources(this.btnRegister, "btnRegister"); this.btnRegister.Name = "btnRegister"; this.btnRegister.UseVisualStyleBackColor = true; this.btnRegister.Click += new System.EventHandler(this.BtnRegister_Click); // // btnLoadFwUpdSafe // resources.ApplyResources(this.btnLoadFwUpdSafe, "btnLoadFwUpdSafe"); this.btnLoadFwUpdSafe.Name = "btnLoadFwUpdSafe"; this.btnLoadFwUpdSafe.UseVisualStyleBackColor = true; this.btnLoadFwUpdSafe.Click += new System.EventHandler(this.btnLoadFwUpdSafe_Click); // // btnFwUpdate // resources.ApplyResources(this.btnFwUpdate, "btnFwUpdate"); this.btnFwUpdate.Name = "btnFwUpdate"; this.btnFwUpdate.UseVisualStyleBackColor = true; this.btnFwUpdate.Click += new System.EventHandler(this.BtnFwUpdate_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); // // StatusDisplay // this.StatusDisplay.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel1, this.lblStatusDbConnect, this.ProgressBarStatus}); resources.ApplyResources(this.StatusDisplay, "StatusDisplay"); this.StatusDisplay.Name = "StatusDisplay"; // // toolStripStatusLabel1 // resources.ApplyResources(this.toolStripStatusLabel1, "toolStripStatusLabel1"); this.toolStripStatusLabel1.Name = "toolStripStatusLabel1"; // // lblStatusDbConnect // resources.ApplyResources(this.lblStatusDbConnect, "lblStatusDbConnect"); this.lblStatusDbConnect.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenOuter; this.lblStatusDbConnect.Name = "lblStatusDbConnect"; // // ProgressBarStatus // resources.ApplyResources(this.ProgressBarStatus, "ProgressBarStatus"); this.ProgressBarStatus.Name = "ProgressBarStatus"; // // lblReportUploadStatus // resources.ApplyResources(this.lblReportUploadStatus, "lblReportUploadStatus"); this.lblReportUploadStatus.Name = "lblReportUploadStatus"; // // pictureBox1 // resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 0, 1); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel5, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // tableLayoutPanel4 // resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.Controls.Add(this.panel1, 1, 0); this.tableLayoutPanel4.Controls.Add(this.tableLayoutPanel6, 0, 0); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // // panel1 // this.panel1.Controls.Add(this.tableLayoutPanel3); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // tableLayoutPanel3 // resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); this.tableLayoutPanel3.Controls.Add(this.btnRegister, 1, 0); this.tableLayoutPanel3.Controls.Add(this.lblLoadedSafe, 0, 4); this.tableLayoutPanel3.Controls.Add(this.lblRegistrationStatus, 0, 0); this.tableLayoutPanel3.Controls.Add(this.lblReportUploadStatus, 0, 2); this.tableLayoutPanel3.Controls.Add(this.lblPcName, 0, 1); this.tableLayoutPanel3.Controls.Add(this.lblCustomerName, 0, 5); this.tableLayoutPanel3.Controls.Add(this.lblSafeValidDate, 0, 6); this.tableLayoutPanel3.Controls.Add(this.lblLocalSafesStatus, 0, 3); this.tableLayoutPanel3.Controls.Add(this.btnFwUpdate, 1, 6); this.tableLayoutPanel3.Controls.Add(this.btnLoadFwUpdSafe, 1, 5); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; // // lblLoadedSafe // resources.ApplyResources(this.lblLoadedSafe, "lblLoadedSafe"); this.lblLoadedSafe.Name = "lblLoadedSafe"; // // lblRegistrationStatus // resources.ApplyResources(this.lblRegistrationStatus, "lblRegistrationStatus"); this.lblRegistrationStatus.Name = "lblRegistrationStatus"; // // lblPcName // resources.ApplyResources(this.lblPcName, "lblPcName"); this.lblPcName.Name = "lblPcName"; // // lblCustomerName // resources.ApplyResources(this.lblCustomerName, "lblCustomerName"); this.lblCustomerName.Name = "lblCustomerName"; // // lblSafeValidDate // resources.ApplyResources(this.lblSafeValidDate, "lblSafeValidDate"); this.lblSafeValidDate.Name = "lblSafeValidDate"; // // lblLocalSafesStatus // resources.ApplyResources(this.lblLocalSafesStatus, "lblLocalSafesStatus"); this.lblLocalSafesStatus.Name = "lblLocalSafesStatus"; // // tableLayoutPanel6 // resources.ApplyResources(this.tableLayoutPanel6, "tableLayoutPanel6"); this.tableLayoutPanel6.Controls.Add(this.gridViewPcbIds, 0, 0); this.tableLayoutPanel6.Name = "tableLayoutPanel6"; // // gridViewPcbIds // this.gridViewPcbIds.AllowUserToAddRows = false; this.gridViewPcbIds.AllowUserToDeleteRows = false; this.gridViewPcbIds.AllowUserToResizeRows = false; this.gridViewPcbIds.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells; this.gridViewPcbIds.BackgroundColor = System.Drawing.SystemColors.Control; this.gridViewPcbIds.BorderStyle = System.Windows.Forms.BorderStyle.None; resources.ApplyResources(this.gridViewPcbIds, "gridViewPcbIds"); this.gridViewPcbIds.EnableHeadersVisualStyles = false; this.gridViewPcbIds.GridColor = System.Drawing.SystemColors.ControlLight; this.gridViewPcbIds.Name = "gridViewPcbIds"; this.gridViewPcbIds.ReadOnly = true; // // tableLayoutPanel5 // resources.ApplyResources(this.tableLayoutPanel5, "tableLayoutPanel5"); this.tableLayoutPanel5.Controls.Add(this.pictureBox1, 0, 0); this.tableLayoutPanel5.Controls.Add(this.tableLayoutPanel2, 2, 0); this.tableLayoutPanel5.Name = "tableLayoutPanel5"; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.picBoxLogo, 0, 0); this.tableLayoutPanel2.Controls.Add(this.grpLanguageSelection, 0, 2); this.tableLayoutPanel2.Controls.Add(this.lblFwUpdateInfo, 0, 1); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // picBoxLogo // this.picBoxLogo.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; resources.ApplyResources(this.picBoxLogo, "picBoxLogo"); this.picBoxLogo.Name = "picBoxLogo"; this.picBoxLogo.TabStop = false; // // FrmFwUpdateLoader // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tableLayoutPanel1); this.Controls.Add(this.StatusDisplay); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmFwUpdateLoader"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmFwUpdateLoader_FormClosed); this.grpLanguageSelection.ResumeLayout(false); this.grpLanguageSelection.PerformLayout(); this.StatusDisplay.ResumeLayout(false); this.StatusDisplay.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.panel1.ResumeLayout(false); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.tableLayoutPanel6.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.gridViewPcbIds)).EndInit(); this.tableLayoutPanel5.ResumeLayout(false); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picBoxLogo)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label lblFwUpdateInfo; private System.Windows.Forms.Button btnRegister; private System.Windows.Forms.Button btnLoadFwUpdSafe; private System.Windows.Forms.Button btnFwUpdate; private System.Windows.Forms.GroupBox grpLanguageSelection; private System.Windows.Forms.RadioButton radioBtnGermanLanguage; private System.Windows.Forms.RadioButton radioBtnEnglishLanguage; private System.Windows.Forms.OpenFileDialog dlgOpenFwUpdateSafe; private System.Windows.Forms.StatusStrip StatusDisplay; private System.Windows.Forms.ToolStripStatusLabel lblStatusDbConnect; private System.Windows.Forms.ToolStripProgressBar ProgressBarStatus; private System.Windows.Forms.Label lblReportUploadStatus; private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.PictureBox picBoxLogo; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label lblRegistrationStatus; private System.Windows.Forms.Label lblLocalSafesStatus; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; private System.Windows.Forms.Label lblLoadedSafe; private System.Windows.Forms.Label lblPcName; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; private System.Windows.Forms.Label lblCustomerName; private System.Windows.Forms.Label lblSafeValidDate; private System.Windows.Forms.DataGridView gridViewPcbIds; } }