1 Star 0 Fork 1

nkjpj/PaintPlus-1

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Ribbon.xml 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
ngtritham 提交于 2017-12-06 23:09 . Initial commit
<?xml version="1.0" encoding="utf-8"?>
<Application xmlns="http://schemas.microsoft.com/windows/2009/Ribbon">
<Application.Commands>
<Command Name="cmdHome" LabelTitle="Home" />
<Command Name="cmdShapes" LabelTitle="Shapes" />
<Command Name="cmdLine" Symbol="ID_CMD_LINE" Id="1007" TooltipTitle="Line" TooltipDescription="Line">
<Command.LargeImages>
<Image>Images/Line-lg.png</Image>
</Command.LargeImages>
</Command>
<Command Name="cmdEllipse" Symbol="ID_CMD_ELLIPSE" Id="1008" TooltipTitle="Ellipse" TooltipDescription="Ellipse">
<Command.LargeImages>
<Image>Images/Ellipse-lg.png</Image>
</Command.LargeImages>
</Command>
<Command Name="cmdRectangle" Symbol="ID_CMD_RECTANGLE" Id="1009" TooltipTitle="Rectangle" TooltipDescription="Rectangle">
<Command.LargeImages>
<Image>Images/Rectangle-lg.png</Image>
</Command.LargeImages>
</Command>
<!-- =================== -->
</Application.Commands>
<Application.Views>
<Ribbon>
<Ribbon.Tabs>
<Tab CommandName="cmdHome">
<Group CommandName="cmdShapes" SizeDefinition="ThreeButtons">
<Button CommandName="cmdLine" />
<Button CommandName="cmdEllipse" />
<Button CommandName="cmdRectangle" />
</Group>
</Tab>
</Ribbon.Tabs>
</Ribbon>
</Application.Views>
</Application>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nkjpj/PaintPlus-1.git
git@gitee.com:nkjpj/PaintPlus-1.git
nkjpj
PaintPlus-1
PaintPlus-1
master

搜索帮助