summaryrefslogtreecommitdiff
path: root/platform/winrt/gsview/Info.xaml
diff options
context:
space:
mode:
Diffstat (limited to 'platform/winrt/gsview/Info.xaml')
-rw-r--r--platform/winrt/gsview/Info.xaml11
1 files changed, 0 insertions, 11 deletions
diff --git a/platform/winrt/gsview/Info.xaml b/platform/winrt/gsview/Info.xaml
deleted file mode 100644
index 4033d2ee..00000000
--- a/platform/winrt/gsview/Info.xaml
+++ /dev/null
@@ -1,11 +0,0 @@
-<Window x:Class="gsview.Info"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Title="Info" Height="216.304" Width="430.434" Background="WhiteSmoke">
- <DockPanel LastChildFill="True">
- <Button DockPanel.Dock="Bottom" Width="70" Height="20" Name="xaml_CloseInfo" Click="OKClose" Margin="0,0,0,20" IsDefault="True">
- <TextBlock Name="xaml_ButtonText" FontFamily="Courier" Text="OK"/>
- </Button>
- <TextBlock Name="xaml_TextInfo" Text="File not open" Margin="10,10,10,10" FontFamily="Courier New"></TextBlock>
- </DockPanel>
-</Window>