Merge pull request #1339 from GaborApatiNagy/master_CA-211363

CA-211363: Replace 'User name' labels with 'Username'
This commit is contained in:
Konstantina Chremmou 2016-12-20 09:44:25 +00:00 committed by GitHub
commit e176194a06
22 changed files with 1140 additions and 1140 deletions

View File

@ -50,7 +50,6 @@ namespace XenAdmin.Dialogs
//
resources.ApplyResources(this.labelBlurb, "labelBlurb");
this.tableLayoutPanel2.SetColumnSpan(this.labelBlurb, 2);
this.labelBlurb.MaximumSize = new System.Drawing.Size(379, 9999);
this.labelBlurb.Name = "labelBlurb";
//
// label2
@ -66,14 +65,12 @@ namespace XenAdmin.Dialogs
// textBoxUsername
//
resources.ApplyResources(this.textBoxUsername, "textBoxUsername");
this.textBoxUsername.MinimumSize = new System.Drawing.Size(280, 23);
this.textBoxUsername.Name = "textBoxUsername";
this.textBoxUsername.TextChanged += new System.EventHandler(this.textBoxUsername_TextChanged);
//
// textBoxPassword
//
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
this.textBoxPassword.MinimumSize = new System.Drawing.Size(280, 23);
this.textBoxPassword.Name = "textBoxPassword";
this.textBoxPassword.UseSystemPasswordChar = true;
this.textBoxPassword.TextChanged += new System.EventHandler(this.textBoxPassword_TextChanged);
@ -81,7 +78,6 @@ namespace XenAdmin.Dialogs
// buttonOk
//
resources.ApplyResources(this.buttonOk, "buttonOk");
this.buttonOk.MinimumSize = new System.Drawing.Size(75, 25);
this.buttonOk.Name = "buttonOk";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
@ -90,7 +86,6 @@ namespace XenAdmin.Dialogs
//
resources.ApplyResources(this.buttonCancel, "buttonCancel");
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.buttonCancel.MinimumSize = new System.Drawing.Size(75, 25);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
@ -117,7 +112,6 @@ namespace XenAdmin.Dialogs
// textBoxDomain
//
resources.ApplyResources(this.textBoxDomain, "textBoxDomain");
this.textBoxDomain.MinimumSize = new System.Drawing.Size(280, 23);
this.textBoxDomain.Name = "textBoxDomain";
this.textBoxDomain.TextChanged += new System.EventHandler(this.textBoxDomain_TextChanged);
//
@ -138,7 +132,6 @@ namespace XenAdmin.Dialogs
// SkipButton
//
resources.ApplyResources(this.SkipButton, "SkipButton");
this.SkipButton.MinimumSize = new System.Drawing.Size(75, 25);
this.SkipButton.Name = "SkipButton";
this.SkipButton.UseVisualStyleBackColor = true;
this.SkipButton.Click += new System.EventHandler(this.SkipButton_Click);

View File

@ -112,19 +112,19 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="labelBlurb.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel2.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
@ -137,7 +137,7 @@
<data name="label1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
@ -145,7 +145,7 @@
<value>3, 46</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -160,7 +160,7 @@
<value>label1</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -175,10 +175,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="textBoxDomain.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 49</value>
<value>72, 49</value>
</data>
<data name="textBoxDomain.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
</data>
<data name="textBoxDomain.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
<value>283, 23</value>
</data>
<data name="textBoxDomain.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -187,7 +190,7 @@
<value>textBoxDomain</value>
</data>
<data name="&gt;&gt;textBoxDomain.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxDomain.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -208,13 +211,13 @@
<value>3, 75</value>
</data>
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="label2.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="label2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -223,7 +226,7 @@
<value>label2</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -238,10 +241,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="textBoxUsername.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 78</value>
<value>72, 78</value>
</data>
<data name="textBoxUsername.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
</data>
<data name="textBoxUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
<value>283, 23</value>
</data>
<data name="textBoxUsername.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -250,7 +256,7 @@
<value>textBoxUsername</value>
</data>
<data name="&gt;&gt;textBoxUsername.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUsername.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -271,7 +277,7 @@
<value>3, 104</value>
</data>
<data name="label3.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="label3.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -286,7 +292,7 @@
<value>label3</value>
</data>
<data name="&gt;&gt;label3.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label3.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -301,10 +307,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="textBoxPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 107</value>
<value>72, 107</value>
</data>
<data name="textBoxPassword.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
</data>
<data name="textBoxPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 23</value>
<value>283, 23</value>
</data>
<data name="textBoxPassword.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -313,7 +322,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -355,7 +364,7 @@
<value>labelAdditionalInfo</value>
</data>
<data name="&gt;&gt;labelAdditionalInfo.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelAdditionalInfo.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -379,11 +388,14 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="buttonCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>202, 6</value>
<value>205, 6</value>
</data>
<data name="buttonCancel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 0, 3</value>
</data>
<data name="buttonCancel.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>75, 25</value>
</data>
<data name="buttonCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 26</value>
</data>
@ -397,7 +409,7 @@
<value>buttonCancel</value>
</data>
<data name="&gt;&gt;buttonCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonCancel.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -418,7 +430,10 @@
<value>NoControl</value>
</data>
<data name="SkipButton.Location" type="System.Drawing.Point, System.Drawing">
<value>121, 6</value>
<value>124, 6</value>
</data>
<data name="SkipButton.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>75, 25</value>
</data>
<data name="SkipButton.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 26</value>
@ -433,7 +448,7 @@
<value>SkipButton</value>
</data>
<data name="&gt;&gt;SkipButton.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;SkipButton.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -454,7 +469,10 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="buttonOk.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 6</value>
<value>43, 6</value>
</data>
<data name="buttonOk.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>75, 25</value>
</data>
<data name="buttonOk.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 26</value>
@ -469,7 +487,7 @@
<value>buttonOk</value>
</data>
<data name="&gt;&gt;buttonOk.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonOk.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -487,13 +505,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 157</value>
<value>72, 157</value>
</data>
<data name="flowLayoutPanel1.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 0, 3</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>280, 36</value>
<value>283, 36</value>
</data>
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
@ -502,7 +520,7 @@
<value>flowLayoutPanel1</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -532,7 +550,7 @@
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Parent" xml:space="preserve">
<value>$this</value>
@ -555,6 +573,9 @@
<data name="labelBlurb.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 6, 6, 10</value>
</data>
<data name="labelBlurb.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>379, 9999</value>
</data>
<data name="labelBlurb.Size" type="System.Drawing.Size, System.Drawing">
<value>346, 30</value>
</data>
@ -568,7 +589,7 @@
<value>labelBlurb</value>
</data>
<data name="&gt;&gt;labelBlurb.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelBlurb.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -576,7 +597,7 @@
<data name="&gt;&gt;labelBlurb.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">

View File

@ -160,7 +160,6 @@ namespace XenAdmin.Dialogs
//
resources.ApplyResources(this.labelInstructions, "labelInstructions");
this.tableLayoutPanelType.SetColumnSpan(this.labelInstructions, 3);
this.labelInstructions.MaximumSize = new System.Drawing.Size(355, 100);
this.labelInstructions.Name = "labelInstructions";
//
// tableLayoutPanelType

View File

@ -112,25 +112,25 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="AddButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Bottom, Right</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="AddButton.Enabled" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="AddButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="AddButton.Location" type="System.Drawing.Point, System.Drawing">
<value>232, 7</value>
<value>222, 7</value>
</data>
<data name="AddButton.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -145,7 +145,7 @@
<value>AddButton</value>
</data>
<data name="&gt;&gt;AddButton.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;AddButton.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -160,7 +160,7 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="CancelButton2.Location" type="System.Drawing.Point, System.Drawing">
<value>313, 7</value>
<value>303, 7</value>
</data>
<data name="CancelButton2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 0, 3</value>
@ -178,7 +178,7 @@
<value>CancelButton2</value>
</data>
<data name="&gt;&gt;CancelButton2.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;CancelButton2.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -217,7 +217,7 @@
<value>ServerNameLabel</value>
</data>
<data name="&gt;&gt;ServerNameLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ServerNameLabel.Parent" xml:space="preserve">
<value>tableLayoutPanelType</value>
@ -241,13 +241,13 @@
<value>0, 0, 3, 0</value>
</data>
<data name="UsernameLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="UsernameLabel.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="UsernameLabel.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="UsernameLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -256,7 +256,7 @@
<value>UsernameLabel</value>
</data>
<data name="&gt;&gt;UsernameLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;UsernameLabel.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -280,7 +280,7 @@
<value>0, 0, 3, 0</value>
</data>
<data name="PasswordLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="PasswordLabel.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -295,7 +295,7 @@
<value>PasswordLabel</value>
</data>
<data name="&gt;&gt;PasswordLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;PasswordLabel.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -310,10 +310,10 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="UsernameTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>72, 13</value>
<value>69, 13</value>
</data>
<data name="UsernameTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>307, 23</value>
<value>300, 23</value>
</data>
<data name="UsernameTextBox.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -325,7 +325,7 @@
<value>UsernameTextBox</value>
</data>
<data name="&gt;&gt;UsernameTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;UsernameTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -340,10 +340,10 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="PasswordTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>72, 42</value>
<value>69, 42</value>
</data>
<data name="PasswordTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>307, 23</value>
<value>300, 23</value>
</data>
<data name="PasswordTextBox.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -352,7 +352,7 @@
<value>PasswordTextBox</value>
</data>
<data name="&gt;&gt;PasswordTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;PasswordTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -397,13 +397,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="labelError.Location" type="System.Drawing.Point, System.Drawing">
<value>72, 68</value>
<value>69, 68</value>
</data>
<data name="labelError.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 0, 0</value>
</data>
<data name="labelError.Size" type="System.Drawing.Size, System.Drawing">
<value>307, 22</value>
<value>300, 22</value>
</data>
<data name="labelError.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -418,7 +418,7 @@
<value>labelError</value>
</data>
<data name="&gt;&gt;labelError.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelError.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -433,7 +433,7 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="pictureBoxError.Location" type="System.Drawing.Point, System.Drawing">
<value>50, 71</value>
<value>47, 71</value>
</data>
<data name="pictureBoxError.Size" type="System.Drawing.Size, System.Drawing">
<value>16, 16</value>
@ -451,7 +451,7 @@
<value>pictureBoxError</value>
</data>
<data name="&gt;&gt;pictureBoxError.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBoxError.Parent" xml:space="preserve">
<value>tableLayoutPanelCreds</value>
@ -475,7 +475,7 @@
<value>3</value>
</data>
<data name="tableLayoutPanelCreds.Size" type="System.Drawing.Size, System.Drawing">
<value>382, 93</value>
<value>372, 93</value>
</data>
<data name="tableLayoutPanelCreds.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
@ -484,7 +484,7 @@
<value>tableLayoutPanelCreds</value>
</data>
<data name="&gt;&gt;tableLayoutPanelCreds.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanelCreds.Parent" xml:space="preserve">
<value>groupBox1</value>
@ -508,7 +508,7 @@
<value>0, 5, 0, 0</value>
</data>
<data name="groupBox1.Size" type="System.Drawing.Size, System.Drawing">
<value>388, 115</value>
<value>378, 115</value>
</data>
<data name="groupBox1.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -520,7 +520,7 @@
<value>groupBox1</value>
</data>
<data name="&gt;&gt;groupBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;groupBox1.Parent" xml:space="preserve">
<value>tableLayoutPanelType</value>
@ -546,6 +546,9 @@
<data name="labelInstructions.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 3, 6</value>
</data>
<data name="labelInstructions.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>355, 100</value>
</data>
<data name="labelInstructions.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 3</value>
</data>
@ -562,7 +565,7 @@
<value>labelInstructions</value>
</data>
<data name="&gt;&gt;labelInstructions.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelInstructions.Parent" xml:space="preserve">
<value>tableLayoutPanelType</value>
@ -580,7 +583,7 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="comboBoxClouds.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 7</value>
<value>155, 36</value>
</data>
<data name="comboBoxClouds.Size" type="System.Drawing.Size, System.Drawing">
<value>220, 23</value>
@ -595,7 +598,7 @@
<value>comboBoxClouds</value>
</data>
<data name="&gt;&gt;comboBoxClouds.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;comboBoxClouds.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -622,7 +625,7 @@
<value>0, 4, 0, 0</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>388, 96</value>
<value>378, 96</value>
</data>
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>7</value>
@ -631,7 +634,7 @@
<value>flowLayoutPanel1</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Parent" xml:space="preserve">
<value>tableLayoutPanelType</value>
@ -655,7 +658,7 @@
<value>5</value>
</data>
<data name="tableLayoutPanelType.Size" type="System.Drawing.Size, System.Drawing">
<value>388, 284</value>
<value>378, 284</value>
</data>
<data name="tableLayoutPanelType.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
@ -664,7 +667,7 @@
<value>tableLayoutPanelType</value>
</data>
<data name="&gt;&gt;tableLayoutPanelType.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanelType.Parent" xml:space="preserve">
<value>$this</value>
@ -685,7 +688,7 @@
<value>3, 3, 0, 3</value>
</data>
<data name="ServerNameComboBox.Size" type="System.Drawing.Size, System.Drawing">
<value>335, 23</value>
<value>325, 23</value>
</data>
<data name="ServerNameComboBox.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -694,7 +697,7 @@
<value>ServerNameComboBox</value>
</data>
<data name="&gt;&gt;ServerNameComboBox.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ServerNameComboBox.Parent" xml:space="preserve">
<value>tableLayoutPanelType</value>
@ -721,12 +724,12 @@
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="tableLayoutPanel2.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;Columns Styles="Absolute,20,Absolute,20,Absolute,20" /&gt;&lt;Rows Styles="Absolute,20" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -739,7 +742,7 @@
<value>GrowAndShrink</value>
</data>
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
<value>410, 306</value>
<value>400, 306</value>
</data>
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>

