| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- <?xml version="1.0" encoding="utf-8" ?>
- <ROOT>
- <Items>
- <Item>
- <MenuId>101</MenuId>
- <MenuName>打开</MenuName>
- <Description>Open</Description>
- <HotKeys>Control + O</HotKeys>
- </Item>
- <Item>
- <MenuId>102</MenuId>
- <MenuName>保存</MenuName>
- <Description>Save</Description>
- <HotKeys>Control + S</HotKeys>
- </Item>
- <Item>
- <MenuId>103</MenuId>
- <MenuName>另存为</MenuName>
- <Description>SaveAs</Description>
- <HotKeys>Control + Shift + S</HotKeys>
- </Item>
- <Item>
- <MenuId>108</MenuId>
- <MenuName>关闭</MenuName>
- <Description>Close</Description>
- <HotKeys>Control + W</HotKeys>
- </Item>
- <Item>
- <MenuId>201</MenuId>
- <MenuName>撤销</MenuName>
- <Description>Undo</Description>
- <HotKeys>Control + Z</HotKeys>
- </Item>
- <Item>
- <MenuId>202</MenuId>
- <MenuName>恢复</MenuName>
- <Description>Redo</Description>
- <HotKeys>Control + Y</HotKeys>
- </Item>
- <Item>
- <MenuId>203</MenuId>
- <MenuName>复制</MenuName>
- <Description>Copy</Description>
- <HotKeys>Control + C</HotKeys>
- </Item>
- <Item>
- <MenuId>204</MenuId>
- <MenuName>粘贴</MenuName>
- <Description>Paste</Description>
- <HotKeys>Control + V</HotKeys>
- </Item>
- <Item>
- <MenuId>206</MenuId>
- <MenuName>放大</MenuName>
- <Description>ZoomIn</Description>
- <HotKeys>Control + Add</HotKeys>
- </Item>
- <Item>
- <MenuId>207</MenuId>
- <MenuName>缩小</MenuName>
- <Description>ZoomOut</Description>
- <HotKeys>Control + Subtract</HotKeys>
- </Item>
- <Item>
- <MenuId>208</MenuId>
- <MenuName>实际大小</MenuName>
- <Description>ActualSize</Description>
- <HotKeys>Control + Shift + A</HotKeys>
- </Item>
- <Item>
- <MenuId>209</MenuId>
- <MenuName>合适大小</MenuName>
- <Description>ZoomToWindow</Description>
- <HotKeys>Control + B</HotKeys>
- </Item>
- <Item>
- <MenuId>218</MenuId>
- <MenuName>旋转90度</MenuName>
- <Description>Rotate90CW</Description>
- <HotKeys>Control + J</HotKeys>
- </Item>
- <Item>
- <MenuId>1401</MenuId>
- <MenuName>目录</MenuName>
- <Description>HelpTopics</Description>
- <HotKeys>F1</HotKeys>
- </Item>
- </Items>
- </ROOT>
|