Skip to content
This repository has been archived by the owner on Jul 12, 2021. It is now read-only.

Commit

Permalink
New design by ZamZam :P
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGruber committed Dec 12, 2020
1 parent a633028 commit 0689ac8
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 13 deletions.
4 changes: 4 additions & 0 deletions H1emu/H1emu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,9 @@
<ItemGroup>
<Resource Include="img\EmuIco_By_ZamZam.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="img\Background_By_ZamZam.jpg" />
<Resource Include="img\H1Emu_Logo_By_ZamZam.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
36 changes: 25 additions & 11 deletions H1emu/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:H1Z1_server"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
Title="H1emu v1.1.1"
Title="H1emu v1.2.0"
Width="800"
Height="450"
Height="550"
Icon="img/EmuIco_By_ZamZam.ico"
ResizeMode="NoResize"
WindowStartupLocation="CenterScreen"
Icon="img/EmuIco_By_ZamZam.ico"
mc:Ignorable="d">

<!-- XAML DESIGN BY ZamZam -->

<Grid>
<Grid.Background>
<ImageBrush ImageSource="/H1emu;component/img/H1Emu_by_ZamZam.jpg" />
<ImageBrush ImageSource="/H1emu;component/img/Background_By_ZamZam.jpg" />
</Grid.Background>

<Grid.ColumnDefinitions>
Expand All @@ -31,10 +31,21 @@
<RowDefinition Height="*" />
<RowDefinition Height="auto" />
<RowDefinition Height="auto" />
<RowDefinition Height="*" />
<RowDefinition Height="100" />
</Grid.RowDefinitions>


<!-- Logo -->
<Image
Grid.Column="1"
Grid.ColumnSpan="2"
Width="429"
HorizontalAlignment="Stretch"
VerticalAlignment="Stretch"
Source="/H1emu;component/img/H1EMU_Logo_By_ZamZam.png" />


<!-- Left Button -->
<StackPanel
Grid.Row="1"
Grid.RowSpan="2"
Expand All @@ -44,36 +55,38 @@
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="InstallNodejs_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Install Nodejs
</Button>
<Button
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="ApplyPatch_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Apply Patch
</Button>
<Button
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="InstallServer_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Install Servers files
</Button>
<Button
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="UpdtServer_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Update Servers files
</Button>
</StackPanel>


<!-- Right Button -->
<StackPanel
Grid.Row="1"
Grid.RowSpan="3"
Expand All @@ -84,21 +97,22 @@
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="LaunchServer_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Launch Solo Server
</Button>
<Button
Margin="0,20,0,0"
Padding="5,10,5,10"
Click="LaunchH1Z1_OnClick"
FontFamily="A Love of Thunder"
FontFamily="Unispace"
FontSize="18">
Launch H1Z1.exe
</Button>
</StackPanel>


<!-- Bottom Text -->
<StackPanel
Grid.Row="4"
Grid.Column="0"
Expand Down
4 changes: 2 additions & 2 deletions H1emu/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
Binary file added H1emu/img/Background_By_ZamZam.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added H1emu/img/H1Emu_Logo_By_ZamZam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0689ac8

Please sign in to comment.