View File

@ -31,24 +31,23 @@ namespace XenAdmin.Dialogs
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReconnectAsDialog));
this.labelBlurb = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.pictureBoxAdPicture = new System.Windows.Forms.PictureBox();
this.labelUsername = new System.Windows.Forms.Label();
this.labelPassword = new System.Windows.Forms.Label();
this.textBoxUsername = new System.Windows.Forms.TextBox();
this.labelPassword = new System.Windows.Forms.Label();
this.textBoxPassword = new System.Windows.Forms.TextBox();
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOK = new System.Windows.Forms.Button();
this.pictureBoxAdPicture = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1.SuspendLayout();
this.flowLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAdPicture)).BeginInit();
this.flowLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// labelBlurb
//
resources.ApplyResources(this.labelBlurb, "labelBlurb");
this.tableLayoutPanel1.SetColumnSpan(this.labelBlurb, 2);
this.labelBlurb.MinimumSize = new System.Drawing.Size(397, 80);
this.labelBlurb.Name = "labelBlurb";
//
// tableLayoutPanel1
@ -63,22 +62,29 @@ namespace XenAdmin.Dialogs
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 2, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// pictureBoxAdPicture
//
resources.ApplyResources(this.pictureBoxAdPicture, "pictureBoxAdPicture");
this.pictureBoxAdPicture.Image = global::XenAdmin.Properties.Resources._000_User_h32bit_16;
this.pictureBoxAdPicture.Name = "pictureBoxAdPicture";
this.pictureBoxAdPicture.TabStop = false;
//
// labelUsername
//
resources.ApplyResources(this.labelUsername, "labelUsername");
this.labelUsername.Name = "labelUsername";
//
// labelPassword
//
resources.ApplyResources(this.labelPassword, "labelPassword");
this.labelPassword.Name = "labelPassword";
//
// textBoxUsername
//
resources.ApplyResources(this.textBoxUsername, "textBoxUsername");
this.textBoxUsername.Name = "textBoxUsername";
this.textBoxUsername.TextChanged += new System.EventHandler(this.textBoxUsername_TextChanged);
//
// labelPassword
//
resources.ApplyResources(this.labelPassword, "labelPassword");
this.labelPassword.Name = "labelPassword";
//
// textBoxPassword
//
resources.ApplyResources(this.textBoxPassword, "textBoxPassword");
@ -108,13 +114,6 @@ namespace XenAdmin.Dialogs
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
//
// pictureBoxAdPicture
//
resources.ApplyResources(this.pictureBoxAdPicture, "pictureBoxAdPicture");
this.pictureBoxAdPicture.Image = global::XenAdmin.Properties.Resources._000_User_h32bit_16;
this.pictureBoxAdPicture.Name = "pictureBoxAdPicture";
this.pictureBoxAdPicture.TabStop = false;
//
// ReconnectAsDialog
//
this.AcceptButton = this.buttonOK;
@ -125,8 +124,8 @@ namespace XenAdmin.Dialogs
this.Name = "ReconnectAsDialog";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.flowLayoutPanel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.pictureBoxAdPicture)).EndInit();
this.flowLayoutPanel1.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -112,12 +112,12 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="labelBlurb.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
@ -127,11 +127,11 @@
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>3</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="pictureBoxAdPicture.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Top</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="pictureBoxAdPicture.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
@ -151,7 +151,7 @@
<value>pictureBoxAdPicture</value>
</data>
<data name="&gt;&gt;pictureBoxAdPicture.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBoxAdPicture.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -172,13 +172,13 @@
<value>55, 92</value>
</data>
<data name="labelUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="labelUsername.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="labelUsername.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="labelUsername.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -187,7 +187,7 @@
<value>labelUsername</value>
</data>
<data name="&gt;&gt;labelUsername.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelUsername.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -202,13 +202,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="textBoxUsername.Location" type="System.Drawing.Point, System.Drawing">
<value>127, 95</value>
<value>124, 95</value>
</data>
<data name="textBoxUsername.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 20, 3</value>
</data>
<data name="textBoxUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>314, 23</value>
<value>317, 23</value>
</data>
<data name="textBoxUsername.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -217,7 +217,7 @@
<value>textBoxUsername</value>
</data>
<data name="&gt;&gt;textBoxUsername.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUsername.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -238,7 +238,7 @@
<value>55, 121</value>
</data>
<data name="labelPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 29</value>
<value>63, 29</value>
</data>
<data name="labelPassword.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -253,7 +253,7 @@
<value>labelPassword</value>
</data>
<data name="&gt;&gt;labelPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -268,13 +268,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="textBoxPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>127, 124</value>
<value>124, 124</value>
</data>
<data name="textBoxPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 20, 3</value>
</data>
<data name="textBoxPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>314, 23</value>
<value>317, 23</value>
</data>
<data name="textBoxPassword.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
@ -283,7 +283,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -295,7 +295,7 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="buttonCancel.Location" type="System.Drawing.Point, System.Drawing">
<value>253, 3</value>
<value>256, 3</value>
</data>
<data name="buttonCancel.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -310,7 +310,7 @@
<value>buttonCancel</value>
</data>
<data name="&gt;&gt;buttonCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonCancel.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -325,7 +325,7 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="buttonOK.Location" type="System.Drawing.Point, System.Drawing">
<value>172, 3</value>
<value>175, 3</value>
</data>
<data name="buttonOK.Size" type="System.Drawing.Size, System.Drawing">
<value>75, 23</value>
@ -340,7 +340,7 @@
<value>buttonOK</value>
</data>
<data name="&gt;&gt;buttonOK.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonOK.Parent" xml:space="preserve">
<value>flowLayoutPanel1</value>
@ -358,13 +358,13 @@
<value>Segoe UI, 9pt</value>
</data>
<data name="flowLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>127, 160</value>
<value>124, 160</value>
</data>
<data name="flowLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 10, 3, 3</value>
</data>
<data name="flowLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>331, 32</value>
<value>334, 32</value>
</data>
<data name="flowLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
@ -373,7 +373,7 @@
<value>flowLayoutPanel1</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;flowLayoutPanel1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -406,7 +406,7 @@
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Parent" xml:space="preserve">
<value>$this</value>
@ -429,6 +429,9 @@
<data name="labelBlurb.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>6, 6, 6, 6</value>
</data>
<data name="labelBlurb.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>397, 80</value>
</data>
<data name="labelBlurb.Size" type="System.Drawing.Size, System.Drawing">
<value>397, 80</value>
</data>
@ -444,7 +447,7 @@ To log out of this server and log in again using a different user account, enter
<value>labelBlurb</value>
</data>
<data name="&gt;&gt;labelBlurb.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelBlurb.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -452,7 +455,7 @@ To log out of this server and log in again using a different user account, enter
<data name="&gt;&gt;labelBlurb.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">

View File

@ -60,7 +60,6 @@ namespace XenAdmin.Dialogs
//
resources.ApplyResources(this.labelBlurb, "labelBlurb");
this.tableLayoutPanel1.SetColumnSpan(this.labelBlurb, 2);
this.labelBlurb.MaximumSize = new System.Drawing.Size(380, 0);
this.labelBlurb.Name = "labelBlurb";
//
// buttonCancel
@ -74,7 +73,6 @@ namespace XenAdmin.Dialogs
// labelCurrentRoleValue
//
resources.ApplyResources(this.labelCurrentRoleValue, "labelCurrentRoleValue");
this.labelCurrentRoleValue.MaximumSize = new System.Drawing.Size(250, 0);
this.labelCurrentRoleValue.Name = "labelCurrentRoleValue";
//
// labelCurrentRole
@ -100,7 +98,6 @@ namespace XenAdmin.Dialogs
// labelRequiredRoleValue
//
resources.ApplyResources(this.labelRequiredRoleValue, "labelRequiredRoleValue");
this.labelRequiredRoleValue.MaximumSize = new System.Drawing.Size(250, 0);
this.labelRequiredRoleValue.Name = "labelRequiredRoleValue";
//
// TextBoxUsername
@ -188,7 +185,6 @@ namespace XenAdmin.Dialogs
//
resources.ApplyResources(this.labelBlurb2, "labelBlurb2");
this.tableLayoutPanel1.SetColumnSpan(this.labelBlurb2, 2);
this.labelBlurb2.MaximumSize = new System.Drawing.Size(380, 0);
this.labelBlurb2.Name = "labelBlurb2";
//
// TextBoxPassword

View File

