CP-13518: Centered correctly the warning message in the Updates Tab.

This commit is contained in:
Carmen Agimof 2015-07-29 19:11:13 +01:00
parent ceca902b9f
commit bb5c2078dc
3 changed files with 203 additions and 191 deletions

View File

@ -42,12 +42,6 @@
this.informationLabelIcon = new System.Windows.Forms.PictureBox();
this.informationLabel = new System.Windows.Forms.LinkLabel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.AutoCheckForUpdatesDisabledLabel = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.checkForUpdatesNowButton = new System.Windows.Forms.Button();
this.checkForUpdatesNowButton2 = new System.Windows.Forms.LinkLabel();
this.toolStrip1 = new XenAdmin.Controls.ToolStripEx();
this.toolStripDropDownButtonServerFilter = new XenAdmin.Controls.FilterLocationToolStripDropDownButton();
this.toolStripDropDownButtonDateFilter = new XenAdmin.Controls.FilterDatesToolStripDropDownButton();
@ -60,10 +54,16 @@
this.dismissAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.dismissSelectedToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripButtonRestoreDismissed = new System.Windows.Forms.ToolStripButton();
this.flickerFreePanel1 = new XenAdmin.Controls.FlickerFreePanel();
this.panelProgress = new XenAdmin.Controls.FlickerFreePanel();
this.labelProgress = new System.Windows.Forms.Label();
this.AutoCheckForUpdatesDisabledLabel = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.checkForUpdatesNowButton2 = new System.Windows.Forms.LinkLabel();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.pictureBoxProgress = new System.Windows.Forms.PictureBox();
this.labelProgress = new System.Windows.Forms.Label();
this.checkForUpdatesNowButton = new System.Windows.Forms.Button();
this.flickerFreePanel1 = new XenAdmin.Controls.FlickerFreePanel();
this.dataGridViewUpdates = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
this.ColumnExpand = new System.Windows.Forms.DataGridViewImageColumn();
this.ColumnMessage = new System.Windows.Forms.DataGridViewTextBoxColumn();
@ -73,9 +73,9 @@
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.informationLabelIcon)).BeginInit();
this.tableLayoutPanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.toolStrip1.SuspendLayout();
this.panelProgress.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.tableLayoutPanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxProgress)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewUpdates)).BeginInit();
this.SuspendLayout();
@ -111,44 +111,6 @@
this.tableLayoutPanel2.Controls.Add(this.checkForUpdatesNowButton2, 2, 1);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
//
// AutoCheckForUpdatesDisabledLabel
//
resources.ApplyResources(this.AutoCheckForUpdatesDisabledLabel, "AutoCheckForUpdatesDisabledLabel");
this.AutoCheckForUpdatesDisabledLabel.Name = "AutoCheckForUpdatesDisabledLabel";
//
// pictureBox1
//
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// checkForUpdatesNowButton
//
resources.ApplyResources(this.checkForUpdatesNowButton, "checkForUpdatesNowButton");
this.checkForUpdatesNowButton.Name = "checkForUpdatesNowButton";
this.checkForUpdatesNowButton.UseVisualStyleBackColor = true;
this.checkForUpdatesNowButton.Click += new System.EventHandler(this.checkForUpdatesNowButton_Click);
//
// checkForUpdatesNowButton2
//
resources.ApplyResources(this.checkForUpdatesNowButton2, "checkForUpdatesNowButton2");
this.checkForUpdatesNowButton2.LinkColor = System.Drawing.Color.Black;
this.checkForUpdatesNowButton2.Name = "checkForUpdatesNowButton2";
this.checkForUpdatesNowButton2.TabStop = true;
this.checkForUpdatesNowButton2.Click += new System.EventHandler(this.checkForUpdatesNowButton2_Click);
//
// toolStrip1
//
resources.ApplyResources(this.toolStrip1, "toolStrip1");
@ -245,6 +207,63 @@
this.toolStripButtonRestoreDismissed.Name = "toolStripButtonRestoreDismissed";
this.toolStripButtonRestoreDismissed.Click += new System.EventHandler(this.toolStripButtonRestoreDismissed_Click);
//
// AutoCheckForUpdatesDisabledLabel
//
resources.ApplyResources(this.AutoCheckForUpdatesDisabledLabel, "AutoCheckForUpdatesDisabledLabel");
this.AutoCheckForUpdatesDisabledLabel.Name = "AutoCheckForUpdatesDisabledLabel";
//
// pictureBox1
//
resources.ApplyResources(this.pictureBox1, "pictureBox1");
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.TabStop = false;
//
// checkForUpdatesNowButton2
//
resources.ApplyResources(this.checkForUpdatesNowButton2, "checkForUpdatesNowButton2");
this.checkForUpdatesNowButton2.LinkColor = System.Drawing.Color.Black;
this.checkForUpdatesNowButton2.Name = "checkForUpdatesNowButton2";
this.checkForUpdatesNowButton2.TabStop = true;
this.checkForUpdatesNowButton2.Click += new System.EventHandler(this.checkForUpdatesNowButton2_Click);
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// tableLayoutPanel3
//
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
this.tableLayoutPanel3.Controls.Add(this.pictureBoxProgress, 0, 0);
this.tableLayoutPanel3.Controls.Add(this.labelProgress, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.checkForUpdatesNowButton, 0, 2);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
//
// pictureBoxProgress
//
resources.ApplyResources(this.pictureBoxProgress, "pictureBoxProgress");
this.pictureBoxProgress.Name = "pictureBoxProgress";
this.pictureBoxProgress.TabStop = false;
//
// labelProgress
//
resources.ApplyResources(this.labelProgress, "labelProgress");
this.labelProgress.Name = "labelProgress";
//
// checkForUpdatesNowButton
//
resources.ApplyResources(this.checkForUpdatesNowButton, "checkForUpdatesNowButton");
this.checkForUpdatesNowButton.Name = "checkForUpdatesNowButton";
this.checkForUpdatesNowButton.UseVisualStyleBackColor = true;
this.checkForUpdatesNowButton.Click += new System.EventHandler(this.checkForUpdatesNowButton_Click);
//
// flickerFreePanel1
//
resources.ApplyResources(this.flickerFreePanel1, "flickerFreePanel1");
@ -253,27 +272,6 @@
this.flickerFreePanel1.BorderWidth = 1;
this.flickerFreePanel1.Name = "flickerFreePanel1";
//
// panelProgress
//
resources.ApplyResources(this.panelProgress, "panelProgress");
this.panelProgress.BackColor = System.Drawing.SystemColors.Window;
this.panelProgress.BorderColor = System.Drawing.Color.Black;
this.panelProgress.BorderWidth = 1;
this.panelProgress.Controls.Add(this.labelProgress);
this.panelProgress.Controls.Add(this.pictureBoxProgress);
this.panelProgress.Name = "panelProgress";
//
// labelProgress
//
resources.ApplyResources(this.labelProgress, "labelProgress");
this.labelProgress.Name = "labelProgress";
//
// pictureBoxProgress
//
resources.ApplyResources(this.pictureBoxProgress, "pictureBoxProgress");
this.pictureBoxProgress.Name = "pictureBoxProgress";
this.pictureBoxProgress.TabStop = false;
//
// dataGridViewUpdates
//
resources.ApplyResources(this.dataGridViewUpdates, "dataGridViewUpdates");
@ -352,10 +350,9 @@
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.checkForUpdatesNowButton);
this.Controls.Add(this.tableLayoutPanel3);
this.Controls.Add(this.tableLayoutPanel2);
this.Controls.Add(this.flickerFreePanel1);
this.Controls.Add(this.panelProgress);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.dataGridViewUpdates);
this.Name = "ManageUpdatesPage";
@ -364,11 +361,11 @@
((System.ComponentModel.ISupportInitialize)(this.informationLabelIcon)).EndInit();
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.panelProgress.ResumeLayout(false);
this.panelProgress.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.tableLayoutPanel3.ResumeLayout(false);
this.tableLayoutPanel3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxProgress)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewUpdates)).EndInit();
this.ResumeLayout(false);
@ -379,12 +376,10 @@
#endregion
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewUpdates;
private XenAdmin.Controls.FlickerFreePanel panelProgress;
private System.Windows.Forms.PictureBox pictureBoxProgress;
private System.Windows.Forms.Label labelProgress;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Button checkForUpdatesNowButton;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.PictureBox informationLabelIcon;
private System.Windows.Forms.LinkLabel informationLabel;
@ -410,5 +405,7 @@
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnDate;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnWebPage;
private System.Windows.Forms.LinkLabel checkForUpdatesNowButton2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Button checkForUpdatesNowButton;
}
}

