Commit 66d676be by liulongfei

样式调整

parent 50683ca0
......@@ -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
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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;
}
......
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