namespace XenAdmin.Dialogs { partial class PvsCacheConfigurationPage { /// /// 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(PvsCacheConfigurationPage)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.deleteButton = new System.Windows.Forms.Button(); this.hostsPanel = new XenAdmin.Controls.FlickerFreePanel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.deleteButton, 0, 3); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label7, 0, 0); this.tableLayoutPanel1.Controls.Add(this.textBox1, 1, 0); this.tableLayoutPanel1.Controls.Add(this.hostsPanel, 0, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.tableLayoutPanel1.SetColumnSpan(this.label1, 2); this.label1.Name = "label1"; // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.Name = "label7"; // // textBox1 // resources.ApplyResources(this.textBox1, "textBox1"); this.textBox1.Name = "textBox1"; this.textBox1.TextChanged += new System.EventHandler(this.SomethingChanged); // // deleteButton // resources.ApplyResources(this.deleteButton, "deleteButton"); this.tableLayoutPanel1.SetColumnSpan(this.deleteButton, 2); this.deleteButton.Image = global::XenAdmin.Properties.Resources._000_Abort_h32bit_16; this.deleteButton.Name = "deleteButton"; this.deleteButton.UseVisualStyleBackColor = true; this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click); // // hostsPanel // this.hostsPanel.BorderColor = System.Drawing.Color.Black; this.hostsPanel.BorderWidth = 1; this.tableLayoutPanel1.SetColumnSpan(this.hostsPanel, 2); resources.ApplyResources(this.hostsPanel, "hostsPanel"); this.hostsPanel.Name = "hostsPanel"; // // PvsCacheConfigurationPage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.DoubleBuffered = true; this.Name = "PvsCacheConfigurationPage"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label7; private System.Windows.Forms.TextBox textBox1; private Controls.FlickerFreePanel hostsPanel; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button deleteButton; } }