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
66d676be
Commit
66d676be
authored
Feb 17, 2023
by
liulongfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
50683ca0
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
2 deletions
+10
-2
VIZ.Package.Module.Resource/Icons/icon_data_template_32x32.png
+0
-0
VIZ.Package.Module.Resource/Icons/icon_field_edit_32x32.png
+0
-0
VIZ.Package.Module.Resource/Icons/icon_play_list_32x32.png
+0
-0
VIZ.Package.Module.Resource/VIZ.Package.Module.Resource.csproj
+6
-0
VIZ.Package.Module/ControlObject/FieldEdit/FieldEditPluginLifeCycle.cs
+1
-0
VIZ.Package.Module/Page/Group/PageGroupPluginLifeCycle.cs
+1
-0
VIZ.Package.Module/Plugin/PluginPluginLifeCycle.cs
+2
-2
No files found.
VIZ.Package.Module.Resource/Icons/icon_data_template_32x32.png
0 → 100644
View file @
66d676be
1.01 KB
VIZ.Package.Module.Resource/Icons/icon_field_edit_32x32.png
0 → 100644
View file @
66d676be
961 Bytes
VIZ.Package.Module.Resource/Icons/icon_play_list_32x32.png
0 → 100644
View file @
66d676be
433 Bytes
VIZ.Package.Module.Resource/VIZ.Package.Module.Resource.csproj
View file @
66d676be
...
...
@@ -264,5 +264,10 @@
<ItemGroup>
<Resource Include="Images\login_large2.png" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icons\icon_data_template_32x32.png" />
<Resource Include="Icons\icon_field_edit_32x32.png" />
<Resource Include="Icons\icon_play_list_32x32.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
\ No newline at end of file
VIZ.Package.Module/ControlObject/FieldEdit/FieldEditPluginLifeCycle.cs
View file @
66d676be
...
...
@@ -42,6 +42,7 @@ namespace VIZ.Package.Module
info
.
ID
=
PLUGIN_ID
;
info
.
Name
=
PLUGIN_NAME
;
info
.
ViewType
=
typeof
(
FieldEditView
);
info
.
Icon
=
"/VIZ.Package.Module.Resource;component/Icons/icon_field_edit_32x32.png"
;
return
info
;
}
...
...
VIZ.Package.Module/Page/Group/PageGroupPluginLifeCycle.cs
View file @
66d676be
...
...
@@ -42,6 +42,7 @@ namespace VIZ.Package.Module
info
.
ID
=
PLUGIN_ID
;
info
.
Name
=
PLUGIN_NAME
;
info
.
ViewType
=
typeof
(
PageGroupView
);
info
.
Icon
=
"/VIZ.Package.Module.Resource;component/Icons/icon_play_list_32x32.png"
;
return
info
;
}
...
...
VIZ.Package.Module/Plugin/PluginPluginLifeCycle.cs
View file @
66d676be
...
...
@@ -29,7 +29,7 @@ namespace VIZ.Package.Module
/// <summary>
/// 插件名称
/// </summary>
public
const
string
PLUGIN_NAME
=
"
插件
"
;
public
const
string
PLUGIN_NAME
=
"
数据模板
"
;
/// <summary>
/// 注册
...
...
@@ -42,7 +42,7 @@ namespace VIZ.Package.Module
info
.
ID
=
PLUGIN_ID
;
info
.
Name
=
PLUGIN_NAME
;
info
.
ViewType
=
typeof
(
PluginView
);
info
.
Icon
=
"/VIZ.Package.Module.Resource;component/Icons/icon_
clear
_32x32.png"
;
info
.
Icon
=
"/VIZ.Package.Module.Resource;component/Icons/icon_
data_template
_32x32.png"
;
return
info
;
}
...
...
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