@ -112,26 +112,26 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="labelBlurb.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>3</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="pictureBox1.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
@ -148,7 +148,7 @@
<value>pictureBox1</value>
</data>
<data name="&gt;&gt;pictureBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBox1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -187,7 +187,7 @@
<value>labelCurrentAction</value>
</data>
<data name="&gt;&gt;labelCurrentAction.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentAction.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -226,7 +226,7 @@
<value>labelCurrentActionValue</value>
</data>
<data name="&gt;&gt;labelCurrentActionValue.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentActionValue.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -259,7 +259,7 @@
<value>labelServer</value>
</data>
<data name="&gt;&gt;labelServer.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelServer.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -292,7 +292,7 @@
<value>labelServerValue</value>
</data>
<data name="&gt;&gt;labelServerValue.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelServerValue.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -331,7 +331,7 @@
<value>labelCurrentUser</value>
</data>
<data name="&gt;&gt;labelCurrentUser.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentUser.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -370,7 +370,7 @@
<value>labelCurrentUserValue</value>
</data>
<data name="&gt;&gt;labelCurrentUserValue.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentUserValue.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -409,7 +409,7 @@
<value>labelCurrentRole</value>
</data>
<data name="&gt;&gt;labelCurrentRole.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentRole.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -435,6 +435,9 @@
<data name="labelCurrentRoleValue.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 15, 3</value>
</data>
<data name="labelCurrentRoleValue.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>250, 0</value>
</data>
<data name="labelCurrentRoleValue.Size" type="System.Drawing.Size, System.Drawing">
<value>250, 15</value>
</data>
@ -448,7 +451,7 @@
<value>labelCurrentRoleValue</value>
</data>
<data name="&gt;&gt;labelCurrentRoleValue.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelCurrentRoleValue.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -478,7 +481,7 @@
<value>divider</value>
</data>
<data name="&gt;&gt;divider.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;divider.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -504,6 +507,9 @@
<data name="labelBlurb2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 10, 20, 10</value>
</data>
<data name="labelBlurb2.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>380, 0</value>
</data>
<data name="labelBlurb2.Size" type="System.Drawing.Size, System.Drawing">
<value>380, 15</value>
</data>
@ -517,7 +523,7 @@
<value>labelBlurb2</value>
</data>
<data name="&gt;&gt;labelBlurb2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelBlurb2.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -556,7 +562,7 @@
<value>labelRequiredRole</value>
</data>
<data name="&gt;&gt;labelRequiredRole.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelRequiredRole.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -582,6 +588,9 @@
<data name="labelRequiredRoleValue.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 15, 3</value>
</data>
<data name="labelRequiredRoleValue.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>250, 0</value>
</data>
<data name="labelRequiredRoleValue.Size" type="System.Drawing.Size, System.Drawing">
<value>250, 15</value>
</data>
@ -595,7 +604,7 @@
<value>labelRequiredRoleValue</value>
</data>
<data name="&gt;&gt;labelRequiredRoleValue.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelRequiredRoleValue.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -628,7 +637,7 @@
<value>14</value>
</data>
<data name="labelUserName.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="labelUserName.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -637,7 +646,7 @@
<value>labelUserName</value>
</data>
<data name="&gt;&gt;labelUserName.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelUserName.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -667,7 +676,7 @@
<value>TextBoxUsername</value>
</data>
<data name="&gt;&gt;TextBoxUsername.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;TextBoxUsername.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -709,7 +718,7 @@
<value>labelPassword</value>
</data>
<data name="&gt;&gt;labelPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -739,7 +748,7 @@
<value>TextBoxPassword</value>
</data>
<data name="&gt;&gt;TextBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;TextBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -775,7 +784,7 @@
<value>buttonCancel</value>
</data>
<data name="&gt;&gt;buttonCancel.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonCancel.Parent" xml:space="preserve">
<value>panel1</value>
@ -808,7 +817,7 @@
<value>buttonAuthorize</value>
</data>
<data name="&gt;&gt;buttonAuthorize.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonAuthorize.Parent" xml:space="preserve">
<value>panel1</value>
@ -832,7 +841,7 @@
<value>panel1</value>
</data>
<data name="&gt;&gt;panel1.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;panel1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -862,7 +871,7 @@
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Parent" xml:space="preserve">
<value>$this</value>
@ -885,6 +894,9 @@
<data name="labelBlurb.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 5, 20, 10</value>
</data>
<data name="labelBlurb.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>380, 0</value>
</data>
<data name="labelBlurb.Size" type="System.Drawing.Size, System.Drawing">
<value>380, 15</value>
</data>
@ -898,7 +910,7 @@
<value>labelBlurb</value>
</data>
<data name="&gt;&gt;labelBlurb.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelBlurb.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -906,7 +918,7 @@
<data name="&gt;&gt;labelBlurb.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -939,4 +951,4 @@
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>XenAdmin.Dialogs.XenDialogBase, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>
</root>

View File

