| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- <?xml version="1.0" encoding="utf-8"?>
- <CommandTable xmlns="http://schemas.microsoft.com/VisualStudio/2005-10-18/CommandTable" xmlns:xs="http://www.w3.org/2001/XMLSchema">
- <Extern href="stdidcmd.h" />
- <Extern href="vsshlids.h" />
- <Include href="KnownImageIds.vsct" />
- <Include href="VSGlobals.vsct" />
- <Commands package="CodeGenerator">
- <Menus>
- <Menu guid ="CodeGenerator" id="CommandMenus" priority="0x501" type="Context">
- <Parent guid="CodeGenerator" id="MenuGroup" />
- <Strings>
- <ButtonText>Vber代码生成器(旧)</ButtonText>
- <CommandName>Vber代码生成器(旧)</CommandName>
- </Strings>
- </Menu>
- </Menus>
- <Groups>
- <Group guid="CodeGenerator" id="MenuGroup" priority="0x0500">
- <Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_CODEWIN" />
- </Group>
- <Group guid="CodeGenerator" id="CommandMenuGroup" priority="0x0501">
- <Parent guid="CodeGenerator" id="CommandMenus" />
- </Group>
- </Groups>
- <!--This section defines the elements the user can interact with, like a menu command or a button
- or combo box in a toolbar. -->
- <Buttons>
- <Button guid="CodeGenerator" id="CmdV4" priority="0x0100" type="Button">
- <Parent guid="CodeGenerator" id="MenuGroup" />
- <Icon guid="ImageCatalogGuid" id="CSReport" />
- <CommandFlag>IconIsMoniker</CommandFlag>
- <Strings>
- <ButtonText>Vber代码生成器V4.0</ButtonText>
- </Strings>
- </Button>
- <Button guid="CodeGenerator" id="CmdV2" priority="0x0101" type="Button">
- <Parent guid="CodeGenerator" id="CommandMenuGroup" />
- <Icon guid="ImageCatalogGuid" id="CSReport" />
- <CommandFlag>IconIsMoniker</CommandFlag>
- <Strings>
- <ButtonText>代码生成器V2.1.3</ButtonText>
- </Strings>
- </Button>
- <Button guid="CodeGenerator" id="CmdV2_1_3_1" priority="0x0102" type="Button">
- <Parent guid="CodeGenerator" id="CommandMenuGroup" />
- <Icon guid="ImageCatalogGuid" id="CSReport" />
- <CommandFlag>IconIsMoniker</CommandFlag>
- <Strings>
- <ButtonText>代码生成器V2.1.3.1(垫圈厂专用)</ButtonText>
- </Strings>
- </Button>
- <Button guid="CodeGenerator" id="CmdV3" priority="0x0103" type="Button">
- <Parent guid="CodeGenerator" id="CommandMenuGroup" />
- <Icon guid="ImageCatalogGuid" id="CSReport" />
- <CommandFlag>IconIsMoniker</CommandFlag>
- <Strings>
- <ButtonText>代码生成器V3</ButtonText>
- </Strings>
- </Button>
- </Buttons>
- </Commands>
- <Symbols>
- <GuidSymbol name="CodeGenerator" value="{23c3d6f3-4543-4a7c-a466-4b0c6bbc6d38}">
- <IDSymbol name="MenuGroup" value="0x0001" />
- <IDSymbol name="CommandMenuGroup" value="0x0002" />
- <IDSymbol name="CmdV4" value="0x0100" />
- <IDSymbol name="CommandMenus" value="0x0101" />
- <IDSymbol name="CmdV2" value="0x0102" />
- <IDSymbol name="CmdV2_1_3_1" value="0x0103" />
- <IDSymbol name="CmdV3" value="0x0104" />
- </GuidSymbol>
- </Symbols>
- </CommandTable>
|