Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
VIZ.Package
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘龙飞
VIZ.Package
Commits
83d47be4
Commit
83d47be4
authored
Feb 27, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预览刷新功能
parent
bd592e0f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
2 deletions
+7
-2
VIZ.Package.Module.Resource/Icons/update_36x36.png
+0
-0
VIZ.Package.Module.Resource/Icons/update_hover_36x36.png
+0
-0
VIZ.Package.Module.Resource/VIZ.Package.Module.Resource.csproj
+5
-0
VIZ.Package.Module/Preview/VizPreview/View/VizPreviewView.xaml
+2
-2
No files found.
VIZ.Package.Module.Resource/Icons/update_36x36.png
0 → 100644
View file @
83d47be4
1.37 KB
VIZ.Package.Module.Resource/Icons/update_hover_36x36.png
0 → 100644
View file @
83d47be4
1.36 KB
VIZ.Package.Module.Resource/VIZ.Package.Module.Resource.csproj
View file @
83d47be4
...
@@ -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
VIZ.Package.Module/Preview/VizPreview/View/VizPreviewView.xaml
View file @
83d47be4
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment