-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMainWindow.xaml
141 lines (141 loc) · 8.31 KB
/
MainWindow.xaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<Window x:Class="GameLauncher.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:GameLauncher"
mc:Ignorable="d"
Title="The Strange Laboratory" Height="450" Width="800" ResizeMode="CanMinimize" MinWidth="800" MinHeight="450" MaxWidth="800" MaxHeight="450" SizeToContent="Height">
<DockPanel>
<!--Panel-->
<Menu DockPanel.Dock="Top" RenderTransformOrigin="0.5,0" Background="White" Foreground="Black">
<!--Play menu-->
<MenuItem Header="_Play" ToolTip="Play the game" ToolTipService.ShowDuration="5000">
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Play/IconsPlay.png"/>
</MenuItem.Icon>
<MenuItem Header="_Launch with DirectX 11" Click="OpenD3D11">
<!--Launch with DX11-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Play/IconsDirectX11.png"/>
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="_Launch with DirectX 12" Click="OpenD3D12">
<!--Launch with DX12-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Play/IconsDirectX12.png"/>
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="_Launch with Vulkan" Click="OpenVulkan">
<!--Launch with Vulkan-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Play/IconsVulkan.png"/>
</MenuItem.Icon>
</MenuItem>
<Separator></Separator>
<!--Separator-->
<MenuItem Header="_Quit the launcher" Click="ExitLauncher">
<!--Quit the launcher-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Play/IconsExit.png"/>
</MenuItem.Icon>
</MenuItem>
</MenuItem>
<!--Play menu-End-->
<!--Social menu-->
<MenuItem Header="_Social" ToolTip="Go the social networks" ToolTipService.ShowDuration="5000">
<!--Social menu-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Social/IconsSocial.png"/>
</MenuItem.Icon>
<MenuItem Header="_Twitter" Click="OpenTwitter">
<!--Go to the twitter-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Social/IconsTwitter.png"/>
</MenuItem.Icon>
</MenuItem>
<MenuItem Header="_YouTube" Click="OpenYoutube">
<!--Go to the YouTube-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Social/IconsYouTube.png"/>
</MenuItem.Icon>
</MenuItem>
<Separator></Separator>
<!--Separator-->
<MenuItem Header="_Itch.io" Click="OpenItch">
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Social/IconsYouTube.png"/>
</MenuItem.Icon>
</MenuItem>
<!--Go to the Itch.io-->
<MenuItem Header="_GameJolt" Click="OpenGamejolt">
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Social/IconsYouTube.png"/>
</MenuItem.Icon>
</MenuItem>
<!--Go to the GameJolt-->
</MenuItem>
<!--Social menu-End-->
<!--Help menu-->
<MenuItem Header="_Help" ToolTip="You need help ? Find useful links here.">
<!--Help menu-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Help/IconsHelp.png"/>
</MenuItem.Icon>
<MenuItem Header="_Open the ReadMe" Click="OpenReadMe">
<!--Open the ReadMe-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Help/IconsReadme.png"/>
</MenuItem.Icon>
</MenuItem>
<Separator></Separator>
<!--Separator-->
<MenuItem Header="_Send a mail" Click="SendMail">
<!--Send a mail-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Help/IconsMail.png"/>
</MenuItem.Icon>
</MenuItem>
<Separator></Separator>
<!--Separator-->
<MenuItem Header="_Check for updates">
<!--Check for updates-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Help/IconsUpdate.png"/>
</MenuItem.Icon>
</MenuItem>
<Separator></Separator>
<!--Separator-->
<MenuItem Header="_About" Click="OpenAboutWindow">
<!--About-->
<MenuItem.Icon>
<Image Source="/Graphics/Icons/Help/IconsAbout.png"/>
</MenuItem.Icon>
</MenuItem>
</MenuItem>
<!--Help menu-End-->
</Menu>
<!--Panel-End-->
<!--StatusBar-->
<StatusBar DockPanel.Dock="Bottom" RenderTransformOrigin="0.5,1" Background="White">
<MenuItem Header="Twitter" ToolTip="Go to the Twitter" ToolTipService.ShowDuration="5000" Click="OpenTwitter" HorizontalAlignment="Left" VerticalAlignment="Center" Background="White" Foreground="Black"></MenuItem>
<MenuItem Header="YouTube" ToolTip="Go to the YouTube" ToolTipService.ShowDuration="5000" Click="OpenYoutube" HorizontalAlignment="Left" VerticalAlignment="Center" Background="White" Foreground="Black"></MenuItem>
<Separator Background="black"></Separator>
<MenuItem Header="Itch.io" ToolTip="Go to the Itch.io" ToolTipService.ShowDuration="5000" Click="OpenItch" HorizontalAlignment="Left" VerticalAlignment="Center" Background="White" Foreground="Black"></MenuItem>
<MenuItem Header="GameJolt" ToolTip="Go to the GameJolt" ToolTipService.ShowDuration="5000" Click="OpenGamejolt" HorizontalAlignment="Left" VerticalAlignment="Center" Background="White" Foreground="Black"></MenuItem>
<Separator Background="Black"></Separator>
<TextBlock HorizontalAlignment="Right" Foreground="black">Version 1.3.0</TextBlock>
</StatusBar>
<!--StatusBar-End-->
<Grid>
<Image x:Name="BackgroundLauncher" Source="/Graphics/Backgrounds/BackgroundLauncher.png" Stretch="Fill" Width="800" Height="380"/>
<!--Background-->
<!--<Button x:Name="ButtonPlay" Content="Play" HorizontalAlignment="Left" Margin="599,296,0,0" VerticalAlignment="Top" Height="49" Width="162" RenderTransformOrigin="1,1" ToolTip="Launch the game with Vulkan" ToolTipService.ShowDuration="5000" Click="OpenVulkan"/>
<ComboBox x:Name="comboBox" HorizontalAlignment="Left" Margin="599,268,0,0" VerticalAlignment="Top" Width="162" SelectionChanged="comboBox_SelectionChanged"/>-->
<Button x:Name="ButtonVulkan" Content="Vulkan" HorizontalAlignment="Left" Margin="515,286,0,0" VerticalAlignment="Top" Height="49" Width="162" RenderTransformOrigin="1,1" ToolTip="Launch the game with Vulkan" ToolTipService.ShowDuration="5000" Click="OpenVulkan"/>
<Button x:Name="ButtonDX11" Content="DirectX 11" HorizontalAlignment="Left" Margin="126,286,0,0" VerticalAlignment="Top" Height="49" Width="162" RenderTransformOrigin="1,1" ToolTip="Launch the game with Vulkan" ToolTipService.ShowDuration="5000" Click="OpenVulkan"/>
<Button x:Name="ButtonDX12" Content="DirectX 12" HorizontalAlignment="Left" Margin="326,286,0,0" VerticalAlignment="Top" Height="49" Width="162" RenderTransformOrigin="1,1" ToolTip="Launch the game with Vulkan" ToolTipService.ShowDuration="5000" Click="OpenVulkan"/>
<!--Button-Vulkan-->
</Grid>
</DockPanel>
</Window>