@ -196,7 +196,7 @@
<value>94, 119</value>
</data>
<data name="checkboxUseCurrentXSCredentials.Size" type="System.Drawing.Size, System.Drawing">
<value>352, 19</value>
<value>232, 19</value>
</data>
<data name="checkboxUseCurrentXSCredentials.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
@ -340,13 +340,13 @@
<value>6, 64</value>
</data>
<data name="LabelXenServerUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 15</value>
<value>63, 15</value>
</data>
<data name="LabelXenServerUsername.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="LabelXenServerUsername.Text" xml:space="preserve">
<value>U&amp;ser name:</value>
<value>U&amp;sername:</value>
</data>
<data name="&gt;&gt;LabelXenServerUsername.Name" xml:space="preserve">
<value>LabelXenServerUsername</value>
@ -490,13 +490,13 @@
<value>6, 61</value>
</data>
<data name="LabelWLBUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>66, 15</value>
<value>63, 15</value>
</data>
<data name="LabelWLBUsername.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="LabelWLBUsername.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="&gt;&gt;LabelWLBUsername.Name" xml:space="preserve">
<value>LabelWLBUsername</value>
@ -612,6 +612,27 @@
<data name="decentGroupBoxWLBServerAddress.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="labelDefaultPortBlurb.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelDefaultPortBlurb.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="labelDefaultPortBlurb.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="labelDefaultPortBlurb.Location" type="System.Drawing.Point, System.Drawing">
<value>153, 85</value>
</data>
<data name="labelDefaultPortBlurb.Size" type="System.Drawing.Size, System.Drawing">
<value>91, 15</value>
</data>
<data name="labelDefaultPortBlurb.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="labelDefaultPortBlurb.Text" xml:space="preserve">
<value>(Default is 8012)</value>
</data>
<data name="&gt;&gt;labelDefaultPortBlurb.Name" xml:space="preserve">
<value>labelDefaultPortBlurb</value>
</data>
@ -651,105 +672,9 @@
<data name="&gt;&gt;decentGroupBoxWLBServerAddress.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="labelDefaultPortBlurb.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="labelDefaultPortBlurb.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="labelDefaultPortBlurb.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="labelDefaultPortBlurb.Location" type="System.Drawing.Point, System.Drawing">
<value>153, 85</value>
</data>
<data name="labelDefaultPortBlurb.Size" type="System.Drawing.Size, System.Drawing">
<value>91, 15</value>
</data>
<data name="labelDefaultPortBlurb.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="labelDefaultPortBlurb.Text" xml:space="preserve">
<value>(Default is 8012)</value>
</data>
<data name="&gt;&gt;labelDefaultPortBlurb.Name" xml:space="preserve">
<value>labelDefaultPortBlurb</value>
</data>
<data name="&gt;&gt;labelDefaultPortBlurb.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;labelDefaultPortBlurb.Parent" xml:space="preserve">
<value>decentGroupBoxWLBServerAddress</value>
</data>
<data name="&gt;&gt;labelDefaultPortBlurb.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="decentGroupBoxWLBCredentials.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="&gt;&gt;pictureBox3.Name" xml:space="preserve">
<value>pictureBox3</value>
</data>
<data name="&gt;&gt;pictureBox3.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;pictureBox3.Parent" xml:space="preserve">
<value>decentGroupBoxWLBCredentials</value>
</data>
<data name="&gt;&gt;pictureBox3.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="&gt;&gt;pictureBox2.Name" xml:space="preserve">
<value>pictureBox2</value>
</data>
<data name="&gt;&gt;pictureBox2.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;pictureBox2.Parent" xml:space="preserve">
<value>decentGroupBoxWLBCredentials</value>
</data>
<data name="&gt;&gt;pictureBox2.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="&gt;&gt;pictureBox1.Name" xml:space="preserve">
<value>pictureBox1</value>
</data>
<data name="&gt;&gt;pictureBox1.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;pictureBox1.Parent" xml:space="preserve">
<value>decentGroupBoxWLBCredentials</value>
</data>
<data name="&gt;&gt;pictureBox1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="decentGroupBoxWLBCredentials.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="decentGroupBoxWLBCredentials.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 135</value>
</data>
<data name="decentGroupBoxWLBCredentials.Size" type="System.Drawing.Size, System.Drawing">
<value>497, 121</value>
</data>
<data name="decentGroupBoxWLBCredentials.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="decentGroupBoxWLBCredentials.Text" xml:space="preserve">
<value>WLB Server Credentials</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Name" xml:space="preserve">
<value>decentGroupBoxWLBCredentials</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Type" xml:space="preserve">
<value>XenAdmin.Controls.DecentGroupBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="pictureBox3.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
@ -831,6 +756,33 @@
<data name="&gt;&gt;pictureBox1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="decentGroupBoxWLBCredentials.Font" type="System.Drawing.Font, System.Drawing">
<value>Segoe UI, 9pt</value>
</data>
<data name="decentGroupBoxWLBCredentials.Location" type="System.Drawing.Point, System.Drawing">
<value>13, 135</value>
</data>
<data name="decentGroupBoxWLBCredentials.Size" type="System.Drawing.Size, System.Drawing">
<value>497, 121</value>
</data>
<data name="decentGroupBoxWLBCredentials.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="decentGroupBoxWLBCredentials.Text" xml:space="preserve">
<value>WLB Server Credentials</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Name" xml:space="preserve">
<value>decentGroupBoxWLBCredentials</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Type" xml:space="preserve">
<value>XenAdmin.Controls.DecentGroupBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;decentGroupBoxWLBCredentials.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="decentGroupBoxXSCredentials.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
@ -1018,53 +970,53 @@
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACq
CgAAAk1TRnQBSQFMAgEBBAEAAfgBAAH4AQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo
AwABQAMAASADAAEBAQABCAYAAQgYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA
AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5
AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA
AWYDAAGZAwABzAIAATMDAAIzAgABMwFmAgABMwGZAgABMwHMAgABMwH/AgABZgMAAWYBMwIAAmYCAAFm
AZkCAAFmAcwCAAFmAf8CAAGZAwABmQEzAgABmQFmAgACmQIAAZkBzAIAAZkB/wIAAcwDAAHMATMCAAHM
AWYCAAHMAZkCAALMAgABzAH/AgAB/wFmAgAB/wGZAgAB/wHMAQABMwH/AgAB/wEAATMBAAEzAQABZgEA
ATMBAAGZAQABMwEAAcwBAAEzAQAB/wEAAf8BMwIAAzMBAAIzAWYBAAIzAZkBAAIzAcwBAAIzAf8BAAEz
AWYCAAEzAWYBMwEAATMCZgEAATMBZgGZAQABMwFmAcwBAAEzAWYB/wEAATMBmQIAATMBmQEzAQABMwGZ
AWYBAAEzApkBAAEzAZkBzAEAATMBmQH/AQABMwHMAgABMwHMATMBAAEzAcwBZgEAATMBzAGZAQABMwLM
AQABMwHMAf8BAAEzAf8BMwEAATMB/wFmAQABMwH/AZkBAAEzAf8BzAEAATMC/wEAAWYDAAFmAQABMwEA
AWYBAAFmAQABZgEAAZkBAAFmAQABzAEAAWYBAAH/AQABZgEzAgABZgIzAQABZgEzAWYBAAFmATMBmQEA
AWYBMwHMAQABZgEzAf8BAAJmAgACZgEzAQADZgEAAmYBmQEAAmYBzAEAAWYBmQIAAWYBmQEzAQABZgGZ
AWYBAAFmApkBAAFmAZkBzAEAAWYBmQH/AQABZgHMAgABZgHMATMBAAFmAcwBmQEAAWYCzAEAAWYBzAH/
AQABZgH/AgABZgH/ATMBAAFmAf8BmQEAAWYB/wHMAQABzAEAAf8BAAH/AQABzAEAApkCAAGZATMBmQEA
AZkBAAGZAQABmQEAAcwBAAGZAwABmQIzAQABmQEAAWYBAAGZATMBzAEAAZkBAAH/AQABmQFmAgABmQFm
ATMBAAGZATMBZgEAAZkBZgGZAQABmQFmAcwBAAGZATMB/wEAApkBMwEAApkBZgEAA5kBAAKZAcwBAAKZ
Af8BAAGZAcwCAAGZAcwBMwEAAWYBzAFmAQABmQHMAZkBAAGZAswBAAGZAcwB/wEAAZkB/wIAAZkB/wEz
AQABmQHMAWYBAAGZAf8BmQEAAZkB/wHMAQABmQL/AQABzAMAAZkBAAEzAQABzAEAAWYBAAHMAQABmQEA
AcwBAAHMAQABmQEzAgABzAIzAQABzAEzAWYBAAHMATMBmQEAAcwBMwHMAQABzAEzAf8BAAHMAWYCAAHM
AWYBMwEAAZkCZgEAAcwBZgGZAQABzAFmAcwBAAGZAWYB/wEAAcwBmQIAAcwBmQEzAQABzAGZAWYBAAHM
ApkBAAHMAZkBzAEAAcwBmQH/AQACzAIAAswBMwEAAswBZgEAAswBmQEAA8wBAALMAf8BAAHMAf8CAAHM
Af8BMwEAAZkB/wFmAQABzAH/AZkBAAHMAf8BzAEAAcwC/wEAAcwBAAEzAQAB/wEAAWYBAAH/AQABmQEA
AcwBMwIAAf8CMwEAAf8BMwFmAQAB/wEzAZkBAAH/ATMBzAEAAf8BMwH/AQAB/wFmAgAB/wFmATMBAAHM
AmYBAAH/AWYBmQEAAf8BZgHMAQABzAFmAf8BAAH/AZkCAAH/AZkBMwEAAf8BmQFmAQAB/wKZAQAB/wGZ
AcwBAAH/AZkB/wEAAf8BzAIAAf8BzAEzAQAB/wHMAWYBAAH/AcwBmQEAAf8CzAEAAf8BzAH/AQAC/wEz
AQABzAH/AWYBAAL/AZkBAAL/AcwBAAJmAf8BAAFmAf8BZgEAAWYC/wEAAf8CZgEAAf8BZgH/AQAC/wFm
AQABIQEAAaUBAANfAQADdwEAA4YBAAOWAQADywEAA7IBAAPXAQAD3QEAA+MBAAPqAQAD8QEAA/gBAAHw
AfsB/wEAAaQCoAEAA4ADAAH/AgAB/wMAAv8BAAH/AwAB/wEAAf8BAAL/AgAD//8A/wD/AP8ABQAGBQHO
AWEOBQGMAWcDBQFnAewB6wIFIAAFBQGMAd0B1QHcARkBCQEZCgUB3QHVAtwBtAPTAbMBYSAABQUB3QEJ
AtUBrQG0AbMBzgHcAhkFBQHdAQkC1QHtAYsBrQHNAYsBrQHHBQAB/wG7Af8RAAHUAfQB/wQABAUB3QEJ
AdUB1AHVAbQB3AHUAc4BCQGzAdUEBQHdAQkB1gHUAdUBpgHHA/8BxwGtBAAB/wG7AdsB/xEAAbMB1AH0
Af8DAAMFAd0BCQLVAc4B1ALVAdwBzgFhBQUB3QEJAdYB1QHOAdQBpgLHAv8BxwGtBAABuwHUAdsI/wMA
B/8CswHUAfQB/wIAAwUBCQHWAdUBswHNAQkB1AGzAdUBzgYFAQkB3AHVAbMBzQHcAe8BpgH/AqYB/wGt
AwABvAKzAdQF2wG6AbMB/wMAAbMF2wHaAbMBsgGzAdQB9AH/AQADBQEJAdUBswGtArQBuwEZAdQBegYF
AQkB1QGzAa0CtAG7Ac8BiwKGAc8B6wIAAfEEswHUAdoC1AKzAbQB/wMAAawCswHaAdQB2gHUArMBsgGz
AdQB/wEAAwUB3AHVAq0BBwK0ArsB9gEJAdQEBQHcAdUCrQFlA7QBiwG0AV8BZwEFAgABrQSzA9oB1AKz
AboB/wMAAawDswPaAdQCswGyAbQB/wEAAwUB1QGzAq0BswG0AawBCQG0Ac4GBQHVAbQCrQGzAbQBswH0
AbQBCQMFAgAB/wGLBLMF2gHbAf8DAAGKBLME2gKzAf8CAAMFAdUBswKtAbMBrQHzArQBzgYFAdUBswKt
ArMDtAFfAwUEAAGLArMDrQOzAbQEAAHwA6YDrAGzAdoB2wH0AwADBQHVAbMBrQEJAfQCswG0AccBzgYF
AdUBswGtAv8BrQGzAbQBswG8AwUEAAH/AYsBswH/EQABswHbAfQEAAMFAdUBswEZBAkB9AG0Ac4GBQHV
AbMFCQH/AbMBtAMFBQAB/wGtAf8RAAGzAfMFAAMFAdUDGQEJAtwCCQcFAdUDGQEJA9wBCQQFBgAB/xIA
AfQGAAMFAc4DGQEJAdsB3AHOCAUBzgMZAd0B2wLcBQUgAAYFAeYBGQEJDQUBqAIJBwUgACAFIAABQgFN
AT4HAAE+AwABKAMAAUADAAEgAwABAQEAAQEGAAEBFgAD/4UABP8EAAT/BAAB+AL/AY8EAAHwAv8BhwQA
AfABAQHAAQMEAAHgAQEBwAEBBAABwAEBAcABAQQAAcABAQHAAQEEAAHAAQEBwAEDBAAB8AEDAcABBwQA
AfAC/wGPBAAB+AL/AZ8EAAH9Av8BvwQABP8EAAT/BAAE/ws=
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACo
CgAAAk1TRnQBSQFMAgEBBAIAAQEBAAEBARABAAEQAQAE/wEJAQAI/wFCAU0BNgEEBgABNgEEAgABKAMA
AUADAAEgAwABAQEAAQgGAAEIGAABgAIAAYADAAKAAQABgAMAAYABAAGAAQACgAIAA8ABAAHAAdwBwAEA
AfABygGmAQABMwUAATMBAAEzAQABMwEAAjMCAAMWAQADHAEAAyIBAAMpAQADVQEAA00BAANCAQADOQEA
AYABfAH/AQACUAH/AQABkwEAAdYBAAH/AewBzAEAAcYB1gHvAQAB1gLnAQABkAGpAa0CAAH/ATMDAAFm
AwABmQMAAcwCAAEzAwACMwIAATMBZgIAATMBmQIAATMBzAIAATMB/wIAAWYDAAFmATMCAAJmAgABZgGZ
AgABZgHMAgABZgH/AgABmQMAAZkBMwIAAZkBZgIAApkCAAGZAcwCAAGZAf8CAAHMAwABzAEzAgABzAFm
AgABzAGZAgACzAIAAcwB/wIAAf8BZgIAAf8BmQIAAf8BzAEAATMB/wIAAf8BAAEzAQABMwEAAWYBAAEz
AQABmQEAATMBAAHMAQABMwEAAf8BAAH/ATMCAAMzAQACMwFmAQACMwGZAQACMwHMAQACMwH/AQABMwFm
AgABMwFmATMBAAEzAmYBAAEzAWYBmQEAATMBZgHMAQABMwFmAf8BAAEzAZkCAAEzAZkBMwEAATMBmQFm
AQABMwKZAQABMwGZAcwBAAEzAZkB/wEAATMBzAIAATMBzAEzAQABMwHMAWYBAAEzAcwBmQEAATMCzAEA
ATMBzAH/AQABMwH/ATMBAAEzAf8BZgEAATMB/wGZAQABMwH/AcwBAAEzAv8BAAFmAwABZgEAATMBAAFm
AQABZgEAAWYBAAGZAQABZgEAAcwBAAFmAQAB/wEAAWYBMwIAAWYCMwEAAWYBMwFmAQABZgEzAZkBAAFm
ATMBzAEAAWYBMwH/AQACZgIAAmYBMwEAA2YBAAJmAZkBAAJmAcwBAAFmAZkCAAFmAZkBMwEAAWYBmQFm
AQABZgKZAQABZgGZAcwBAAFmAZkB/wEAAWYBzAIAAWYBzAEzAQABZgHMAZkBAAFmAswBAAFmAcwB/wEA
AWYB/wIAAWYB/wEzAQABZgH/AZkBAAFmAf8BzAEAAcwBAAH/AQAB/wEAAcwBAAKZAgABmQEzAZkBAAGZ
AQABmQEAAZkBAAHMAQABmQMAAZkCMwEAAZkBAAFmAQABmQEzAcwBAAGZAQAB/wEAAZkBZgIAAZkBZgEz
AQABmQEzAWYBAAGZAWYBmQEAAZkBZgHMAQABmQEzAf8BAAKZATMBAAKZAWYBAAOZAQACmQHMAQACmQH/
AQABmQHMAgABmQHMATMBAAFmAcwBZgEAAZkBzAGZAQABmQLMAQABmQHMAf8BAAGZAf8CAAGZAf8BMwEA
AZkBzAFmAQABmQH/AZkBAAGZAf8BzAEAAZkC/wEAAcwDAAGZAQABMwEAAcwBAAFmAQABzAEAAZkBAAHM
AQABzAEAAZkBMwIAAcwCMwEAAcwBMwFmAQABzAEzAZkBAAHMATMBzAEAAcwBMwH/AQABzAFmAgABzAFm
ATMBAAGZAmYBAAHMAWYBmQEAAcwBZgHMAQABmQFmAf8BAAHMAZkCAAHMAZkBMwEAAcwBmQFmAQABzAKZ
AQABzAGZAcwBAAHMAZkB/wEAAswCAALMATMBAALMAWYBAALMAZkBAAPMAQACzAH/AQABzAH/AgABzAH/
ATMBAAGZAf8BZgEAAcwB/wGZAQABzAH/AcwBAAHMAv8BAAHMAQABMwEAAf8BAAFmAQAB/wEAAZkBAAHM
ATMCAAH/AjMBAAH/ATMBZgEAAf8BMwGZAQAB/wEzAcwBAAH/ATMB/wEAAf8BZgIAAf8BZgEzAQABzAJm
AQAB/wFmAZkBAAH/AWYBzAEAAcwBZgH/AQAB/wGZAgAB/wGZATMBAAH/AZkBZgEAAf8CmQEAAf8BmQHM
AQAB/wGZAf8BAAH/AcwCAAH/AcwBMwEAAf8BzAFmAQAB/wHMAZkBAAH/AswBAAH/AcwB/wEAAv8BMwEA
AcwB/wFmAQAC/wGZAQAC/wHMAQACZgH/AQABZgH/AWYBAAFmAv8BAAH/AmYBAAH/AWYB/wEAAv8BZgEA
ASEBAAGlAQADXwEAA3cBAAOGAQADlgEAA8sBAAOyAQAD1wEAA90BAAPjAQAD6gEAA/EBAAP4AQAB8AH7
Af8BAAGkAqABAAOAAwAB/wIAAf8DAAL/AQAB/wMAAf8BAAH/AQAC/wIAA///AP8A/wD/AAUABgUBzgFh
DgUBjAFnAwUBZwHsAesCBSAABQUBjAHdAdUB3AEZAQkBGQoFAd0B1QLcAbQD0wGzAWEgAAUFAd0BCQLV
Aa0BtAGzAc4B3AIZBQUB3QEJAtUB7QGLAa0BzQGLAa0BxwUAAf8BuwH/EQAB1AH0Af8EAAQFAd0BCQHV
AdQB1QG0AdwB1AHOAQkBswHVBAUB3QEJAdYB1AHVAaYBxwP/AccBrQQAAf8BuwHbAf8RAAGzAdQB9AH/
AwADBQHdAQkC1QHOAdQC1QHcAc4BYQUFAd0BCQHWAdUBzgHUAaYCxwL/AccBrQQAAbsB1AHbCP8DAAf/
ArMB1AH0Af8CAAMFAQkB1gHVAbMBzQEJAdQBswHVAc4GBQEJAdwB1QGzAc0B3AHvAaYB/wKmAf8BrQMA
AbwCswHUBdsBugGzAf8DAAGzBdsB2gGzAbIBswHUAfQB/wEAAwUBCQHVAbMBrQK0AbsBGQHUAXoGBQEJ
AdUBswGtArQBuwHPAYsChgHPAesCAAHxBLMB1AHaAtQCswG0Af8DAAGsArMB2gHUAdoB1AKzAbIBswHU
Af8BAAMFAdwB1QKtAQcCtAK7AfYBCQHUBAUB3AHVAq0BZQO0AYsBtAFfAWcBBQIAAa0EswPaAdQCswG6
Af8DAAGsA7MD2gHUArMBsgG0Af8BAAMFAdUBswKtAbMBtAGsAQkBtAHOBgUB1QG0Aq0BswG0AbMB9AG0
AQkDBQIAAf8BiwSzBdoB2wH/AwABigSzBNoCswH/AgADBQHVAbMCrQGzAa0B8wK0Ac4GBQHVAbMCrQKz
A7QBXwMFBAABiwKzA60DswG0BAAB8AOmA6wBswHaAdsB9AMAAwUB1QGzAa0BCQH0ArMBtAHHAc4GBQHV
AbMBrQL/Aa0BswG0AbMBvAMFBAAB/wGLAbMB/xEAAbMB2wH0BAADBQHVAbMBGQQJAfQBtAHOBgUB1QGz
BQkB/wGzAbQDBQUAAf8BrQH/EQABswHzBQADBQHVAxkBCQLcAgkHBQHVAxkBCQPcAQkEBQYAAf8SAAH0
BgADBQHOAxkBCQHbAdwBzggFAc4DGQHdAdsC3AUFIAAGBQHmARkBCQ0FAagCCQcFIAAgBSAAAUIBTQE+
BwABPgMAASgDAAFAAwABIAMAAQEBAAEBBgABARYAA/+FAAT/BAAE/wQAAfgC/wGPBAAB8AL/AYcEAAHw
AQEBwAEDBAAB4AEBAcABAQQAAcABAQHAAQEEAAHAAQEBwAEBBAABwAEBAcABAwQAAfABAwHAAQcEAAHw
Av8BjwQAAfgC/wGfBAAB/QL/Ab8EAAT/BAAE/wQABP8L
</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
@ -1094,4 +1046,4 @@
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>XenAdmin.Dialogs.XenDialogBase, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>
</root>

