Commit 83d47be4 by liulongfei

预览刷新功能

parent bd592e0f
...@@ -273,5 +273,9 @@ ...@@ -273,5 +273,9 @@
<ItemGroup> <ItemGroup>
<Resource Include="Icons\icon_custom_32x32.png" /> <Resource Include="Icons\icon_custom_32x32.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Resource Include="Icons\update_36x36.png" />
<Resource Include="Icons\update_hover_36x36.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
...@@ -50,8 +50,8 @@ ...@@ -50,8 +50,8 @@
IconHover="/VIZ.Package.Module.Resource;component/Icons/stop_hover_36x36.png" IconHover="/VIZ.Package.Module.Resource;component/Icons/stop_hover_36x36.png"
Command="{Binding Path=StopCommand}"></fcommon:IconButton> Command="{Binding Path=StopCommand}"></fcommon:IconButton>
<fcommon:IconButton Content="更新" Margin="5,0,0,0" Style="{StaticResource IconButton_Preview}" <fcommon:IconButton Content="更新" Margin="5,0,0,0" Style="{StaticResource IconButton_Preview}"
Icon="/VIZ.Package.Module.Resource;component/Icons/stop_36x36.png" Icon="/VIZ.Package.Module.Resource;component/Icons/update_36x36.png"
IconHover="/VIZ.Package.Module.Resource;component/Icons/stop_hover_36x36.png" IconHover="/VIZ.Package.Module.Resource;component/Icons/update_hover_36x36.png"
Command="{Binding Path=UpdateCommand}"></fcommon:IconButton> Command="{Binding Path=UpdateCommand}"></fcommon:IconButton>
</StackPanel> </StackPanel>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment