mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
CP-35350: Moved WLB server icon to the branding folder. Use different arrow files on the WLB credentials dialog.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
003d65087b
commit
75b05f81a2
BIN
Branding/Images/LeftArrow.png
Normal file
BIN
Branding/Images/LeftArrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 704 B |
BIN
Branding/Images/RightArrow.png
Normal file
BIN
Branding/Images/RightArrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 851 B |
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.1 KiB |
@ -204,7 +204,7 @@ namespace XenAdmin.Dialogs.Wlb
|
||||
// pictureBox1
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
||||
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._112_RightArrowLong_Blue_24x24_72;
|
||||
this.pictureBox1.Image = global::XenAdmin.Properties.Resources.RightArrow;
|
||||
this.pictureBox1.Name = "pictureBox1";
|
||||
this.pictureBox1.TabStop = false;
|
||||
//
|
||||
@ -240,7 +240,7 @@ namespace XenAdmin.Dialogs.Wlb
|
||||
// pictureBox6
|
||||
//
|
||||
resources.ApplyResources(this.pictureBox6, "pictureBox6");
|
||||
this.pictureBox6.Image = global::XenAdmin.Properties.Resources._112_LeftArrowLong_Blue_24x24_72;
|
||||
this.pictureBox6.Image = global::XenAdmin.Properties.Resources.LeftArrow;
|
||||
this.pictureBox6.Name = "pictureBox6";
|
||||
this.pictureBox6.TabStop = false;
|
||||
//
|
||||
|
20
XenAdmin/Properties/Resources.Designer.cs
generated
20
XenAdmin/Properties/Resources.Designer.cs
generated
@ -2310,6 +2310,16 @@ namespace XenAdmin.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap LeftArrow {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("LeftArrow", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
@ -2770,6 +2780,16 @@ namespace XenAdmin.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap RightArrow {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("RightArrow", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -701,7 +701,7 @@
|
||||
<value>..\Images\sl_pools_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WLB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<value>..\..\Branding\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_000_ExportVirtualAppliance_h32bit_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\000_ExportVirtualAppliance_h32bit_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
@ -1123,4 +1123,10 @@
|
||||
<data name="gooroom_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\gooroom_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="LeftArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\LeftArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="RightArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\RightArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
@ -701,7 +701,7 @@
|
||||
<value>..\Images\sl_pools_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WLB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<value>..\..\Branding\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_000_ExportVirtualAppliance_h32bit_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\000_ExportVirtualAppliance_h32bit_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
@ -1123,4 +1123,10 @@
|
||||
<data name="gooroom_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\gooroom_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
||||
<data name="LeftArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\LeftArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="RightArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\RightArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
@ -701,7 +701,7 @@
|
||||
<value>..\Images\sl_pools_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="WLB" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
<value>..\..\Branding\Images\WLB.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_000_ExportVirtualAppliance_h32bit_16" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\000_ExportVirtualAppliance_h32bit_16.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
@ -1123,4 +1123,10 @@
|
||||
<data name="gooroom_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Images\gooroom_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="LeftArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\LeftArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="RightArrow" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\..\Branding\Images\RightArrow.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
@ -4398,7 +4398,9 @@
|
||||
<None Include="Images\000_Tick_h32bit_24.png" />
|
||||
<None Include="Images\000_WarningAlert_h32bit_32.png" />
|
||||
<None Include="Images\112_LeftArrowLong_Blue_24x24_72.png" />
|
||||
<None Include="Images\WLB.png" />
|
||||
<None Include="..\Branding\Images\WLB.png">
|
||||
<Link>Images\WLB.png</Link>
|
||||
</None>
|
||||
<None Include="..\Branding\Images\XS.png">
|
||||
<Link>Images\XS.png</Link>
|
||||
</None>
|
||||
@ -4477,12 +4479,18 @@
|
||||
<None Include="Images\linx_16x.png" />
|
||||
<None Include="Images\yinhekylin_16x.png" />
|
||||
<None Include="Images\pool_32.png" />
|
||||
<None Include="..\Branding\Images\LeftArrow.png">
|
||||
<Link>Images\LeftArrow.png</Link>
|
||||
</None>
|
||||
<Content Include="Images\queued.png" />
|
||||
<Content Include="Images\Refresh16.png" />
|
||||
<None Include="Images\saved_searches_16.png" />
|
||||
<None Include="Images\server_up_16.png" />
|
||||
<None Include="Images\saved_searches_24.png" />
|
||||
<None Include="Images\RunningDC_16.png" />
|
||||
<None Include="..\Branding\Images\RightArrow.png">
|
||||
<Link>Images\RightArrow.png</Link>
|
||||
</None>
|
||||
<Content Include="Images\scilinux_16x.png" />
|
||||
<None Include="Images\server_32.png" />
|
||||
<None Include="Images\server_up_32.png" />
|
||||
@ -6777,7 +6785,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(SolutionDir)AddManifest.targets"/>
|
||||
<Import Project="$(SolutionDir)AddManifest.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
Loading…
Reference in New Issue
Block a user