View File

@ -104,7 +104,7 @@ namespace XenAdmin.TabPages
StoreSelectedUpdates();
dataGridViewUpdates.Rows.Clear();
spinningTimer.Start();
panelProgress.Visible = true;
tableLayoutPanel3.Visible = true;
labelProgress.Text = Messages.AVAILABLE_UPDATES_SEARCHING;
});
}
@ -122,8 +122,8 @@ namespace XenAdmin.TabPages
int alertCount = Updates.UpdateAlertsCount;
if (alertCount > 0)
{
panelProgress.Visible = false;
{
tableLayoutPanel3.Visible = false;
}
else
{
@ -213,7 +213,7 @@ namespace XenAdmin.TabPages
if (updates.Count == 0)
{
panelProgress.Visible = true;
tableLayoutPanel3.Visible = true;
pictureBoxProgress.Image = SystemIcons.Information.ToBitmap();
if (SomeOrAllUpdatesAllowed())
@ -241,7 +241,7 @@ namespace XenAdmin.TabPages
}
updates.RemoveAll(FilterAlert);
panelProgress.Visible = false;
tableLayoutPanel3.Visible = false;
if (dataGridViewUpdates.SortedColumn != null)
{

View File

@ -166,7 +166,7 @@
<value>NoControl</value>
</data>
<data name="informationLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>28, 7</value>
<value>28, 11</value>
</data>
<data name="informationLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>98, 15</value>
@ -196,7 +196,7 @@
<value>15, 429</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
<value>2</value>
<value>1</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>772, 37</value>
@ -214,10 +214,10 @@
<value>$this</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.ZOrder" xml:space="preserve">
<value>4</value>
<value>3</value>
</data>
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="informationLabelIcon" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="informationLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,Percent,100" /&gt;&lt;Rows Styles="Percent,100,Absolute,8" /&gt;&lt;/TableLayoutSettings&gt;</value>
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="informationLabelIcon" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="informationLabel" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,Percent,100" /&gt;&lt;Rows Styles="Percent,100,Absolute,37" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="tableLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
@ -591,6 +591,96 @@
<data name="&gt;&gt;button1.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="tableLayoutPanel3.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="tableLayoutPanel3.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel3.ColumnCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="pictureBoxProgress.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>None</value>
</data>
<data name="pictureBoxProgress.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="pictureBoxProgress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pictureBoxProgress.Location" type="System.Drawing.Point, System.Drawing">
<value>211, 3</value>
</data>
<data name="pictureBoxProgress.Size" type="System.Drawing.Size, System.Drawing">
<value>43, 30</value>
</data>
<data name="pictureBoxProgress.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
<value>AutoSize</value>
</data>
<data name="pictureBoxProgress.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Name" xml:space="preserve">
<value>pictureBoxProgress</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="labelProgress.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left, Right</value>
</data>
<data name="labelProgress.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelProgress.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9.5pt, style=Bold</value>
</data>
<data name="labelProgress.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="labelProgress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="labelProgress.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 36</value>
</data>
<data name="labelProgress.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>170, 0</value>
</data>
<data name="labelProgress.Size" type="System.Drawing.Size, System.Drawing">
<value>459, 17</value>
</data>
<data name="labelProgress.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="labelProgress.Text" xml:space="preserve">
<value>Searching for updates...</value>
</data>
<data name="labelProgress.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleCenter</value>
</data>
<data name="&gt;&gt;labelProgress.Name" xml:space="preserve">
<value>labelProgress</value>
</data>
<data name="&gt;&gt;labelProgress.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelProgress.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
</data>
<data name="&gt;&gt;labelProgress.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="checkForUpdatesNowButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top</value>
</data>
<data name="checkForUpdatesNowButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -601,7 +691,7 @@
<value>NoControl</value>
</data>
<data name="checkForUpdatesNowButton.Location" type="System.Drawing.Point, System.Drawing">
<value>280, 173</value>
<value>161, 56</value>
</data>
<data name="checkForUpdatesNowButton.Size" type="System.Drawing.Size, System.Drawing">
<value>142, 25</value>
@ -622,11 +712,38 @@
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;checkForUpdatesNowButton.Parent" xml:space="preserve">
<value>$this</value>
<value>tableLayoutPanel3</value>
</data>
<data name="&gt;&gt;checkForUpdatesNowButton.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="tableLayoutPanel3.Location" type="System.Drawing.Point, System.Drawing">
<value>157, 147</value>
</data>
<data name="tableLayoutPanel3.RowCount" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="tableLayoutPanel3.Size" type="System.Drawing.Size, System.Drawing">
<value>465, 90</value>
</data>
<data name="tableLayoutPanel3.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
</data>
<data name="&gt;&gt;tableLayoutPanel3.Name" xml:space="preserve">
<value>tableLayoutPanel3</value>
</data>
<data name="&gt;&gt;tableLayoutPanel3.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel3.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;tableLayoutPanel3.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tableLayoutPanel3.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="pictureBoxProgress" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="labelProgress" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="checkForUpdatesNowButton" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Percent,100" /&gt;&lt;Rows Styles="AutoSize,0,AutoSize,0,Absolute,20" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="flickerFreePanel1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -660,108 +777,6 @@
<data name="&gt;&gt;flickerFreePanel1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="panelProgress.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="panelProgress.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="labelProgress.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelProgress.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt, style=Bold</value>
</data>
<data name="labelProgress.ImageAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="labelProgress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="labelProgress.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 11</value>
</data>
<data name="labelProgress.Size" type="System.Drawing.Size, System.Drawing">
<value>138, 15</value>
</data>
<data name="labelProgress.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="labelProgress.Text" xml:space="preserve">
<value>Searching for updates...</value>
</data>
<data name="&gt;&gt;labelProgress.Name" xml:space="preserve">
<value>labelProgress</value>
</data>
<data name="&gt;&gt;labelProgress.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelProgress.Parent" xml:space="preserve">
<value>panelProgress</value>
</data>
<data name="&gt;&gt;labelProgress.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="pictureBoxProgress.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="pictureBoxProgress.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="pictureBoxProgress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="pictureBoxProgress.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="pictureBoxProgress.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 32</value>
</data>
<data name="pictureBoxProgress.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Name" xml:space="preserve">
<value>pictureBoxProgress</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.Parent" xml:space="preserve">
<value>panelProgress</value>
</data>
<data name="&gt;&gt;pictureBoxProgress.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="panelProgress.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="panelProgress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="panelProgress.Location" type="System.Drawing.Point, System.Drawing">
<value>167, 129</value>
</data>
<data name="panelProgress.Size" type="System.Drawing.Size, System.Drawing">
<value>182, 38</value>
</data>
<data name="panelProgress.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="panelProgress.Visible" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;panelProgress.Name" xml:space="preserve">
<value>panelProgress</value>
</data>
<data name="&gt;&gt;panelProgress.Type" xml:space="preserve">
<value>XenAdmin.Controls.FlickerFreePanel, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;panelProgress.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;panelProgress.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="dataGridViewUpdates.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
@ -858,7 +873,7 @@
<value>$this</value>
</data>
<data name="&gt;&gt;dataGridViewUpdates.ZOrder" xml:space="preserve">
<value>5</value>
<value>4</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>