View File

@ -180,7 +180,6 @@ namespace XenAdmin.SettingsPanels
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle1;
resources.ApplyResources(this.dataGridView1, "dataGridView1");
this.dataGridView1.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
this.dataGridView1.MaximumSize = new System.Drawing.Size(0, 120);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
this.dataGridView1.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellEndEdit);

View File

@ -112,20 +112,20 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="radioButtonDisabled.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="radioButtonDisabled.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="radioButtonDisabled.Location" type="System.Drawing.Point, System.Drawing">
<value>6, 19</value>
</data>
@ -142,7 +142,7 @@
<value>radioButtonDisabled</value>
</data>
<data name="&gt;&gt;radioButtonDisabled.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonDisabled.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -172,7 +172,7 @@
<value>radioButtonWakeonLAN</value>
</data>
<data name="&gt;&gt;radioButtonWakeonLAN.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonWakeonLAN.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -202,7 +202,7 @@
<value>radioButtonILO</value>
</data>
<data name="&gt;&gt;radioButtonILO.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonILO.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -232,7 +232,7 @@
<value>radioButtonDRAC</value>
</data>
<data name="&gt;&gt;radioButtonDRAC.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonDRAC.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -262,7 +262,7 @@
<value>radioButtonCustom</value>
</data>
<data name="&gt;&gt;radioButtonCustom.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonCustom.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -289,7 +289,7 @@
<value>textBoxCustom</value>
</data>
<data name="&gt;&gt;textBoxCustom.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxCustom.Parent" xml:space="preserve">
<value>groupBoxMode</value>
@ -316,7 +316,7 @@
<value>groupBoxMode</value>
</data>
<data name="&gt;&gt;groupBoxMode.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;groupBoxMode.Parent" xml:space="preserve">
<value>$this</value>
@ -355,7 +355,7 @@
<value>label1</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -382,7 +382,7 @@
<value>2</value>
</data>
<data name="label2.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="label2.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -391,7 +391,7 @@
<value>label2</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -427,7 +427,7 @@
<value>label3</value>
</data>
<data name="&gt;&gt;label3.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label3.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -451,7 +451,7 @@
<value>textBoxInterface</value>
</data>
<data name="&gt;&gt;textBoxInterface.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxInterface.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -475,7 +475,7 @@
<value>textBoxUser</value>
</data>
<data name="&gt;&gt;textBoxUser.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUser.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -502,7 +502,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanelCredentials</value>
@ -532,7 +532,7 @@
<value>tableLayoutPanelCredentials</value>
</data>
<data name="&gt;&gt;tableLayoutPanelCredentials.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanelCredentials.Parent" xml:space="preserve">
<value>groupBoxCredentials</value>
@ -568,7 +568,7 @@
<value>groupBoxCredentials</value>
</data>
<data name="&gt;&gt;groupBoxCredentials.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;groupBoxCredentials.Parent" xml:space="preserve">
<value>$this</value>
@ -576,13 +576,13 @@
<data name="&gt;&gt;groupBoxCredentials.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<metadata name="ColumnKey.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="ColumnKey.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="ColumnKey.HeaderText" xml:space="preserve">
<value>Key</value>
</data>
<metadata name="ColumnValue.UserAddedColumn" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="ColumnValue.UserAddedColumn" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="ColumnValue.HeaderText" xml:space="preserve">
@ -594,6 +594,9 @@
<data name="dataGridView1.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 281</value>
</data>
<data name="dataGridView1.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>0, 120</value>
</data>
<data name="dataGridView1.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 44</value>
</data>
@ -631,7 +634,7 @@
<value>label4</value>
</data>
<data name="&gt;&gt;label4.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label4.Parent" xml:space="preserve">
<value>$this</value>
@ -639,7 +642,7 @@
<data name="&gt;&gt;label4.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -652,18 +655,18 @@
<value>ColumnKey</value>
</data>
<data name="&gt;&gt;ColumnKey.Type" xml:space="preserve">
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ColumnValue.Name" xml:space="preserve">
<value>ColumnValue</value>
</data>
<data name="&gt;&gt;ColumnValue.Type" xml:space="preserve">
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.DataGridViewTextBoxColumn, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>HostPowerONEditPage</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>

View File

@ -139,13 +139,13 @@
<value>30, 5, 3, 5</value>
</data>
<data name="usernameLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>61, 13</value>
<value>58, 13</value>
</data>
<data name="usernameLabel.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="usernameLabel.Text" xml:space="preserve">
<value>U&amp;ser name:</value>
<value>U&amp;sername:</value>
</data>
<data name="usernameLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -493,7 +493,7 @@
<value>3, 20, 3, 6</value>
</data>
<data name="uploadCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>451, 17</value>
<value>260, 17</value>
</data>
<data name="uploadCheckBox.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
@ -687,4 +687,4 @@
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>XenAdmin.Controls.XenTabPage, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>
</root>

View File

@ -35,6 +35,7 @@
this.radioButtonDoNotArchive = new System.Windows.Forms.RadioButton();
this.m_tlpDestination = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.textBoxPath = new System.Windows.Forms.TextBox();
this.buttonTest = new System.Windows.Forms.Button();
this.pictureBoxTest = new System.Windows.Forms.PictureBox();
this.checkBoxCredentials = new System.Windows.Forms.CheckBox();
@ -60,7 +61,6 @@
this.tableLayoutPanel5 = new System.Windows.Forms.TableLayoutPanel();
this.m_tlpRecur = new System.Windows.Forms.TableLayoutPanel();
this.sectionLabelDest = new XenAdmin.Controls.SectionHeaderLabel();
this.textBoxPath = new System.Windows.Forms.TextBox();
this.m_tlpDestination.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxTest)).BeginInit();
this.m_tlpCredentials.SuspendLayout();
@ -117,6 +117,12 @@
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// textBoxPath
//
resources.ApplyResources(this.textBoxPath, "textBoxPath");
this.textBoxPath.Name = "textBoxPath";
this.textBoxPath.TextChanged += new System.EventHandler(this.textBoxPath_TextChanged);
//
// buttonTest
//
resources.ApplyResources(this.buttonTest, "buttonTest");
@ -210,8 +216,6 @@
resources.ApplyResources(this.daysWeekCheckboxes1, "daysWeekCheckboxes1");
this.m_tlpRecur.SetColumnSpan(this.daysWeekCheckboxes1, 2);
this.daysWeekCheckboxes1.Days = "";
this.daysWeekCheckboxes1.MaximumSize = new System.Drawing.Size(400, 80);
this.daysWeekCheckboxes1.MinimumSize = new System.Drawing.Size(0, 75);
this.daysWeekCheckboxes1.Name = "daysWeekCheckboxes1";
//
// labelDays
@ -260,7 +264,6 @@
resources.ApplyResources(this.sectionLabelSchedule, "sectionLabelSchedule");
this.sectionLabelSchedule.LineColor = System.Drawing.SystemColors.Window;
this.sectionLabelSchedule.LineLocation = XenAdmin.Controls.SectionHeaderLabel.VerticalAlignment.Middle;
this.sectionLabelSchedule.MinimumSize = new System.Drawing.Size(0, 14);
this.sectionLabelSchedule.Name = "sectionLabelSchedule";
this.sectionLabelSchedule.TabStop = false;
//
@ -297,16 +300,9 @@
resources.ApplyResources(this.sectionLabelDest, "sectionLabelDest");
this.sectionLabelDest.LineColor = System.Drawing.SystemColors.Window;
this.sectionLabelDest.LineLocation = XenAdmin.Controls.SectionHeaderLabel.VerticalAlignment.Middle;
this.sectionLabelDest.MinimumSize = new System.Drawing.Size(0, 14);
this.sectionLabelDest.Name = "sectionLabelDest";
this.sectionLabelDest.TabStop = false;
//
// textBoxPath
//
resources.ApplyResources(this.textBoxPath, "textBoxPath");
this.textBoxPath.Name = "textBoxPath";
this.textBoxPath.TextChanged += new System.EventHandler(this.textBoxPath_TextChanged);
//
// NewPolicyArchivePage
//
resources.ApplyResources(this, "$this");

