initial oogynize check in _ this actually used to work!

This commit is contained in:
2016-02-14 21:16:31 -08:00
parent b183af5d55
commit 532ea133bc
337 changed files with 30692 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<Window x:Class="Foo.ClientServices.GUIDebugStepExe.GUIDebugStepTestForm"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Loaded="wvGUIDebugStepTestForm_Loaded" Closed="wvGUIDebugStepTestForm_Closed"
Title="GUIDebugStepTestForm" Height="382" Width="223" Name="wvGUIDebugStepTestForm" WindowStartupLocation="CenterScreen" WindowStyle="SingleBorderWindow">
<Grid>
<Rectangle x:Name="recGradiant" Stroke="Black" RadiusY="7.5" RadiusX="7.5">
<Rectangle.Fill>
<LinearGradientBrush EndPoint="0.5,1" StartPoint="0.5,0" Opacity="1.0">
<GradientStop Color="#FF000000" Offset="0.238"/>
<GradientStop Color="#FE333333" Offset="0.778"/>
<GradientStop Color="#FE202020" Offset="0.613"/>
<GradientStop Color="#FE333333" Offset="0.87"/>
</LinearGradientBrush>
</Rectangle.Fill>
</Rectangle>
<Button Height="23" Margin="37,83,39,0" Name="btnLaunchArtifactWall" VerticalAlignment="Top" Click="btnLaunchArtifactWall_Click">ArtifactWall</Button>
<Button Margin="37,124,39,0" Name="btnWorkspaceSelector" Height="23" VerticalAlignment="Top" Click="btnWorkspaceSelector_Click">WorkspaceSelector</Button>
<Button Margin="37,165,39,0" Name="btnSettingsNMain" Height="23" VerticalAlignment="Top" Click="btnSettingsNMain_Click">MainNSettings</Button>
<Label Height="55" Margin="12,12,12,0" Name="lblGuiRemote" VerticalAlignment="Top" Foreground="White" FontSize="14" Focusable="True" HorizontalContentAlignment="Center" VerticalContentAlignment="Center" BorderThickness="1" BorderBrush="White">GUIDebugStep Remote</Label>
<Button Margin="37,206,39,0" Name="btnButtonForm" Height="23" VerticalAlignment="Top" Click="btnButtonForm_Click">ButtonForm</Button>
</Grid>
</Window>