Skip to content

Commit a819432

Browse files
committed
Updated GUI
1 parent 8520c04 commit a819432

File tree

14 files changed

+24
-6
lines changed

14 files changed

+24
-6
lines changed
-13 KB
Binary file not shown.

BEE2 - Application - beta/BEE2/BEE2.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@
119119
<ItemGroup>
120120
<None Include="App.config" />
121121
</ItemGroup>
122+
<ItemGroup />
123+
<ItemGroup>
124+
<Resource Include="resources\menu.png" />
125+
</ItemGroup>
122126
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123127
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
124128
Other similar extension points exist, see Microsoft.Common.targets.

BEE2 - Application - beta/BEE2/MainWindow.xaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Window x:Class="BEE2.MainWindow"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4-
Title="BEE2 Beta" Height="350" Width="525" WindowStartupLocation="CenterScreen"
4+
Title="BEE2 Beta" Height="700" Width="800" WindowStartupLocation="CenterScreen"
55
DataContext="{Binding RelativeSource={RelativeSource Self}}"
66
>
77
<Grid>
@@ -33,12 +33,13 @@
3333
</Border>
3434
<Grid Grid.Row="2">
3535
<Grid.ColumnDefinitions>
36-
<ColumnDefinition Width="200" />
36+
<ColumnDefinition Width="300" />
3737
<ColumnDefinition />
3838
</Grid.ColumnDefinitions>
39-
<Border Grid.Column="0" BorderThickness="1" BorderBrush="CadetBlue">
39+
<Grid Grid.Column="0" VerticalAlignment="Top">
40+
<Image Source="resources/menu.png" Height="600" Width="300" />
4041
<TextBlock Text="Outgoing Palette" HorizontalAlignment="Center" VerticalAlignment="Center" />
41-
</Border>
42+
</Grid>
4243
<Border Grid.Column="1" BorderThickness="1" BorderBrush="CadetBlue">
4344
<ListBox ItemsSource="{Binding PuzzleItems}">
4445
<ListBox.ItemTemplate>
7.29 KB
Loading
7.5 KB
Binary file not shown.
7.4 KB
Binary file not shown.
16 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.34003
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
[assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("resources/menu.png")]
12+
13+
65 Bytes
Binary file not shown.

BEE2 - Application - beta/BEE2/obj/Debug/MainWindow.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "CC9AEEAA2EBF5F623DC13A2684ACAD2F"
1+
#pragma checksum "..\..\MainWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "2DBE8E9E034EB9679D5895422F3F0144"
22
//------------------------------------------------------------------------------
33
// <auto-generated>
44
// This code was generated by a tool.

0 commit comments

Comments
 (0)