Skip to content

Commit

Permalink
Updated The Titles of forms to have spaces in so they read correctly …
Browse files Browse the repository at this point in the history
…and added icons to the forms
  • Loading branch information
matthewste committed Mar 16, 2013
1 parent 257ecea commit c732cf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion GUI2/AddControl.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Window x:Class="GUI2.AddControl"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="AddControl" Height="350" Width="550">
Title="Add Control" Height="350" Width="550" Icon="icon.ico">
<Grid>

</Grid>
Expand Down
2 changes: 1 addition & 1 deletion GUI2/ChangeScreen.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Child="clr-namespace:OSAE.UI.Controls;assembly=OSAE.UI.Controls"
Title="ChangeScreen" Height="540" Width="770">
Title="Change Screen" Height="540" Width="770" Icon="icon.ico">
<Grid>
<Child:ctrlChangeScreen Name="uc_Child" />
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion GUI2/CreateScreen.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:Child="clr-namespace:OSAE.UI.Controls;assembly=OSAE.UI.Controls"
Title="CreateScreen" Height="436" Width="476">
Title="Create Screen" Height="436" Width="476" Icon="icon.ico">
<Grid>
<Child:CreateScreen Name="uc_Child" />
</Grid>
Expand Down
2 changes: 1 addition & 1 deletion GUI2/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Window x:Class="GUI2.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="195" Width="576" Loaded="Window_Loaded" ResizeMode="NoResize" SizeToContent="WidthAndHeight" Closing="Window_Closing_1">
Title="Open Source Automation - Main Window" Height="195" Width="576" Loaded="Window_Loaded" ResizeMode="NoResize" SizeToContent="WidthAndHeight" Closing="Window_Closing_1" Icon="icon.ico">
<Grid>
<Canvas Grid.ColumnSpan="2" Name="canGUI" Background="#FFFFFFFE" Focusable="True" MouseRightButtonDown="canvas1_RightButtonDown">
<Canvas.ContextMenu>
Expand Down

0 comments on commit c732cf6

Please sign in to comment.