mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-10 05:34:13 +00:00
rounded corners + white icons
This commit is contained in:
parent
0b3cc050c0
commit
e1358be152
9 changed files with 56 additions and 29 deletions
|
@ -10,24 +10,46 @@
|
|||
Title="NDSFrame">
|
||||
|
||||
<Grid DataContext="{StaticResource mvm}">
|
||||
<GroupBox Header="1. BaseRom" HorizontalAlignment="Left" Height="349" Margin="10,10,0,0" VerticalAlignment="Top" Width="421">
|
||||
<Frame Name="fBaseFrame"></Frame>
|
||||
</GroupBox>
|
||||
<GroupBox Header="3. Packing" HorizontalAlignment="Left" Height="95" Margin="10,375,0,0" VerticalAlignment="Top" Width="421">
|
||||
<Grid>
|
||||
<Button Content="WUP Installable" HorizontalAlignment="Left" Margin="39,6,0,0" VerticalAlignment="Top" Width="137"/>
|
||||
<Button Content="Loadiine" HorizontalAlignment="Left" Margin="258,6,0,0" VerticalAlignment="Top" Width="99"/>
|
||||
</Grid>
|
||||
</GroupBox>
|
||||
|
||||
<GroupBox Header="2. Configuration" HorizontalAlignment="Left" Height="460" Margin="448,10,0,0" VerticalAlignment="Top" Width="661">
|
||||
|
||||
<Grid>
|
||||
<Frame Name="fLoadConfig"></Frame>
|
||||
<Button Content="Import Config" HorizontalAlignment="Left" Margin="379,-42,0,0" VerticalAlignment="Top" Width="128" Click="Button_Click" Background="{x:Null}" BorderBrush="{x:Null}"/>
|
||||
<Button Content="Export Config" HorizontalAlignment="Left" Margin="514,-42,0,0" VerticalAlignment="Top" Width="127" Background="{x:Null}" BorderBrush="{x:Null}"/>
|
||||
</Grid>
|
||||
</GroupBox>
|
||||
|
||||
<Grid>
|
||||
<Frame Name="fBaseFrame" Width="403" Height="297" Margin="19,52,708,131"></Frame>
|
||||
</Grid>
|
||||
<Button Content="WUP Installable" HorizontalAlignment="Left" Margin="49,421,0,0" VerticalAlignment="Top" Width="137" IsEnabled="False"/>
|
||||
<Button Content="Loadiine" HorizontalAlignment="Left" Margin="268,421,0,0" VerticalAlignment="Top" Width="99" IsEnabled="False"/>
|
||||
|
||||
|
||||
<Frame Name="fLoadConfig" Width="643" Height="408" Margin="458,45,28,14"/>
|
||||
|
||||
|
||||
|
||||
<Rectangle Fill="LightGray" HorizontalAlignment="Left" Height="33" Margin="10,375,0,0" VerticalAlignment="Top" Width="421"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="22" Margin="10,386,0,0" VerticalAlignment="Top" Width="421"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="22" Margin="19,375,0,0" VerticalAlignment="Top" Width="403"/>
|
||||
|
||||
<Rectangle Fill="LightGray" HorizontalAlignment="Left" Height="32" Margin="10,10,0,0" VerticalAlignment="Top" Width="421"/>
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="414,10,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="22" Margin="10,20,0,0" VerticalAlignment="Top" Width="421"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="22" Margin="19,10,0,0" VerticalAlignment="Top" Width="403"/>
|
||||
|
||||
<Rectangle Fill="LightGray" HorizontalAlignment="Left" Height="32" Margin="448,10,0,0" VerticalAlignment="Top" Width="661"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="22" Margin="448,20,0,0" VerticalAlignment="Top" Width="661"/>
|
||||
<Rectangle Fill="#FF2196F3" HorizontalAlignment="Left" Height="32" Margin="457,10,0,0" VerticalAlignment="Top" Width="644"/>
|
||||
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="10,10,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="448,10,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="1092,10,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="414,375,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Ellipse Fill="#FF2196F3" HorizontalAlignment="Left" Height="21" Margin="10,375,0,0" VerticalAlignment="Top" Width="17"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="67" Margin="10,403,0,0" VerticalAlignment="Top" Width="421" CornerRadius="5"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="33" Margin="10,375,0,0" VerticalAlignment="Top" Width="421" CornerRadius="5" Background="#FF2196F3"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="434" Margin="448,36,0,0" VerticalAlignment="Top" Width="661" CornerRadius="5"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="33" Margin="448,9,0,0" VerticalAlignment="Top" Width="661" CornerRadius="5" Background="#FF2196F3"/>
|
||||
<Label Content="3. Packing" HorizontalAlignment="Left" Margin="25,379,0,0" VerticalAlignment="Top" Foreground="#DDFFFFFF"/>
|
||||
<Button Content="Import Config" HorizontalAlignment="Left" Margin="839,10,0,0" VerticalAlignment="Top" Width="128" Click="Button_Click" Background="{x:Null}" BorderBrush="{x:Null}"/>
|
||||
<Button Content="Export Config" HorizontalAlignment="Left" Margin="974,10,0,0" VerticalAlignment="Top" Width="127" Background="{x:Null}" BorderBrush="{x:Null}"/>
|
||||
<Label Content="2. Configuration" HorizontalAlignment="Left" Margin="465,14,0,0" VerticalAlignment="Top" Foreground="#DDFFFFFF"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="321" Margin="10,38,0,0" VerticalAlignment="Top" Width="421" CornerRadius="5"/>
|
||||
<Border BorderBrush="#FF2196F3" BorderThickness="1" HorizontalAlignment="Left" Height="33" Margin="10,9,0,0" VerticalAlignment="Top" Width="421" CornerRadius="5" Background="#FF2196F3"/>
|
||||
<Label Content="1. BaseRom" HorizontalAlignment="Left" Margin="25,14,0,0" VerticalAlignment="Top" Foreground="#DDFFFFFF"/>
|
||||
</Grid>
|
||||
</Page>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<TextBox materialDesign:HintAssist.Hint="BOOTTVTEX" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,219,157,144" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" IsReadOnly="True" Focusable="False" Text="{Binding GameConfiguration.TGATv.ImgPath}"/>
|
||||
<TextBox materialDesign:HintAssist.Hint="BOOTLOGOTEX" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,264,157,99" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" IsReadOnly="True" Focusable="False" Text="{Binding GameConfiguration.TGALog.ImgPath}"/>
|
||||
<TextBox materialDesign:HintAssist.Hint="GAME NAME" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,317,157,46" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" Text="{Binding GameConfiguration.GameName}"/>
|
||||
<Button Content="Inject" HorizontalAlignment="Left" Margin="506,357,0,0" VerticalAlignment="Top" Width="127" Click="Button_Click"/>
|
||||
<Button Content="Inject" HorizontalAlignment="Left" Margin="506,357,0,0" VerticalAlignment="Top" Width="127" Click="Button_Click" IsEnabled="False"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,277,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,232,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,187,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<TextBox materialDesign:HintAssist.Hint="BOOTTVTEX" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,202,157,161" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" IsReadOnly="True" Focusable="False" Text="{Binding GameConfiguration.TGATv.ImgPath}"/>
|
||||
<TextBox materialDesign:HintAssist.Hint="BOOTLOGOTEX" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,247,157,116" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" IsReadOnly="True" Focusable="False" Text="{Binding GameConfiguration.TGALog.ImgPath}"/>
|
||||
<TextBox materialDesign:HintAssist.Hint="GAME NAME" Style="{StaticResource MaterialDesignFloatingHintTextBox}" Margin="10,316,157,47" Background="{x:Null}" Foreground="Black" SelectionBrush="#FF00C3D7" CaretBrush="#FF21C3F3" FontSize="18" Text="{Binding GameConfiguration.GameName}"/>
|
||||
<Button Content="Inject" HorizontalAlignment="Left" Margin="506,340,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
<Button Content="Inject" HorizontalAlignment="Left" Margin="506,340,0,0" VerticalAlignment="Top" Width="127" IsEnabled="False"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,260,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,215,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
<Button Content="Set Path" HorizontalAlignment="Left" Margin="506,170,0,0" VerticalAlignment="Top" Width="127"/>
|
||||
|
|
BIN
UWUVCI AIO WPF/UI/Images/n64colorless.png
Normal file
BIN
UWUVCI AIO WPF/UI/Images/n64colorless.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1,019 B |
Binary file not shown.
Before Width: | Height: | Size: 426 B After Width: | Height: | Size: 448 B |
Binary file not shown.
Before Width: | Height: | Size: 742 B After Width: | Height: | Size: 746 B |
|
@ -73,35 +73,35 @@
|
|||
<!--NDS-->
|
||||
<ListViewItem Height="60" x:Name="NDS" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/Colored/nds64v64.png"></Image>
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/nds64v64.png"></Image>
|
||||
<TextBlock Text="NDS VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
</StackPanel>
|
||||
</ListViewItem>
|
||||
<!--GBA-->
|
||||
<ListViewItem Height="60" x:Name="GBA" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/Colored/gba64.png"></Image>
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/gba64.png"></Image>
|
||||
<TextBlock Text="GBA VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
</StackPanel>
|
||||
</ListViewItem>
|
||||
<!--N64-->
|
||||
<ListViewItem Height="60" x:Name="N64" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/Colored/n64new.png"></Image>
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/n64colorless.png"></Image>
|
||||
<TextBlock Text="N64 VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
</StackPanel>
|
||||
</ListViewItem>
|
||||
<!--NES-->
|
||||
<ListViewItem Height="60" x:Name="NES" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/Colored/nes64.png"></Image>
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/nes64.png"></Image>
|
||||
<TextBlock Text="NES VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
</StackPanel>
|
||||
</ListViewItem>
|
||||
<!--SNES-->
|
||||
<ListViewItem Height="60" x:Name="SNES" IsEnabled="{Binding PathsSet}" Cursor="Hand">
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/Colored/snes64.png"></Image>
|
||||
<Image Source="/UWUVCI AIO WPF;component/UI/Images/snes64.png"></Image>
|
||||
<TextBlock Text="SNES VC Inject" VerticalAlignment="Center" Margin="20 10"/>
|
||||
</StackPanel>
|
||||
</ListViewItem>
|
||||
|
|
|
@ -162,7 +162,6 @@
|
|||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\bg maybe wpf.png" />
|
||||
</ItemGroup>
|
||||
|
@ -171,10 +170,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\gba64.png" />
|
||||
<Resource Include="UI\Images\n64new.png" />
|
||||
<Resource Include="UI\Images\nds64v64.png" />
|
||||
<Resource Include="UI\Images\nes64.png" />
|
||||
<Resource Include="UI\Images\snes64.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\Colored\n64new.png" />
|
||||
|
@ -185,6 +181,15 @@
|
|||
<ItemGroup>
|
||||
<Resource Include="UI\Images\Colored\gba64.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\nes64.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\n64colorless.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Resource Include="UI\Images\snes64.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.3.0.1\build\MaterialDesignThemes.targets')" />
|
||||
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
||||
|
|
Loading…
Reference in a new issue