This commit is contained in:
qianlifeng
2013-12-22 19:35:21 +08:00
parent dcf52085ae
commit 121db63778
761 changed files with 569 additions and 112327 deletions

View File

@@ -0,0 +1,11 @@
<UserControl x:Class="WinAlfred.ResultPanel"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignHeight="300" d:DesignWidth="300">
<StackPanel x:Name="pnlContainer">
</StackPanel>
</UserControl>