View File

@ -112,20 +112,20 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="radioButtonArchiveWeekly.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="radioButtonArchiveWeekly.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="radioButtonArchiveWeekly.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 72</value>
</data>
@ -142,7 +142,7 @@
<value>radioButtonArchiveWeekly</value>
</data>
<data name="&gt;&gt;radioButtonArchiveWeekly.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonArchiveWeekly.Parent" xml:space="preserve">
<value>tableLayoutPanel5</value>
@ -175,7 +175,7 @@
<value>radioButtonArchiveDaily</value>
</data>
<data name="&gt;&gt;radioButtonArchiveDaily.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonArchiveDaily.Parent" xml:space="preserve">
<value>toolTipContainer1</value>
@ -205,7 +205,7 @@
<value>radioButtonArchiveASAP</value>
</data>
<data name="&gt;&gt;radioButtonArchiveASAP.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonArchiveASAP.Parent" xml:space="preserve">
<value>tableLayoutPanel5</value>
@ -232,7 +232,7 @@
<value>radioButtonDoNotArchive</value>
</data>
<data name="&gt;&gt;radioButtonDoNotArchive.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;radioButtonDoNotArchive.Parent" xml:space="preserve">
<value>tableLayoutPanel5</value>
@ -271,7 +271,7 @@
<value>label2</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -295,7 +295,7 @@
<value>textBoxPath</value>
</data>
<data name="&gt;&gt;textBoxPath.Type" xml:space="preserve">
<value>XenAdmin.Controls.WatermarkTextBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPath.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -322,7 +322,7 @@
<value>buttonTest</value>
</data>
<data name="&gt;&gt;buttonTest.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonTest.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -355,7 +355,7 @@
<value>pictureBoxTest</value>
</data>
<data name="&gt;&gt;pictureBoxTest.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBoxTest.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -394,7 +394,7 @@
<value>checkBoxCredentials</value>
</data>
<data name="&gt;&gt;checkBoxCredentials.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;checkBoxCredentials.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -427,13 +427,13 @@
<value>18, 6</value>
</data>
<data name="labelUser.Size" type="System.Drawing.Size, System.Drawing">
<value>61, 13</value>
<value>58, 13</value>
</data>
<data name="labelUser.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="labelUser.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="labelUser.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -442,7 +442,7 @@
<value>labelUser</value>
</data>
<data name="&gt;&gt;labelUser.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelUser.Parent" xml:space="preserve">
<value>m_tlpCredentials</value>
@ -454,10 +454,10 @@
<value>Fill</value>
</data>
<data name="textBoxUser.Location" type="System.Drawing.Point, System.Drawing">
<value>85, 3</value>
<value>82, 3</value>
</data>
<data name="textBoxUser.Size" type="System.Drawing.Size, System.Drawing">
<value>174, 20</value>
<value>176, 20</value>
</data>
<data name="textBoxUser.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
@ -466,7 +466,7 @@
<value>textBoxUser</value>
</data>
<data name="&gt;&gt;textBoxUser.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUser.Parent" xml:space="preserve">
<value>m_tlpCredentials</value>
@ -484,7 +484,7 @@
<value>NoControl</value>
</data>
<data name="labelPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>265, 6</value>
<value>264, 6</value>
</data>
<data name="labelPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>56, 13</value>
@ -502,7 +502,7 @@
<value>labelPassword</value>
</data>
<data name="&gt;&gt;labelPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelPassword.Parent" xml:space="preserve">
<value>m_tlpCredentials</value>
@ -514,13 +514,13 @@
<value>Fill</value>
</data>
<data name="textBoxPassword.Location" type="System.Drawing.Point, System.Drawing">
<value>327, 3</value>
<value>326, 3</value>
</data>
<data name="textBoxPassword.PasswordChar" type="System.Char, mscorlib" xml:space="preserve">
<value>*</value>
</data>
<data name="textBoxPassword.Size" type="System.Drawing.Size, System.Drawing">
<value>175, 20</value>
<value>176, 20</value>
</data>
<data name="textBoxPassword.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
@ -529,7 +529,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>m_tlpCredentials</value>
@ -556,7 +556,7 @@
<value>m_tlpCredentials</value>
</data>
<data name="&gt;&gt;m_tlpCredentials.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;m_tlpCredentials.Parent" xml:space="preserve">
<value>m_tlpDestination</value>
@ -601,7 +601,7 @@
<value>Fill</value>
</data>
<data name="m_tlpDestination.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 267</value>
<value>3, 271</value>
</data>
<data name="m_tlpDestination.RowCount" type="System.Int32, mscorlib">
<value>4</value>
@ -616,7 +616,7 @@
<value>m_tlpDestination</value>
</data>
<data name="&gt;&gt;m_tlpDestination.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;m_tlpDestination.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -691,7 +691,7 @@
<value>tableLayoutPanel5</value>
</data>
<data name="&gt;&gt;tableLayoutPanel5.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel5.Parent" xml:space="preserve">
<value>tableLayoutPanel4</value>
@ -712,7 +712,7 @@
<value>labelDivider</value>
</data>
<data name="&gt;&gt;labelDivider.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelDivider.Parent" xml:space="preserve">
<value>tableLayoutPanel5</value>
@ -745,7 +745,7 @@
<value>labelRecurDaily</value>
</data>
<data name="&gt;&gt;labelRecurDaily.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelRecurDaily.Parent" xml:space="preserve">
<value>m_tlpRecur</value>
@ -817,7 +817,7 @@
<value>labelRecurWeekly</value>
</data>
<data name="&gt;&gt;labelRecurWeekly.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelRecurWeekly.Parent" xml:space="preserve">
<value>m_tlpRecur</value>
@ -871,7 +871,7 @@
<value>labelDays</value>
</data>
<data name="&gt;&gt;labelDays.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelDays.Parent" xml:space="preserve">
<value>m_tlpRecur</value>
@ -898,7 +898,7 @@
<value>m_tlpRecur</value>
</data>
<data name="&gt;&gt;m_tlpRecur.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;m_tlpRecur.Parent" xml:space="preserve">
<value>tableLayoutPanel4</value>
@ -915,6 +915,12 @@
<data name="daysWeekCheckboxes1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 68</value>
</data>
<data name="daysWeekCheckboxes1.MaximumSize" type="System.Drawing.Size, System.Drawing">
<value>400, 80</value>
</data>
<data name="daysWeekCheckboxes1.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>0, 75</value>
</data>
<data name="daysWeekCheckboxes1.Size" type="System.Drawing.Size, System.Drawing">
<value>376, 75</value>
</data>
@ -949,7 +955,7 @@
<value>4, 3, 3, 3</value>
</data>
<data name="localServerTime1.Size" type="System.Drawing.Size, System.Drawing">
<value>613, 18</value>
<value>613, 22</value>
</data>
<data name="localServerTime1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
@ -1008,6 +1014,9 @@
<data name="sectionLabelSchedule.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Top</value>
</data>
<data name="sectionLabelSchedule.FocusControl" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="sectionLabelSchedule.LabelHorizontalAlignment" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Left</value>
</data>
@ -1021,7 +1030,10 @@
<value>0, 0, 0, 0</value>
</data>
<data name="sectionLabelSchedule.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 69</value>
<value>3, 73</value>
</data>
<data name="sectionLabelSchedule.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>0, 14</value>
</data>
<data name="sectionLabelSchedule.Size" type="System.Drawing.Size, System.Drawing">
<value>614, 14</value>
@ -1029,6 +1041,9 @@
<data name="sectionLabelSchedule.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="sectionLabelSchedule.UseMnemonic" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;sectionLabelSchedule.Name" xml:space="preserve">
<value>sectionLabelSchedule</value>
</data>
@ -1054,7 +1069,7 @@
<value>Fill</value>
</data>
<data name="tableLayoutPanel4.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 89</value>
<value>3, 93</value>
</data>
<data name="tableLayoutPanel4.RowCount" type="System.Int32, mscorlib">
<value>1</value>
@ -1069,7 +1084,7 @@
<value>tableLayoutPanel4</value>
</data>
<data name="&gt;&gt;tableLayoutPanel4.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel4.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -1086,6 +1101,9 @@
<data name="sectionLabelDest.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Top</value>
</data>
<data name="sectionLabelDest.FocusControl" type="System.Resources.ResXNullRef, System.Windows.Forms">
<value />
</data>
<data name="sectionLabelDest.LabelHorizontalAlignment" type="System.Windows.Forms.HorizontalAlignment, System.Windows.Forms">
<value>Left</value>
</data>
@ -1099,7 +1117,10 @@
<value>0, 0, 0, 0</value>
</data>
<data name="sectionLabelDest.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 247</value>
<value>3, 251</value>
</data>
<data name="sectionLabelDest.MinimumSize" type="System.Drawing.Size, System.Drawing">
<value>0, 14</value>
</data>
<data name="sectionLabelDest.Size" type="System.Drawing.Size, System.Drawing">
<value>614, 14</value>
@ -1107,6 +1128,9 @@
<data name="sectionLabelDest.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="sectionLabelDest.UseMnemonic" type="System.Boolean, mscorlib">
<value>False</value>
</data>
<data name="&gt;&gt;sectionLabelDest.Name" xml:space="preserve">
<value>sectionLabelDest</value>
</data>
@ -1138,7 +1162,7 @@
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Parent" xml:space="preserve">
<value>$this</value>
@ -1149,7 +1173,7 @@
<data name="tableLayoutPanel2.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="autoHeightLabel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="sectionLabelSchedule" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="localServerTime1" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="tableLayoutPanel4" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="sectionLabelDest" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="m_tlpDestination" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Percent,100" /&gt;&lt;Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">

View File

