|
5 | 5 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
6 | 6 | xmlns:local="clr-namespace:AnyConvertVM" |
7 | 7 | mc:Ignorable="d" |
8 | | - Title="AnyConvertVM" Height="331.381" Width="481.799" ResizeMode="NoResize" Topmost="True" WindowStartupLocation="CenterScreen"> |
9 | | - <Grid Background="{DynamicResource {x:Static SystemColors.HighlightTextBrushKey}}"> |
| 8 | + Title="AnyConvertVM" Height="419.381" Width="481.799" ResizeMode="NoResize" Topmost="True" WindowStartupLocation="CenterScreen" Icon="Assets/Symbol.png"> |
| 9 | + <Grid Background="{DynamicResource {x:Static SystemColors.HighlightTextBrushKey}}" Margin="0,0,0,-9"> |
10 | 10 | <Grid.ColumnDefinitions> |
11 | | - <ColumnDefinition Width="293*"/> |
12 | | - <ColumnDefinition Width="70*"/> |
13 | | - <ColumnDefinition Width="113*"/> |
| 11 | + <ColumnDefinition Width="387*"/> |
| 12 | + <ColumnDefinition Width="Auto"/> |
| 13 | + <ColumnDefinition Width="55*"/> |
| 14 | + <ColumnDefinition Width="34"/> |
14 | 15 | </Grid.ColumnDefinitions> |
15 | | - <StackPanel x:Name="FormatRBPanel" HorizontalAlignment="Center" Height="93" Margin="30,62,10,0" VerticalAlignment="Top" Width="323" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}" Grid.ColumnSpan="2"> |
| 16 | + <StackPanel x:Name="FormatRBPanel" HorizontalAlignment="Center" Height="104" Margin="29,122,37,0" VerticalAlignment="Top" Width="321" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}"> |
16 | 17 | <RadioButton x:Name="VDI_RB" Content="VDI (VirtualBox)" Margin="10,0,0,0" IsChecked="True"/> |
17 | 18 | <RadioButton x:Name="VHDX_RB" Content="VHDX (Hyper-V)" Margin="10,0,0,0"/> |
18 | 19 | <RadioButton x:Name="RAW_RB" Content="RAW" Margin="10,0,0,0"/> |
19 | 20 | <RadioButton x:Name="QCOW2_RB" Content="QCOW2 (KVM, Xen)" Margin="10,0,0,0"/> |
20 | 21 | <RadioButton x:Name="VMDK_rb" Content="VMDK (VMware)" Margin="10,0,0,0"/> |
21 | 22 | <RadioButton x:Name="VHD_RB" Content="VHD (Hyper-V)" Margin="10,0,0,0"/> |
| 23 | + <RadioButton x:Name="QED_RB" Content="QED (KVM)" Margin="10,0,0,0"/> |
22 | 24 |
|
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
28 | 30 | </StackPanel> |
29 | | - <Button x:Name="Convert_BTN" Content="Convert!" HorizontalAlignment="Left" Height="35" Margin="30,223,0,0" VerticalAlignment="Top" Width="99" Background="{DynamicResource {x:Static SystemColors.ScrollBarBrushKey}}" Click="Convert_BTN_Click"/> |
30 | | - <TextBox x:Name="selectFromDisk_TB" HorizontalAlignment="Left" Height="19" Margin="30,23,0,0" TextWrapping="Wrap" Text="Select the virtual hard disk to convert" VerticalAlignment="Top" Width="322" SelectionBrush="#FF95B7D3" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}" Grid.ColumnSpan="2"/> |
31 | | - <Button x:Name="selectFromDisk_BTN" Content="Browse" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Margin="16,23,0,0" Height="19" Grid.Column="2" Click="selectFromDisk_BTN_Click"/> |
32 | | - <TextBox x:Name="saveToDisk_TB" HorizontalAlignment="Left" Height="19" Margin="30,175,0,0" TextWrapping="Wrap" Text="Select the location the convert file to be saved" VerticalAlignment="Top" Width="322" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}" Grid.ColumnSpan="2"/> |
33 | | - <Button x:Name="saveToDisk_BTN" Content="Browse" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Margin="16,175,0,0" Height="19" RenderTransformOrigin="0.467,2.842" Grid.Column="2" Click="saveToDisk_BTN_Click"/> |
| 31 | + <Button x:Name="Convert_BTN" Content="Convert!" HorizontalAlignment="Left" Height="35" Margin="28,301,0,0" VerticalAlignment="Top" Width="99" Background="#FFC8C8C8" Click="Convert_BTN_Click"/> |
| 32 | + <TextBox x:Name="selectFromDisk_TB" HorizontalAlignment="Left" Height="19" Margin="28,71,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="322" SelectionBrush="#FF95B7D3" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}"/> |
| 33 | + <Button x:Name="selectFromDisk_BTN" Content="Browse" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Margin="0,71,0,0" Height="19" Grid.Column="2" Click="selectFromDisk_BTN_Click" Grid.ColumnSpan="2"/> |
| 34 | + <TextBox x:Name="saveToDisk_TB" HorizontalAlignment="Left" Height="19" Margin="29,254,0,0" TextWrapping="Wrap" VerticalAlignment="Top" Width="322" Background="{DynamicResource {x:Static SystemColors.GradientInactiveCaptionBrushKey}}"/> |
| 35 | + <Button x:Name="saveToDisk_BTN" Content="Browse" HorizontalAlignment="Left" VerticalAlignment="Top" Width="75" Margin="0,254,0,0" Height="19" RenderTransformOrigin="0.467,2.842" Grid.Column="2" Click="saveToDisk_BTN_Click" Grid.ColumnSpan="2"/> |
| 36 | + <Image HorizontalAlignment="Left" Height="50" Margin="10,0,0,0" VerticalAlignment="Top" Width="198" Source="Assets/Images/logo.png"/> |
| 37 | + <Label Content="Step 3: Select the location the convert file to be saved" HorizontalAlignment="Left" Margin="28,228,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.449,-0.192" Width="322"/> |
| 38 | + <Label Content="Step 4: Let's convert!" HorizontalAlignment="Left" Margin="29,275,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.449,-0.192" Width="322"/> |
| 39 | + <Label Content="Step 2: Select the conversion format" HorizontalAlignment="Left" Margin="28,93,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.449,-0.192" Width="322"/> |
| 40 | + <Label Content="Step 1: Select the virtual hard disk to convert" HorizontalAlignment="Left" Margin="28,45,0,0" VerticalAlignment="Top" RenderTransformOrigin="0.449,-0.192" Width="322"/> |
| 41 | + <Label x:Name="CP_Label" HorizontalAlignment="Center" Margin="59,338,25,10" VerticalAlignment="Center" Width="358" Background="{DynamicResource {x:Static SystemColors.HighlightTextBrushKey}}" Grid.ColumnSpan="3" |
| 42 | + CCopyright © 2018 by Sunny Maringanti. Powered by : |
| 43 | + <a href=\"http://shyzon.com/\">Shyzon.com</a> |
| 44 | + <Hyperlink NavigateUri="http://www.google.com" RequestNavigate="Hyperlink_RequestNavigate"> |
| 45 | + Click here |
| 46 | + </Hyperlink> |
| 47 | + </Label> |
| 48 | + <!--Content="Copyright © 2018 by Sunny Maringanti. Powered by : Shyzon.com" HorizontalAlignment="Center" Margin="59,338,25,10" VerticalAlignment="Center" Width="358" Background="{DynamicResource {x:Static SystemColors.HighlightTextBrushKey}}" Grid.ColumnSpan="3"/>--> |
34 | 49 | </Grid> |
35 | 50 | </Window> |
0 commit comments