namespace XenAdmin.Wizards.ImportWizard { partial class ImportSourcePage { /// /// 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 Component 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(ImportSourcePage)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.lblIntro = new XenAdmin.Controls.Common.AutoHeightLabel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.m_textBoxFile = new System.Windows.Forms.TextBox(); this.m_buttonBrowse = new System.Windows.Forms.Button(); this.m_ctrlError = new XenAdmin.Controls.Common.PasswordFailure(); this.m_tlpEncryption = new System.Windows.Forms.TableLayoutPanel(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.autoHeightLabel1 = new XenAdmin.Controls.Common.AutoHeightLabel(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.m_tlpEncryption.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.lblIntro, 0, 0); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2); this.tableLayoutPanel1.Controls.Add(this.m_tlpEncryption, 0, 4); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // lblIntro // resources.ApplyResources(this.lblIntro, "lblIntro"); this.lblIntro.Name = "lblIntro"; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.m_textBoxFile, 1, 0); this.tableLayoutPanel2.Controls.Add(this.m_buttonBrowse, 2, 0); this.tableLayoutPanel2.Controls.Add(this.m_ctrlError, 1, 1); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // m_textBoxFile // resources.ApplyResources(this.m_textBoxFile, "m_textBoxFile"); this.m_textBoxFile.Name = "m_textBoxFile"; this.m_textBoxFile.TextChanged += new System.EventHandler(this.m_textBoxImage_TextChanged); // // m_buttonBrowse // resources.ApplyResources(this.m_buttonBrowse, "m_buttonBrowse"); this.m_buttonBrowse.Name = "m_buttonBrowse"; this.m_buttonBrowse.UseVisualStyleBackColor = true; this.m_buttonBrowse.Click += new System.EventHandler(this.m_buttonBrowse_Click); // // m_ctrlError // resources.ApplyResources(this.m_ctrlError, "m_ctrlError"); this.m_ctrlError.Name = "m_ctrlError"; // // m_tlpEncryption // resources.ApplyResources(this.m_tlpEncryption, "m_tlpEncryption"); this.m_tlpEncryption.Controls.Add(this.pictureBox1, 0, 0); this.m_tlpEncryption.Controls.Add(this.autoHeightLabel1, 1, 0); this.m_tlpEncryption.Name = "m_tlpEncryption"; // // pictureBox1 // this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_WarningAlert_h32bit_32; resources.ApplyResources(this.pictureBox1, "pictureBox1"); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.TabStop = false; // // autoHeightLabel1 // resources.ApplyResources(this.autoHeightLabel1, "autoHeightLabel1"); this.autoHeightLabel1.Name = "autoHeightLabel1"; // // ImportSourcePage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ImportSourcePage"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.m_tlpEncryption.ResumeLayout(false); this.m_tlpEncryption.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox m_textBoxFile; private System.Windows.Forms.Button m_buttonBrowse; private XenAdmin.Controls.Common.PasswordFailure m_ctrlError; private XenAdmin.Controls.Common.AutoHeightLabel lblIntro; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.TableLayoutPanel m_tlpEncryption; private System.Windows.Forms.PictureBox pictureBox1; private XenAdmin.Controls.Common.AutoHeightLabel autoHeightLabel1; } }