@ -28,133 +28,133 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CifsFrontend));
this.CifsScanButton = new System.Windows.Forms.Button();
this.listBoxCifsSRs = new XenAdmin.Controls.SRListBox();
this.radioButtonCifsReattach = new System.Windows.Forms.RadioButton();
this.radioButtonCifsNew = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.labelAdvancedOptions = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.CifsServerPathTextBox = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// CifsScanButton
//
resources.ApplyResources(this.CifsScanButton, "CifsScanButton");
this.CifsScanButton.Name = "CifsScanButton";
this.CifsScanButton.UseVisualStyleBackColor = true;
this.CifsScanButton.Click += new System.EventHandler(this.buttonCifsScan_Click);
//
// listBoxCifsSRs
//
this.tableLayoutPanel1.SetColumnSpan(this.listBoxCifsSRs, 3);
resources.ApplyResources(this.listBoxCifsSRs, "listBoxCifsSRs");
this.listBoxCifsSRs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.listBoxCifsSRs.Name = "listBoxCifsSRs";
this.listBoxCifsSRs.Sorted = true;
this.listBoxCifsSRs.SelectedIndexChanged += new System.EventHandler(this.listBoxCifsSRs_SelectedIndexChanged);
//
// radioButtonCifsReattach
//
resources.ApplyResources(this.radioButtonCifsReattach, "radioButtonCifsReattach");
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonCifsReattach, 3);
this.radioButtonCifsReattach.Name = "radioButtonCifsReattach";
this.radioButtonCifsReattach.UseVisualStyleBackColor = true;
this.radioButtonCifsReattach.CheckedChanged += new System.EventHandler(this.radioButtonCifsReattach_CheckedChanged);
//
// radioButtonCifsNew
//
resources.ApplyResources(this.radioButtonCifsNew, "radioButtonCifsNew");
this.radioButtonCifsNew.Checked = true;
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonCifsNew, 3);
this.radioButtonCifsNew.Name = "radioButtonCifsNew";
this.radioButtonCifsNew.TabStop = true;
this.radioButtonCifsNew.UseVisualStyleBackColor = true;
this.radioButtonCifsNew.CheckedChanged += new System.EventHandler(this.radioButtonCifsNew_CheckedChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
this.label2.Name = "label2";
//
// labelAdvancedOptions
//
resources.ApplyResources(this.labelAdvancedOptions, "labelAdvancedOptions");
this.labelAdvancedOptions.ForeColor = System.Drawing.SystemColors.WindowText;
this.labelAdvancedOptions.Name = "labelAdvancedOptions";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.ForeColor = System.Drawing.SystemColors.WindowText;
this.label3.Name = "label3";
//
// CifsServerPathTextBox
//
resources.ApplyResources(this.CifsServerPathTextBox, "CifsServerPathTextBox");
this.CifsServerPathTextBox.Name = "CifsServerPathTextBox";
this.CifsServerPathTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.passwordTextBox, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.CifsServerPathTextBox, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.CifsScanButton, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.labelAdvancedOptions, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.userNameTextBox, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.radioButtonCifsNew, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.radioButtonCifsReattach, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.listBoxCifsSRs, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.label2, 1, 2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// passwordTextBox
//
resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.UseSystemPasswordChar = true;
this.passwordTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.ForeColor = System.Drawing.SystemColors.WindowText;
this.label4.Name = "label4";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.tableLayoutPanel1.SetColumnSpan(this.label1, 3);
this.label1.Name = "label1";
//
// userNameTextBox
//
resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// CifsFrontend
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CifsFrontend";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CifsFrontend));
this.CifsScanButton = new System.Windows.Forms.Button();
this.listBoxCifsSRs = new XenAdmin.Controls.SRListBox();
this.radioButtonCifsReattach = new System.Windows.Forms.RadioButton();
this.radioButtonCifsNew = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.labelAdvancedOptions = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.CifsServerPathTextBox = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.passwordTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.userNameTextBox = new System.Windows.Forms.TextBox();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// CifsScanButton
//
resources.ApplyResources(this.CifsScanButton, "CifsScanButton");
this.CifsScanButton.Name = "CifsScanButton";
this.CifsScanButton.UseVisualStyleBackColor = true;
this.CifsScanButton.Click += new System.EventHandler(this.buttonCifsScan_Click);
//
// listBoxCifsSRs
//
this.tableLayoutPanel1.SetColumnSpan(this.listBoxCifsSRs, 3);
resources.ApplyResources(this.listBoxCifsSRs, "listBoxCifsSRs");
this.listBoxCifsSRs.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
this.listBoxCifsSRs.Name = "listBoxCifsSRs";
this.listBoxCifsSRs.Sorted = true;
this.listBoxCifsSRs.SelectedIndexChanged += new System.EventHandler(this.listBoxCifsSRs_SelectedIndexChanged);
//
// radioButtonCifsReattach
//
resources.ApplyResources(this.radioButtonCifsReattach, "radioButtonCifsReattach");
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonCifsReattach, 3);
this.radioButtonCifsReattach.Name = "radioButtonCifsReattach";
this.radioButtonCifsReattach.UseVisualStyleBackColor = true;
this.radioButtonCifsReattach.CheckedChanged += new System.EventHandler(this.radioButtonCifsReattach_CheckedChanged);
//
// radioButtonCifsNew
//
resources.ApplyResources(this.radioButtonCifsNew, "radioButtonCifsNew");
this.radioButtonCifsNew.Checked = true;
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonCifsNew, 3);
this.radioButtonCifsNew.Name = "radioButtonCifsNew";
this.radioButtonCifsNew.TabStop = true;
this.radioButtonCifsNew.UseVisualStyleBackColor = true;
this.radioButtonCifsNew.CheckedChanged += new System.EventHandler(this.radioButtonCifsNew_CheckedChanged);
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.ForeColor = System.Drawing.SystemColors.WindowText;
this.label2.Name = "label2";
//
// labelAdvancedOptions
//
resources.ApplyResources(this.labelAdvancedOptions, "labelAdvancedOptions");
this.labelAdvancedOptions.ForeColor = System.Drawing.SystemColors.WindowText;
this.labelAdvancedOptions.Name = "labelAdvancedOptions";
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.ForeColor = System.Drawing.SystemColors.WindowText;
this.label3.Name = "label3";
//
// CifsServerPathTextBox
//
resources.ApplyResources(this.CifsServerPathTextBox, "CifsServerPathTextBox");
this.CifsServerPathTextBox.Name = "CifsServerPathTextBox";
this.CifsServerPathTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.passwordTextBox, 1, 4);
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.CifsServerPathTextBox, 1, 1);
this.tableLayoutPanel1.Controls.Add(this.CifsScanButton, 2, 1);
this.tableLayoutPanel1.Controls.Add(this.labelAdvancedOptions, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.userNameTextBox, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.radioButtonCifsNew, 0, 6);
this.tableLayoutPanel1.Controls.Add(this.radioButtonCifsReattach, 0, 7);
this.tableLayoutPanel1.Controls.Add(this.listBoxCifsSRs, 0, 8);
this.tableLayoutPanel1.Controls.Add(this.label2, 1, 2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// passwordTextBox
//
resources.ApplyResources(this.passwordTextBox, "passwordTextBox");
this.passwordTextBox.Name = "passwordTextBox";
this.passwordTextBox.UseSystemPasswordChar = true;
this.passwordTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// label4
//
resources.ApplyResources(this.label4, "label4");
this.label4.ForeColor = System.Drawing.SystemColors.WindowText;
this.label4.Name = "label4";
//
// label1
//
resources.ApplyResources(this.label1, "label1");
this.tableLayoutPanel1.SetColumnSpan(this.label1, 3);
this.label1.Name = "label1";
//
// userNameTextBox
//
resources.ApplyResources(this.userNameTextBox, "userNameTextBox");
this.userNameTextBox.Name = "userNameTextBox";
this.userNameTextBox.TextChanged += new System.EventHandler(this.AnyCifsParameters_TextChanged);
//
// CifsFrontend
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "CifsFrontend";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion

File diff suppressed because it is too large Load Diff

View File

@ -193,13 +193,13 @@
<value>6, 26</value>
</data>
<data name="labelCifsUsername.Size" type="System.Drawing.Size, System.Drawing">
<value>61, 13</value>
<value>58, 13</value>
</data>
<data name="labelCifsUsername.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="labelCifsUsername.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="&gt;&gt;labelCifsUsername.Name" xml:space="preserve">
<value>labelCifsUsername</value>

View File

@ -146,12 +146,12 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
this.tableLayoutPanel2.SetColumnSpan(this.autoHeightLabel1, 2);
this.autoHeightLabel1.Name = "autoHeightLabel1";
//
// StorageSystem
// CslgLocation
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel2);
this.Name = "StorageSystem";
this.Name = "CslgLocation";
this.tableLayoutPanel2.ResumeLayout(false);
this.tableLayoutPanel2.PerformLayout();
this.groupBox1.ResumeLayout(false);

View File

@ -112,23 +112,23 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="label4.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="label4.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 44</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="label4.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 5, 3, 0</value>
</data>
@ -145,7 +145,7 @@
<value>label4</value>
</data>
<data name="&gt;&gt;label4.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label4.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -172,7 +172,7 @@
<value>textBoxTarget</value>
</data>
<data name="&gt;&gt;textBoxTarget.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxTarget.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -196,19 +196,19 @@
<value>3, 5, 3, 0</value>
</data>
<data name="label6.Size" type="System.Drawing.Size, System.Drawing">
<value>61, 13</value>
<value>58, 13</value>
</data>
<data name="label6.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="label6.Text" xml:space="preserve">
<value>&amp;User name:</value>
<value>&amp;Username:</value>
</data>
<data name="&gt;&gt;label6.Name" xml:space="preserve">
<value>label6</value>
</data>
<data name="&gt;&gt;label6.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label6.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
@ -232,7 +232,7 @@
<value>textBoxUsername</value>
</data>
<data name="&gt;&gt;textBoxUsername.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUsername.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
@ -265,7 +265,7 @@
<value>label7</value>
</data>
<data name="&gt;&gt;label7.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label7.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
@ -289,7 +289,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel3</value>
@ -319,7 +319,7 @@
<value>tableLayoutPanel3</value>
</data>
<data name="&gt;&gt;tableLayoutPanel3.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<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>groupBox1</value>
@ -349,7 +349,7 @@
<value>groupBox1</value>
</data>
<data name="&gt;&gt;groupBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;groupBox1.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -382,7 +382,7 @@
<value>label8</value>
</data>
<data name="&gt;&gt;label8.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label8.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -409,7 +409,7 @@
<value>comboBoxStorageSystemBoston</value>
</data>
<data name="&gt;&gt;comboBoxStorageSystemBoston.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;comboBoxStorageSystemBoston.Parent" xml:space="preserve">
<value>panel1</value>
@ -439,7 +439,7 @@
<value>buttonDiscoverBostonSS</value>
</data>
<data name="&gt;&gt;buttonDiscoverBostonSS.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonDiscoverBostonSS.Parent" xml:space="preserve">
<value>panel1</value>
@ -466,7 +466,7 @@
<value>panel1</value>
</data>
<data name="&gt;&gt;panel1.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;panel1.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
@ -529,7 +529,7 @@
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Parent" xml:space="preserve">
<value>$this</value>
@ -540,7 +540,7 @@
<data name="tableLayoutPanel2.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="label4" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="textBoxTarget" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;Control Name="groupBox1" Row="2" RowSpan="1" Column="0" ColumnSpan="2" /&gt;&lt;Control Name="label8" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="panel1" Row="3" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;Control Name="autoHeightLabel1" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Absolute,120,Percent,100" /&gt;&lt;Rows Styles="AutoSize,0,Absolute,38,Absolute,96,Absolute,46" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -550,7 +550,7 @@
<value>528, 325</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>StorageSystem</value>
<value>CslgLocation</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>XenAdmin.Controls.XenTabPage, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>

View File

