31 lines
4.0 KiB
XML
31 lines
4.0 KiB
XML
<Grid x:Class="PCL.MySkin"
|
|||
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
|
xmlns:local="clr-namespace:PCL"
|
||
|
|
Height="64" Width="64" UseLayoutRounding="True" RenderTransformOrigin="0.5,0.5"
|
||
|
|
Background="{StaticResource ColorBrushSemiTransparent}"
|
||
|
|
ToolTipService.Placement="Center" ToolTipService.VerticalOffset="-50" ToolTipService.HorizontalOffset="2"
|
||
|
|
ToolTipService.InitialShowDelay="100">
|
||
|
|
<Grid.Effect>
|
||
|
|
<DropShadowEffect x:Name="ShadowSkin" BlurRadius="10" ShadowDepth="0" Color="{DynamicResource ColorObject2}"
|
||
|
|
Opacity="0.2" />
|
||
|
|
</Grid.Effect>
|
||
|
|
<Grid.RenderTransform>
|
||
|
|
<ScaleTransform />
|
||
|
|
</Grid.RenderTransform>
|
||
|
|
<Grid.ContextMenu>
|
||
|
|
<ContextMenu>
|
||
|
|
<local:MyMenuItem x:Name="BtnSkinSave" Header="{DynamicResource Launch.Skin.SaveAs}" Padding="0,2"
|
||
|
|
Checked="BtnSkinSave_Checked"
|
||
|
|
Icon="F1 M 48,39L 56,39L 56,49L 63.25,49L 52,60.25L 40.75,49L 48,49L 48,39 Z M 20,20L 50.25,20L 56,25.75L 56,38L 52,38L 52,27.25L 48.75,24L 48,24L 48,37L 28,37L 28,24L 24,24L 24,52L 42.25,52L 46.25,56L 20,56L 20,20 Z M 39,24L 39,34L 44,34L 44,24L 39,24 Z" />
|
||
|
|
<local:MyMenuItem x:Name="BtnSkinRefresh" Header="{DynamicResource Common.Action.Refresh}" Padding="0,2"
|
||
|
|
Icon="F1 M 38,20.5833C 42.9908,20.5833 47.4912,22.6825 50.6667,26.046L 50.6667,17.4167L 55.4166,22.1667L 55.4167,34.8333L 42.75,34.8333L 38,30.0833L 46.8512,30.0833C 44.6768,27.6539 41.517,26.125 38,26.125C 31.9785,26.125 27.0037,30.6068 26.2296,36.4167L 20.6543,36.4167C 21.4543,27.5397 28.9148,20.5833 38,20.5833 Z M 38,49.875C 44.0215,49.875 48.9963,45.3932 49.7703,39.5833L 55.3457,39.5833C 54.5457,48.4603 47.0852,55.4167 38,55.4167C 33.0092,55.4167 28.5088,53.3175 25.3333,49.954L 25.3333,58.5833L 20.5833,53.8333L 20.5833,41.1667L 33.25,41.1667L 38,45.9167L 29.1487,45.9167C 31.3231,48.3461 34.483,49.875 38,49.875 Z" />
|
||
|
|
<local:MyMenuItem x:Name="BtnSkinCape" Header="{DynamicResource Launch.Skin.ChangeCape}" Padding="0,2"
|
||
|
|
Icon="M764.330761 922.841896h-496.758545c-18.741345 0-33.869901-15.128556-33.869901-33.8699V540.789416l-68.642999 29.805512c-15.805954 6.77398-34.0957 0.903197-42.676075-13.999559L22.354135 386.116869c-7.225579-12.418964-5.870783-28.224917 3.38699-39.063286 36.805292-42.901874 256.959647-176.349283 300.764718-202.767806 15.805954-9.483572 36.353693-4.515987 46.063065 11.064168 43.579272 69.320397 86.932745 74.739581 143.156781 74.739581s99.577508-5.419184 143.156781-74.739581c9.709372-15.580154 30.257111-20.54774 46.063065-11.064168 43.805072 26.418523 263.959427 159.865932 300.764719 202.767806 9.483572 11.064168 10.838368 26.644322 3.38699 39.063286l-100.029107 170.4785c-8.580375 14.676957-26.870121 20.773539-42.676075 13.999559l-68.642999-29.805512v348.18258c0.451599 18.741345-14.676957 33.869901-33.418302 33.8699z m-462.888644-67.739801h429.018743v-365.794929c0-11.515766 5.644983-22.128335 15.354355-28.224917 9.483572-6.322381 21.676736-7.225579 32.063506-2.709592l88.287541 38.385888 70.900993-120.802646c-44.25667-34.547299-153.091951-104.093495-239.798898-157.15634-57.578831 72.481588-123.286439 79.029768-181.316869 79.029768s-123.738037-6.548181-181.316868-79.029768c-86.706946 52.837045-195.768026 122.609041-239.798898 157.15634L165.510915 496.758545l88.513341-38.611687c10.38677-4.515987 22.579934-3.612789 32.063506 2.709592 9.483572 6.322381 15.354355 16.93495 15.354355 28.224917v366.020728z" />
|
||
|
|
</ContextMenu>
|
||
|
|
</Grid.ContextMenu>
|
||
|
|
<Image x:Name="ImgBack" Width="48" Height="48" Stretch="Fill" RenderOptions.BitmapScalingMode="NearestNeighbor"
|
||
|
|
SnapsToDevicePixels="True" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||
|
|
<Image x:Name="ImgFore" Width="56" Height="56" Stretch="Fill" RenderOptions.BitmapScalingMode="NearestNeighbor"
|
||
|
|
SnapsToDevicePixels="True" HorizontalAlignment="Center" VerticalAlignment="Center" />
|
||
|
|
</Grid>
|