namespace XenAdmin.Wizards.BugToolWizardFiles { partial class BugToolPageSelectCapabilities { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BugToolPageSelectCapabilities)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.label3 = new System.Windows.Forms.Label(); this.CapabilitiesCheckedListBox = new XenAdmin.Controls.FlickerFreeListBox(); this.label2 = new System.Windows.Forms.Label(); this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel(); this.SelectButton = new System.Windows.Forms.Button(); this.ClearButton = new System.Windows.Forms.Button(); this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.DescriptionLabel = new System.Windows.Forms.Label(); this.DescriptionValue = new System.Windows.Forms.Label(); this.SizeLabel = new System.Windows.Forms.Label(); this.SizeValue = new System.Windows.Forms.Label(); this.TimeLabel = new System.Windows.Forms.Label(); this.TimeValue = new System.Windows.Forms.Label(); this.TotalSizeLabel = new System.Windows.Forms.Label(); this.TotalSizeValue = new System.Windows.Forms.Label(); this.TotalTimeLabel = new System.Windows.Forms.Label(); this.TotalTimeValue = new System.Windows.Forms.Label(); this.PiiTooltip = new System.Windows.Forms.ToolTip(this.components); this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel1.SuspendLayout(); this.tableLayoutPanel4.SuspendLayout(); this.tableLayoutPanel3.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // resources.ApplyResources(this.splitContainer1, "splitContainer1"); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.tableLayoutPanel1); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel4); resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2"); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.label3, 1, 0); this.tableLayoutPanel1.Controls.Add(this.CapabilitiesCheckedListBox, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0); this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 0, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.Name = "label3"; // // CapabilitiesCheckedListBox // this.tableLayoutPanel1.SetColumnSpan(this.CapabilitiesCheckedListBox, 2); resources.ApplyResources(this.CapabilitiesCheckedListBox, "CapabilitiesCheckedListBox"); this.CapabilitiesCheckedListBox.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.CapabilitiesCheckedListBox.FormattingEnabled = true; this.CapabilitiesCheckedListBox.Name = "CapabilitiesCheckedListBox"; this.PiiTooltip.SetToolTip(this.CapabilitiesCheckedListBox, resources.GetString("CapabilitiesCheckedListBox.ToolTip")); this.CapabilitiesCheckedListBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.CapabilitiesCheckedListBox_MouseUp); this.CapabilitiesCheckedListBox.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.CapabilitiesCheckedListBox_DrawItem); this.CapabilitiesCheckedListBox.SelectedIndexChanged += new System.EventHandler(this.CapabilitiesCheckedListBox_SelectedIndexChanged); this.CapabilitiesCheckedListBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.CapabilitiesCheckedListBox_MouseMove); this.CapabilitiesCheckedListBox.KeyUp += new System.Windows.Forms.KeyEventHandler(this.CapabilitiesCheckedListBox_KeyUp); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // flowLayoutPanel1 // resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1"); this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutPanel1, 2); this.flowLayoutPanel1.Controls.Add(this.SelectButton); this.flowLayoutPanel1.Controls.Add(this.ClearButton); this.flowLayoutPanel1.Name = "flowLayoutPanel1"; // // SelectButton // resources.ApplyResources(this.SelectButton, "SelectButton"); this.SelectButton.Name = "SelectButton"; this.SelectButton.UseVisualStyleBackColor = true; this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click); // // ClearButton // resources.ApplyResources(this.ClearButton, "ClearButton"); this.ClearButton.Name = "ClearButton"; this.ClearButton.UseVisualStyleBackColor = true; this.ClearButton.Click += new System.EventHandler(this.ClearButton_Click); // // tableLayoutPanel4 // resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4"); this.tableLayoutPanel4.Controls.Add(this.linkLabel1, 0, 0); this.tableLayoutPanel4.Controls.Add(this.DescriptionLabel, 0, 1); this.tableLayoutPanel4.Controls.Add(this.DescriptionValue, 0, 2); this.tableLayoutPanel4.Controls.Add(this.SizeLabel, 0, 3); this.tableLayoutPanel4.Controls.Add(this.SizeValue, 0, 4); this.tableLayoutPanel4.Controls.Add(this.TimeLabel, 0, 5); this.tableLayoutPanel4.Controls.Add(this.TimeValue, 0, 6); this.tableLayoutPanel4.Controls.Add(this.TotalSizeLabel, 0, 7); this.tableLayoutPanel4.Controls.Add(this.TotalSizeValue, 1, 7); this.tableLayoutPanel4.Controls.Add(this.TotalTimeLabel, 0, 8); this.tableLayoutPanel4.Controls.Add(this.TotalTimeValue, 1, 8); this.tableLayoutPanel4.Name = "tableLayoutPanel4"; // // linkLabel1 // resources.ApplyResources(this.linkLabel1, "linkLabel1"); this.linkLabel1.AutoEllipsis = true; this.tableLayoutPanel4.SetColumnSpan(this.linkLabel1, 2); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.TabStop = true; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // DescriptionLabel // resources.ApplyResources(this.DescriptionLabel, "DescriptionLabel"); this.DescriptionLabel.Name = "DescriptionLabel"; // // DescriptionValue // resources.ApplyResources(this.DescriptionValue, "DescriptionValue"); this.tableLayoutPanel4.SetColumnSpan(this.DescriptionValue, 2); this.DescriptionValue.Name = "DescriptionValue"; // // SizeLabel // resources.ApplyResources(this.SizeLabel, "SizeLabel"); this.SizeLabel.Name = "SizeLabel"; // // SizeValue // resources.ApplyResources(this.SizeValue, "SizeValue"); this.tableLayoutPanel4.SetColumnSpan(this.SizeValue, 2); this.SizeValue.Name = "SizeValue"; // // TimeLabel // resources.ApplyResources(this.TimeLabel, "TimeLabel"); this.TimeLabel.Name = "TimeLabel"; // // TimeValue // resources.ApplyResources(this.TimeValue, "TimeValue"); this.tableLayoutPanel4.SetColumnSpan(this.TimeValue, 2); this.TimeValue.Name = "TimeValue"; // // TotalSizeLabel // resources.ApplyResources(this.TotalSizeLabel, "TotalSizeLabel"); this.TotalSizeLabel.Name = "TotalSizeLabel"; // // TotalSizeValue // resources.ApplyResources(this.TotalSizeValue, "TotalSizeValue"); this.TotalSizeValue.Name = "TotalSizeValue"; // // TotalTimeLabel // resources.ApplyResources(this.TotalTimeLabel, "TotalTimeLabel"); this.TotalTimeLabel.Name = "TotalTimeLabel"; // // TotalTimeValue // resources.ApplyResources(this.TotalTimeValue, "TotalTimeValue"); this.TotalTimeValue.Name = "TotalTimeValue"; // // PiiTooltip // this.PiiTooltip.IsBalloon = true; this.PiiTooltip.ShowAlways = true; this.PiiTooltip.ToolTipIcon = System.Windows.Forms.ToolTipIcon.Warning; // // tableLayoutPanel3 // resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3"); this.tableLayoutPanel3.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel3.Name = "tableLayoutPanel3"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // BugToolPageSelectCapabilities // this.Controls.Add(this.splitContainer1); this.Controls.Add(this.tableLayoutPanel3); this.DoubleBuffered = true; this.Name = "BugToolPageSelectCapabilities"; resources.ApplyResources(this, "$this"); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); this.splitContainer1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel4.ResumeLayout(false); this.tableLayoutPanel4.PerformLayout(); this.tableLayoutPanel3.ResumeLayout(false); this.tableLayoutPanel3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private XenAdmin.Controls.FlickerFreeListBox CapabilitiesCheckedListBox; private System.Windows.Forms.Label DescriptionLabel; private System.Windows.Forms.Label SizeLabel; private System.Windows.Forms.Label TimeLabel; private System.Windows.Forms.Label DescriptionValue; private System.Windows.Forms.Label SizeValue; private System.Windows.Forms.Label TimeValue; private System.Windows.Forms.Label TotalSizeLabel; private System.Windows.Forms.Label TotalSizeValue; private System.Windows.Forms.ToolTip PiiTooltip; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Label TotalTimeLabel; private System.Windows.Forms.Label TotalTimeValue; private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1; private System.Windows.Forms.Button ClearButton; private System.Windows.Forms.Button SelectButton; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; } }