namespace XenAdmin.Wizards.PatchingWizard { partial class PatchingWizard_FirstPage { /// /// 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(PatchingWizard_FirstPage)); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.panel4 = new System.Windows.Forms.Panel(); this.pictureBox5 = new System.Windows.Forms.PictureBox(); this.label9 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.pictureBox3 = new System.Windows.Forms.PictureBox(); this.label8 = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.pictureBox4 = new System.Windows.Forms.PictureBox(); this.label4 = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.labelDownloadUpdate = new System.Windows.Forms.Label(); this.pictureBox2 = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1.SuspendLayout(); this.panel4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit(); this.panel2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); this.SuspendLayout(); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 5); this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 3); this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 4); this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 2); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // panel4 // this.panel4.Controls.Add(this.pictureBox5); this.panel4.Controls.Add(this.label9); resources.ApplyResources(this.panel4, "panel4"); this.panel4.Name = "panel4"; // // pictureBox5 // this.pictureBox5.Image = global::XenAdmin.Properties.Resources.homepage_bullet; resources.ApplyResources(this.pictureBox5, "pictureBox5"); this.pictureBox5.Name = "pictureBox5"; this.pictureBox5.TabStop = false; // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.Name = "label9"; // // panel2 // this.panel2.Controls.Add(this.pictureBox3); this.panel2.Controls.Add(this.label8); resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // pictureBox3 // this.pictureBox3.Image = global::XenAdmin.Properties.Resources.homepage_bullet; resources.ApplyResources(this.pictureBox3, "pictureBox3"); this.pictureBox3.Name = "pictureBox3"; this.pictureBox3.TabStop = false; // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.Name = "label8"; // // panel3 // this.panel3.Controls.Add(this.pictureBox4); this.panel3.Controls.Add(this.label4); resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; // // pictureBox4 // this.pictureBox4.Image = global::XenAdmin.Properties.Resources.homepage_bullet; resources.ApplyResources(this.pictureBox4, "pictureBox4"); this.pictureBox4.Name = "pictureBox4"; this.pictureBox4.TabStop = false; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.Name = "label4"; // // panel1 // this.panel1.Controls.Add(this.labelDownloadUpdate); this.panel1.Controls.Add(this.pictureBox2); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // labelDownloadUpdate // resources.ApplyResources(this.labelDownloadUpdate, "labelDownloadUpdate"); this.labelDownloadUpdate.Name = "labelDownloadUpdate"; // // pictureBox2 // this.pictureBox2.Image = global::XenAdmin.Properties.Resources.homepage_bullet; resources.ApplyResources(this.pictureBox2, "pictureBox2"); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.TabStop = false; // // PatchingWizard_FirstPage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.Name = "PatchingWizard_FirstPage"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.panel4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit(); this.panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit(); this.panel3.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.PictureBox pictureBox5; private System.Windows.Forms.Label label9; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.PictureBox pictureBox3; private System.Windows.Forms.Label label8; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.PictureBox pictureBox4; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label labelDownloadUpdate; } }