Commit 66d676be by liulongfei

样式调整

parent 50683ca0
...@@ -264,5 +264,10 @@ ...@@ -264,5 +264,10 @@
<ItemGroup> <ItemGroup>
<Resource Include="Images\login_large2.png" /> <Resource Include="Images\login_large2.png" />
</ItemGroup> </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" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
...@@ -42,6 +42,7 @@ namespace VIZ.Package.Module ...@@ -42,6 +42,7 @@ namespace VIZ.Package.Module
info.ID = PLUGIN_ID; info.ID = PLUGIN_ID;
info.Name = PLUGIN_NAME; info.Name = PLUGIN_NAME;
info.ViewType = typeof(FieldEditView); info.ViewType = typeof(FieldEditView);
info.Icon = "/VIZ.Package.Module.Resource;component/Icons/icon_field_edit_32x32.png";
return info; return info;
} }
......
...@@ -42,6 +42,7 @@ namespace VIZ.Package.Module ...@@ -42,6 +42,7 @@ namespace VIZ.Package.Module
info.ID = PLUGIN_ID; info.ID = PLUGIN_ID;
info.Name = PLUGIN_NAME; info.Name = PLUGIN_NAME;
info.ViewType = typeof(PageGroupView); info.ViewType = typeof(PageGroupView);
info.Icon = "/VIZ.Package.Module.Resource;component/Icons/icon_play_list_32x32.png";
return info; return info;
} }
......
...@@ -29,7 +29,7 @@ namespace VIZ.Package.Module ...@@ -29,7 +29,7 @@ namespace VIZ.Package.Module
/// <summary> /// <summary>
/// 插件名称 /// 插件名称
/// </summary> /// </summary>
public const string PLUGIN_NAME = "插件"; public const string PLUGIN_NAME = "数据模板";
/// <summary> /// <summary>
/// 注册 /// 注册
...@@ -42,7 +42,7 @@ namespace VIZ.Package.Module ...@@ -42,7 +42,7 @@ namespace VIZ.Package.Module
info.ID = PLUGIN_ID; info.ID = PLUGIN_ID;
info.Name = PLUGIN_NAME; info.Name = PLUGIN_NAME;
info.ViewType = typeof(PluginView); 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; return info;
} }
......
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