@ -112,16 +112,16 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="groupBox2.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>4</value>
</data>
@ -134,7 +134,7 @@
<data name="comboBoxUpgradeMethod.Items2" xml:space="preserve">
<value>FTP</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="comboBoxUpgradeMethod.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
@ -148,7 +148,7 @@
<value>comboBoxUpgradeMethod</value>
</data>
<data name="&gt;&gt;comboBoxUpgradeMethod.Type" xml:space="preserve">
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;comboBoxUpgradeMethod.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -172,7 +172,7 @@
<value>watermarkTextBox1</value>
</data>
<data name="&gt;&gt;watermarkTextBox1.Type" xml:space="preserve">
<value>XenAdmin.Controls.WatermarkTextBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;watermarkTextBox1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -196,7 +196,7 @@
<value>buttonTest</value>
</data>
<data name="&gt;&gt;buttonTest.Type" xml:space="preserve">
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;buttonTest.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -220,7 +220,7 @@
<value>pictureBox1</value>
</data>
<data name="&gt;&gt;pictureBox1.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBox1.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -247,7 +247,7 @@
<value>2</value>
</data>
<data name="labelUser.Text" xml:space="preserve">
<value>U&amp;ser name:</value>
<value>U&amp;sername:</value>
</data>
<data name="labelUser.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
@ -256,7 +256,7 @@
<value>labelUser</value>
</data>
<data name="&gt;&gt;labelUser.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelUser.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -280,7 +280,7 @@
<value>textBoxUser</value>
</data>
<data name="&gt;&gt;textBoxUser.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxUser.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -316,7 +316,7 @@
<value>labelPassword</value>
</data>
<data name="&gt;&gt;labelPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -340,7 +340,7 @@
<value>textBoxPassword</value>
</data>
<data name="&gt;&gt;textBoxPassword.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;textBoxPassword.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
@ -367,7 +367,7 @@
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Parent" xml:space="preserve">
<value>groupBox2</value>
@ -397,7 +397,7 @@
<value>groupBox2</value>
</data>
<data name="&gt;&gt;groupBox2.Type" xml:space="preserve">
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;groupBox2.Parent" xml:space="preserve">
<value>$this</value>
@ -427,7 +427,7 @@
<value>label1</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>$this</value>
@ -457,7 +457,7 @@
<value>labelErrors</value>
</data>
<data name="&gt;&gt;labelErrors.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;labelErrors.Parent" xml:space="preserve">
<value>$this</value>
@ -484,7 +484,7 @@
<value>pictureBox2</value>
</data>
<data name="&gt;&gt;pictureBox2.Type" xml:space="preserve">
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;pictureBox2.Parent" xml:space="preserve">
<value>$this</value>
@ -516,7 +516,7 @@ The upgrade process may take some time.</value>
<value>label2</value>
</data>
<data name="&gt;&gt;label2.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label2.Parent" xml:space="preserve">
<value>$this</value>
@ -524,7 +524,7 @@ The upgrade process may take some time.</value>
<data name="&gt;&gt;label2.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
@ -542,4 +542,4 @@ The upgrade process may take some time.</value>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>XenAdmin.Controls.XenTabPage, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
</root>
</root>

View File

@ -3747,7 +3747,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Enter your fully qualified AD domain name, and a username and password with sufficient privileges to add servers to your domain..
/// Looks up a localized string similar to Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain..
/// </summary>
public static string AD_JOIN_DOMAIN_BLURB_SHORT {
get {
@ -3756,7 +3756,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Enter your fully qualified AD domain name, and a username and password with sufficient privileges to add servers to your domain..
/// Looks up a localized string similar to Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain..
/// </summary>
public static string AD_JOIN_DOMAIN_BLURB_SHORT_HOST {
get {
@ -4244,7 +4244,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Incorrect username and/or password..
/// Looks up a localized string similar to Incorrect user name and/or password..
/// </summary>
public static string ADD_NEW_INCORRECT {
get {
@ -8057,7 +8057,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Enter your username and password to connect to this server..
/// Looks up a localized string similar to Enter your user name and password to connect to this server..
/// </summary>
public static string CONNECT_TO_SERVER_BLURB {
get {
@ -9804,7 +9804,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Username and password check complete.
/// Looks up a localized string similar to User name and password check complete.
/// </summary>
public static string CREDENTIALS_CHECK_COMPLETE {
get {
@ -9813,7 +9813,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Checking username and password....
/// Looks up a localized string similar to Checking user name and password....
/// </summary>
public static string CREDENTIALS_CHECKING {
get {
@ -13676,7 +13676,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Username and Password mismatch..
/// Looks up a localized string similar to User name and password mismatch..
/// </summary>
public static string ERROR_AUTHENTICATION {
get {
@ -17032,7 +17032,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Invalid username or password. Please try again..
/// Looks up a localized string similar to Invalid user name or password. Please try again..
/// </summary>
public static string HEALTH_CHECK_AUTHENTICATION_INVALID_CREDENTIALS {
get {
@ -19487,7 +19487,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Please enter a username and password with sufficient privileges to add servers to domain &apos;{0}&apos;..
/// Looks up a localized string similar to Please enter a user name and password with sufficient privileges to add servers to domain &apos;{0}&apos;..
/// </summary>
public static string JOINING_AD {
get {
@ -19577,7 +19577,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Enter a username and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed..
/// Looks up a localized string similar to Enter a user name and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed..
/// </summary>
public static string LEAVING_AD {
get {
@ -23651,7 +23651,7 @@ namespace XenAdmin {
///
///As SMB storage repositories are shared, the virtual disks stored in them allow VMs to be started on any server in a resource pool and to be migrated between them using Live Migration.
///
///When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the username, the password and the path to a directory that will be [rest of string was truncated]&quot;;.
///When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the user name, the password and the path to a directory that will be [rest of string was truncated]&quot;;.
/// </summary>
public static string NEWSR_CIFS_BLURB {
get {
@ -31040,7 +31040,7 @@ namespace XenAdmin {
}
/// <summary>
/// Looks up a localized string similar to Try again using a correct Username and Password..
/// Looks up a localized string similar to Try again using a correct user name and password..
/// </summary>
public static string SOLUTION_AUTHENTICATION {
get {

View File

@ -1440,7 +1440,7 @@ It is strongly recommended that you Cancel and apply the latest version of the p
<value>Enter the host name or IP address of the server you want to add and your user login credentials for that server.</value>
</data>
<data name="ADD_NEW_INCORRECT" xml:space="preserve">
<value>Incorrect username and/or password.</value>
<value>Incorrect user name and/or password.</value>
</data>
<data name="ADD_NEW_SERVER_MENU_ITEM" xml:space="preserve">
<value>&amp;Add New Server...</value>
@ -1548,10 +1548,10 @@ To join '{1}' to the Active Directory domain '{2}', enter a domain user account
You must use a user account with sufficient privileges.</value>
</data>
<data name="AD_JOIN_DOMAIN_BLURB_SHORT" xml:space="preserve">
<value>Enter your fully qualified AD domain name, and a username and password with sufficient privileges to add servers to your domain.</value>
<value>Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain.</value>
</data>
<data name="AD_JOIN_DOMAIN_BLURB_SHORT_HOST" xml:space="preserve">
<value>Enter your fully qualified AD domain name, and a username and password with sufficient privileges to add servers to your domain.</value>
<value>Enter your fully qualified AD domain name, and a user name and password with sufficient privileges to add servers to your domain.</value>
</data>
<data name="AD_LEAVE_CONFIRM" xml:space="preserve">
<value>You are about to remove '{0}' from the AD domain '{1}'. Any users authenticated using AD will be disconnected.
@ -3030,7 +3030,7 @@ You can only connect to a single [Citrix] [XenServer product] Express Edition se
<value>Connect to Server</value>
</data>
<data name="CONNECT_TO_SERVER_BLURB" xml:space="preserve">
<value>Enter your username and password to connect to this server.</value>
<value>Enter your user name and password to connect to this server.</value>
</data>
<data name="CONSOLE" xml:space="preserve">
<value>Console</value>
@ -3527,10 +3527,10 @@ For optimal performance and reliability during VM migration, ensure that the net
<value>Creation time</value>
</data>
<data name="CREDENTIALS_CHECKING" xml:space="preserve">
<value>Checking username and password...</value>
<value>Checking user name and password...</value>
</data>
<data name="CREDENTIALS_CHECK_COMPLETE" xml:space="preserve">
<value>Username and password check complete</value>
<value>User name and password check complete</value>
</data>
<data name="CSLG_DELL_DIRECT" xml:space="preserve">
<value>Dell EqualLogic</value>
@ -4828,7 +4828,7 @@ Would you like to eject these ISOs before continuing?</value>
<value>Error Activating Virtual Disks</value>
</data>
<data name="ERROR_AUTHENTICATION" xml:space="preserve">
<value>Username and Password mismatch.</value>
<value>User name and password mismatch.</value>
</data>
<data name="ERROR_CONNECTING_BLURB" xml:space="preserve">
<value>[XenCenter] has encountered a problem connecting to this server.</value>
@ -6012,7 +6012,7 @@ Click Configure HA to alter the settings displayed below.</value>
<value>Authentication with [Citrix] Insight Services failed. See the application log files for more information.</value>
</data>
<data name="HEALTH_CHECK_AUTHENTICATION_INVALID_CREDENTIALS" xml:space="preserve">
<value>Invalid username or password. Please try again.</value>
<value>Invalid user name or password. Please try again.</value>
</data>
<data name="HEALTH_CHECK_USER_HAS_NO_PERMISSION_TO_CONNECT" xml:space="preserve">
<value>This user is not authorized to access this server.</value>
@ -6797,7 +6797,7 @@ Size: {3}</value>
<value>Is standalone</value>
</data>
<data name="JOINING_AD" xml:space="preserve">
<value>Please enter a username and password with sufficient privileges to add servers to domain '{0}'.</value>
<value>Please enter a user name and password with sufficient privileges to add servers to domain '{0}'.</value>
</data>
<data name="KEEP_WAITING_BUTTON_LABEL" xml:space="preserve">
<value>&amp;Keep waiting</value>
@ -6827,7 +6827,7 @@ Size: {3}</value>
<value>License Manager</value>
</data>
<data name="LEAVING_AD" xml:space="preserve">
<value>Enter a username and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed.</value>
<value>Enter a user name and password with sufficient privileges to remove your machine account from AD. Authentication will be disabled even if the machine account cannot be removed.</value>
</data>
<data name="LEFT_ALT" xml:space="preserve">
<value>Left Alt</value>
@ -8089,7 +8089,7 @@ You should only proceed if you have verified that these settings are correct.</v
As SMB storage repositories are shared, the virtual disks stored in them allow VMs to be started on any server in a resource pool and to be migrated between them using Live Migration.
When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the username, the password and the path to a directory that will be used to contain the storage repository. The SMB server must be configured to export the specified path to all servers in the pool.</value>
When you configure a SMB storage repository, you simply provide the hostname or IP address of the SMB server, the user name, the password and the path to a directory that will be used to contain the storage repository. The SMB server must be configured to export the specified path to all servers in the pool.</value>
</data>
<data name="NEWSR_CIFS_ISO_BLURB" xml:space="preserve">
<value>Select this option if you have a library of VM installation ISO images available as a Windows (SMB/CIFS) share that you wish to attach to your host or pool.</value>
@ -10781,7 +10781,7 @@ Do you want to connect to the pool master '{1}'?</value>
<value>XCP version</value>
</data>
<data name="SOLUTION_AUTHENTICATION" xml:space="preserve">
<value>Try again using a correct Username and Password.</value>
<value>Try again using a correct user name and password.</value>
</data>
<data name="SOLUTION_CHECK_XENSERVER" xml:space="preserve">
<value>Check that [XenServer] is configured correctly on '{0}' and try again.</value>