ArcGIS Pro界面定义XML

<?xml version="1.0" encoding="UTF-8"?>
<ArcGIS defaultAssembly="ArcGIS.Desktop.Layouts.dll" defaultNamespace="ArcGIS.Desktop.Layouts" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry \ArcGIS\ArcGISDesktop\UIFramework\ArcGIS.Desktop.Framework.xsd">

  <dependencies>
    <dependency name="ADCore.daml"/>
    <dependency name="ADGeoDatabase.daml"/>
    <dependency name="ADMapping.daml"/>
  </dependencies>

  <categories>
    <updateCategory refID="esri_core_projectContainers">
      <insertComponent id="esri_layouts_container" className="ArcGIS.Desktop.Internal.Layouts.LayoutContainer" insert="after" placeWith="esri_geodatabase_projectContainer">
        <content type="Layout" displayName="布局" contextMenu="esri_layouts_projectContainer"/>
      </insertComponent>
      <insertComponent id="esri_reports_container" className="ArcGIS.Desktop.Internal.Reports.ReportProjectItemContainer" insert="after" placeWith="esri_layouts_container">
        <content type="Report" displayName="报表" contextMenu="esri_reports_projectContainerMenu"/>
      </insertComponent>
    </updateCategory>

    <!-- register with catalog item factory -->
    <updateCategory refID="esri_itemInfoType">
      <insertComponent id="esri_itemInfoType_LayoutProjectItem" className="ArcGIS.Desktop.Internal.Layouts.LayoutProjectItem" containerType="Layout">
        <content>
          <supportedTypeIDs>
            <type id="cim_layout" contextMenuID="esri_layouts_projectItem"/>
          </supportedTypeIDs>
        </content>
      </insertComponent>
      <insertComponent id="esri_itemInfoType_ReportProjectItem" className="ArcGIS.Desktop.Internal.Reports.ReportProjectItem" containerType="Report">
        <content>
          <supportedTypeIDs>
            <type id="cim_report" contextMenuID="esri_reports_projectItemMenu"/>
          </supportedTypeIDs>
        </content>
      </insertComponent>
    </updateCategory>

    <updateCategory refID="esri_mapping_styleFileManager">
      <insertComponent id="esri_layout_styleFileManagerProps" className="ArcGIS.Desktop.Internal.Layouts.Utilities.StyleFileManagerProps"/>
    </updateCategory>

    <!-- TOC Views -->
    <insertCategory id="esri_layouts_tocViews">

      <component id="esri_layouts_DrawingOrderView">
        <content L_name="绘制顺序" buttonTooltipHeader="按绘制顺序列出" buttonTooltip="元素按绘制顺序列出。通过拖放可更改绘制顺序。" buttonImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ContentsWindowListByDrawingOrder24.png">
        </content>
      </component>

      <component id="esri_layouts_TypeOrderView">
        <content L_name="元素类型" buttonTooltipHeader="按元素类型列出" buttonTooltip="元素按类型排列。" buttonImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ContentsWindowListByElementType24.png">
        </content>
      </component>

      <component id="esri_layouts_MapFrameOrderView">
        <content L_name="地图框" buttonTooltipHeader="按地图框列出" buttonTooltip="地图整饰随关联的地图框列出。" buttonImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ContentsWindowListByMapFrame24.png">
        </content>
      </component>

      <component id="esri_layouts_MapSeriesView">
        <content L_name="系列" buttonTooltipHeader="列出地图册页面" buttonTooltip="地图册页面按输出顺序列出。" buttonImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeries24.png">
        </content>
      </component>
    </insertCategory>

    <insertCategory id="esri_reports_tocViews">

      <component id="esri_reports_DrawingOrderView">
        <content L_name="绘制顺序" buttonTooltipHeader="按绘制顺序列出" buttonTooltip="元素按绘制顺序列出。通过拖放可更改绘制顺序。" buttonImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ContentsWindowListByDrawingOrder24.png">
        </content>
      </component>

      <!--<component id="esri_reports_TypeOrderView">
        <content L_name = "Element Type" buttonTooltipHeader="List By Element Type" buttonTooltip = "Elements are listed by type."
                 buttonImage ="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ContentsWindowListByElementType24.png">
        </content>
      </component>-->
    </insertCategory>

    <!--item type flags-->
    <updateCategory refID="esri_item">
      <insertComponent id="raster_tga">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
      <insertComponent id="raster_jpg">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
      <insertComponent id="raster_svgz">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
      <insertComponent id="raster_svg">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
      <insertComponent id="raster_eps">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
      <insertComponent id="raster_emf">
        <content>
          <filterFlags>
            <type id="Raster"/>
          </filterFlags>
        </content>
      </insertComponent>
    </updateCategory>

    <!-- Browse Filters -->
    <updateCategory refID="esri_browseFilters">
      <insertComponent id="esri_browseDialogFilters_composite_reportSources" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content include="FolderConnection, GDB">
          <filter refID="esri_browseDialogFilters_gp_tableView"/>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_composite_reportSourcesMap" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content include="FolderConnection, GDB, Map">
          <filter refID="esri_browseDialogFilters_gp_tableView"/>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_pngExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="PNG" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_png"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_pdfExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="PDF" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="file_pdf"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_gifExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="GIF" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_gif"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_bmpExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="BMP" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_bmp"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_tgaExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="TGA" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_tga"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_tiffExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="TIFF" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_tiff"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_jpgExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="JPG" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_jpg"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_svgzExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="SVGZ" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_svgz"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_svgExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="SVG" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_svg"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_epsExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="EPS" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_eps"/>
          </canBeTypeIds>
        </content>
      </insertComponent>

      <insertComponent id="esri_browseDialogFilters_emfExport" className="ArcGIS.Desktop.Internal.Core.BrowseProjectFilter" assembly="Extensions\Core\ArcGIS.Desktop.Core.dll">
        <content displayName="EMF" exclude="esri_browsePlaces_Online" include="FolderConnection">
          <canBeTypeIds>
            <type id="raster_emf"/>
          </canBeTypeIds>
        </content>
      </insertComponent>
    </updateCategory>
    
  </categories>
  
  <modules>
    <insertModule id="esri_layouts" className="LayoutsModule" caption="布局" description="布局" autoLoad="false">

      <dockPanes>
        <dockPane id="esri_layouts_elementDockPane" caption="元素" className="ArcGIS.Desktop.Internal.Layouts.DockPanes.ElementDockPaneVM" dock="group" condition="esri_layouts_layoutPaneCondition" dockWith="esri_core_projectDockPane" width="320" minwidth="320" disableIfBusy="true" initiallyVisible="false" showLoadingMessage="true" delayLoadMessage="请在“内容”窗格中选择布局元素。">
          <content className="ArcGIS.Desktop.Internal.Layouts.DockPanes.ElementDockPane"/>
        </dockPane>
        <dockPane id="esri_layouts_exportDockPane" caption="导出" className="ArcGIS.Desktop.Internal.Layouts.DockPanes.ExportDockPaneVM" dock="group" condition="esri_layouts_layoutPaneCondition" dockWith="esri_core_projectDockPane" width="320" minwidth="320" disableIfBusy="true" initiallyVisible="false" showLoadingMessage="true" delayLoadMessage="请在“内容”窗格中选择布局元素。">
          <content className="ArcGIS.Desktop.Internal.Layouts.DockPanes.ExportDockPane"/>
        </dockPane>
        <dockPane id="esri_layouts_spellCheckDockPane" caption="检查拼写" className="ArcGIS.Desktop.Internal.Layouts.DockPanes.LayoutSpellCheckDockPaneVM" dock="group" condition="esri_layouts_layoutPaneCondition" dockWith="esri_core_projectDockPane" width="320" minwidth="320" disableIfBusy="true" initiallyVisible="false" showLoadingMessage="true" delayLoadMessage="正在检查拼写...">
          <content assembly="Extensions\Core\ArcGIS.Desktop.Core.dll" className="ArcGIS.Desktop.Internal.Core.CommonControls.SpellCheckDockPane"/>
        </dockPane>
        <dockPane id="esri_layouts_printDockPane" caption="打印布局" className="ArcGIS.Desktop.Internal.Layouts.DockPanes.PrintDockPaneVM" dock="group" condition="esri_layouts_layoutPaneCondition" dockWith="esri_core_projectDockPane" width="320" minwidth="320" disableIfBusy="true" initiallyVisible="false" showLoadingMessage="true" delayLoadMessage="打印布局...">
          <content className="ArcGIS.Desktop.Internal.Layouts.DockPanes.PrintDockPane"/>
        </dockPane>
      </dockPanes>

      <tabs>
        <tab id="esri_layouts_LayoutContainer" caption="布局" keytip="Y" condition="esri_LayoutContainer" tabGroupID="esri_layouts_LayoutTabGroup">
          <group refID="esri_core_clipboardGroup"/>
          <group refID="esri_core_organize"/>
          <group refID="esri_project_layout"/>
        </tab>
            
        <tab id="esri_layouts_homeTab" caption="布局" condition="esri_layouts_layoutPane" keytip="Y">
          <group refID="esri_layouts_clipboardGroup"/>
          <group refID="esri_layouts_pageNavigateGroup"/>
          <group refID="esri_layouts_selectionGroup"/>
          <group refID="esri_layouts_pageDesignGroup"/>
          <group refID="esri_layouts_pageShowGroup"/>
          <group refID="esri_layouts_mapFrameGroup"/>
          <group refID="esri_layouts_sharingGroup"/>
          <group refID="esri_layouts_reviewGroup"/>
        </tab>

        <tab id="esri_layouts_insertTab" caption="插入" condition="esri_layouts_layoutPane" keytip="N">
          <group refID="esri_core_projectData"/>
          <group refID="esri_layouts_insertMapFrameGroup"/>
          <group refID="esri_layouts_insertMapSurroundGroup"/>
          <group refID="esri_layouts_insertTextGroup"/>
          <group refID="esri_layouts_insertGraphicGroup"/>
          <group refID="esri_project_styles"/>
          <group refID="esri_core_favoritesData"/>
        </tab>

        <tab id="esri_layouts_analysisTab" caption="分析" condition="esri_layouts_layoutPane" keytip="A"/>

        <tab id="esri_layouts_viewTab" caption="视图" condition="esri_layouts_layoutPane" keytip="V">
          <group refID="esri_mapping_bookmarksGroup"/>
          <group refID="esri_core_dockWindows"/>
          <group refID="esri_layouts_thumbnailGroup"/>
          <!--<group refID="esri_layouts_overprintGroup"/>-->
        </tab>

        <!---->
        <!--Contextual Tab for Map Activation-->
        <!---->
        <tab id="esri_layouts_ActivateMapTab" caption="布局" condition="esri_layouts_mapActivatedCondition" tabGroupID="esri_layouts_activatedMapTabGroup" keytip="JL">
          <group refID="esri_layouts_mapActivatedPageNavigateGroup"/>
          <group refID="esri_layouts_activatedMapGroup"/>
        </tab>

        <!---->
        <!--DESIGN/FORMAT tabs.   These need to be grouped so that each TabGroup shares the same condition-->
        <!---->
        <tab id="esri_layouts_FormatTab" caption="格式" extendedCaption="元素格式化" tabGroupID="esri_layouts_selectionTabGroup" keytip="JF" condition="esri_layouts_selectedElementOrPartsCondition">
          <group refID="esri_layouts_subElementGroup"/>
          <group refID="esri_layouts_pointFormatGroup"/>
          <group refID="esri_layouts_lineFormatGroup"/>
          <group refID="esri_layouts_polygonFormatGroup"/>
          <group refID="esri_layouts_backgroundFormatGroup"/>
          <group refID="esri_layouts_borderFormatGroup"/>
          <group refID="esri_layouts_shadowFormatGroup"/>
          <group refID="esri_layouts_northArrowFormatGroup"/>
          <group refID="esri_layouts_topoNorthArrowFormatGroup"/>
          <group refID="esri_layouts_scaleBarFormatGroup"/>
          <group refID="esri_layouts_meterReferenceFormatGroup"/>
          <group refID="esri_layouts_elevationGuideBarFormatGroup"/>
          <group refID="esri_layouts_slopeGuideFormatGroup"/>
          <group refID="esri_layouts_textFormatGroup"/>
          <group refID="esri_layouts_editGraphicGroup"/>
          <group refID="esri_layouts_arrangeGroup"/>
          <group refID="esri_layouts_sizeAndPositionGroup"/>
        </tab>        

        <tab id="esri_layouts_multiMapSurroundDesignTab" caption="设计" extendedCaption="多个地图整饰" condition="esri_layouts_multiMapSurroundDesignCondition" tabGroupID="esri_layouts_selectionTabGroup" keytip="JD">
          <group refID="esri_layouts_mapSurroundMapFrameGroup"/>
        </tab>

        <tab id="esri_layouts_northArrowDesignTab" caption="设计" extendedCaption="指北针" condition="esri_layouts_northArrowDesignCondition" tabGroupID="esri_layouts_selectionTabGroup" keytip="JD">
          <group refID="esri_layouts_mapSurroundMapFrameGroup"/>
          <group refID="esri_layouts_northArrowAngleGroup"/>
        </tab>

        <tab id="esri_layouts_scaleBarDesignTab" caption="设计" extendedCaption="比例尺" condition="esri_layouts_scaleBarDesignCondition" tabGroupID="esri_layouts_selectionTabGroup" keytip="JD">
          <group refID="esri_layouts_mapSurroundMapFrameGroup"/>
          <group refID="esri_layouts_scaleBarDivisionsGroup"/>
          <group refID="esri_layouts_scaleBarUnitsGroup"/>
          <group refID="esri_layouts_scaleBarMarksGroup"/>
          <group refID="esri_layouts_scaleBarNumbersGroup"/>
        </tab>
      </tabs>

      <panes>
        <pane id="esri_layouts_layoutPane" caption="布局" className="LayoutPaneViewModel" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Layout16.png" isClosable="true" defaultTab="esri_layouts_insertTab" defaultTool="esri_layouts_selectByRectangleTool">
          <content className="LayoutPaneView"/>
        </pane>
      </panes>

      <tabGroups>
        <tabGroup id="esri_layouts_LayoutTabGroup" caption="管理">
          <color A="255" R="104" G="170" B="103"/>
          <borderColor A="0" R="211" G="234" B="249"/>
        </tabGroup>
        
        <tabGroup caption="激活地图框" id="esri_layouts_activatedMapTabGroup">
          <color A="255" R="184" G="139" B="85"/>
          <borderColor A="200" R="233" G="222" B="212"/>
        </tabGroup>

        <tabGroup caption="布局" id="esri_layouts_layoutTabGroup">
          <color A="255" R="145" G="130" B="189"/>
          <borderColor A="0" R="230" G="226" B="240"/>
        </tabGroup>

        <!---->
        <!--Elements-->
        <!---->
        <tabGroup caption="选择" id="esri_layouts_selectionTabGroup">
          <color A="255" R="10" G="50" B="200"/>
          <borderColor A="200" R="10" G="50" B="200"/>
        </tabGroup>
      </tabGroups>

      <groups>
        <group id="esri_project_layout" caption="工程">
          <button refID="esri_layouts_projectContainer_NewLayout"/>
          <button refID="esri_layouts_importLayout"/>
        </group>
        <group id="esri_layouts_clipboardGroup" caption="剪贴板">
          <buttonPalette refID="esri_core_editPasteSplitButton" size="large"/>
          <button refID="esri_core_editCutButton" size="middle"/>
          <button refID="esri_core_editCopyButton" size="middle"/>
          <!--<button refID="esri_core_editCopyPaths" size="middle" />
          <button refID="esri_core_editDeleteButton" size="middle"/>-->
        </group>
        <group id="esri_layouts_pageDesignGroup" caption="页面设置" launcherButtonID="esri_layouts_layoutPropertiesButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutPortrait16.png" launcherKeytip="PD">
          <gallery refID="esri_layouts_pageOrientationGallery" inline="false" size="large"/>
          <gallery refID="esri_layouts_pageSizeGallery" inline="false" size="small"/>
          <splitButton refID="esri_layouts_mapSeriesSplitButton" size="large"/>
          <button refID="esri_layouts_mapSeriesRefreshButton" size="small"/>
        </group>
        <group id="esri_layouts_pageShowGroup" caption="显示" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Rulers16.png">
          <checkBox refID="esri_layouts_showHideRulersCheck" size="small"/>
          <checkBox refID="esri_layouts_showHideGuidesCheck" size="small"/>
        </group>
        <group id="esri_layouts_pageNavigateGroup" caption="导航" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png">
          <tool refID="esri_layouts_pageNavigateTool" size="large"/>
          <button refID="esri_layouts_pageZoomFullButton" size="small"/>
          <button refID="esri_layouts_pageZoomToSelected" size="small"/>
          <button refID="esri_layouts_pagePrevExtentButton" size="small"/>
          <button refID="esri_layouts_pageZoomPageWidthButton" size="small"/>
          <button refID="esri_layouts_pageZoom100PercentButton" size="small"/>
          <button refID="esri_layouts_pageNextExtentButton" size="small"/>
          <!--<button refID="esri_layouts_pageFixedZoomOutButton" size="small"/>
          <button refID="esri_layouts_pageFixedZoomInButton" size="small"/>-->
        </group>

        <group id="esri_layouts_mapActivatedPageNavigateGroup" caption="导航" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png">
          <tool refID="esri_layouts_pageNavigateTool" size="large"/>
          <button refID="esri_layouts_pageZoomFullButton" size="small"/>
          <button refID="esri_layouts_pageZoomToSelected" size="small"/>
          <button refID="esri_layouts_pagePrevExtentButton" size="small"/>
          <button refID="esri_layouts_pageZoomPageWidthButton" size="small"/>
          <button refID="esri_layouts_pageZoom100PercentButton" size="small"/>
          <button refID="esri_layouts_pageNextExtentButton" size="small"/>
          <!--<button refID="esri_layouts_pageFixedZoomOutButton" size="small"/>
          <button refID="esri_layouts_pageFixedZoomInButton" size="small"/>-->
        </group>
        <group id="esri_layouts_mapFrameGroup" caption="地图" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Map16.png">
          <button refID="esri_layouts_activateMap" size="large"/>
          <button refID="esri_mapping_zoomFullButton" size="small"/>
          <button refID="esri_mapping_fixedZoomInButton" size="small"/>
          <button refID="esri_mapping_prevExtentButton" size="small"/>
          <button refID="esri_mapping_zoomToSelectionButton" size="small"/>
          <button refID="esri_mapping_fixedZoomOutButton" size="small"/>
          <button refID="esri_mapping_nextExtentButton" size="small"/>
          <gallery refID="esri_mapping_bookmarksNavigateGallery" inline="false" size="large"/>
        </group>
        <group id="esri_layouts_activatedMapGroup" caption="地图">
          <button refID="esri_layouts_deactivateMap" size="large"/>
        </group>
        
        <group id="esri_layouts_selectionGroup" caption="元素" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool16.png">
          <toolPalette refID="esri_layouts_selectToolPalette" size="large"/>
          <button refID="esri_layouts_selectAllButton" size="middle"/>
          <button refID="esri_layouts_clearSelectionButton" size="middle"/>
          <button refID="esri_core_editDeleteButton" size="middle"/>
        </group>

        <group id="esri_layouts_reviewGroup" caption="检查" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericCheckMarkBlueCircleOn32.png" launcherButtonID="esri_layouts_showProofingDialogButton">
          <button refID="esri_layouts_showSpellCheckPane" size="large"/>
        </group>

        <group id="esri_layouts_insertMapFrameGroup" caption="地图框">
          <gallery refID="esri_layouts_newMapFrameGallery" inline="false" size="large"/>
          <toolPalette refID="esri_layouts_newMapFrameToolPalette" size="middle"/>
          <button refID="esri_layouts_dummyButton" size="small"/>
          <button refID="esri_layouts_dummyButton" size="small"/>
          <gallery refID="esri_layouts_newExtentIndicatorMapFrameGallery" size="middle"/>
          <gallery refID="esri_layouts_newMapGridStyleGallery" size="middle"/>
          <toolPalette refID="esri_layouts_reshapeMapFrameToolPalette" size="middle"/>
        </group>

        <group id="esri_layouts_insertMapSurroundGroup" caption="地图整饰要素" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NorthArrow16.png">
          <splitButton refID="esri_layouts_newNorthArrowSplitButton" size="large"/>
          <splitButton refID="esri_layouts_newScaleBarSplitButton" size="large"/>
          <tool refID="esri_layouts_newLegendTool" size="large"/>
          <splitButton refID="esri_layouts_newChartSplitButton" size="large"/>
          <tool refID="esri_layouts_newTableFrameTool" size="large"/>
          <splitButton refID="esri_layouts_newProductionSplitButton" size="large"/>
        </group>

        <group id="esri_layouts_insertTextGroup" caption="文本" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png">
          <gallery refID="esri_layouts_textStyleGallery" inline="false" size="large"/>
          <toolPalette refID="esri_layouts_newTextToolPalette" size="middle"/>
          <gallery refID="esri_layouts_dynamicTextGallery" inline="false" size="middle"/>
        </group>
        <group id="esri_layouts_insertGraphicGroup" caption="图形" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture16.png">
          <gallery refID="esri_layouts_polygonStyleGallery" inline="false" size="small"/>
          <gallery refID="esri_layouts_lineStyleGallery" inline="false" size="small"/>
          <gallery refID="esri_layouts_pointStyleGallery" inline="false" size="small"/>
          <toolPalette refID="esri_layouts_newPolygonGraphicToolPalette" size="middle"/>
          <toolPalette refID="esri_layouts_newLineGraphicToolPalette" size="middle"/>
          <tool refID="esri_layouts_newPointTool" size="middle"/>
          <tool refID="esri_layouts_newPictureTool" size="middle"/>
        </group>

        <group id="esri_layouts_editGraphicGroup" caption="编辑" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericCheckMarkBlueCircleOn32.png" condition="esri_layouts_editGroupCondition">
          <tool refID="esri_layouts_editVerticesTool" size="large"/>
        </group>

        <!--FORMAT groups-->
        <group id="esri_layouts_subElementGroup" caption="当前选择" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/CurrentSelectionGroup16.png" launcherKeytip="CS" condition="esri_layouts_subElementGroupCondition">
          <comboBox refID="esri_layouts_subElementComboBox" size="small"/>
        </group>
        <group id="esri_layouts_polygonFormatGroup" caption="符号" launcherButtonID="esri_layouts_showPolygonSymbolDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="PG" condition="esri_layouts_polygonGroupCondition">
          <gallery refID="esri_layouts_polygonStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>
        <group id="esri_layouts_lineFormatGroup" caption="符号" launcherButtonID="esri_layouts_showLineSymbolDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="LN" condition="esri_layouts_lineGroupCondition">
          <gallery refID="esri_layouts_lineStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_disabledColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>
        <group id="esri_layouts_pointFormatGroup" caption="符号" launcherButtonID="esri_layouts_showPointSymbolDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="PT" condition="esri_layouts_pointGroupCondition">
          <gallery refID="esri_layouts_pointStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>
        <group id="esri_layouts_textFormatGroup" caption="文本符号" launcherButtonID="esri_layouts_showTextSymbolDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TextSymbolGroup16.png" launcherKeytip="TS">
          <gallery refID="esri_layouts_textStyleGalleryInLine" inline="true" size="large"/>
          <toolbar refID="esri_layouts_textSymbolFontToolbar"/>
        </group>

        <group id="esri_layouts_backgroundFormatGroup" caption="背景" launcherButtonID="esri_layouts_showBackgroundStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolSymbolTab16.png" launcherKeytip="BK" condition="esri_layouts_backgroundGroupCondition">
          <gallery refID="esri_layouts_backgroundStyleGalleryInLine" inline="true" size="large"/>
          <!--<comboBox refID="esri_layouts_backgroundGapXComboBox" size="middle"/>
          <comboBox refID="esri_layouts_backgroundGapYComboBox" size="middle"/>
          <comboBox refID="esri_layouts_backgroundCornerRoundingComboBox" size="middle"/>-->
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="middle"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="middle"/>
        </group>
        <group id="esri_layouts_borderFormatGroup" caption="边框" launcherButtonID="esri_layouts_showBorderStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolSymbolTab16.png" launcherKeytip="BD" condition="esri_layouts_borderGroupCondition">
          <gallery refID="esri_layouts_borderStyleGalleryInLine" inline="true" size="large"/>
          <!--<comboBox refID="esri_layouts_borderGapXComboBox" size="middle"/>
          <comboBox refID="esri_layouts_borderGapYComboBox" size="middle"/>
          <comboBox refID="esri_layouts_borderCornerRoundingComboBox" size="middle"/>-->
          <customControl refID="esri_layouts_disabledColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="middle"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="middle"/>
        </group>
        <group id="esri_layouts_shadowFormatGroup" caption="下拉阴影" launcherButtonID="esri_layouts_showShadowStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolSymbolTab16.png" launcherKeytip="DS" condition="esri_layouts_shadowGroupCondition">
          <gallery refID="esri_layouts_shadowStyleGalleryInLine" inline="true" size="large"/>
          <!--<comboBox refID="esri_layouts_shadowOffsetXComboBox" size="middle"/>
          <comboBox refID="esri_layouts_shadowOffsetYComboBox" size="middle"/>
          <comboBox refID="esri_layouts_shadowCornerRoundingComboBox" size="middle"/>-->
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="middle"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="middle"/>
        </group>

        <group id="esri_layouts_northArrowFormatGroup" caption="符号" launcherButtonID="esri_layouts_showNorthArrowStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="NA" condition="esri_layouts_northArrowCondition">
          <gallery refID="esri_layouts_northArrowStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>

        <group id="esri_layouts_scaleBarFormatGroup" caption="符号" launcherButtonID="esri_layouts_showScaleBarStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="SB" condition="esri_layouts_scaleBarCondition">
          <gallery refID="esri_layouts_scaleBarStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>

        <group id="esri_layouts_topoNorthArrowFormatGroup" caption="符号" launcherButtonID="esri_layouts_showTopoNorthArrowStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="TNA" condition="esri_layouts_topoNorthArrowCondition">
          <gallery refID="esri_layouts_topoNorthArrowStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_fillColorGallery" size="small"/>
          <customControl refID="esri_layouts_lineColorGallery" size="small"/>
          <comboBox refID="esri_layouts_symbolSizeComboBox" size="large"/>
          <comboBox refID="esri_layouts_symbolWidthComboBox" size="large"/>
        </group>

        <group id="esri_layouts_meterReferenceFormatGroup" caption="符号" launcherButtonID="esri_layouts_showMeterReferenceStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="NA" condition="esri_layouts_meterReferenceCondition">
          <gallery refID="esri_layouts_meterReferenceStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_meterReferenceColorGallery" size="small"/>
        </group>

        <group id="esri_layouts_elevationGuideBarFormatGroup" caption="符号" launcherButtonID="esri_layouts_showElevationGuideBarStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="NA" condition="esri_layouts_elevationGuideBarCondition">
          <gallery refID="esri_layouts_elevationGuideBarStyleGalleryInLine" inline="true" size="large"/>
          <customControl refID="esri_layouts_elevationGuideBarHighestColorGallery" size="small"/>
          <customControl refID="esri_layouts_elevationGuideBarHighColorGallery" size="small"/>
          <customControl refID="esri_layouts_elevationGuideBarMediumColorGallery" size="small"/>
          <customControl refID="esri_layouts_elevationGuideBarLowColorGallery" size="small"/>
        </group>

        <group id="esri_layouts_slopeGuideFormatGroup" caption="符号" launcherButtonID="esri_layouts_showSlopeGuideStyleDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SymbolGroup16.png" launcherKeytip="NA" condition="esri_layouts_slopeGuideCondition">
          <gallery refID="esri_layouts_slopeGuideStyleGalleryInLine" inline="true" size="large"/>
        </group>
                
        <!--DESIGN groups-->
        <group id="esri_layouts_mapSurroundMapFrameGroup" caption="地图框" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapFrame32.png" launcherKeytip="MF">
          <gallery refID="esri_layouts_mapSurroundMapFrameGallery" inline="false" size="middle"/>
        </group>

        <group id="esri_layouts_northArrowAngleGroup" caption="角度" launcherButtonID="esri_layouts_showElementDockPaneButton" launcherKeytip="NA">
          <comboBox refID="esri_layouts_northTypeComboBox" size="middle"/>
          <editBox refID="esri_layouts_northCalibrationAngleEditBox" size="middle"/>
          <editBox refID="esri_layouts_northCalculatedAngleEditBox" size="large"/>
        </group>

        <!--Divisions for scale-bars-->
        <group id="esri_layouts_scaleBarDivisionsGroup" caption="分割" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBarDivisions16.png" launcherKeytip="SD">
          <editBox refID="esri_layouts_divisionsEditBox" size="large"/>
          <comboBox refID="esri_layouts_resizeBehaviorComboBox" size="large"/>
          <checkBox refID="esri_layouts_divisionsBeforeZero"/>
          <spinner refID="esri_layouts_numDivisionsSpinner" size="middle"/>
          <spinner refID="esri_layouts_numSubDivisionsSpinner" size="middle"/>
          <!--<checkBox refID="esri_layouts_fixedFrame"/>-->
        </group>

        <!--Units for scale-bars-->
        <group id="esri_layouts_scaleBarUnitsGroup" caption="单位" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBarUnits16.png" launcherKeytip="SU">
          <comboBox refID="esri_layouts_unitsComboBox" size="large"/>
          <comboBox refID="esri_layouts_labelPosition" size="large"/>
          <editBox refID="esri_layouts_label" size="large"/>
        </group>

        <!--Marks for scale-bars-->
        <group id="esri_layouts_scaleBarMarksGroup" caption="刻度" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBarMarks16.png" launcherKeytip="SM">
          <comboBox refID="esri_layouts_marksFrequencyComboBox" size="large"/>
          <comboBox refID="esri_layouts_marksPositionComboBox" size="large"/>
        </group>

        <!--Numbers for scale-bars-->
        <group id="esri_layouts_scaleBarNumbersGroup" caption="数字" launcherButtonID="esri_layouts_showElementDockPaneButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBarNumbers16.png" launcherKeytip="SN">
          <comboBox refID="esri_layouts_numbersFrequencyComboBox" size="large"/>
          <comboBox refID="esri_layouts_numbersPositionComboBox" size="large"/>
          <checkBox refID="esri_layouts_numbersFractionalCharecter"/>
        </group>

        <!--Arrange-->
        <group id="esri_layouts_arrangeGroup" caption="排列" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlign32.png" condition="esri_layouts_selectedElementsNotPartsCondition">
          <menu refID="esri_layouts_alignMenu" size="large"/>
        </group>
        <!--Size and Position-->
        <group id="esri_layouts_sizeAndPositionGroup" caption="大小和位置" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementSize16.png" condition="esri_layouts_selectedElementsNotPartsCondition">
          <customControl refID="esri_layouts_sizeAndPositionControl"/>
        </group>

        <group id="esri_layouts_thumbnailGroup" caption="缩略图" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ItemThumbnailCreate16.png">
          <subgroup refID="esri_layouts_thumbnail_SubGroup"/>
        </group>
        <group id="esri_layouts_overprintGroup" caption="加印" keytip="SO" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/OverprintSimulate16.png">
          <button refID="esri_layouts_simulateOverprint" size="large"/>
        </group>
      </groups>
      <subgroups>
        <subgroup id="esri_layouts_thumbnail_SubGroup" size="AlwaysMedium">
          <button refID="esri_layouts_createThumbnail" size="middle"/>
          <button refID="esri_layouts_importThumbnail" size="middle"/>
        </subgroup>
      </subgroups>
      <palettes>
        <toolPalette id="esri_layouts_selectToolPalette" caption="选择" keytip="SE" extendedCaption="选择布局元素。">
          <tool refID="esri_layouts_selectByRectangleTool"/>
          <tool refID="esri_layouts_selectByPolygonTool"/>
          <tool refID="esri_layouts_selectByLassoTool"/>
          <tool refID="esri_layouts_selectByCircleTool"/>
          <tool refID="esri_layouts_selectByLineTool"/>
        </toolPalette>

        <toolPalette id="esri_layouts_newPolygonGraphicToolPalette" showItemCaption="true" keytip="PP" extendedCaption="在布局中创建图形元素">
          <tool refID="esri_layouts_newRectangleTool"/>
          <tool refID="esri_layouts_newPolygonTool"/>
          <tool refID="esri_layouts_newLassoTool"/>
          <tool refID="esri_layouts_newCircleTool"/>
          <tool refID="esri_layouts_newEllipseTool"/>
        </toolPalette>
        <toolPalette id="esri_layouts_newLineGraphicToolPalette" showItemCaption="true" keytip="LP" extendedCaption="在布局中创建线元素">
          <tool refID="esri_layouts_newLineTool"/>
          <tool refID="esri_layouts_newBezierCurveTool"/>
          <tool refID="esri_layouts_newOpenLassoTool"/>
        </toolPalette>
        <toolPalette id="esri_layouts_newTextToolPalette" showItemCaption="true" keytip="TP" extendedCaption="在布局中创建文本元素">
          <tool refID="esri_layouts_newRectangleParagraphTool"/>
          <tool refID="esri_layouts_newPointTextTool"/>
          <tool refID="esri_layouts_newSplinedTextTool"/>
          <tool refID="esri_layouts_newPolygonParagraphTool"/>
          <tool refID="esri_layouts_newCircleParagraphTool"/>
          <tool refID="esri_layouts_newEllipseParagraphTool"/>
        </toolPalette>
        <toolPalette id="esri_layouts_newMapFrameToolPalette" showItemCaption="true" keytip="MP" extendedCaption="在布局中创建地图框">
          <tool refID="esri_layouts_newMapFrameRectangleTool"/>
          <tool refID="esri_layouts_newMapFramePolygonTool"/>
          <tool refID="esri_layouts_newMapFrameLassoTool"/>
          <tool refID="esri_layouts_newMapFrameCircleTool"/>
          <tool refID="esri_layouts_newMapFrameEllipseTool"/>
        </toolPalette>
        <toolPalette id="esri_layouts_reshapeMapFrameToolPalette" showItemCaption="true" keytip="RS" caption="修整" extendedCaption="修整布局中的地图框" condition="esri_layouts_mapFrameDesignCondition">
          <tool refID="esri_layouts_reshapeMapFrameRectangleTool"/>
          <tool refID="esri_layouts_reshapeMapFramePolygonTool"/>
          <tool refID="esri_layouts_reshapeMapFrameLassoTool"/>
          <tool refID="esri_layouts_reshapeMapFrameCircleTool"/>
          <tool refID="esri_layouts_reshapeMapFrameEllipseTool"/>
        </toolPalette>
      </palettes>

      <splitButtons>
        <splitButton id="esri_layouts_newNorthArrowSplitButton" keytip="NA" extendedCaption="向图层添加指北针。">
          <tool refID="esri_layouts_newNorthArrowTool"/>
          <gallery refID="esri_layouts_northArrowStyleGallery"/>
        </splitButton>

        <splitButton id="esri_layouts_newScaleBarSplitButton" keytip="SB" extendedCaption="向图层添加比例尺。">
          <tool refID="esri_layouts_newScaleBarTool"/>
          <gallery refID="esri_layouts_scaleBarStyleGallery"/>
        </splitButton>

        <splitButton id="esri_layouts_newChartSplitButton" keytip="LC" extendedCaption="向图层添加图表框。">
          <tool refID="esri_layouts_newChartFrameTool"/>
          <gallery refID="esri_layouts_newChartGallery"/>
        </splitButton>

        <splitButton id="esri_layouts_newProductionSplitButton" keytip="LA" extendedCaption="向布局添加其他地图整饰要素。">
          <tool refID="esri_layouts_newProductionToolPlaceHolder"/>
          <gallery refID="esri_layouts_newProductionToolGallery"/>
        </splitButton>

        <splitButton id="esri_layouts_mapSeriesSplitButton" keytip="MS" extendedCaption="在布局上定义地图系列">
          <button refID="esri_layouts_defineSeries"/>
          <gallery refID="esri_layouts_seriesGallery"/>
        </splitButton>
      </splitButtons>

      <miniToolbars>
        <miniToolbar id="esri_layouts_SketchToolbar">
          <row>
            <button refID="esri_layouts_moveVerticesButton"/>
            <button refID="esri_layouts_addVerticesButton"/>
            <button refID="esri_layouts_deleteVerticesButton"/>
            <button refID="esri_layouts_continueVerticesButton"/>
            <button refID="esri_layouts_finishSketchButton" separator="true"/>
            <button refID="esri_layouts_clearSketchButton"/>
          </row>
        </miniToolbar>
      </miniToolbars>
      
      <galleries>
        <!--New Layout-->
        <gallery id="esri_layouts_gallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutGalleryViewModel" caption="新建布局" keytip="NL" extendedCaption="通过选择页面大小选择布局。" itemsInRow="6" itemWidth="140" itemHeight="100" helpContextID="" showItemCaption="true" resizable="true" loadingMessage="正在加载..." showGroup="true" condition="esri_mapping_openProjectCondition" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="LayoutTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNew16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNew32.png">
          <tooltip heading="">创建新布局并将其添加到工程中。在工程内保存新布局。<disabledText/></tooltip>
          <button refID="esri_layouts_importPAGX"/>
          <!--<button refID="esri_layouts_openWebMapFromFileButton"/>-->
          <button refID="esri_layouts_customNewLayoutButton"/>
          <button refID="esri_layouts_selectPageFromPrinter"/>
        </gallery>

        <!--New Layout from template-->
        <gallery id="esri_layouts_templateGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TemplateGalleryViewModel" caption="导入布局" keytip="L" extendedCaption="从布局文件创建布局。" itemsInRow="4" itemWidth="204" helpContextID="" showItemCaption="true" resizable="true" loadingMessage="正在加载..." showGroup="true" condition="esri_mapping_openProjectCondition" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="LayoutTemplateTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout32.png">
          <tooltip heading="">
            创建一个新的布局并将其添加到工程中。 新布局将会保存到工程中。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_importPAGX"/>
        </gallery>

        <!--Page Orientation-->
        <gallery id="esri_layouts_pageOrientationGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PageOrientationViewModel" caption="方向" keytip="O" extendedCaption="选择布局的方向。" loadOnClick="false" itemsInRow="1" rows="2" itemWidth="110" itemHeight="40" helpContextID="" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="PageOrientationTemplate" showItemCaption="true" resizable="false" loadingMessage="正在加载..." largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutOrientation32.png">
          <tooltip heading="">选择布局的方向。<disabledText/></tooltip>
        </gallery>

        <!--Page Size-->
        <gallery id="esri_layouts_pageSizeGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PageSizeViewModel" caption="大小" keytip="SI" extendedCaption="布局的大小。" itemsInRow="1" itemWidth="200" itemHeight="35" helpContextID="" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="PageSizeTemplate" showItemCaption="true" resizable="false" loadingMessage="正在加载..." showGroup="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSize16.png">
          <tooltip heading="">选择布局的大小。<disabledText/></tooltip>
          <button refID="esri_layouts_customPageSizeButton"/>
          <button refID="esri_layouts_customPageSizeFromPrinter"/>
        </gallery>

        <!--Map Series - Share symbology template-->
        <gallery id="esri_layouts_seriesGallery" caption="" keytip="MS" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MapSeriesGalleryViewModel" itemWidth="275" itemsInRow="1" resizable="true" loadingMessage="正在加载..." showGroup="false" loadOnClick="false" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeries16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeries32.png" templateID="MapSeriesTemplate" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml">
          <tooltip heading="">
            <disabledText/>
          </tooltip>
        </gallery>
        <!--templateID="SymbolizerTemplateID" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/Symbology/SymbolizerTemplates.xaml">-->

        <!--Styles-->
        <gallery id="esri_layouts_polygonStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PolygonStyleGallery" keytip="XS" caption="符号" extendedCaption="为布局中的面选择默认符号。" loadOnClick="false" itemsInRow="6" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="StyleGallery" helpContextID="" useWhiteBackground="true">
          <tooltip heading="默认面符号">
            选择新面的默认符号。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_defaultPolygonStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_polygonStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PolygonStyleGalleryInLine" caption="面符号" keytip="YG" extendedCaption="更改布局中面元素的符号。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的符号。<disabledText/></tooltip>
          <button refID="esri_layouts_polygonStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_lineStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LineStyleGallery" keytip="LS" caption="符号" extendedCaption="为布局中的线选择默认符号。" loadOnClick="false" itemsInRow="6" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="StyleGallery" helpContextID="" useWhiteBackground="true">
          <tooltip heading="默认线符号">选择新线的默认符号。<disabledText/></tooltip>
          <button refID="esri_layouts_defaultLineStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_lineStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LineStyleGalleryInLine" caption="线" keytip="LG" extendedCaption="更改布局中线元素的符号。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的符号。<disabledText/></tooltip>
          <button refID="esri_layouts_lineStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_pointStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PointStyleGallery" keytip="PS" caption="符号" extendedCaption="为布局中的点选择默认符号。" loadOnClick="false" itemsInRow="6" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="StyleGallery" helpContextID="" useWhiteBackground="true">
          <tooltip heading="默认点符号">选择新点的默认符号。<disabledText/></tooltip>
          <button refID="esri_layouts_defaultPointStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_pointStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PointStyleGalleryInLine" caption="点" keytip="TG" extendedCaption="更改布局中点元素的符号。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的符号。<disabledText/></tooltip>
          <button refID="esri_layouts_pointStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_textStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TextStyleGallery" keytip="SY" caption="符号" extendedCaption="为布局中的文本选择默认符号。" loadOnClick="false" itemsInRow="6" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="StyleGallery" helpContextID="" useWhiteBackground="true">
          <tooltip heading="默认文本符号">
            为新文本元素选择默认文本符号。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_defaultTextStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_textStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TextStyleGalleryInLine" caption="文本" keytip="SG" extendedCaption="更改布局中文本元素的符号。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的符号。<disabledText/></tooltip>
          <button refID="esri_layouts_textStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_dynamicTextGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DynamicTextGallery" caption="动态文本" keytip="DT" extendedCaption="创建新的动态文本。" itemsInRow="3" itemWidth="154" resizable="true" showGroup="true" showHelp="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="DynamicTextGallery" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDynamicText32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDynamicText16.png" helpContextID="">
          <tooltip heading="新建动态文本">
            在布局中创建新的动态文本。<disabledText/>
          </tooltip>
        </gallery>

        <gallery id="esri_layouts_backgroundStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BackgroundStyleGalleryInLine" caption="背景" keytip="KG" extendedCaption="更改布局中元素的背景。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的背景。<disabledText/></tooltip>
          <button refID="esri_layouts_backgroundStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_borderStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BorderStyleGalleryInLine" caption="边框" keytip="RG" extendedCaption="更改布局中元素的边框。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的边框。<disabledText/></tooltip>
          <button refID="esri_layouts_borderStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_shadowStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShadowStyleGalleryInLine" caption="下拉阴影" keytip="DG" extendedCaption="更改布局中元素的下拉阴影。" loadOnClick="false" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选元素的下拉阴影。<disabledText/></tooltip>
          <button refID="esri_layouts_shadowStyleButton"/>
        </gallery>

        <!--Map Surrounds-->
        <gallery id="esri_layouts_northArrowStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthArrowStyleGallery" caption="指北针" keytip="NA" extendedCaption="通过选择样式在布局中创建新指北针。" loadOnClick="false" itemsInRow="3" itemWidth="64" itemHeight="64" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="NorthArrowTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NorthArrow16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NorthArrow32.png" helpContextID="">
          <tooltip heading="新建指北针">通过选择样式创建新的指北针。<disabledText/></tooltip>
          <button refID="esri_layouts_defaultNorthArrowStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_northArrowStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthArrowStyleGalleryInLine" caption="指北针" keytip="NG" extendedCaption="更改布局中指北针的样式。" loadOnClick="false" itemWidth="56" itemHeight="56" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选指北针的样式。<disabledText/></tooltip>
          <button refID="esri_layouts_northArrowStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_scaleBarStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarStyleGallery" caption="比例尺" extendedCaption="通过选择样式在布局中创建新比例尺。" loadOnClick="false" itemsInRow="3" itemWidth="150" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="ScaleBarTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBar16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBar32.png" helpContextID="">
          <tooltip heading="新建比例尺">通过选择样式创建新的比例尺。<disabledText/></tooltip>
          <button refID="esri_layouts_defaultScaleBarStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_scaleBarStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarStyleGalleryInLine" itemWidth="150" caption="比例尺" keytip="BG" extendedCaption="更改布局中比例尺的样式。" loadOnClick="false" itemsInRow="1" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="ScaleBarTemplate" helpContextID="">
          <tooltip heading="">更改所选比例尺的样式。<disabledText/></tooltip>
          <button refID="esri_layouts_scaleBarStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_topoNorthArrowStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TopoNorthArrowStyleGalleryInLine" caption="指北针" keytip="NG" extendedCaption="更改布局中指北针的样式。" loadOnClick="false" itemWidth="56" itemHeight="56" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">更改所选指北针的样式。<disabledText/></tooltip>
          <button refID="esri_layouts_topoNorthArrowStyleButton"/>
        </gallery>
          
        <gallery id="esri_layouts_meterReferenceStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MeterReferenceStyleGallery" caption="仪表参考指南" keytip="NA" extendedCaption="通过在布局中选择样式来创建新的仪表参考指南。" loadOnClick="false" itemsInRow="3" itemWidth="150" itemHeight="100" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="MeterReferenceTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference32.png" helpContextID="">
          <tooltip heading="新的仪表参考指南">
            通过选择样式来创建新的仪表参考指南。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_defaultMeterReferenceStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_meterReferenceStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MeterReferenceStyleGalleryInLine" caption="仪表参考指南" keytip="NG" extendedCaption="在布局中更改仪表参考指南的样式。" loadOnClick="false" itemWidth="150" itemHeight="100" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">
            更改所选仪表参考指南的样式。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_meterReferenceStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_slopeGuideStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SlopeGuideStyleGalleryInLine" caption="坡度参考线" keytip="NS" extendedCaption="在布局中更改坡度参考线的样式。" loadOnClick="false" itemWidth="150" itemHeight="100" itemsInRow="3" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">
            更改所选坡度参考线的样式。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_slopeGuideStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_elevationGuideBarStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarStyleGallery" caption="高程参考比例尺" extendedCaption="通过选择样式在布局中创建新高程参考比例尺。" loadOnClick="false" itemsInRow="3" itemWidth="150" itemHeight="100" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="ElevationGuideBarTemplate" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElevationGuideBar16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElevationGuideBar32.png" helpContextID="">
          <tooltip heading="新建高程参考比例尺">
            通过选择样式创建新高程参考比例尺。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_defaultElevationGuideBarStyleButton"/>
        </gallery>

        <gallery id="esri_layouts_elevationGuideBarStyleGalleryInLine" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarStyleGalleryInLine" itemWidth="150" caption="高程参考比例尺" keytip="BG" extendedCaption="更改布局中高程参考比例尺的样式。" loadOnClick="false" itemsInRow="1" showGroup="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Mapping;component/CommonControls/CommonControls.xaml" templateID="InlineStyleGallery" helpContextID="">
          <tooltip heading="">
            更改所选高程参考比例尺的样式。<disabledText/>
          </tooltip>
          <button refID="esri_layouts_elevationGuideBarStyleButton"/>
        </gallery>

        <!--Map Frame Source-->
        <gallery id="esri_layouts_newMapFrameGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFrameSourceGallery" caption="地图框" keytip="MG" extendedCaption="通过选择地图在布局中创建新的地图框。" loadOnClick="false" itemsInRow="3" itemWidth="140" itemHeight="115" showItemCaption="true" showItemCaptionBelow="true" showGroup="true" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="MapFrameTemplate" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapFrameNew32.png" helpContextID="">
          <tooltip heading="新建地图框">通过选择地图创建新的地图框。<disabledText/></tooltip>
        </gallery>

        <gallery id="esri_layouts_mapFrameSourceGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MapFrameSourceGallery" caption="源" keytip="MS" extendedCaption="选择与布局中地图框相关的地图。" loadOnClick="false" itemsInRow="1" showGroup="false" itemWidth="150" showItemCaption="true" showItemCaptionBelow="false" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="SmallImageAndCaption" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutFocusDataFrame16.png" helpContextID="">
          <tooltip heading="地图源">选择与地图框关联的地图。<disabledText/></tooltip>
        </gallery>

        <gallery id="esri_layouts_mapSurroundMapFrameGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MapSurroundMapFrameGallery" caption="地图框" keytip="MS" extendedCaption="为布局中的地图整饰选择地图框。" loadOnClick="false" itemsInRow="1" showGroup="false" itemWidth="150" showItemCaption="true" showItemCaptionBelow="false" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="SmallImageAndCaption" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutFocusDataFrame16.png" helpContextID="">
          <tooltip heading="地图源">选择与地图整饰要素关联的地图框。<disabledText/></tooltip>
        </gallery>

        <gallery id="esri_layouts_newExtentIndicatorMapFrameGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewExtentIndicatorMapFrameGallery" caption="范围指示器" keytip="EX" extendedCaption="为指定地图范围添加范围指示器。" loadOnClick="false" itemsInRow="1" showGroup="false" itemWidth="150" showItemCaption="true" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="SmallImageAndCaption" helpContextID="" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Insert_Extent_Indicator16.png">
          <tooltip heading="新的范围指示器">
            通过选择地图框创建新的范围指示器<disabledText>范围指示器需要两个 2D 地图框。</disabledText>
          </tooltip>
        </gallery>

        <gallery id="esri_layouts_newMapGridStyleGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MapGridStyleGallery" caption="格网" keytip="G" extendedCaption="向地图框中添加格网。" loadOnClick="false" itemsInRow="3" showGroup="true" itemWidth="170" showItemCaption="true" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="MapGridTemplate" helpContextID="" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GridsAndGraticulesCreate16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GridsAndGraticulesCreate32.png">
          <tooltip heading="新建格网">
            在地图框上创建新格网<disabledText>仅可将格网添加至 2D 地图框。</disabledText>
          </tooltip>
        </gallery>

        <gallery id="esri_layouts_newChartGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ChartGalleryViewModel" caption="图表框" extendedCaption="向布局添加图表框" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Generic_Chart32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Generic_Chart16.png" itemsInRow="3" itemWidth="130" showGroup="true" showItemCaption="true" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="ChartTemplate" keytip="CF" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="新建图表框">
            在布局上创建新图表。
            <disabledText/>
          </tooltip>
        </gallery>

        <gallery id="esri_layouts_newProductionToolGallery" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ProductionToolGalleryViewModel" caption="额外整饰要素" extendedCaption="向布局添加其他地图整饰要素" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapSurround16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapSurround32.png" itemsInRow="3" itemWidth="130" showGroup="true" showItemCaption="true" resizable="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="ProductionToolTemplate" loadOnClick="false" keytip="CF" helpContextID="">
          <tooltip heading="其他地图整饰要素">
            在布局中创建其他地图整饰要素。
<disabledText>在许可选项中启用扩展模块,以显示其他地图整饰要素。</disabledText>
          </tooltip>
        </gallery>
      </galleries>

      <toolbars>
        <toolbar id="esri_layouts_textSymbolFontToolbar">
          <group>
            <customControl refID="esri_layouts_textSymbolFontControl"/>
            <comboBox refID="esri_layouts_textSymbolFontSizeComboBox" size="small"/>
            <button refID="esri_layouts_textSymbolIncreaseSizeButton" size="small"/>
            <button refID="esri_layouts_textSymbolDecreaseSizeButton" size="small"/>
          </group>
          <group>
            <comboBox refID="esri_layouts_textSymbolStyleComboBox"/>
            <customControl refID="esri_layouts_textColorGallery" size="small"/>
          </group>
        </toolbar>
      </toolbars>

      <controls>
        <button id="esri_layouts_dummyButton" className="esri_layouts:DummyButton" condition="false"/>

        <!-- Misc -->
        <!--<button id="esri_layouts_insertTableText" className="esri_layouts:InsertTableText" caption="Add to layout" keytip="L" loadOnClick="false" extendedCaption="Add a dynamic text element to layout that shows a value from the row." largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png" helpContextID="">
          <tooltip heading="">
            Add a dynamic text element to layout that shows a value from the row.<disabledText></disabledText>
          </tooltip>
        </button>-->

        <button id="esri_layouts_editTextButton" className="esri_layouts:LayoutEditText" caption="编辑文本" keytip="X" extendedCaption="编辑所选元素的文本。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png" helpContextID="">
          <tooltip heading="">
            编辑所选元素的文本。<disabledText/>
          </tooltip>
        </button>

        <!--Home - Navigate-->
        <tool id="esri_layouts_pageNavigateTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutNavigateTool" caption="导航" keytip="NA" extendedCaption="导航布局(功能区控制)" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png" helpContextID="">
          <tooltip heading="" image="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScreenTipNavigateTool.png">
1. 平移
2. 缩放
3. 连续缩放

快捷键: 
Shift = 缩放矩形框
插入 = 缩放到整页
C = 使用另一工具时导航
&lt; = 上一视图
&gt; = 下一视图
<disabledText/>
          </tooltip>
        </tool>
        <button id="esri_layouts_pageFixedZoomOutButton" caption="固定比例缩小" extendedCaption="缩小布局。" className="esri_layouts:FixedZoomOut" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutFixedZoomOut16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="固定比例缩小">缩小固定距离。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pageFixedZoomInButton" caption="固定比例放大" extendedCaption="放大布局。" className="esri_layouts:FixedZoomIn" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutFixedZoomIn16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="固定比例放大">放大固定距离。<disabledText/></tooltip>
        </button>
        <tool id="esri_layouts_pagePanTool" caption="平移" extendedCaption="平移布局。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PagePanTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutPanTool16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="平移">平移布局。<disabledText/></tooltip>
        </tool>
        <button id="esri_layouts_pageZoomFullButton" caption="缩放至页面" keytip="ZP" className="esri_layouts:ZoomToWholePage" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomWholePage16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="全图">缩放至布局的全部范围。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pagePrevExtentButton" caption="上一视图" keytip="PX" extendedCaption="将布局设置成上一视图。" flipImageRTL="true" className="esri_layouts:PreviousNavigationPos" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomPreviousExtent16.png" condition="esri_layouts_condition" loadOnClick="false" helpContextID="">
          <tooltip heading="上一视图">转至上一视图。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pageNextExtentButton" caption="下一视图" keytip="NX" extendedCaption="转到下一布局视图。" flipImageRTL="true" className="esri_layouts:NextNavigationPos" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomNextExtent16.png" condition="esri_layouts_condition" loadOnClick="false" helpContextID="">
          <tooltip heading="下一视图">转至下一视图。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pageZoomPageWidthButton" caption="页面宽度" keytip="PW" flipImageRTL="false" className="esri_layouts:ZoomToPageWidth" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomPageWidth16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="页面宽度">缩放至页面宽度。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pageZoom100PercentButton" caption="缩放 100%" keytip="Z1" flipImageRTL="false" className="esri_layouts:ZoomTo100Percent" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomTo100Percent16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="100%">缩放至以实际大小显示元素。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_pageZoomToSelected" caption="缩放至所选项" keytip="ZE" flipImageRTL="false" className="esri_layouts:ZoomToSelectedElements" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementsZoomToSelected16.png" condition="esri_layouts_selectedElementsCondition" helpContextID="">
          <tooltip heading="所选元素">
            缩放至所选元素的范围。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_pageNavigate" caption="导航到页面" keytip="NP" flipImageRTL="false" className="esri_layouts:NavigateToPage" loadOnClick="false" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementsZoomToSelected16.png" helpContextID="">
          <tooltip heading="地图册">
            导航到所选地图册页面。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_navigateContext" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutNavigateCommand" caption="导航" keytip="NA" extendedCaption="导航布局(快捷菜单)" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="">
            平移并缩放布局以进行导航。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_exportMapSeries" caption="导出至文件..." flipImageRTL="false" className="esri_layouts:OnExportMapSeriesTOC" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericExport16.png" helpContextID="">
          <tooltip heading="地图册">
            导出所选地图册。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_printMapSeries" caption="打印..." flipImageRTL="false" className="esri_layouts:OnPrintMapSeriesTOC" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericPrint16.png" helpContextID="">
          <tooltip heading="地图系列">
            输出所选地图系列。<disabledText/>
          </tooltip>
        </button>
        
        <!--Home - Map Series-->
        <button id="esri_layouts_defineSeries" className="esri_layouts:ShowSeriesProperties" caption="地图系列" extendedCaption="在布局上定义地图系列" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeries16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeries32.png" keytip="MS">
          <tooltip heading="地图系列">
            在布局上定义地图系列。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_mapSeriesRefreshButton" className="esri_layouts:RefreshMapSeries" caption="刷新" extendedCaption="刷新地图册" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeriesRefresh32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapSeriesRefresh16.png" keytip="R">
          <tooltip heading="刷新地图册">
            在相关地图数据发生更改时刷新地图册。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_openWebMapFromFileButton" className="esri_layouts:OpenWebMapFromFileAsync" caption="导入 web 地图或打印 web 地图..." condition="esri_mapping_openProjectCondition">
          <tooltip heading="">
            从 .WebMap 文件导入新布局或地图。仅用于内部测试。<disabledText/>
          </tooltip>
        </button>        

        <!--Create from Properties-->
        <button id="esri_layouts_customNewLayoutButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.CustomNewLayoutButton" caption="自定义页面大小..." extendedCaption="使用自定义页面大小创建新布局。" helpContextID="">
          <tooltip heading="自定义页面大小">使用自定义页面大小创建新布局。<disabledText/></tooltip>
        </button>

        <!--Copy page from printer-->
        <button id="esri_layouts_selectPageFromPrinter" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SelectPageFromPrinter" caption="从打印机选择页面..." extendedCaption="从打印机中选择页面大小。" helpContextID="">
          <tooltip heading="从打印机中选择页面">从打印机复制页面大小。<disabledText/></tooltip>
        </button>

        <!--Page Setup-->
        <button id="esri_layouts_customPageSizeButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.CustomPageSizeButton" caption="自定义页面大小..." extendedCaption="设置自定义页面大小。" helpContextID="">
          <tooltip heading="自定义页面大小">设置自定义页面大小。<disabledText/></tooltip>
        </button>

        <!--change the page size from printer-->
        <button id="esri_layouts_customPageSizeFromPrinter" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.CustomPageSizeFromPrinterButton" caption="从打印机选择页面..." extendedCaption="从打印机复制页面大小。" helpContextID="">
          <tooltip heading="页面来自打印机">从打印机复制页面大小。<disabledText/></tooltip>
        </button>

        <button id="esri_layouts_layoutPropertiesButton" className="esri_layouts:LayoutProperties" caption="属性" extendedCaption="布局属性。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">
            显示布局的属性。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_createThumbnail" className="esri_layouts:CreateThumbnail" caption="创建缩略图" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ItemThumbnailCreate16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ItemThumbnailCreate32.png">
          <tooltip heading="">
            在布局的元数据中生成缩略图。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_importThumbnail" className="esri_layouts:ImportThumbnail" caption="导入缩略图" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport32.png">
          <tooltip heading="">
            将缩略图导入布局的元数据。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_simulateOverprint" className="esri_layouts:SimulateOverprint" caption="模拟加印" extendedCaption="模拟加印" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/OverprintSimulate32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/OverprintSimulate16.png" loadOnClick="false">
          <tooltip heading="">
            当符号图层启用此选项后,模拟布局上的加印外观。<disabledText>在应用程序设置中启用颜色管理后,针对具有 CMYK 颜色模型的布局启用“模拟加印”。</disabledText>
          </tooltip>
        </button>
        <button id="esri_layouts_mapSeriesPropertiesButton" className="esri_layouts:ShowSeriesProperties" caption="属性" extendedCaption="地图册的属性。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">
            显示地图册的属性。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_showHideRulers" caption="标尺" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowHideRulersButton" loadOnClick="false" helpContextID="">
          <tooltip heading="显示或隐藏标尺">
            显示或隐藏标尺。<disabledText/>
          </tooltip>
        </button>
        <checkBox id="esri_layouts_showHideRulersCheck" caption="标尺" keytip="UL" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowHideRulersCheckBox" loadOnClick="false" helpContextID="">
          <tooltip heading="显示或隐藏标尺">
            显示或隐藏标尺。<disabledText/>
          </tooltip>
        </checkBox>

        <button id="esri_layouts_showHideGuides" caption="参考线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowHideGuidesButton" loadOnClick="false" helpContextID="">
          <tooltip heading="显示或隐藏参考线">
            显示或隐藏参考线。<disabledText/>
          </tooltip>
        </button>
        <checkBox id="esri_layouts_showHideGuidesCheck" caption="参考线" keytip="GU" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowHideGuidesCheckBox" loadOnClick="false" helpContextID="">
          <tooltip heading="显示或隐藏参考线">
            显示或隐藏参考线。<disabledText/>
          </tooltip>
        </checkBox>

        <button id="esri_layouts_addGuide" caption="添加参考线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.AddGuideButton" helpContextID="">
          <tooltip heading="添加捕捉参考线">
            在单击位置处添加布局的捕捉参考线。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_addGuides" caption="添加参考线(多条)..." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.AddGuidesButton" helpContextID="">
          <tooltip heading="添加捕捉参考线">
            向布局中添加多条捕捉参考线。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_removeGuide" caption="移除参考线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.RemoveGuideButton" loadOnClick="false" helpContextID="">
          <tooltip heading="移除捕捉参考线">
            移除鼠标下方的捕捉参考线。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_removeAllGuides" caption="移除所有参考线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.RemoveAllGuidesButton" loadOnClick="false" helpContextID="">
          <tooltip heading="移除所有捕捉参考线">
            移除布局中的所有捕捉参考线。<disabledText/>
          </tooltip>
        </button>

        <!--Selection-->
        <tool id="esri_layouts_selectByRectangleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectTool" keytip="R" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool16.png" caption="矩形" extendedCaption="使用矩形选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按矩形选择">通过单击元素或在其周围拖出一个框来选择元素。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_selectByPolygonTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectByPolygonTool" keytip="P" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectPolygonTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectPolygonTool16.png" caption="多边形" extendedCaption="使用面选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按面选择">通过在其周围绘制一个面来选择元素。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_selectByLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectByLassoTool" keytip="S" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectLassoTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectLassoTool16.png" caption="套索" extendedCaption="使用套索选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按套索选择">通过在其周围绘制一个手绘形状来选择元素。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_selectByCircleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectByCircleTool" keytip="C" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectCircleTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectCircleTool16.png" caption="圆形" extendedCaption="使用圆选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按圆选择">通过在其周围拖出一个圆来选择元素。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_selectByLineTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectByLineTool" keytip="L" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectLineTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectLineTool16.png" caption="线" extendedCaption="使用线选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按线选择">通过绘制与其相交的线来选择元素。<disabledText/></tooltip>
        </tool>
        <button id="esri_layouts_selectAllButton" className="esri_layouts:SelectAll" caption="全选" keytip="SA" extendedCaption="选择布局中的所有元素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectAll32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectAll16.png" helpContextID="">
          <tooltip heading="">选择布局上的所有元素。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_clearSelectionButton" className="esri_layouts:ClearSelection" caption="清除所选内容" keytip="CS" extendedCaption="清除布局中所有所选元素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutClearSelected32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutClearSelected16.png" condition="esri_layouts_selectedElementsCondition" helpContextID="">
          <tooltip heading="">取消选择布局上所有当前已选定的元素。<disabledText/></tooltip>
        </button>
        
        <tool id="esri_layouts_inlineEditTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.InlineEditTool" keytip="I" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool16.png" caption="内嵌编辑" extendedCaption="编辑内嵌布局元素。" condition="esri_layouts_layoutPane" helpContextID="" flipImageRTL="true">
          <tooltip heading="内嵌编辑">
            通过双击来编辑元素。<disabledText/>
          </tooltip>
        </tool>

        <tool id="esri_layouts_editVerticesTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.EditVerticesTool" caption="编辑折点" extendedCaption="编辑要素折点。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditVertices32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditVertices16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="折点">
            添加、移动或删除所选要素上的折点或线段。<disabledText/>
          </tooltip>
        </tool>
        <button id="esri_layouts_editVerticesContext" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.EditVerticesCommand" caption="编辑折点" extendedCaption="编辑要素折点。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditVertices32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditVertices16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="折点">
            添加、移动或删除所选要素上的折点或线段。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_moveVerticesButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MoveVerticesButton" caption="常规" extendedCaption="在编辑折点模式下选择要素的折点。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSelectVertexLassoTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSelectVertexLassoTool16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="按套索选择">
            通过单击折点或在其周围手动绘制一个框来选择折点。 要退出此模式,请单击“完成”或其他命令。
<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_addVerticesButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.AddVerticesButton" caption="添加" extendedCaption="在编辑折点模式下将折点添加到要素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingAddVertex32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingAddVertex16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="添加">
            单击线段以添加折点。 要退出此模式,请单击“完成”或其他命令。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_deleteVerticesButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DeleteVerticesButton" caption="删除" extendedCaption="在编辑折点模式下从要素中删除折点。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingDeleteVertex32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingDeleteVertex16.png" loadOnClick="false">
          <tooltip heading="删除">
            单击折点以将其删除。 要退出此模式,请单击“完成”或其他命令。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_continueVerticesButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ContinueVerticesButton" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditLine32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditLine16.png" caption="继续" extendedCaption="在编辑折点模式下继续草绘元素。" condition="esri_layouts_layoutPane" helpContextID="" flipImageRTL="true" loadOnClick="false">
          <tooltip heading="继续">
            延续草绘折点。<disabledText/>
          </tooltip>
        </button>
        
        <button id="esri_layouts_EditVerticesContinue" caption="延续要素" extendedCaption="在编辑折点模式下继续草绘要素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditLine32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingEditLine16.png" className="EditVerticesContinueModeCommand" condition="esri_layouts_EditingMapCondition" loadOnClick="false">
          <tooltip heading="延续要素">
            延续草绘折点。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_InsertVertexContextMenuItem" caption="添加折点" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.AddSketchVertexContextButton" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericAdd32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericAdd16.png" loadOnClick="false">
          <tooltip heading="添加折点">
            在右键单击的位置处添加折点。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_ReverseDirectionContextMenuItem" caption="反转方向" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReverseSketchOrientationContextButton" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingFlipLine32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingFlipLine16.png" loadOnClick="false">
          <tooltip heading="反转方向">
            更改草图的方向。 第一个添加到草图中的点将成为最后一个点。<disabledText/>
          </tooltip>
        </button>
        <!--<button id="esri_layouts_TrimToLengthContextMenuItem" caption="Change Length..." largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingTrimToLengthConstructor32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingTrimToLengthConstructor16.png" className="TrimToLengthCommand" loadOnClick="false">
          <tooltip heading="Change Length">
            Extend or Trim the line to the specified length.

            Trim: A positive value less than the line length measures the new length from the first vertex. A negative value less than the line length trims the specified length from the last vertex.

            Extend: A positive value greater than the line length measures the new length from the first vertex. A negative value greater than than the line length measures the new length from the last vertex
            <disabledText></disabledText>
          </tooltip>
        </button>-->

        <button id="esri_layouts_changesegment_ToLineCommand" caption="转线" extendedCaption="将线段更改为直线。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ChangeSketchSegmentTypeToLineContextButton" loadOnClick="false">
          <tooltip heading="将线段更改为线">
            将此线段更改为直线。<disabledText>如果该线段已经是直线,则禁用。</disabledText>
          </tooltip>
        </button>
        <button id="esri_layouts_changesegment_ToCircularArcCommand" caption="转圆弧" extendedCaption="将线段更改为圆弧。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ChangeSketchSegmentTypeToArcContextButton" loadOnClick="false">
          <tooltip heading="将线段更改为圆弧">
            将此线段更改为圆弧。<disabledText>如果该线段已经是一条弧,则禁用。</disabledText>
          </tooltip>
        </button>
        <button id="esri_layouts_changesegment_ToBezierCurveCommand" caption="转贝塞尔曲线" extendedCaption="将线段更改为贝塞尔曲线。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ChangeSketchSegmentTypeToBezierContextButton" loadOnClick="false">
          <tooltip heading="将线段更改为贝塞尔曲线">
            将此线段更改为贝塞尔曲线。<disabledText>如果该线段已经是曲线,则禁用。</disabledText>
          </tooltip>
        </button>

        <button id="esri_layouts_DeleteVertexContextMenuItem" caption="删除折点" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DeleteSketchVertexContextButton" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteBlack32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteBlack16.png" loadOnClick="false">
          <tooltip heading="删除折点">
            删除右键单击的折点。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_MoveContextMenuItem" caption="移动..." className="MoveVertexCommand" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingXYZDeltaContructor32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingXYZDeltaContructor16.png" loadOnClick="false">
          <tooltip heading="移动折点">
            将一个或多个折点移动到指定的 x,y 距离。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_MoveToContextMenuItem" caption="移动至..." largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingXYZAbsoluteContructor32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingXYZAbsoluteContructor16.png" className="MoveToVertexCommand" loadOnClick="false">
          <tooltip heading="将折点移动到位置">
            将折点移动到指定的 x,y,z 位置。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_finishSketchButton" caption="完成" extendedCaption="完成草图。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSketchFinish32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSketchFinish16.png" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FinishSketchButton" condition="esri_layouts_layoutPane">
          <tooltip heading="完成(F2)">
            应用更改并完成当前操作。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_clearSketchButton" caption="取消" extendedCaption="放弃草绘更改并退出操作。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSketchDiscard32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EditingSketchDiscard16.png" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ClearSketchButton">
          <tooltip heading="取消(Ctrl+Del)">
            放弃更改并退出当前操作。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_setDefaultSymbol" className="esri_layouts:SetDefaultSymbol" caption="设为默认值" condition="esri_layouts_singleElementSelectedCondition" helpContextID="">
          <tooltip heading="">设置为默认符号。<disabledText/></tooltip>
        </button>

        <button id="esri_layouts_groupSelectedElementsButton" className="esri_layouts:GroupSelectedElements" caption="分组" extendedCaption="对布局中的元素进行分组。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementGroup16.png" condition="esri_layouts_canGroupElementsCondition" helpContextID="">
          <tooltip heading="">对所选元素进行分组。<disabledText>不能对来自不同树级别的元素进行分组。</disabledText></tooltip>
        </button>
        <button id="esri_layouts_ungroupSelectedElementsButton" className="esri_layouts:UngroupSelectedElements" caption="取消分组" extendedCaption="取消对布局中元素的分组。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementUnGroup16.png" condition="esri_layouts_selectedGroupElementsCondition" helpContextID="">
          <tooltip heading="">取消分组所选元素。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_ConvertToGraphicsButton" className="esri_layouts:ConvertSelectedElementsToGraphicsAsync" caption="转换为图形" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutConvertToGraphics16.png" helpContextID="" loadOnClick="false">
          <tooltip heading="">将所选元素转换为简单图形。<disabledText/></tooltip>          
        </button>
        <button id="esri_layouts_openSelectionSettings" className="esri_layouts_layoutPane:OpenSelectionSettings" caption="选择" extendedCaption="用于选择布局中元素的选项。" helpContextID="">
          <tooltip heading="">设置用于选择元素的选项。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_createNewSelectionButton" className="esri_layouts_layoutPane:CreateNewSelection" caption="创建新选择内容" extendedCaption="在布局中创建新选择。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SelectionMethodNew16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">交互选择元素时创建新的选择内容。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_addToSelectionButton" className="esri_layouts_layoutPane:AddToSelection" caption="添加到当前选择内容" extendedCaption="添加到布局中的当前选择。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SelectionMethodAdd16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">交互选择元素时将所选元素添加到当前选择内容中。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_removeFromSelectionButton" className="esri_layouts_layoutPane:RemoveFromSelection" caption="从当前选择内容中移除" extendedCaption="从布局中的当前选择移除。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SelectionMethodRemove16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">交互选择元素时将所选元素从当前选择内容中移除。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_andSelectionButton" className="esri_layouts_layoutPane:AndSelection" caption="从当前选择内容中选择" extendedCaption="在布局的当前选择中进行选择。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SelectionMethodSelect16.png" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="">交互选择元素时从当前选择内容中选择。<disabledText/></tooltip>
        </button>

        <button id="esri_layouts_selectContext" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutSelectCommand" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool16.png" caption="选择" extendedCaption="使用矩形选择布局元素。" condition="esri_layouts_layoutPaneCondition" helpContextID="" flipImageRTL="true">
          <tooltip heading="按矩形选择">
            通过单击元素或在其周围拖出一个框来选择元素。<disabledText/>
          </tooltip>
        </button>

        <!--Review-->
        <button id="esri_layouts_showSpellCheckPane" caption="检查拼写" className="esri_layouts:ShowSpellCheckDockPane" loadOnClick="false" keytip="SP" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SpellCheck16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SpellCheck32.png" helpContextID="">
          <tooltip heading="拼写检查">
            拼写检查布局上的所有文本元素。<disabledText>要启用检查拼写,请单击“工程”选项卡,然后选择“选项”。 选择“正稿”,然后选中“启用拼写检查”。</disabledText>
          </tooltip>
        </button>

        <!--Chart-->
        <button id="esri_layouts_chartOpenButton" caption="打开" extendedCaption="打开图表窗格。" className="esri_layouts:OpenChart" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Generic_Chart32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Generic_Chart16.png" helpContextID="">
          <tooltip heading="打开图表">
            打开图表窗格。<disabledText/>
          </tooltip>
        </button>

        <!--Legend-->
        <button id="esri_layouts_removeLegendItemButton" caption="移除" extendedCaption="移除图例项。" className="esri_layouts:RemoveLegendItems" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" helpContextID="">
          <tooltip heading="移除图例项">
            移除图例中的图例项。<disabledText/>
          </tooltip>
        </button>

        <!--Table-->
        <button id="esri_layouts_removeTableFrameFieldButton" caption="移除" extendedCaption="移除字段。" className="esri_layouts:RemoveTableFrameFields" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" helpContextID="">
          <tooltip heading="移除字段">
            从表格框中移除字段。<disabledText/>
          </tooltip>
        </button>
        <dynamicMenu id="esri_layouts_addFieldToTableMenu" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TableFrameFieldsMenu" loadOnClick="false" caption="添加字段" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="添加字段">
            向表格框中添加新字段。<disabledText/>
          </tooltip>
        </dynamicMenu>
                
        <button id="esri_layouts_tableOpenButton" caption="打开" extendedCaption="打开表格窗格。" className="esri_layouts:OpenTable" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableDBase32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableDBase16.png" helpContextID="">
          <tooltip heading="打开表">
            打开属性表。<disabledText/>
          </tooltip>
        </button>


        <!--MapFrame-->
        <button id="esri_layouts_activateMap" caption="激活" keytip="A" className="esri_layouts:ActivateMapToggle" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ActivateMapFrame32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ActivateMapFrame16.png" helpContextID="">
          <tooltip heading="激活地图框">激活地图框以便导航地图并与地图进行交互。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_deactivateMap" caption="关闭激活" keytip="C" className="esri_layouts:DeactivateMap" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutUnfocusDataFrame32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutUnfocusDataFrame16.png" helpContextID="">
          <tooltip heading="关闭地图框激活">取消激活地图框并恢复布局工具。<disabledText/></tooltip>
        </button>
        
        <button id="esri_layouts_removeExtentIndicatorButton" caption="移除" extendedCaption="移除范围指示器。" className="esri_layouts:RemoveExtentIndicators" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" helpContextID="">
          <tooltip heading="移除范围指示器">
            从地图范围中移除范围指示器。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_showExtentIndicatorLeaderButton" caption="显示/隐藏牵引线" extendedCaption="显示从范围指示器到源地图范围的牵引线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowExtentIndicatorLeaderCheckBox" loadOnClick="false" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/AddLeader16.png" helpContextID="">
          <tooltip heading="显示/隐藏牵引线">
            显示文本牵引线。使用符号注释来更改外观。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_removeGridButton" className="esri_layouts:RemoveMapGrids" caption="移除" extendedCaption="从地图框中移除网格。" loadOnClick="true" helpContextID="" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png">
          <tooltip heading="移除">
            从地图框中移除网格。<disabledText/>
          </tooltip>
        </button>
        
        <button id="esri_layouts_mapOpenButton" caption="打开" extendedCaption="打开地图窗格。" className="esri_layouts:OpenMap" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Map32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Map16.png" helpContextID="">
          <tooltip heading="打开地图">
            打开地图窗格。<disabledText/>
          </tooltip>
        </button>
        

        <!--Text-->
        <button id="esri_layouts_showLeader" caption="显示/隐藏牵引线" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShowLeaderCheckBox" loadOnClick="false" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/AddLeader16.png" helpContextID="">
          <tooltip heading="显示/隐藏牵引线">
            显示文本牵引线。使用文本符号注释更改外观。<disabledText/>
          </tooltip>
        </button>

        <!--Elements-->
        <button id="esri_layouts_saveAsStyle" caption="保存到样式" extendedCaption="保存所选布局元素到样式。" className="esri_layouts:SaveAsStyle" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState16.png" helpContextID="">
          <tooltip heading="保存元素样式">
            将所选元素保存到样式。<disabledText/>
          </tooltip>
        </button>

        <!--Legend-->
        <button id="esri_layouts_saveAsDefaultLegendItem" caption="另存为默认值" extendedCaption="将所选图例项另存为默认。" className="esri_layouts:SaveAsDefaultLegendItem" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState16.png" helpContextID="">
          <tooltip heading="另存为默认值">
            将所选图例项另存为默认。  向图例添加新图层时,将用到此样式。<disabledText/>
          </tooltip>
        </button>

        <!--TableFrame-->
        <button id="esri_layouts_saveAsDefaultTableFrameField" caption="另存为默认值" extendedCaption="将所选字段另存为默认值。" className="esri_layouts:SaveAsDefaultTableFrameField" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StylesFolderOpenState16.png" helpContextID="">
          <tooltip heading="另存为默认值">
            将所选字段另存为默认值。 当将新字段添加到表格框时,将使用此样式。<disabledText/>
          </tooltip>
        </button>

        <!--Arrange-->
        <button id="esri_layouts_alignLeft" caption="左对齐" keytip="L" className="esri_layouts:AlignLeft" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignLeft16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="左对齐">
            将所选元素靠左侧对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignCenter" caption="居中对齐" keytip="C" className="esri_layouts:AlignCenter" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignCenter16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="居中对齐">
            将所选元素水平居中对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignRight" caption="右对齐" keytip="R" className="esri_layouts:AlignRight" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignRight16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="右对齐">
            将所选元素靠右侧对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignTop" caption="顶端对齐" keytip="T" className="esri_layouts:AlignTop" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignTop16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="顶端对齐">
            将所选元素靠顶端对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignMiddle" caption="中部对齐" keytip="M" className="esri_layouts:AlignMiddle" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignMiddle16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="中部对齐">
            将所选元素垂直居中对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignBottom" caption="底端对齐" keytip="B" className="esri_layouts:AlignBottom" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlignBottom16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="底端对齐">
            将所选元素靠底端对齐。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_distributeHorizontally" caption="水平分布" keytip="H" className="esri_layouts:DistributeHorizontally" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDistributeHorizontally16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="水平分布">
            在水平方向上平均分隔所选元素。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_distributeVertically" caption="垂直分布" keytip="V" className="esri_layouts:DistributeVertically" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDistributeVertically16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="垂直分布">
            在垂直方向上平均分隔所选元素。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_alignToPage" caption="与页面对齐" keytip="P" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.AlignToPageCheckBox" loadOnClick="false" helpContextID="">
          <tooltip heading="与页面对齐">
            将所选元素与页面相互对齐。(取消选中可使元素相互对齐)。<disabledText/>
          </tooltip>
        </button>

        <!--Size & Position-->
        <customControl id="esri_layouts_sizeAndPositionControl" caption="大小和位置" loadOnClick="false" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SizeAndPositionControlViewModel" condition="esri_layouts_selectedElementsNotPartsCondition" helpContextID="" keytip="SP">
          <content className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SizeAndPositionControl"/>
        </customControl>

        <!--Insert Graphic-->
        <tool id="esri_layouts_newPointTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPointTool" caption="点" keytip="PT" extendedCaption="创建新的布局点。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementMarker16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementMarker32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建点">在布局中创建新点。 单击以使用默认大小。 拖拽出一个矩形以指定高度。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newLineTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewLineTool" caption="线" keytip="DL" extendedCaption="创建新的布局线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLine16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLine32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建线">在布局中创建新线。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newBezierCurveTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewBezierCurveTool" caption="曲线" keytip="" extendedCaption="创建新的布局曲线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCurve16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCurve32.png" helpContextID="">
          <tooltip heading="新建曲线">通过拖出一条贝塞尔曲线在布局中创建新线。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newOpenLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewOpenLassoTool" caption="手绘" keytip="DO" extendedCaption="创建新的布局手绘线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementFreehand16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementFreehand32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建手绘线">通过绘制一幅手绘草图在布局中创建新线。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newRectangleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewRectangleTool" caption="矩形" keytip="DR" extendedCaption="创建新的布局矩形。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangle16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangle32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建矩形">在布局中创建新的矩形。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newPolygonTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPolygonTool" caption="多边形" keytip="DP" extendedCaption="创建新的布局面。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygon16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygon32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建多边形">通过绘制一个面在布局中创建新形状。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewLassoTool" caption="套索" keytip="DS" extendedCaption="创建新的布局套索。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLasso16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLasso32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建套索范围">通过绘制一个范围在布局中创建新形状。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newCircleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewCircleTool" caption="圆形" keytip="DC" extendedCaption="创建新的布局圆。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircle16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircle32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建圆">在布局中创建新圆。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newEllipseTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewEllipseTool" caption="椭圆" keytip="DE" extendedCaption="创建新的布局椭圆。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipse16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipse32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建椭圆">在布局中创建新椭圆。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newPointTextTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPointTextTool" caption="文本" keytip="TE" extendedCaption="通过单击一个点创建新布局文本。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建文本">在布局中创建新文本。 单击以使用默认大小。 拖拽出一个矩形以指定高度。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newPictureTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPictureTool" caption="图片" keytip="PC" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture32.png" helpContextID="">
          <tooltip heading="新建图片">
            在布局中新建图片。通过属性窗格指定图片文件、URL 或地图册属性。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_newSplinedTextTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewSplinedTextTool" caption="弯曲的文本" extendedCaption="创建新布局线文本。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementSplinedText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementSplinedText32.png" helpContextID="">
          <tooltip heading="新建文本">通过拖出一条线创建新文本。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newRectangleParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewRectangleParagraphTool" caption="矩形" extendedCaption="创建新布局矩形段落。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangleText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangleText32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建矩形段落">
            通过绘制一个矩形在布局中创建新段落。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_newPolygonParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPolygonParagraphTool" caption="多边形" extendedCaption="创建新布局面段落。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygonText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygonText32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建面段落">通过绘制一个面在布局中创建新段落。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newCircleParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewCircleParagraphTool" caption="圆形" extendedCaption="创建新布局圆段落。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircleText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircleText32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建圆段落">通过绘制一个圆在布局中创建新段落。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newEllipseParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewEllipseParagraphTool" caption="椭圆" extendedCaption="创建新布局椭圆段落。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipseText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipseText32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建椭圆段落">通过绘制一个椭圆在布局中创建新段落。<disabledText/></tooltip>
        </tool>

        <tool id="esri_layouts_newNorthArrowTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewNorthArrowTool" caption="指北针" keytip="NA" extendedCaption="在布局中创建新指北针。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NorthArrow16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NorthArrow32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建指北针">
            在布局中创建新指北针。 单击以使用默认大小。 拖拽出一个矩形以指定高度。<disabledText/>
          </tooltip>
        </tool>

        <tool id="esri_layouts_newScaleBarTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewScaleBarTool" caption="比例尺" keytip="NA" extendedCaption="在布局中创建新比例尺。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBar16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ScaleBar32.png" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建比例尺">
            在布局中创建新比例尺。<disabledText/>
          </tooltip>
        </tool>

        <tool id="esri_layouts_newLegendTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewLegendTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Legend32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Legend16.png" caption="图例" keytip="LE" condition="esri_layouts_layoutPane" helpContextID="120001011">
          <tooltip heading="新建图例">
在布局中创建新图例。

  通过在“内容”窗格中选择图层来将它们添加至图例。如果未选择任何图层,则将添加默认地图框中的所有图层。如果选择了指定图层,则仅添加指定图层。

  拖拽出一个矩形以创建图例,用以调整这些项目以适应框。   单击某点以创建一个图例,用以调整此框以适应这些项目。<disabledText/>
          </tooltip>
        </tool>

        <tool id="esri_layouts_newChartFrameTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewChartFrameTool" caption="图表框" keytip="CF" extendedCaption="在布局中创建新图表框。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/New_Chart16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/New_Chart32.png" loadOnClick="false" helpContextID="">
          <tooltip heading="新建图表框">
            在布局中创建新图表框。<disabledText/>
          </tooltip>
        </tool>

        <tool id="esri_layouts_newTableFrameTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewTableFrameTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableOpen32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableOpen16.png" caption="表格框" keytip="LT" helpContextID="">
          <tooltip heading="新建表格框">
拖出一个矩形以在布局上创建新表格框。

            在“内容”窗格中选择关联的图层或独立表以将其指定。
            <disabledText>在“内容”窗格中选择图层或独立表。</disabledText>
          </tooltip>
        </tool>

        <!--Insert Map Frame-->
        <tool id="esri_layouts_newMapFrameRectangleTool" caption="矩形" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFrameRectangleTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameRectangle32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameRectangle16.png" keytip="R" extendedCaption="使用矩形工具新建地图框。" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建地图框">通过拖出一个矩形创建新地图框。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newMapFramePolygonTool" caption="面" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFramePolygonTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFramePolygon32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFramePolygon16.png" keytip="P" extendedCaption="使用面工具新建地图框。" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建地图框">通过拖出一个面创建新地图框。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newMapFrameLassoTool" caption="套索" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFrameLassoTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameLasso32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameLasso16.png" keytip="L" extendedCaption="使用套索工具新建地图框。" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建地图框">通过拖出一个手绘形状创建新地图框。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newMapFrameEllipseTool" caption="椭圆" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFrameEllipseTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameEllipse32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameEllipse16.png" keytip="E" extendedCaption="使用椭圆工具新建地图框。" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建地图框">通过拖出一个椭圆创建新地图框。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_newMapFrameCircleTool" caption="圆形" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewMapFrameCircleTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameCircle32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapFrameCircle16.png" keytip="C" extendedCaption="使用圆工具新建地图框。" condition="esri_layouts_layoutPaneCondition" helpContextID="">
          <tooltip heading="新建地图框">通过拖出一个圆形创建新地图框。<disabledText/></tooltip>
        </tool>
        
        <tool id="esri_layouts_reshapeMapFrameRectangleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReshapeMapFrameRectangleTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameRectangle32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameRectangle16.png" caption="矩形" keytip="R" extendedCaption="使用矩形工具修整布局地图框。" condition="esri_layouts_mapFrameDesignCondition" helpContextID="">
          <tooltip heading="修整">通过拖出一个矩形将现有地图框范围替换为新的地图框范围。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_reshapeMapFramePolygonTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReshapeMapFramePolygonTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFramePolygon32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFramePolygon16.png" caption="多边形" keytip="P" extendedCaption="使用面工具修整布局地图框。" condition="esri_layouts_mapFrameDesignCondition" helpContextID="">
          <tooltip heading="修整">通过拖出一个多边形将地图框范围替换为新的地图框范围。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_reshapeMapFrameLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReshapeMapFrameLassoTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameLasso32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameLasso16.png" caption="套索" keytip="L" extendedCaption="使用套索工具修整布局地图框。" condition="esri_layouts_mapFrameDesignCondition" helpContextID="">
          <tooltip heading="修整">通过拖出一个手绘形状将地图框范围替换为新的地图框范围。<disabledText/></tooltip>
        </tool>
        <tool id="esri_layouts_reshapeMapFrameEllipseTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReshapeMapFrameEllipseTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameEllipse32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameEllipse16.png" caption="椭圆" keytip="E" extendedCaption="使用椭圆工具修整布局地图框。" condition="esri_layouts_mapFrameDesignCondition" helpContextID="">
          <tooltip heading="修整">
            通过拖出一个椭圆将地图框范围替换为新的地图框范围。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_reshapeMapFrameCircleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ReshapeMapFrameCircleTool" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameCircle32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ReshapeMapFrameCircle16.png" caption="圆形" keytip="C" extendedCaption="使用圆形工具修整布局地图框。" condition="esri_layouts_mapFrameDesignCondition" helpContextID="">
          <tooltip heading="修整">
            通过拖出一个圆形将地图框范围替换为新的地图框范围。<disabledText/>
          </tooltip>
        </tool>

        <button id="esri_layouts_newExtentIndicatorButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewExtentIndicatorButton" caption="范围指示器" extendedCaption="在默认地图范围上创建新的范围指示器。" loadOnClick="false" helpContextID="" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Insert_Extent_Indicator16.png">
          <tooltip heading="新的范围指示器">
            在默认地图框上创建新的范围指示器。<disabledText>范围指示器需要两个 2D 地图框。</disabledText>
          </tooltip>
        </button>
       
        <!--North Arrow Parts-->
        <button id="esri_layouts_northArrowStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthArrowStyleButton" caption="更多..." keytip="M" extendedCaption="指北针样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择指北针。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultNorthArrowStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultNorthArrowStyleButton" caption="更多..." keytip="M" extendedCaption="默认指北针样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认指北针样式。<disabledText/>
          </tooltip>
        </button>

        <editBox id="esri_layouts_northCalibrationAngleEditBox" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthCalibrationAngleEditBox" caption="校准角度" keytip="CB" sizeString="000000" helpContextID="">
          <tooltip heading="校准角度">通过添加附加角度校准指北针。<disabledText/></tooltip>
        </editBox>

        <editBox id="esri_layouts_northCalculatedAngleEditBox" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthCalculatedAngleEditBox" caption="计算角度" keytip="CL" sizeString="000000" helpContextID="">
          <tooltip heading="计算角度">查看指北针计算的旋转角度。<disabledText/></tooltip>
        </editBox>

        <!--Scale Bar Parts-->
        <button id="esri_layouts_scaleBarStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarStyleButton" caption="更多..." keytip="M" extendedCaption="比例尺样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择比例尺。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultScaleBarStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultScaleBarStyleButton" caption="更多..." keytip="M" extendedCaption="默认比例尺样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认比例尺样式。<disabledText/>
          </tooltip>
        </button>

        <!-- Map Grid Buttons-->
        <button id="esri_layouts_mapGridStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MapGridStyleButton" caption="更多..." keytip="M" extendedCaption="格网样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择格网。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultMapGridStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultMapGridStyleButton" caption="更多..." keytip="M" extendedCaption="默认格网样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认格网。<disabledText/>
          </tooltip>
        </button>

        <!--New MapFrame options-->
        <button id="esri_layouts_reshapeMapFrameSource_Empty" className="esri_layouts:InsertDefaults_OnMapFrameSource_Empty" caption="创建空的地图框" condition="esri_layouts_layoutPane" helpContextID=""><tooltip heading=""><disabledText/></tooltip></button>
        <button id="esri_layouts_reshapeMapFrameSource_New" className="esri_layouts:InsertDefaults_OnMapFrameSource_CreateNew" caption="创建新地图" condition="esri_layouts_layoutPane" helpContextID=""><tooltip heading=""><disabledText/></tooltip></button>
        <button id="esri_layouts_reshapeMapFrameSource_Project" className="esri_layouts:InsertDefaults_OnMapFrameSource_ProjectSelection" caption="使用工程窗口中的所选地图" condition="esri_layouts_layoutPane" helpContextID=""><tooltip heading=""><disabledText/></tooltip></button>
        <button id="esri_layouts_reshapeMapFrameSource_Properties" className="esri_layouts:InsertDefaults_OnMapFrameSource_ShowProperties" caption="草绘后显示属性" condition="esri_mapping_mapPane" helpContextID=""><tooltip heading=""><disabledText/></tooltip></button>

        <dynamicMenu id="esri_layouts_reshapeMapFrameSource_Existing" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DynamicMapMenu" caption="使用现有地图" condition="esri_layouts_layoutPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ArcGISProjectOpenState16.png" helpContextID="">
          <tooltip heading="现有">在新地图框中显示现有地图。<disabledText/></tooltip>
        </dynamicMenu>

        <!--Production Tool Place Holder-->
        <tool id="esri_layouts_newProductionToolPlaceHolder" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewProductionToolPlaceHolder" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapSurround16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewMapSurround32.png" caption="额外整饰要素" loadOnClick="false" extendedCaption="在布局中创建其他地图整饰要素。" helpContextID="">
          <tooltip heading="新建地图整饰要素">
            在布局中创建其他地图整饰要素。<disabledText>从库中选择地图整饰要素。</disabledText>
          </tooltip>
        </tool>

        <!--Topo North Arrow-->
        <button id="esri_layouts_topoNorthArrowStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TopoNorthArrowStyleButton" caption="更多..." keytip="M" extendedCaption="指北针样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择指北针。<disabledText/>
          </tooltip>
        </button>
        <!--<tool id="esri_layouts_newTopoNorthArrowTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewTopoNorthArrowTool"
                smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TopoNorthArrow16.png"
                largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TopoNorthArrow32.png"
                caption="Topographic North Arrow" extendedCaption="Create a topographic north arrow on the layout." loadOnClick="false" helpContextID="">
          <tooltip heading="New Topographic North Arrow">
            Create a new topographic north arrow on the layout.<disabledText></disabledText>
          </tooltip>
        </tool>-->

        <!--Meter Reference Guide parts-->
        <tool id="esri_layouts_newTLMMeterReferenceGuideTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewTLMMeterReferenceGuideTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference32.png" caption="TLM 仪表参考线" loadOnClick="false" extendedCaption="在布局中创建 TLM 仪表参考线。" helpContextID="">
          <tooltip heading="新建 TLM 仪表参考线">
            在布局中创建 TLM 仪表参考线。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_newICMMeterReferenceGuideTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewICMMeterReferenceGuideTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference32.png" caption="ICM 仪表参考线" loadOnClick="false" extendedCaption="在布局上创建仪表参考线。" helpContextID="">
          <tooltip heading="新建 ICM 仪表参考线">
            在布局中创建 ICM 仪表参考线。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_newJOGMeterReferenceGuideTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewJOGMeterReferenceGuideTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MeterReference32.png" caption="JOG 仪表参考线" loadOnClick="false" extendedCaption="在布局中创建 JOG 仪表参考线。" helpContextID="">
          <tooltip heading="新建 JOG 仪表参考线">
            在布局中创建 JOG 仪表参考线。<disabledText/>
          </tooltip>
        </tool>
        <tool id="esri_layouts_newUSNGMeterReferenceGuideTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewUSNGMeterReferenceGuideTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/USNationalGridReference16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/USNationalGridReference32.png" caption="美国 国家格网参考框" loadOnClick="false" extendedCaption="在布局上创建美国 国家格网参考框。" helpContextID="">
          <tooltip heading="新建美国 国家格网参考框">
            在布局上创建美国 国家格网参考框。<disabledText/>
          </tooltip>
        </tool>

        <button id="esri_layouts_meterReferenceStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.MeterReferenceStyleButton" caption="更多..." keytip="M" extendedCaption="仪表参考指南样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择仪表参考指南。<disabledText/>
          </tooltip>
        </button>
        
        <button id="esri_layouts_defaultMeterReferenceStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultMeterReferenceStyleButton" caption="更多..." keytip="M" extendedCaption="默认的仪表参考指南样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认仪表参考指南。<disabledText/>
          </tooltip>
        </button>

        <customControl id="esri_layouts_meterReferenceColorGallery" caption="颜色" keytip="FC" extendedCaption="仪表参考指南的颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TopographicLayoutColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="颜色">
            更改所选仪表参考指南的颜色。<disabledText/>
          </tooltip>
        </customControl>
        
        <tool id="esri_layouts_newSlopeGuideTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewSlopeGuideTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SlopeGuide16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SlopeGuide32.png" caption="坡度参考线" loadOnClick="false" extendedCaption="在布局上创建坡度参考线" helpContextID="">
          <tooltip heading="新建坡度参考线">
            在布局上创建坡度参考线<disabledText/>
          </tooltip>
        </tool>

        <button id="esri_layouts_newSlopeGuideButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewSlopeGuideButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SlopeGuide16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SlopeGuide32.png" caption="坡度参考线" extendedCaption="在布局上创建坡度参考线。" condition="esri_layouts_layoutPane" helpContextID="">
          <tooltip heading="新建坡度参考线">
            在布局上创建坡度参考线。<disabledText/>
          </tooltip>
        </button>
        
        <button id="esri_layouts_slopeGuideStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SlopeGuideStyleButton" caption="更多..." keytip="M" extendedCaption="坡度参考线样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择坡度参考线。<disabledText/>
          </tooltip>
        </button>
        
        <button id="esri_layouts_defaultSlopeGuideStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultSlopeGuideStyleButton" caption="更多..." keytip="M" extendedCaption="默认坡度参考线样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认坡度参考线。<disabledText/>
          </tooltip>
        </button>

         <!--Elevation Guide Bar parts-->
        <tool id="esri_layouts_newElevationGuideBarTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewElevationGuideBarTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElevationGuideBar16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElevationGuideBar32.png" caption="高程参考比例尺" extendedCaption="在布局上创建新的高程参考比例尺。" loadOnClick="false" helpContextID="">
          <tooltip heading="新建高程参考比例尺">
            在布局上创建新的高程参考比例尺。<disabledText/>
          </tooltip>
        </tool>

        <button id="esri_layouts_elevationGuideBarStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarStyleButton" caption="更多..." keytip="M" extendedCaption="高程参考比例尺样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择高程参考比例尺。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultElevationGuideBarStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultElevationGuideBarStyleButton" caption="更多..." keytip="M" extendedCaption="默认高程参考比例尺样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="">
            选择默认高程参考比例尺。<disabledText/>
          </tooltip>
        </button>

        <customControl id="esri_layouts_elevationGuideBarLowColorGallery" caption="低波段" keytip="FC" extendedCaption="低波段的颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarLowBandColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="颜色">
            更改低波段的颜色。<disabledText/>
          </tooltip>
        </customControl>

        <customControl id="esri_layouts_elevationGuideBarMediumColorGallery" caption="中波段" keytip="FC" extendedCaption="中波段的颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarMediumBandColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="颜色">
            更改中波段的颜色。<disabledText/>
          </tooltip>
        </customControl>

        <customControl id="esri_layouts_elevationGuideBarHighColorGallery" caption="高波段" keytip="FC" extendedCaption="高波段的颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarHighBandColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="颜色">
            更改高波段的颜色。<disabledText/>
          </tooltip>
        </customControl>

        <customControl id="esri_layouts_elevationGuideBarHighestColorGallery" caption="最高波段" keytip="FC" extendedCaption="最高波段的颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ElevationGuideBarHighestBandColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="颜色">
            更改最高波段的颜色。<disabledText/>
          </tooltip>
        </customControl>

        <!--Profile Frame-->
        <tool id="esri_layouts_newProfileFrameTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewProfileFrameTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TerrainObstacleProfile16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TerrainObstacleProfile32.png" caption="地形障碍剖面" extendedCaption="在布局中创建地形障碍剖面。" loadOnClick="false" helpContextID="">
          <tooltip heading="新建地形障碍剖面">
            在布局中创建新地形障碍剖面。<disabledText/>
          </tooltip>
        </tool>

        <!--Format-->
        <comboBox id="esri_layouts_subElementComboBox" caption="元素部分" extendedCaption="布局元素部分选择。" keytip="EP" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SubElementComboBox" isEditable="false" rows="20" resizable="true" itemWidth="110" helpContextID="">
          <tooltip heading="元素部分选择">选择要使用的元素部分。<disabledText/></tooltip>
        </comboBox>
        <customControl id="esri_layouts_disabledColorGallery" caption="填充" extendedCaption="布局元素的填充颜色(禁用的颜色库)。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DisabledLayoutColorPickerViewModel">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="">更改所选元素的填充颜色。<disabledText/></tooltip>
        </customControl>
        <customControl id="esri_layouts_fillColorGallery" caption="填充" keytip="FC" extendedCaption="布局元素的填充颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="填充颜色">更改所选元素的填充颜色。<disabledText/></tooltip>
        </customControl>
        <customControl id="esri_layouts_lineColorGallery" caption="轮廓" keytip="LC" extendedCaption="布局元素的轮廓颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LineLayoutColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="线颜色">更改所选元素的线颜色或轮廓颜色。<disabledText/></tooltip>
        </customControl>
        <customControl id="esri_layouts_textColorGallery" caption="颜色" keytip="TC" extendedCaption="布局元素的文本颜色。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TextLayoutColorPickerViewModel" loadOnClick="false">
          <content assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll" className="ArcGIS.Desktop.Internal.Mapping.Symbology.ColorPicker"/>
          <tooltip heading="文本颜色">更改所选元素的文本颜色。<disabledText/></tooltip>
        </customControl>

        <!--Only used for spacing-->
        <!--<button id="esri_layouts_blankStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BlankStyleButton" caption="" loadOnClick="false" helpContextID=""/>-->

        <button id="esri_layouts_polygonStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PolygonStyleButton" caption="更多..." keytip="M" extendedCaption="面样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多面符号">
            为所选元素选择面符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultPolygonStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultPolygonStyleButton" caption="更多..." keytip="M" extendedCaption="默认面样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多面符号">
            选择默认面符号。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_lineStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LineStyleButton" caption="更多..." keytip="M" extendedCaption="线样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多线符号">
            为所选元素选择线符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultLineStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultLineStyleButton" caption="更多..." keytip="M" extendedCaption="默认线样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多线符号">
            选择默认线符号。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_pointStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.PointStyleButton" caption="更多..." keytip="M" extendedCaption="点样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多点符号">
            为所选元素选择点符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultPointStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultPointStyleButton" caption="更多..." keytip="M" extendedCaption="默认点样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多点符号">
            选择默认点符号。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_textStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TextStyleButton" caption="更多..." keytip="M" extendedCaption="文本样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多文本符号">
            为所选元素选择文本符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_defaultTextStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.DefaultTextStyleButton" caption="更多..." keytip="M" extendedCaption="默认文本样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多文本符号">
            为新文本元素选择默认文本符号。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_backgroundStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BackgroundStyleButton" caption="更多..." keytip="M" extendedCaption="背景样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多面符号">
            选择所选元素的背景符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_borderStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BorderStyleButton" caption="更多..." keytip="M" extendedCaption="边框样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多线符号">
            选择所选元素的边框符号。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_shadowStyleButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShadowStyleButton" caption="更多..." keytip="M" extendedCaption="阴影样式。" loadOnClick="false" flipImageRTL="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="更多面符号">
            选择用于所选元素阴影的符号。<disabledText/>
          </tooltip>
        </button>

        <comboBox id="esri_layouts_symbolSizeComboBox" caption="大小" keytip="SS" extendedCaption="符号大小。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SymbolSizeComboBox" loadOnClick="false" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="大小">设置所选元素的符号大小。<disabledText/></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_symbolWidthComboBox" caption="宽度" keytip="LW" extendedCaption="符号宽度。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.SymbolWidthComboBox" loadOnClick="false" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="线宽度">设置所选元素的线宽度或轮廓宽度。<disabledText/></tooltip>
        </comboBox>

        <!--<comboBox id="esri_layouts_backgroundGapXComboBox" caption="Gap X" keytip="GX" extendedCaption="Horizontal gap of the layout element's background." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BackgroundGapXComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Background Gap">Set the horizontal gap for the selected element's background.<disabledText></disabledText></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_backgroundGapYComboBox" caption="Gap Y" keytip="GY" extendedCaption="Vertical gap of the layout element's background." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BackgroundGapYComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Background Gap">
            Set the vertical gap for the selected element's background.<disabledText></disabledText>
          </tooltip>
        </comboBox>

        <comboBox id="esri_layouts_backgroundCornerRoundingComboBox" caption="Rounding" keytip="GR" extendedCaption="Corner rounding of the layout element's background." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BackgroundCornerRoundingComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Background Corner Rounding">
            Set the corner rounding for the selected element's background.<disabledText></disabledText>
          </tooltip>
        </comboBox>

        <comboBox id="esri_layouts_borderGapXComboBox" caption="Gap X" keytip="GX" extendedCaption="Horizontal gap of the layout element's border." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BorderGapXComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Border Gap">Set the horizontal gap for the selected element's border.<disabledText></disabledText></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_borderGapYComboBox" caption="Gap Y" keytip="GY" extendedCaption="Vertical gap of the layout element's border." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BorderGapYComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Border Gap">Set the vertical gap for the selected element's border.<disabledText></disabledText></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_borderCornerRoundingComboBox" caption="Rounding" keytip="GR" extendedCaption="Corner rounding of the layout element's border." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.BorderCornerRoundingComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Border Corner Rounding">
            Set the corner rounding for the selected element's border.<disabledText></disabledText>
          </tooltip>
        </comboBox>

        <comboBox id="esri_layouts_shadowOffsetXComboBox" caption="Offset X" keytip="OX" extendedCaption="Horizontal size of the layout element's shadow." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShadowOffsetXComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Shadow Offset">Set the horizontal size of the selected element's shadow.<disabledText></disabledText></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_shadowOffsetYComboBox" caption="Offset Y" keytip="OY" extendedCaption="Vertical size of layout element's shadow." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShadowOffsetYComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Shadow Offset">Set the vertical size of the selected element's shadow.<disabledText></disabledText></tooltip>
        </comboBox>

        <comboBox id="esri_layouts_shadowCornerRoundingComboBox" caption="Rounding" keytip="GR" extendedCaption="Corner rounding of the layout element's shadow." className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ShadowCornerRoundingComboBox" isTextSearchEnabled="false" isEditable="true" resizable="true" rows="20" itemWidth="50" helpContextID="">
          <tooltip heading="Shadow Corner Rounding">
            Set the corner rounding for the selected element's shadow.<disabledText></disabledText>
          </tooltip>
        </comboBox>-->

        <button id="esri_layouts_colorSelectorButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ColorStyleButton" caption="更多颜色..." extendedCaption="选择布局中元素的填充颜色。" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector16.png" helpContextID="">
          <tooltip heading="">为所选元素选择填充颜色。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_outlineColorSelectorButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.OutlineColorStyleButton" caption="更多颜色..." extendedCaption="选择布局中元素的轮廓颜色。" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector16.png" helpContextID="">
          <tooltip heading="">为所选元素选择轮廓颜色。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_textColorSelectorButton" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.TextColorStyleButton" caption="更多颜色..." extendedCaption="选择布局中元素的文本颜色。" loadOnClick="false" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ColorSelector16.png" helpContextID="">
          <tooltip heading="">为所选元素选择文本颜色。<disabledText/></tooltip>
        </button>

        <!--Font Controls - These need to be sync'd with the ones on the labeling ribbon-->
        <customControl id="esri_layouts_textSymbolFontControl" caption="字体" keytip="FF" extendedCaption="选择布局中元素的字体。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FontControl" loadOnClick="false">
          <content className="ArcGIS.Desktop.Internal.Mapping.CommonControls.FontControl" assembly="Extensions\Mapping\ArcGIS.Desktop.Mapping.dll"/>
          <tooltip heading="文本符号字体">
            为所选元素选择字体。<disabledText/>
          </tooltip>
        </customControl>
        <comboBox id="esri_layouts_textSymbolFontSizeComboBox" caption="字号" keytip="FS" extendedCaption="为布局中的元素选择字体大小。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FontSizeComboBox" loadOnClick="false" isTextSearchEnabled="false" isEditable="true" resizable="true" sizeString="100 pt " itemWidth="40" rows="16" helpContextID="">
          <tooltip heading="文本符号字号">为所选元素选择字体大小。<disabledText/></tooltip>
        </comboBox>
        <button id="esri_layouts_textSymbolIncreaseSizeButton" caption="增大字体" keytip="FG" extendedCaption="增大所选布局元素的字号。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FontSizeIncrementButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TextSymbolIncreaseSize16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="增大字号">增大所选元素的字号。<disabledText/></tooltip>
        </button>
        <button id="esri_layouts_textSymbolDecreaseSizeButton" caption="缩小字体" keytip="FK" extendedCaption="减小所选布局元素的字号。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FontSizeDecrementButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TextSymbolDecreaseSize16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="减小字号">减小所选元素的字号。<disabledText/></tooltip>
        </button>
        <comboBox id="esri_layouts_textSymbolStyleComboBox" caption="字体样式" keytip="FY" extendedCaption="为布局中的元素选择字体样式。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.FontStyleComboBox" loadOnClick="false" isEditable="true" isReadOnly="true" resizable="false" itemWidth="130" rows="10" helpContextID="">
            <tooltip heading="文本符号字体样式">为所选元素选择字体样式</tooltip>
        </comboBox>

        <!--Design-->
        <!--Controls for Scale-bar divisions-->
        <editBox id="esri_layouts_divisionsEditBox" caption="主刻度值" keytip="VL" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarDivisionEditBox" sizeString="Automatic" helpContextID="">
          <tooltip heading="">设置由一个主刻度表示的值。<disabledText/></tooltip>
        </editBox>
        <checkBox id="esri_layouts_fixedFrame" caption="固定框" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarFixedFrame" loadOnClick="false" helpContextID="">
          <tooltip heading="">固定比例尺宽度。使用“调整行为”选项调整比例尺主刻度和值。如果未选中该复选框,比例尺将保留主刻度值和主刻度与分刻度数。<disabledText/></tooltip>
        </checkBox>
        <comboBox id="esri_layouts_resizeBehaviorComboBox" caption="调整行为" keytip="RB" extendedCaption="选择布局中比例尺的调整行为。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarResizeBehaviorComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGHIJKLMNOPQ" helpContextID="">
          <tooltip heading="调整行为">选择比例尺响应地图比例变化的方式。      

调整宽度保持主刻度值和主刻度数。不允许手动调整。
            
调整主刻度保持主刻度数。允许手动调整。

调整主刻度数保持主刻度值。允许手动调整。            

通过首先调整主刻度,然后调整主刻度值来保持分刻度数。允许手动调整。<disabledText/></tooltip>
        </comboBox>

        <!--Controls for Scale-bar divisions-->
        <checkBox id="esri_layouts_divisionsBeforeZero" caption="在零之前显示一个主刻度" keytip="BZ" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarShowDivisionsBeforeZero" loadOnClick="false" helpContextID="">
          <tooltip heading="显示零之前的一个主刻度">在零标记的左侧显示一个主刻度。<disabledText/></tooltip>
        </checkBox>
        <spinner id="esri_layouts_numDivisionsSpinner" format="F0" caption="分割" keytip="DV" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarDivisionsSpinner" minimum="1" defaultValue="" helpContextID="">
          <tooltip heading="分割">设置主刻度数。<disabledText/></tooltip>
        </spinner>
        <spinner id="esri_layouts_numSubDivisionsSpinner" format="F0" caption="分刻度数" keytip="SD" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarSubdivisionsSpinner" defaultValue="" helpContextID="">
          <tooltip heading="分刻度数:">设置分刻度数。<disabledText/></tooltip>
        </spinner>

        <!--Controls for Scale-bar units-->
        <comboBox id="esri_layouts_unitsComboBox" caption="单位" keytip="UN" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarUnitsComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCD" helpContextID="">
          <tooltip heading="单位">选择比例尺中的单位。<disabledText/></tooltip>
        </comboBox>
        <comboBox id="esri_layouts_labelPosition" caption="标注位置" keytip="LP" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarLabelPositionComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGH" helpContextID="">
          <tooltip heading="标注位置">选择与比例尺和数值相关的单位标注的位置。<disabledText/></tooltip>
        </comboBox>
        <editBox id="esri_layouts_label" caption="标注" keytip="LB" extendedCaption="为比例尺单位设置标注。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarLabelEditBox" sizeString="0123456789ABCD" helpContextID="">
          <tooltip heading="标注">为比例尺单位设置标注。<disabledText/></tooltip>
        </editBox>

        <!--Controls for Scale-bar Marks-->
        <comboBox id="esri_layouts_marksFrequencyComboBox" caption="频数" keytip="FM" extendedCaption="为布局中的比例尺选择标记频率。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarFrequencyMarksComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGHIJKLMN" helpContextID="">
          <tooltip heading="频数">选择与比例尺和主刻度与分刻度相关的标记的频数。<disabledText/></tooltip>
        </comboBox>
        <comboBox id="esri_layouts_marksPositionComboBox" caption="位置" keytip="PM" extendedCaption="为布局中的比例尺选择标记位置。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarMarksPositionComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGH" helpContextID="">
          <tooltip heading="位置">选择与比例尺相关的标记的位置。<disabledText/></tooltip>
        </comboBox>

        <!--Controls for Scale-bar numbers-->
        <comboBox id="esri_layouts_numbersFrequencyComboBox" caption="频数" keytip="FN" extendedCaption="为布局中的比例尺选择数字频率。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarNumbersFrequencyComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGHIJKLMN" helpContextID="">
          <tooltip heading="频数">选择与比例尺和主刻度与分刻度相关的数字的频数。<disabledText/></tooltip>
        </comboBox>
        <comboBox id="esri_layouts_numbersPositionComboBox" caption="位置" keytip="PN" extendedCaption="为布局中的比例尺选择数字位置。" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarNumbersPositionComboBox" isEditable="true" resizable="true" sizeString="0123456789ABCDEFGH" helpContextID="">
          <tooltip heading="位置">选择与比例尺相关的数字的位置。<disabledText/></tooltip>
        </comboBox>
        <checkBox id="esri_layouts_numbersFractionalCharecter" caption="使用分数字符" keytip="FR" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.ScaleBarNumbersFractionalCharecter" loadOnClick="false" helpContextID="">
          <tooltip heading="">使用标准分数字符标注主刻度或分刻度。该选项适用于分数为 ¼、½ 或 ¾ 的情况。<disabledText/></tooltip>
        </checkBox>

        <!-- North Arrow -->
        <comboBox id="esri_layouts_northTypeComboBox" caption="类型" keytip="TY" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NorthTypeComboBox" extendedCaption="选择布局中北角的计算方式。" loadOnClick="false" itemWidth="100" rows="10" textSearchEnabled="false" noEdit="true" resizable="false" helpContextID="" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="SmallImageAndCaption">
          <tooltip heading="北角度类型">
            选择北角的计算方式。<disabledText/>
          </tooltip>
        </comboBox>

         Export Map
        <button id="esri_mapping_mapContextMenu_ExportMap" caption="导出到文件..." extendedCaption="将地图导出到文件" className="esri_layouts:ExportSimpleMapProjectItem" loadOnClick="false" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericExport16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericExport32.png" helpContextID="">
          <tooltip heading="">
            将地图导出到磁盘的文件中。<disabledText/>
          </tooltip>
        </button>
        
        <!-- Element dock pane-->
        <button id="esri_layouts_showElementDockPaneButtonForView" caption="元素" className="esri_layouts:ShowElementDockPane" condition="esri_layouts_condition" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="元素">
            显示“元素”窗格。使用此窗格访问布局上元素的高级属性以及格式化控件。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showElementDockPaneButton" caption="属性" extendedCaption="在停靠窗格中显示布局元素属性。" className="esri_layouts:ShowElementDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="元素属性">
            显示“元素”窗格。使用该窗格访问布局中元素的高级属性和格式化控件。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showPolygonSymbolDockPaneButton" caption="设置符号格式" extendedCaption="设置布局中面符号的格式。" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置符号格式">
            使用“元素”窗格中可用的高级格式化控件设置面符号的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showLineSymbolDockPaneButton" caption="设置符号格式" extendedCaption="设置布局中线符号的格式。" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置符号格式">
            使用“元素”窗格中可用的高级格式化控件设置线符号的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showPointSymbolDockPaneButton" caption="设置符号格式" extendedCaption="设置布局中点符号的格式。" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置符号格式">
            使用“元素”窗格中可用的高级格式化控件设置点符号的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showBackgroundStyleDockPaneButton" caption="设置背景格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置背景格式">
            使用“元素”窗格中可用的高级格式化控件设置背景的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showBorderStyleDockPaneButton" caption="设置边框格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置边框格式">
            使用“元素”窗格中可用的高级格式化控件设置边框的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showShadowStyleDockPaneButton" caption="设置阴影格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置阴影格式">
            使用“元素”窗格中可用的高级格式化控件设置阴影的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showNorthArrowStyleDockPaneButton" caption="设置指北针格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置指北针格式">
            使用“元素”窗格中可用的高级格式化控件设置指北针的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showScaleBarStyleDockPaneButton" caption="设置比例尺格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置比例尺格式">
            使用“元素”窗格中可用的高级格式化控件设置比例尺的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showTextSymbolDockPaneButton" caption="设置文本符号格式" className="esri_layouts:ShowElementTextDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置文本符号格式">
            使用“元素”窗格中可用的高级格式化控件设置文本符号的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showTopoNorthArrowStyleDockPaneButton" caption="格式化指北针" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="格式化指北针">
            使用“元素”窗格中可用的高级格式化控件设置指北针的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showMeterReferenceStyleDockPaneButton" caption="格式化仪表参考指南" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="格式化仪表参考指南">
            使用“元素”窗格中可用的高级格式化控件设置仪表参考指南的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showElevationGuideBarStyleDockPaneButton" caption="设置高程参考比例尺格式" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="设置高程参考比例尺格式">
            使用“元素”窗格中提供的高级格式化控件设置高程参考比例尺的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_slopeGuideStyleDockPaneButton" caption="格式化坡度参考线" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="格式化坡度参考线">
            使用“元素”窗格中可用的高级格式化控件设置坡度参考线的格式。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_showSlopeGuideStyleDockPaneButton" caption="格式化坡度参考线" className="esri_layouts:ShowElementStyleDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="格式化坡度参考线">
            使用“元素”窗格中可用的高级格式化控件设置坡度参考线的格式。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_showProofingDialogButton" caption="正稿选项" className="esri_layouts:ShowProofingDialog" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SpellCheck16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/SpellCheck32.png" helpContextID="">
          <tooltip heading="显示正稿选项">
            显示“正稿选项”对话框以控制拼写检查。<disabledText/>
          </tooltip>
        </button>
        
        <!-- project container view model -->
        <button id="esri_layouts_projectContainer_NewLayout" caption="新建布局" keytip="L" extendedCaption="创建新布局。" className="esri_layouts:NewLayout" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNew16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNew32.png" loadOnClick="true" helpContextID="">
          <tooltip heading="">创建新布局并将其添加到工程中。在工程内保存新布局。<disabledText/></tooltip>
        </button>

        <!--This is the "Import MXD" button on the Insert ribbon-->
        <button id="esri_layouts_importMapContext" className="esri_layouts:ImportDocument" caption="导入" keytip="I" condition="esri_mapping_openProjectCondition" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapDocumentImport32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapDocumentImport16.png">
          <tooltip heading="">
            将现有 ArcMap、ArcGlobe 或 ArcScene 文档、地图或底图包、或者地图或布局文件导入到工程中。

原始数据框和布局将转换为 ArcGIS Pro 格式(如果适用),并将添加至工程。 以后对原始文档的更改将不会反映到工程中。 在视图中打开一个新的地图或布局。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_importMap" className="esri_layouts:ImportDocument" caption="导入地图" keytip="IM" condition="esri_mapping_openProjectCondition" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapDocumentImport32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/MapDocumentImport16.png">
          <tooltip heading="">
            将现有的 ArcMap、ArcGlobe 或 ArcScene 文档、地图/底图包或地图/布局文件导入到工程中。

如果适用,原始数据框和布局将转换为 ArcGIS Pro 格式并添加到工程中。 以后对原始文档的更改将不会反映到工程中。 在视图中打开一个新的地图或布局。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_importLayout" className="esri_layouts:ImportDocument" caption="导入布局" keytip="I" condition="esri_mapping_openProjectCondition" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout16.png">
          <tooltip heading="导入布局">
            将现有布局文件或 ArcMap 文档导入工程中。

对于 ArcMap 文档,原始数据框和布局将转换为 ArcGIS Pro 格式(如果适用),并添加到工程中。 以后对原始文档的更改将不会反映到工程中。 新布局将在视图中打开。<disabledText/>
          </tooltip>
        </button>

        <button id="esri_layouts_importLayoutContext" className="esri_layouts:ImportDocument" caption="导入" keytip="I" condition="esri_mapping_openProjectCondition" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout16.png">
          <tooltip heading="导入">
            将现有布局文件或 ArcMap 文档导入工程中。

对于 ArcMap 文档,原始数据框和布局将转换为 ArcGIS Pro 格式(如果适用),并添加到工程中。 以后对原始文档的更改将不会反映到工程中。 新布局将在视图中打开。<disabledText/>
          </tooltip>
        </button>

        <!--The following import options only differ by caption.-->
        <button id="esri_layouts_importPAGX" caption="导入布局文件..." keytip="I" extendedCaption="导入布局 PAGX 文件。" className="esri_layouts:ImportDocument" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ImportLayout32.png" loadOnClick="false" helpContextID="">
          <tooltip heading="导入布局">
            布局已添加到工程中并处于打开状态。 该文件中包括的布局副本和任何地图都将添加到工程中。 以后对文件的更改将不会反映到工程中。<disabledText/>
          </tooltip>
        </button>

        <!-- project item view model -->
        <button id="esri_layouts_projectItem_OpenLayout" caption="打开" extendedCaption="打开布局视图。" className="esri_layouts:OnOpenLayout" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Layout16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="打开布局">
            查看布局。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_projectItem_RemoveLayout" caption="删除" extendedCaption="删除布局。" className="esri_layouts:DeleteLayout" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="删除布局">
            从工程中移除布局。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_projectItem_ExportLayout" caption="导出至文件..." extendedCaption="将布局导出至文件。" className="esri_layouts:OnExportLayoutProjectItem" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericExport16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericExport32.png" loadOnClick="false" helpContextID="">
          <tooltip heading="导出布局">
            将布局导出到磁盘上的文件中。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_layouts_projectItem_LayoutProperties" caption="属性" extendedCaption="布局属性。" className="esri_layouts:OnOpenLayoutProperties" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="布局属性">
            查看布局的属性。<disabledText/>
          </tooltip>
        </button>
      </controls>

      <menus>
        <menu id="esri_mapping_tocLayoutFilterMenu" caption="布局过滤器" extendedCaption="应用布局过滤器。" contextMenu="true">
          <gallery refID="esri_mapping_tocLayoutFilterGallery" inline="true"/>
        </menu>

        <menu id="esri_layouts_projectContainer" caption="新建布局" extendedCaption="创建、粘贴或导入布局。" contextMenu="true">
          <button refID="esri_layouts_projectContainer_NewLayout"/>
          <button refID="esri_core_editPasteButton" separator="true"/>
          <button refID="esri_layouts_importLayoutContext"/>
        </menu>

        <menu id="esri_layouts_projectItem" caption="布局菜单" extendedCaption="对布局执行操作。" contextMenu="true">
          <button refID="esri_layouts_projectItem_OpenLayout"/>
          <button refID="esri_sharing_projectItem_SaveAsLayoutFile"/>
          <button refID="esri_core_editCopyButton" separator="true"/>
          <button refID="esri_layouts_projectItem_ExportLayout"/>
          <button refID="esri_core_rename" separator="true"/>
          <button refID="esri_layouts_projectItem_RemoveLayout"/>
          <button refID="esri_projectItemViewMetadata" separator="true"/>
          <button refID="esri_projectItemEditMetadata" separator="false"/>
          <button refID="esri_layouts_projectItem_LayoutProperties" separator="true"/>
        </menu>

        <menu id="esri_layouts_layoutContextMenu" caption="布局菜单" extendedCaption="布局的快捷菜单。" contextMenu="true">
          <button refID="esri_layouts_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoom100PercentButton"/>
          <button refID="esri_core_editPasteButton" separator="true"/>
          <button refID="esri_core_editPasteSpecialButton"/>
          <button refID="esri_layouts_selectAllButton" separator="true"/>
          <button refID="esri_layouts_clearSelectionButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_layouts_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_showHideRulers" separator="true"/>
          <button refID="esri_layouts_showHideGuides"/>
          <button refID="esri_layouts_createThumbnail" separator="true"/>
          <button refID="esri_layouts_importThumbnail"/>
          <button refID="esri_projectItemViewMetadata"/>
          <button refID="esri_projectItemEditMetadata"/>
          <button refID="esri_sharing_SaveAsLayoutFile" separator="true"/>          
          <button refID="esri_layouts_layoutPropertiesButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_mapSeriesContextMenu" caption="地图册菜单" extendedCaption="地图册的快捷菜单。" contextMenu="true">
          <button refID="esri_layouts_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoom100PercentButton"/>
          <button refID="esri_core_editPasteButton" separator="true"/>
          <button refID="esri_core_editPasteSpecialButton"/>
          <button refID="esri_layouts_selectAllButton" separator="true"/>
          <button refID="esri_layouts_clearSelectionButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_layouts_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_showHideRulers" separator="true"/>
          <button refID="esri_layouts_showHideGuides"/>
          <button refID="esri_layouts_mapSeriesPropertiesButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_categoryContextMenu" caption="布局菜单" extendedCaption="布局的快捷菜单。" contextMenu="true">
          <button refID="esri_layouts_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoom100PercentButton"/>
          <button refID="esri_core_editPasteButton" separator="true"/>
          <button refID="esri_core_editPasteSpecialButton"/>
          <button refID="esri_layouts_selectAllButton" separator="true"/>
          <button refID="esri_layouts_clearSelectionButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_layouts_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_showHideRulers" separator="true"/>
          <button refID="esri_layouts_showHideGuides"/>
          <button refID="esri_layouts_layoutPropertiesButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_mapSeriesPageContextMenu" caption="地图册页面菜单" extendedCaption="地图册页面的快捷菜单。" contextMenu="true">
          <button refID="esri_layouts_pageNavigate"/>
          <button refID="esri_layouts_exportMapSeries"/>
          <button refID="esri_layouts_printMapSeries"/>
        </menu>

        <menu id="esri_layouts_rulerContextMenu" caption="标尺" extendedCaption="标尺选项。" contextMenu="true">
          <button refID="esri_layouts_addGuide"/>
          <button refID="esri_layouts_addGuides"/>
          <button refID="esri_layouts_removeGuide"/>
          <button refID="esri_layouts_removeAllGuides"/>
          <button refID="esri_layouts_showHideRulers" separator="true"/>
          <button refID="esri_layouts_showHideGuides"/>
          <!--<button refID="esri_layouts_layoutPropertiesButton" separator="true"/>-->
        </menu>

        <menu id="esri_layouts_guideContextMenu" caption="参考线" extendedCaption="参考线选项。" contextMenu="true">
          <!--<button refID="esri_layouts_addGuide"/>
          <button refID="esri_layouts_addGuides"/>-->
          <button refID="esri_layouts_removeGuide"/>
          <button refID="esri_layouts_removeAllGuides"/>
          <!--<button refID="esri_layouts_showHideGuides"/>-->
        </menu>

        <menu id="esri_layouts_elementBasicSubMenu" caption="元素菜单" extendedCaption="对布局元素执行操作。" contextMenu="true">
          <button refID="esri_layouts_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_core_editCutButton" separator="true"/>
          <button refID="esri_core_editCopyButton"/>
          <button refID="esri_core_editDeleteButton"/>
          <button refID="esri_layouts_ConvertToGraphicsButton" separator="true"/>
          <button refID="esri_layouts_groupSelectedElementsButton" separator="true"/>
          <button refID="esri_layouts_ungroupSelectedElementsButton"/>
          <submenu refID="esri_layouts_alignMenu" separator="true"/>
          <button refID="esri_layouts_saveAsStyle"/>
          <button refID="esri_layouts_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_editVerticesContext"/>
          <!--<button refID="esri_layouts_setDefaultSymbol" separator="true"/>-->
        </menu>

        <menu id="esri_layouts_elementContextMenu" caption="元素菜单" extendedCaption="布局的元素快捷菜单。" contextMenu="true">
          <menu refID="esri_layouts_elementBasicSubMenu" inline="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_groupElementContextMenu" contextMenu="true">
          <button refID="esri_layouts_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_core_editCutButton" separator="true"/>
          <button refID="esri_core_editCopyButton"/>
          <button refID="esri_core_editPasteSpecialButton"/>
          <button refID="esri_core_editDeleteButton"/>
          <button refID="esri_layouts_ConvertToGraphicsButton" separator="true"/>
          <button refID="esri_layouts_groupSelectedElementsButton" separator="true"/>
          <button refID="esri_layouts_ungroupSelectedElementsButton"/>
          <submenu refID="esri_layouts_alignMenu" separator="true"/>
          <button refID="esri_layouts_saveAsStyle"/>
          <button refID="esri_layouts_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_chartContextMenu" caption="图表框菜单" extendedCaption="对图表框执行操作。" contextMenu="true">
          <button refID="esri_layouts_chartOpenButton"/>
          <menu refID="esri_layouts_elementBasicSubMenu" separator="true" inline="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_legendItemContextMenu" caption="图例项菜单" extendedCaption="对图例项执行操作。" contextMenu="true">
          <button refID="esri_layouts_saveAsDefaultLegendItem" separator="true"/>
          <button refID="esri_layouts_removeLegendItemButton" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_tableFrameContextMenu" caption="表格框菜单" extendedCaption="对表格框执行操作。" contextMenu="true">
          <dynamicMenu refID="esri_layouts_addFieldToTableMenu"/>
          <button refID="esri_layouts_tableOpenButton"/>
          <menu refID="esri_layouts_elementBasicSubMenu" separator="true" inline="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_tableFrameFieldContextMenu" caption="字段菜单" extendedCaption="对表格框字段执行操作。" contextMenu="true">
          <button refID="esri_layouts_saveAsDefaultTableFrameField" separator="true"/>
          <button refID="esri_layouts_removeTableFrameFieldButton" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_legendContextMenu" caption="图例菜单" extendedCaption="对图例执行操作。" contextMenu="true">
          <button refID="esri_layouts_legendPasteButton" separator="true"/>
          <menu refID="esri_layouts_elementBasicSubMenu" inline="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_mapFrameContextMenu" caption="地图框菜单" extendedCaption="对地图框执行操作。" contextMenu="true">
          <button refID="esri_layouts_activateMap"/>
          <button refID="esri_layouts_mapOpenButton"/>
          <menu refID="esri_layouts_elementBasicSubMenu" inline="true" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_extentIndicatorContextMenu" caption="范围指示器菜单" extendedCaption="在范围指示器上执行操作。" contextMenu="true">
          <button refID="esri_layouts_removeExtentIndicatorButton" separator="true"/>
          <button refID="esri_layouts_showExtentIndicatorLeaderButton" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_gridContextMenu" caption="网格菜单" extendedCaption="对网格执行操作。" contextMenu="true">
          <button refID="esri_layouts_saveAsStyle"/>
          <button refID="esri_layouts_removeGridButton" separator="true"/>
          <button refID="esri_layouts_ConvertToGraphicsButton" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_layouts_textContextMenu" caption="文本菜单" extendedCaption="对布局文本元素执行操作。" contextMenu="true">
          <menu refID="esri_layouts_elementBasicSubMenu" inline="true"/>
          <button refID="esri_layouts_showLeader" separator="true"/>
          <button refID="esri_layouts_editTextButton" separator="true"/>
          <button refID="esri_layouts_showElementDockPaneButton"/>
        </menu>

        <menu id="esri_layouts_alignMenu" caption="对齐" keytip="AL" condition="esri_layouts_selectedElementsNotPartsCondition" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlign16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementAlign32.png">
          <tooltip heading="对齐">将所选元素相互对齐或对齐到页面。<disabledText/></tooltip>
          <button refID="esri_layouts_alignLeft"/>
          <button refID="esri_layouts_alignCenter"/>
          <button refID="esri_layouts_alignRight"/>
          <button refID="esri_layouts_alignTop" separator="true"/>
          <button refID="esri_layouts_alignMiddle"/>
          <button refID="esri_layouts_alignBottom"/>
          <button refID="esri_layouts_distributeHorizontally" separator="true"/>
          <button refID="esri_layouts_distributeVertically"/>
          <button refID="esri_layouts_alignToPage" separator="true"/>
        </menu>

        <menu id="esri_layouts_SegmentSketchContextMenu" caption="线段草图快捷菜单" contextMenu="true">
          <button refID="esri_layouts_InsertVertexContextMenuItem"/>
          <menu refID="esri_layouts_ChangeSegmentMenu" separator="true"/>
          <button refID="esri_layouts_ReverseDirectionContextMenuItem" separator="true"/>
          <!--<button refID="esri_layouts_TrimToLengthContextMenuItem" />-->
          <button refID="esri_layouts_clearSketchButton" separator="true"/>
          <button refID="esri_layouts_finishSketchButton"/>
        </menu>
        <menu id="esri_layouts_ChangeSegmentMenu" caption="更改线段" contextMenu="true">
          <button refID="esri_layouts_changesegment_ToLineCommand"/>
          <button refID="esri_layouts_changesegment_ToCircularArcCommand"/>
          <button refID="esri_layouts_changesegment_ToBezierCurveCommand"/>
        </menu>
        <menu id="esri_layouts_VertexSketchContextMenu" caption="折点草图快捷菜单" contextMenu="true">
          <button refID="esri_layouts_DeleteVertexContextMenuItem"/>
          <!--<button refID="esri_layouts_MoveContextMenuItem" />
          <button refID="esri_layouts_MoveToContextMenuItem" />-->
          <button refID="esri_layouts_ReverseDirectionContextMenuItem" separator="true"/>
          <button refID="esri_layouts_clearSketchButton" separator="true"/>
          <button refID="esri_layouts_finishSketchButton"/>
        </menu>
      </menus>
    </insertModule>

    <insertModule id="esri_reports_module" className="ArcGIS.Desktop.Reports.ReportsModule" caption="报表" description="报表模块" autoLoad="false">

      <dockPanes>
        <dockPane id="esri_reports_reportsWizardDockPane" caption="创建新报表" className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDockPaneVM" dock="group" dockWith="esri_core_projectDockPane" width="320" minwidth="320" disableIfBusy="true" initiallyVisible="false">
          <content className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDockPane"/>
        </dockPane>
      </dockPanes>

      <tabs>
        <tab id="esri_reports_homeTab" caption="报表" condition="esri_reports_reportPane" keytip="R">
          <group refID="esri_layouts_clipboardGroup"/>
          <group refID="esri_reports_pageNavigateGroup"/>
          <group refID="esri_reports_selectionGroup"/>
          <group refID="esri_reports_pageDesignGroup"/>
          <group refID="esri_layouts_pageShowGroup"/>
        </tab>

        <tab id="esri_reports_insertTab" caption="插入" condition="esri_reports_reportPane" keytip="N">
          <group refID="esri_core_projectData"/>
          <group refID="esri_reports_insertDataGroup"/>
          <group refID="esri_reports_insertTextGroup"/>
          <group refID="esri_reports_insertGraphicGroup"/>
          <group refID="esri_project_styles"/>
          <group refID="esri_core_favoritesData"/>
        </tab>

        <tab id="esri_reports_analysisTab" caption="分析" condition="esri_reports_reportPane" keytip="A"/>

        <tab id="esri_reports_viewTab" caption="视图" condition="esri_reports_reportPane" keytip="V">
          <group refID="esri_mapping_bookmarksGroup"/>
          <group refID="esri_core_dockWindows"/>
        </tab>

        <tab id="esri_reports_pageHeaderFormatTab" caption="格式" extendedCaption="页面页眉" condition="esri_reports_pageHeaderFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_exclusionGroup"/>
        </tab>

        <tab id="esri_reports_reportHeaderFormatTab" caption="格式" extendedCaption="报告页眉" condition="esri_reports_reportHeaderFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_generalGroup"/>
        </tab>

        <tab id="esri_reports_groupHeaderFormatTab" caption="格式" extendedCaption="组页眉" condition="esri_reports_groupHeaderFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_generalGroup"/>
        </tab>

        <tab id="esri_reports_detailsFormatTab" caption="格式" extendedCaption="详细信息" condition="esri_reports_detailsFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_generalGroup"/>
        </tab>

        <tab id="esri_reports_reportFooterFormatTab" caption="格式" extendedCaption="报告页脚" condition="esri_reports_reportFooterFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_generalGroup"/>
        </tab>

        <tab id="esri_reports_groupFooterFormatTab" caption="格式" extendedCaption="组页脚" condition="esri_reports_groupFooterFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
        </tab>

        <tab id="esri_reports_pageFooterFormatTab" caption="格式" extendedCaption="页面页脚" condition="esri_reports_pageFooterFormatCondition" tabGroupID="esri_reports_selectedSectionTabGroup" keytip="D">
          <group refID="esri_reports_sizeGroup"/>
          <group refID="esri_reports_colorGroup"/>
          <group refID="esri_reports_exclusionGroup"/>
        </tab>

        <!--Catalog Tabs-->
        <tab id="esri_reports_ReportContainer" caption="报表" keytip="Y" condition="esri_ReportContainer" tabGroupID="esri_reports_ReportTabGroup">
          <group refID="esri_core_clipboardGroup"/>
          <group refID="esri_core_organize"/>
          <group refID="esri_project_report"/>
        </tab>
      </tabs>

      <tabGroups>
        <tabGroup caption="报告节" id="esri_reports_selectedSectionTabGroup">
          <color A="255" R="145" G="130" B="189"/>
          <borderColor A="0" R="230" G="226" B="240"/>
        </tabGroup>

        <!--Catalog Tabs-->
        <tabGroup id="esri_reports_ReportTabGroup" caption="管理">
          <color A="255" R="104" G="170" B="103"/>
          <borderColor A="0" R="211" G="234" B="249"/>
        </tabGroup>
      </tabGroups>

      <groups>
        <group id="esri_reports_pageNavigateGroup" caption="导航" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png">
          <tool refID="esri_layouts_pageNavigateTool" size="large"/>
          <button refID="esri_reports_pageZoomFullButton" size="small"/>
          <button refID="esri_layouts_pageZoomToSelected" size="small"/>
          <button refID="esri_layouts_pagePrevExtentButton" size="small"/>
          <button refID="esri_layouts_pageZoomPageWidthButton" size="small"/>
          <button refID="esri_layouts_pageZoom100PercentButton" size="small"/>
          <button refID="esri_layouts_pageNextExtentButton" size="small"/>
        </group>

        <group id="esri_reports_selectionGroup" caption="元素" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectTool16.png">
          <toolPalette refID="esri_layouts_selectToolPalette" size="large"/>
          <button refID="esri_reports_selectAllButton" size="middle"/>
          <button refID="esri_reports_clearSelectionButton" size="middle"/>
          <button refID="esri_core_editDeleteButton" size="middle"/>
        </group>
        
        <group id="esri_reports_pageDesignGroup" caption="页面设置" launcherButtonID="esri_reports_reportPageSetupPropertiesButton" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutPortrait16.png" launcherKeytip="PS">
          <gallery refID="esri_reports_pageOrientationGallery" inline="false" size="large"/>
          <gallery refID="esri_reports_pageSizeGallery" inline="false" size="small"/>
        </group>

        <group id="esri_reports_insertDataGroup" caption="数据" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableFieldsView16.png" keytip="R" condition="esri_reports_reportPane">
          <tool refID="esri_reports_newFieldElementTool"/>
          <toolPalette refID="esri_reports_statisticToolPalette"/>
          <Button refID="esri_reports_addGroupButton"/>
          <tool refID="esri_reports_newAttachmentTool"/>
        </group>

        <group id="esri_reports_generalGroup" caption="常规" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Report16.png" keytip="G" condition="esri_reports_reportPane">
          <customControl refID="esri_reports_generalControl"/>
        </group>

        <group id="esri_reports_sizeGroup" caption="大小" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Details16.png" keytip="S" condition="esri_reports_reportPane">
          <customControl refID="esri_reports_sizeControl"/>
        </group>

        <group id="esri_reports_exclusionGroup" caption="排除" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Report16.png" keytip="E" condition="esri_reports_reportPane">
          <customControl refID="esri_reports_exclusionControl"/>
        </group>

        <group id="esri_reports_colorGroup" caption="外观" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/EffectsTransparency16.png" keytip="A" condition="esri_reports_reportPane">
          <customControl refID="esri_reports_colorControl"/>
        </group>
        
        <group id="esri_reports_insertTextGroup" caption="文本" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png">
          <gallery refID="esri_layouts_textStyleGallery" inline="false" size="large"/>
          <tool refID="esri_reports_newRectangleParagraphTool" size="middle"/>
          <gallery refID="esri_reports_dynamicTextGallery" inline="false" size="middle"/>
        </group>
        
        <group id="esri_reports_insertGraphicGroup" caption="图形" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture16.png">
          <gallery refID="esri_layouts_polygonStyleGallery" inline="false" size="small"/>
          <gallery refID="esri_layouts_lineStyleGallery" inline="false" size="small"/>
          <gallery refID="esri_layouts_pointStyleGallery" inline="false" size="small"/>
          <toolPalette refID="esri_reports_newPolygonGraphicToolPalette" size="middle"/>
          <toolPalette refID="esri_reports_newLineGraphicToolPalette" size="middle"/>
          <tool refID="esri_reports_newPointTool" size="middle"/>
          <tool refID="esri_reports_newPictureTool" size="middle"/>
        </group>

        <!--Catalog Groups-->
        <group id="esri_project_report" caption="工程">
          <button refID="esri_reports_projectContainer_NewReport"/>
          <button refID="esri_reports_importReportFile"/>
        </group>
        
      </groups>
      
      <galleries>
        <gallery id="esri_reports_dynamicTextGallery" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportDynamicTextGallery" caption="动态文本" keytip="DT" extendedCaption="创建新的动态文本。" itemsInRow="3" itemWidth="154" resizable="true" showGroup="true" showHelp="true" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="DynamicTextGallery" condition="esri_reports_reportSectionActiveCondition" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDynamicText32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementDynamicText16.png" helpContextID="">
          <tooltip heading="新建动态文本">
            在报表中创建新的动态文本。<disabledText/>
          </tooltip>
        </gallery>

        <gallery id="esri_reports_pageOrientationGallery" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportPageOrientationGallery" caption="方向" keytip="O" extendedCaption="选择报表的方向。" loadOnClick="false" itemsInRow="1" rows="2" itemWidth="110" itemHeight="40" helpContextID="" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="PageOrientationTemplate" showItemCaption="true" resizable="false" loadingMessage="正在加载..." largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutOrientation32.png">
          <tooltip heading="页面方向">
            选择报表的方向。<disabledText/>
          </tooltip>
        </gallery>

        <gallery id="esri_reports_pageSizeGallery" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportPageSizeGallery" caption="大小" keytip="SI" extendedCaption="布局的大小。" itemsInRow="1" itemWidth="200" itemHeight="35" helpContextID="" dataTemplateFile="pack://application:,,,/ArcGIS.Desktop.Layouts;component/Properties/GalleryTemplates.xaml" templateID="PageSizeTemplate" showItemCaption="true" resizable="false" loadingMessage="正在加载..." showGroup="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSize16.png">
          <tooltip heading="页面大小">
            选择报表的大小。<disabledText/>
          </tooltip>
          <button refID="esri_reports_customPageSizeButton"/>
          <button refID="esri_reports_customPageSizeFromPrinter"/>
        </gallery>
      </galleries>

      <controls>
        <button id="esri_reports_projectContainer_NewReport" caption="新建报表" extendedCaption="创建新报表。" className="esri_reports_module:Commands.OnOpenReportWizard" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewReport16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewReport32.png" loadOnClick="false" helpContextID="" keytip="NR">
          <tooltip heading="新建报表">
            创建新报表并将其添加到工程中。在工程内保存新报表。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_newLayerReport" caption="新建报表" extendedCaption="创建新报表。" className="esri_reports_module:Commands.OnOpenReportWizardForLayer" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewReport16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/NewReport32.png" loadOnClick="false" helpContextID="" keytip="NR">
          <tooltip heading="新建报表">
            为图层创建新报表,并将其添加到工程。 新报表将会保存到工程中。<disabledText>图层不具备相关联的表。</disabledText>
          </tooltip>
        </button>
        <button id="esri_reports_importReportFile" className="esri_mapping:OpenImportReportDocument" caption="导入" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport16.png" helpContextID="" keytip="IR">
          <tooltip heading="导入报表">
            存储在 ArcGIS Pro 报表文件中的报表将被添加到工程并打开。该报表副本将被添加到工程。未来对报表文件进行的更改将不会反映在工程中。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_projectContainer_importReportFile" className="esri_mapping:OpenImportReportDocument" caption="导入报表" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericImport16.png" helpContextID="" keytip="IR">
          <tooltip heading="导入报表">
            存储在 ArcGIS Pro 报表文件中的报表已添加到工程并处于打开状态。 报表的副本随即被添加到工程中。 以后对报表文件的更改将不会反映到工程中。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_projectItem_OpenReportView" caption="打开" extendedCaption="打开报表视图。" className="esri_reports_module:Commands.OnOpenReportView" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Report16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="打开报表">
            查看报表。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_projectItem_RemoveReport" caption="删除" extendedCaption="删除报表。" className="esri_reports_module:Commands.OnDeleteReport" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="删除报表">
            从工程中移除报表。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_projectItem_ReportProperties" caption="属性" extendedCaption="报表属性。" className="esri_reports_module:Commands.OnOpenReportProperties" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" loadOnClick="false" helpContextID="">
          <tooltip heading="报表属性">
            查看报表的属性。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_addGroupButton" caption="组" extendedCaption="插入组。" className="esri_reports_module:Commands.OnInsertGroup" keytip="DG" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Grouping16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Grouping32.png" helpContextID="">
          <tooltip heading="插入组">
            在报表中插入一个新组。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_removeGroupButton" caption="移除组" extendedCaption="移除组。" className="esri_reports_module:Commands.OnRemoveGroup" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericDeleteRed16.png" helpContextID="">
          <tooltip heading="总和">
            移除组。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_selectAllButton" className="esri_reports_module:Commands.OnSelectAll" caption="全选" keytip="SA" extendedCaption="选择报表中的所有元素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectAll32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutSelectAll16.png" condition="esri_reports_reportSectionActiveCondition" helpContextID="">
          <tooltip heading="">选择报表节中的所有元素。<disabledText>在内容窗格中选择一节。</disabledText></tooltip>
        </button>
        <button id="esri_reports_clearSelectionButton" className="esri_layouts:ClearSelection" caption="清除所选内容" keytip="CS" extendedCaption="清除报表中的所有所选元素。" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutClearSelected32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutClearSelected16.png" condition="esri_layouts_selectedElementsCondition" helpContextID="">
          <tooltip heading="">
            取消选择报表中所有当前已选定元素。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_zoomToActiveSection" caption="缩放至节" keytip="ZS" flipImageRTL="false" className="esri_reports_module:Commands.ZoomToActiveSection" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementsZoomToSelected16.png" condition="esri_reports_reportSectionActiveCondition" helpContextID="">
          <tooltip heading="缩放至节">
            缩放至所选节的范围。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_reportPropertiesButton" className="esri_reports_module:Commands.ReportProperties" caption="属性" extendedCaption="报表的属性。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" condition="esri_reports_reportPane" helpContextID="">
          <tooltip heading="">
            显示报表的属性。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_reportPageSetupPropertiesButton" className="esri_reports_module:Commands.ReportPageSetupProperties" caption="属性" extendedCaption="报表的属性。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" condition="esri_reports_reportPane" helpContextID="">
          <tooltip heading="">
            显示报表的属性。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_customPageSizeButton" className="esri_reports_module:Commands.ReportPageSetupProperties" caption="自定义页面大小..." extendedCaption="设置自定义页面大小。" helpContextID="">
          <tooltip heading="自定义页面大小">
            设置自定义页面大小。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_customPageSizeFromPrinter" className="esri_reports_module:Commands.ReportSelectPageFromPrinter" caption="从打印机选择页面..." extendedCaption="从打印机复制页面大小。" helpContextID="">
          <tooltip heading="页面来自打印机">
            从打印机复制页面大小。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_pageZoomFullButton" caption="缩放至页面" keytip="ZP" className="esri_layouts:ZoomToWholePage" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutZoomWholePage16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="全图范围">
            缩放至报表的全图范围。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_navigateContext" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.LayoutNavigateCommand" caption="导航" keytip="NA" extendedCaption="导航报表(快捷菜单)" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool32.png" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/LayoutNavigateTool16.png" condition="esri_layouts_condition" helpContextID="">
          <tooltip heading="">
            平移并缩放报表以进行导航。<disabledText/>
          </tooltip>
        </button>
        <button id="esri_reports_showElementDockPaneButton" caption="属性" extendedCaption="在停靠窗格中显示报表元素属性。" className="esri_layouts:ShowElementDockPane" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericProperties32.png" helpContextID="">
          <tooltip heading="元素属性">
            显示“元素”窗格。 使用此窗格可访问报表中元素的高级属性和格式化控件。<disabledText/>
          </tooltip>
        </button>

        <!-- Custom Controls -->
        <customControl id="esri_reports_generalControl" caption="设计常规" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatGeneralViewModel" disableIfBusy="false" loadOnClick="false" hideTooltip="true">
          <content className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatGeneral"/>
        </customControl>
        <customControl id="esri_reports_sizeControl" caption="设计大小" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatSizeViewModel" disableIfBusy="false" loadOnClick="false" hideTooltip="true">
          <content className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatSize"/>
        </customControl>
        <customControl id="esri_reports_exclusionControl" caption="设计排除" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatExclusionViewModel" disableIfBusy="false" loadOnClick="false" hideTooltip="true">
          <content className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatExclusion"/>
        </customControl>
        <customControl id="esri_reports_colorControl" caption="设计颜色" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatColorViewModel" disableIfBusy="false" loadOnClick="false" hideTooltip="true">
          <content className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportFormatColor"/>
        </customControl>
        
        <!-- Tools -->
        <tool id="esri_reports_newFieldElementTool" caption="字段" extendedCaption="创建一个新报表字段元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewFieldElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableFieldsView16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/TableFieldsView32.png" condition="esri_reports_canAddFieldElementCondition" keytip="DF" helpContextID="">
          <tooltip heading="新字段元素">
            通过绘制一个矩形在报表中创建新字段元素。<disabledText>在内容窗格中选择一节(组页眉、详细信息或组页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addAvgStatisticTool" caption="平均值" extendedCaption="创建新的中值元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewAvgElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Mean16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Mean32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="AE" helpContextID="">
          <tooltip heading="平均值">
            通过绘制矩形创建新的平均值元素。<disabledText>在内容窗格中选择一个报表节(组表头、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addCountStatisticTool" caption="计数" extendedCaption="创建新计数元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewCountElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Count16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Count32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="CT" helpContextID="">
          <tooltip heading="计数">
            通过绘制一个矩形创建新计数元素。<disabledText>在内容窗格中选择一个报表节(组页眉、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addMaxStatisticTool" caption="最大值" extendedCaption="创建新最大值元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewMaxElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Maximum16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Maximum32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="MX" helpContextID="">
          <tooltip heading="最大值">
            通过绘制矩形创建新的最大值元素。<disabledText>在内容窗格中选择一个报表节(组表头、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addMinStatisticTool" caption="最小值" extendedCaption="创建新最小值元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewMinElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Minimum16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Minimum32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="MN" helpContextID="">
          <tooltip heading="最小值">
            通过绘制矩形创建新的最小值元素。<disabledText>在内容窗格中选择一个报表节(组表头、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addStdDevStatisticTool" caption="标准差" extendedCaption="创建一个新标准差元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewStdDevElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StandardDeviation16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/StandardDeviation32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="SD" helpContextID="">
          <tooltip heading="标准差">
            通过绘制一个矩形创建新标准差元素。<disabledText>在内容窗格中选择一个报表节(组页眉、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addSumStatisticTool" caption="总和" extendedCaption="创建新总和元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewSumElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Sum16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Sum32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="SM" helpContextID="">
          <tooltip heading="总和">
            通过绘制一个矩形创建新总和元素。<disabledText>在内容窗格中选择一个报表节(组页眉、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_addMedianStatisticTool" caption="中值" extendedCaption="创建新的中值元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.ReportNewMedianElementTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Median16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Median32.png" condition="esri_reports_canAddFieldStatisticElementCondition" keytip="SN" helpContextID="">
          <tooltip heading="中值">
            通过绘制矩形创建新的中值元素。<disabledText>在内容窗格中选择一个报表节(组表头、组页脚或报表页脚)。</disabledText>
          </tooltip>
        </tool>
        <tool id="esri_reports_newAttachmentTool" caption="附件" extendedCaption="创建新的附件元素。" className="ArcGIS.Desktop.Internal.Reports.Ribbon.NewAttachmentTool" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/AddAttachments16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/AddAttachments32.png" condition="esri_reports_canAddAttachmentElementCondition" keytip="DA" helpContextID="">
          <tooltip heading="添加附件">
            将附件添加到报表中。 使用属性窗格指定其他属性。<disabledText>在内容窗格中选择详细信息报表部分。</disabledText>
          </tooltip>
        </tool>
        <!-- Wrapped Tools -->
        <tool id="esri_reports_newPointTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPointTool" caption="点" keytip="PT" extendedCaption="创建新报表点。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementMarker16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementMarker32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建点">在报表中创建新点。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newLineTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewLineTool" caption="线" keytip="DL" extendedCaption="创建新报表线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLine16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLine32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建线">在报表中创建新线。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newBezierCurveTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewBezierCurveTool" caption="曲线" keytip="" extendedCaption="创建新报表曲线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCurve16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCurve32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建曲线">通过拖出一条贝塞尔曲线在报表中创建新线。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newOpenLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewOpenLassoTool" caption="手绘" keytip="DO" extendedCaption="创建新报表手绘线。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementFreehand16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementFreehand32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建手绘线">通过绘制一幅手绘草图在报表中创建新线。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newRectangleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewRectangleTool" caption="矩形" keytip="DR" extendedCaption="创建新报表矩形。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangle16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangle32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建矩形">在报表中创建新矩形。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newPolygonTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPolygonTool" caption="面" keytip="DP" extendedCaption="创建新报表面。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygon16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygon32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建面">通过绘制一个面在报表中创建新形状。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newLassoTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewLassoTool" caption="套索" keytip="DS" extendedCaption="创建新报表套索。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLasso16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementLasso32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建套索区域">通过绘制一个范围在报表中创建新形状。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newCircleTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewCircleTool" caption="圆形" keytip="DC" extendedCaption="创建新报表圆。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircle16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircle32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建圆形">在报表中创建新圆。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newEllipseTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewEllipseTool" caption="椭圆" keytip="DE" extendedCaption="创建新报表椭圆。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipse16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipse32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建椭圆">在报表中创建新椭圆。<disabledText>在内容窗格中选择一个报表节。</disabledText></tooltip>
        </tool>
        <!--<tool id="esri_reports_newPointTextTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPointTextTool" caption="Text" keytip="TE" extendedCaption="Create new report text by clicking a point." smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementText32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="New Text">Create new text on the report by clicking a point.<disabledText>Select a report section in the Contents pane.</disabledText></tooltip>
        </tool>-->
        <tool id="esri_reports_newPictureTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPictureTool" caption="图片" keytip="PC" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Picture32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建图片">
            在报表中插入图片。 使用属性窗格指定图片文件或 URL。<disabledText>在内容窗格中选择一个报表节。</disabledText>
          </tooltip>
        </tool>
        <!--<tool id="esri_reports_newSplinedTextTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewSplinedTextTool" caption="Curved Text" extendedCaption="Create a new report line text." smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementSplinedText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementSplinedText32.png" helpContextID="" condition="esri_reports_canAddElementCondition">
          <tooltip heading="New Text">Create new text by dragging a line.<disabledText>Select a report section in the Contents pane.</disabledText></tooltip>
        </tool>-->
        <tool id="esri_reports_newRectangleParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewRectangleParagraphTool" caption="矩形" extendedCaption="创建新报表矩形段落。" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangleText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementRectangleText32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="新建矩形段落">
            通过绘制一个矩形在报表中创建新段落。<disabledText>在内容窗格中选择一个报表节。</disabledText>
          </tooltip>
        </tool>
        
        <!--<tool id="esri_reports_newPolygonParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewPolygonParagraphTool" caption="Polygon" extendedCaption="Create a new report polygon paragraph." smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygonText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementPolygonText32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="New Polygon Paragraph">Create a new paragraph on the report by drawing a polygon.<disabledText>Select a report section in the Contents pane.</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newCircleParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewCircleParagraphTool" caption="Circle" extendedCaption="Create a new report circle paragraph." smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircleText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementCircleText32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="New Circle Paragraph">Create a new paragraph on the report by drawing a circle.<disabledText>Select a report section in the Contents pane.</disabledText></tooltip>
        </tool>
        <tool id="esri_reports_newEllipseParagraphTool" className="ArcGIS.Desktop.Internal.Layouts.Ribbon.NewEllipseParagraphTool" caption="Ellipse" extendedCaption="Create a new report ellipse paragraph." smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipseText16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/ElementEllipseText32.png" condition="esri_reports_canAddElementCondition" helpContextID="">
          <tooltip heading="New Ellipse Paragraph">Create a new paragraph on the report by drawing an ellipse.<disabledText>Select a report section in the Contents pane.</disabledText></tooltip>
        </tool>-->
      </controls>

      <splitButtons>
        <splitButton id="esri_reports_newReportSplitButton" keytip="NR" extendedCaption="创建新报表。">
          <button refID="esri_reports_projectContainer_NewReport"/>
          <button refID="esri_reports_importReportFile"/>
        </splitButton>        
      </splitButtons>
      
      <palettes>
        <toolPalette id="esri_reports_statisticToolPalette" itemsInRow="1" showItemCaption="true" caption="统计" extendedCaption="打开统计工具调色板" keytip="DS">
          <tool refID="esri_reports_addCountStatisticTool"/>
          <tool refID="esri_reports_addAvgStatisticTool"/>
          <tool refID="esri_reports_addMedianStatisticTool"/>
          <tool refID="esri_reports_addMaxStatisticTool"/>
          <tool refID="esri_reports_addMinStatisticTool"/>
          <tool refID="esri_reports_addStdDevStatisticTool"/>
          <tool refID="esri_reports_addSumStatisticTool"/>
        </toolPalette>
        <!--<toolPalette id="esri_reports_newTextToolPalette" showItemCaption="true" keytip="TP" extendedCaption="Create a text element in a report">
          <tool refID="esri_reports_newPointTextTool"/>
          <tool refID="esri_reports_newSplinedTextTool"/>
          <tool refID="esri_reports_newRectangleParagraphTool"/>
          <tool refID="esri_reports_newPolygonParagraphTool"/>
          <tool refID="esri_reports_newCircleParagraphTool"/>
          <tool refID="esri_reports_newEllipseParagraphTool"/>
        </toolPalette>-->
        <toolPalette id="esri_reports_newPolygonGraphicToolPalette" showItemCaption="true" keytip="PP" extendedCaption="在报表中创建图形元素">
          <tool refID="esri_reports_newRectangleTool"/>
          <tool refID="esri_reports_newPolygonTool"/>
          <tool refID="esri_reports_newLassoTool"/>
          <tool refID="esri_reports_newCircleTool"/>
          <tool refID="esri_reports_newEllipseTool"/>
        </toolPalette>
        <toolPalette id="esri_reports_newLineGraphicToolPalette" showItemCaption="true" keytip="LP" extendedCaption="在报表中创建线元素">
          <tool refID="esri_reports_newLineTool"/>
          <tool refID="esri_reports_newBezierCurveTool"/>
          <tool refID="esri_reports_newOpenLassoTool"/>
        </toolPalette>      
      </palettes>
      
      <menus>
        <menu id="esri_reports_projectContainerMenu" caption="新建布局" extendedCaption="创建、粘贴或导入布局。" contextMenu="true">
          <button refID="esri_reports_projectContainer_NewReport"/>
          <button refID="esri_core_editPasteButton" separator="true"/>
          <button refID="esri_reports_importReportFile"/>
        </menu>

        <menu id="esri_reports_projectItemMenu" caption="报表菜单" extendedCaption="对报表执行操作。" contextMenu="true">
          <!--REPORT TODO: Create the commands for the project item -->
          <button refID="esri_reports_projectItem_OpenReportView"/>
          <!--<button refID="esri_sharing_SaveAsReportFile"/>-->
          <button refID="esri_core_editCopyButton" separator="true"/>
          <!--<button refID="esri_layouts_projectItem_ExportLayout"/>-->
          <button refID="esri_core_rename" separator="true"/>
          <button refID="esri_reports_projectItem_RemoveReport"/>
          <button refID="esri_projectItemViewMetadata" separator="true"/>
          <button refID="esri_projectItemEditMetadata" separator="false"/>
          <button refID="esri_reports_projectItem_ReportProperties" separator="true"/>
        </menu>

        <menu id="esri_reports_reportsContextMenu" caption="报告菜单" extendedCaption="报告的快捷菜单。" contextMenu="true">
          <button refID="esri_reports_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoom100PercentButton"/>
          <button refID="esri_reports_selectAllButton" separator="true"/>
          <button refID="esri_reports_clearSelectionButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_reports_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <button refID="esri_layouts_showHideRulers" separator="true"/>
          <button refID="esri_layouts_showHideGuides"/>
          <button refID="esri_reports_reportPropertiesButton" separator="true"/>
        </menu>

        <menu id="esri_report_reportElementInlineMenu" contextMenu="true">
          <button refID="esri_core_editPasteButton"/>
          <button refID="esri_reports_pageZoomFullButton" separator="true"/>
          <button refID="esri_reports_zoomToActiveSection"/>
          <button refID="esri_reports_navigateContext" separator="true"/>
        </menu>

        <menu id="esri_reports_elementBasicSubMenu" caption="元素菜单" extendedCaption="对报表元素执行操作。" contextMenu="true">
          <button refID="esri_reports_pageZoomFullButton"/>
          <button refID="esri_layouts_pageZoomToSelected"/>
          <button refID="esri_core_editCutButton" separator="true"/>
          <button refID="esri_core_editCopyButton"/>
          <button refID="esri_core_editDeleteButton"/>
          <button refID="esri_layouts_ConvertToGraphicsButton" separator="true"/>
          <button refID="esri_layouts_groupSelectedElementsButton" separator="true"/>
          <button refID="esri_layouts_ungroupSelectedElementsButton"/>
          <submenu refID="esri_layouts_alignMenu" separator="true"/>
          <button refID="esri_layouts_saveAsStyle"/>
          <button refID="esri_reports_navigateContext" separator="true"/>
          <button refID="esri_layouts_selectContext"/>
          <!--<button refID="esri_layouts_setDefaultSymbol" separator="true"/>-->
        </menu>

        <menu id="esri_reports_reportSectionContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>
        
        <menu id="esri_reports_reportHeaderContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>
        
        <menu id="esri_reports_reportFooterContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>
        
        <menu id="esri_reports_reportPageHeaderContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>
        
        <menu id="esri_reports_reportPageFooterContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>
        
        <menu id="esri_reports_reportGroupHeaderContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
          <button refID="esri_reports_removeGroupButton"/>
        </menu>
        
        <menu id="esri_reports_reportGroupFooterContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>

        <menu id="esri_reports_reportDetailsContextMenu" contextMenu="true">
          <menu refID="esri_report_reportElementInlineMenu" inline="true"/>
        </menu>

        <menu id="esri_reports_elementContextMenu" caption="元素菜单" extendedCaption="报表的元素快捷菜单。" contextMenu="true">
          <menu refID="esri_reports_elementBasicSubMenu" inline="true"/>
          <button refID="esri_reports_showElementDockPaneButton" separator="true"/>
        </menu>

        <menu id="esri_reports_textElementContextMenu" contextMenu="true">
          <menu refID="esri_reports_elementBasicSubMenu" inline="true"/>
          <button refID="esri_layouts_editTextButton" separator="true"/>
          <button refID="esri_reports_showElementDockPaneButton"/>
        </menu>
      </menus>

      <panes>
        <pane id="esri_reports_reportPane" caption="报表" className="ArcGIS.Desktop.Internal.Reports.ReportPaneViewModel" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/Report16.png" isClosable="true" defaultTab="esri_reports_homeTab" defaultTool="esri_layouts_selectByRectangleTool">
          <content className="ArcGIS.Desktop.Layouts.LayoutPaneView"/>
        </pane>
      </panes>

    </insertModule>

    <updateModule refID="esri_mapping">
      <menus>
        <updateMenu refID="esri_mapping_layerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_subtypeValueLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_rasterLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_imageServiceLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="before" placeWith="esri_mapping_zoomToSelectedLayersButton"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_mosaicFootprintSubLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_mosaicBoundarySubLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_mosaicSeamlineSubLayerContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
        <updateMenu refID="esri_mapping_standaloneTableContextMenu">
          <insertButton refID="esri_reports_newLayerReport" separator="true" insert="after" placeWith="esri_mapping_designViewMenu"/>
        </updateMenu>
      </menus>
    </updateModule>

  </modules>

  <wizards>
    <insertWizard id="esri_reports_reportsWizard" caption="创建新报表" pageHeight="400" pageWidth="250" isPageListVisible="true" resizable="true">
      <page id="esri_reports_reportsWizardHomePage" caption="设置数据源" className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardHomePageVM">
        <content className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardHomePage"/>
        <toolTip>Set a name and select the data source for your report.</toolTip>
      </page>
      <page id="esri_reports_reportsWizardDataPage" caption="过滤数据" className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDataPageVM">
        <content className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDataPage"/>
        <toolTip>Decide which rows to include and specify the fields in your report.</toolTip>
      </page>
      <page id="esri_reports_reportsWizardOrganizePage" caption="组织数据" className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardOrganizePageVM">
        <content className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardOrganizePage"/>
        <toolTip>Add grouping, sorting, and summary statistics to your report.</toolTip>
      </page>
      <page id="esri_reports_reportsWizardDesignPage" caption="设计报表" className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDesignPageVM">
        <content className="ArcGIS.Desktop.Internal.Reports.Wizard.ReportsWizardDesignPage"/>
        <toolTip>Choose the report template, style, and page setup.</toolTip>
      </page>
    </insertWizard>
  </wizards>

  <propertySheets>
    <insertSheet id="esri_layouts_propertySheet" caption="布局属性" pageHeight="465" pageWidth="640" resizable="true">
      <page id="esri_layouts_layoutGeneralPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.GeneralLayoutPropertiesPageViewModel" caption="常规">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.GeneralLayoutPropertiesPage"/>
      </page>
      <page id="esri_layouts_layoutSetupPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageSetupPageViewModel" caption="页面设置">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageSetupPage"/>
      </page>
      <page id="esri_layouts_mapSeriesPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapSeriesPageViewModel" caption="地图系列">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapSeriesPage"/>
      </page>
      <page id="esri_layouts_colorManagementPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.ColorManagementViewModel" caption="颜色管理">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.ColorManagementView"/>
      </page>
    </insertSheet>

    <!--Elements-->
    <insertSheet id="esri_layouts_mapFramePropertySheet" caption="地图框属性" pageHeight="400" pageWidth="640" resizable="true">
      <page id="esri_layouts_mapFrameViewPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapFrameViewPageViewModel" caption="视图">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapFrameViewPage"/>
      </page>
    </insertSheet>
    <insertSheet id="esri_layouts_MapFrameMultiPropertySheet" caption="地图框属性" pageHeight="400" pageWidth="640" resizable="true">
      <page id="esri_layouts_mapFrameViewPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapFrameViewPageViewModel" caption="视图">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.MapFrameViewPage"/>
      </page>
    </insertSheet>

    <!--Backstage property sheet-->
    <!--<updateSheet refID="esri_core_optionsPropertySheet">
      <insertPage id="esri_layouts_optionsPropertyPage" caption="Layout" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.LayoutOptionsViewModel">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.LayoutOptionsView"/>
      </insertPage>
    </updateSheet>-->

    <!--Add Page Query to Layer and StandAloneTable property sheets-->
    <updateSheet refID="esri_mapping_featureLayerPropertySheet">
      <insertPage id="esri_layouts_pageQueryPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryViewModel" caption="页面查询" condition="esri_mapping_subtypeValueLayerAndStreamServiceNotSelectedCondition">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryView"/>
      </insertPage>
    </updateSheet>
    <updateSheet refID="esri_mapping_multiFeatureLayerPropertySheet">
      <insertPage id="esri_layouts_pageQueryPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryViewModel" caption="页面查询" condition="esri_mapping_subtypeValueLayerAndStreamServiceNotSelectedCondition">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryView"/>
      </insertPage>
    </updateSheet>

    <updateSheet refID="esri_mapping_standaloneTablePropertySheet">
      <insertPage id="esri_layouts_pageQueryPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryStandaloneTableViewModel" caption="页面查询">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryStandaloneTableView"/>
      </insertPage>
    </updateSheet>
    <updateSheet refID="esri_mapping_multiStandaloneTablePropertySheet">
      <insertPage id="esri_layouts_pageQueryPage" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryStandaloneTableViewModel" caption="页面查询">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.PageQueryStandaloneTableView"/>
      </insertPage>
    </updateSheet>

    <!--Layout backstage-->
    <updateSheet refID="esri_core_optionsPropertySheet">
      <insertPage id="esri_layouts_layoutPage" caption="布局" className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.LayoutBackstagePageViewModel" group="应用程序" insert="after" placeWith="esri_mapping_applicationDisplayPropertyPage">
        <content className="ArcGIS.Desktop.Internal.Layouts.PropertyPages.LayoutBackstagePageView"/>
      </insertPage>
    </updateSheet>

    <insertSheet id="esri_reports_propertySheet" caption="报表属性" pageHeight="465" pageWidth="640" resizable="true">
      <page id="esri_reports_reportGeneralPage" className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportGeneralPropPageViewModel" caption="常规">
        <content className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportGeneralPropPage"/>
      </page>
      <page id="esri_reports_reportSourcePage" className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportSourcePropPageViewModel" caption="源">
        <content className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportSourcePropPage"/>
      </page>
      <page id="esri_reports_reportGroupSortPage" className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportGroupSortPropPageViewModel" caption="分组和排序">
        <content className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportGroupSortPropPage"/>
      </page>
      <page id="esri_reports_reportPageSetupPage" className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportPageSetupPropPageViewModel" caption="页面设置">
        <content className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportPageSetupPropPage"/>
      </page>
      <page id="esri_reports_reportColorManagementPropPage" className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportColorManagementPropPageViewModel" caption="颜色管理">
        <content className="ArcGIS.Desktop.Internal.Reports.PropertyPages.ReportColorManagementPropPage"/>
      </page>
    </insertSheet>

  </propertySheets>

  <conditions>
    <insertCondition id="esri_LayoutContainer" caption="">
      <state id="esri_layouts_container"/>
    </insertCondition>
    
    <insertCondition id="esri_layouts_mapActivatedCondition" caption="已激活地图">
      <state id="esri_layouts_mapFrameActivated"/>
    </insertCondition>
    <insertCondition id="esri_layouts_condition" caption="所有布局状态">
      <or>
        <state id="esri_layouts_layoutPane"/>
        <state id="esri_layouts_mapFrameActivated"/>
        <state id="esri_reports_reportPane"/>
      </or>
    </insertCondition>

    <insertCondition id="esri_layouts_layoutPaneCondition">
      <or>
        <state id="esri_layouts_layoutPane"/>
        <state id="esri_reports_reportPane"/>
      </or>
    </insertCondition>

    <insertCondition id="esri_layouts_mapSeriesDesignCondition" caption="显示地图册上下文选项卡。">
      <state id="esri_layouts_mapSeriesContents"/>
    </insertCondition>

    <insertCondition id="esri_layouts_singleElementSelectedCondition" caption="已选择元素。">
      <state id="esri_layouts_singleElementSelected"/>
    </insertCondition>

    <insertCondition id="esri_layouts_selectedElementOrPartsCondition" caption="已在活动布局视图中选择元素或元素部分。">
      <state id="esri_layouts_selectedElementOrParts"/>
    </insertCondition>

    <insertCondition id="esri_layouts_selectedElementsCondition" caption="已在活动布局视图中选择元素。">
      <state id="esri_layouts_selectedElements"/>
    </insertCondition>

    <insertCondition id="esri_layouts_selectedElementsNotPartsCondition" caption="已在活动布局视图中选择元素且已将 FORMAT 选择设置为整个元素而非部分元素。">
      <and>
        <state id="esri_layouts_selectedElements"/>
        <state id="esri_layouts_subElementWhole"/>
      </and>
    </insertCondition>
    
    <insertCondition id="esri_layouts_canGroupElementsCondition" caption="可对所选元素进行分组。">
      <and>
        <state id="esri_layouts_multipleSelectedElements"/>
        <not>
          <state id="esri_layouts_multiLevelSelection"/>
        </not>
      </and>
    </insertCondition>
    
    <insertCondition id="esri_layouts_selectedGroupElementsCondition" caption="已在活动布局视图中选择组元素。">
      <state id="esri_layouts_selectedGroupElements"/>
    </insertCondition>
    
    <insertCondition id="esri_layouts_selectedMapSurroundsCondition" caption="已在活动布局视图中选择地图整饰要素。">
      <state id="esri_layouts_selectedMapSurrounds"/>
    </insertCondition>

    <!---->
    <!--Triggers for DESIGN Tabs-->
    <!---->
    <insertCondition id="esri_layouts_northArrowDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_northArrowCondition"/>
          <state id="esri_layouts_northArrowBackgroundCondition"/>
          <state id="esri_layouts_northArrowBorderCondition"/>
          <state id="esri_layouts_northArrowShadowCondition"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_meterReferenceDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_meterReferenceCondition"/>
          <state id="esri_layouts_meterReferenceBackgroundCondition"/>
          <state id="esri_layouts_meterReferenceBorderCondition"/>
          <state id="esri_layouts_meterReferenceShadowCondition"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_elevationGuideBarDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_elevationGuideBarCondition"/>
          <state id="esri_layouts_elevationGuideBarBackgroundCondition"/>
          <state id="esri_layouts_elevationGuideBarBorderCondition"/>
          <state id="esri_layouts_elevationGuideBarShadowCondition"/>

          <state id="esri_layouts_elevationGuideBarLineCondition"/>
          <state id="esri_layouts_elevationGuideBarTextCondition"/>

          <state id="esri_layouts_elevationGuideBarHighestBandCondition"/>
          <state id="esri_layouts_elevationGuideBarHighBandCondition"/>
          <state id="esri_layouts_elevationGuideBarMediumBandCondition"/>
          <state id="esri_layouts_elevationGuideBarLowBandCondition"/>


        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_slopeGuideDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_slopeGuideCondition"/>
          <state id="esri_layouts_slopeGuideBackgroundCondition"/>
          <state id="esri_layouts_slopeGuideBorderCondition"/>
          <state id="esri_layouts_slopeGuideShadowCondition"/>
          <state id="esri_layouts_slopeGuideTitleTextCondition"/>
          <state id="esri_layouts_slopeGuideUnitTextCondition"/>
          <state id="esri_layouts_slopeGuideTextCondition"/>
          <state id="esri_layouts_slopeGuideFootnoteTextCondition"/>
          <state id="esri_layouts_slopeGuideVerticalLineCondition"/>
          <state id="esri_layouts_slopeGuideHorizontalLineCondition"/>
          <state id="esri_layouts_slopeGuideTickLineCondition"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_scaleBarDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_scaleBarCondition"/>
          <state id="esri_layouts_scaleBarBackgroundCondition"/>
          <state id="esri_layouts_scaleBarBorderCondition"/>
          <state id="esri_layouts_scaleBarShadowCondition"/>
          <state id="esri_layouts_scaleBarLineCondition"/>
          <state id="esri_layouts_scaleBarPolygonCondition"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_mapFrameDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_mapFrameCondition"/>
          <state id="esri_layouts_mapFrameBackgroundCondition"/>
          <state id="esri_layouts_mapFrameBorderCondition"/>
          <state id="esri_layouts_mapFrameShadowCondition"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_layouts_multiMapSurroundDesignCondition">
      <and>
        <state id="esri_layouts_layoutPane"/>
        <or>
          <state id="esri_layouts_multiMapSurroundCondition"/>
          <state id="esri_layouts_multiMapSurroundBackgroundCondition"/>
          <state id="esri_layouts_multiMapSurroundBorderCondition"/>
          <state id="esri_layouts_multiMapSurroundShadowCondition"/>
        </or>
      </and>
    </insertCondition>

    <!---->
    <!--Triggers for FORMAT Groups-->
    <!---->
    <insertCondition id="esri_layouts_pointGroupCondition">
      <or>
        <state id="esri_layouts_pointCondition"/>
        <state id="esri_layouts_groupPointCondition"/>
        <state id="esri_layouts_northArrowPointCondition"/>
        <state id="esri_layouts_extentIndicatorGeneralizationCondition"/>
        <state id="esri_layouts_mapGridPointCondition"/>
        <state id="esri_layouts_topoNorthArrowTNCondition"/>
        <state id="esri_layouts_topoNorthArrowMNCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_lineGroupCondition">
      <or>
        <state id="esri_layouts_lineCondition"/>
        <state id="esri_layouts_groupLineCondition"/>
        <state id="esri_layouts_tableFrameLineCondition"/>
        <state id="esri_layouts_tableFrameFieldLineCondition"/>
        <state id="esri_layouts_scaleBarLineCondition"/>
        <state id="esri_layouts_extentIndicatorLeaderLineCondition"/>
        <state id="esri_layouts_mapGridCondition"/>
        <state id="esri_layouts_mapGridLineCondition"/>
        <state id="esri_layouts_mapGridTextCondition"/>
        <state id="esri_layouts_topoNorthArrowLineCondition"/>
        <state id="esri_layouts_topoNorthArrowArcCondition"/>
        <state id="esri_layouts_meterReferenceLineCondition"/>
        <state id="esri_layouts_elevationGuideBarLineCondition"/>
        <state id="esri_layouts_slopeGuideHorizontalLineCondition"/>
        <state id="esri_layouts_slopeGuideVerticalLineCondition"/>
        <state id="esri_layouts_slopeGuideTickLineCondition"/>        

        <state id="esri_layouts_profileFrameLineCondition"/>
        <state id="esri_layouts_profileFrameOISCondition"/>
        <state id="esri_layouts_profileFrameOISLineCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_polygonGroupCondition">
      <or>
        <state id="esri_layouts_polygonCondition"/>
        <state id="esri_layouts_textCondition"/>
        <state id="esri_layouts_groupPolygonCondition"/>
        <state id="esri_layouts_multiElementCondition"/>
        <state id="esri_layouts_multiFrameCondition"/>
        <state id="esri_layouts_scaleBarPolygonCondition"/>
        <state id="esri_layouts_legendCondition"/>
        <state id="esri_layouts_legendItemCondition"/>
        <state id="esri_layouts_extentIndicatorCondition"/>
        <state id="esri_layouts_extentIndicatorLeaderPolygonCondition"/>
        <state id="esri_layouts_mapGridCondition"/>
        <state id="esri_layouts_mapGridPolygonCondition"/>

        <state id="esri_layouts_paragraphCondition"/>
        <state id="esri_layouts_pictureCondition"/>
        <state id="esri_layouts_attachmentCondition"/>
        <state id="esri_layouts_chartCondition"/>
        <state id="esri_layouts_groupCondition"/>
        <state id="esri_layouts_tableFrameCondition"/>
        <state id="esri_layouts_tableFramePolygonCondition"/>
        <state id="esri_layouts_tableFrameFieldCondition"/>
        <state id="esri_layouts_tableFrameFieldPolygonCondition"/>
        <state id="esri_layouts_multiFrameCondition"/>
        <state id="esri_layouts_multiMapSurroundCondition"/>
        <state id="esri_layouts_mapFrameCondition"/>

        <state id="esri_layouts_elevationGuideBarHighestBandCondition"/>
        <state id="esri_layouts_elevationGuideBarHighBandCondition"/>
        <state id="esri_layouts_elevationGuideBarMediumBandCondition"/>
        <state id="esri_layouts_elevationGuideBarLowBandCondition"/>

        <state id="esri_layouts_profileFrameCondition"/>
        <state id="esri_layouts_profileFramePolygonCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_subElementGroupCondition">
      <or>
        <state id="esri_layouts_paragraphCondition"/>
        <state id="esri_layouts_paragraphBackgroundCondition"/>
        <state id="esri_layouts_paragraphBorderCondition"/>
        <state id="esri_layouts_paragraphShadowCondition"/>
        <state id="esri_layouts_pictureCondition"/>
        <state id="esri_layouts_pictureBackgroundCondition"/>
        <state id="esri_layouts_pictureBorderCondition"/>
        <state id="esri_layouts_pictureShadowCondition"/>
        <state id="esri_layouts_attachmentCondition"/>
        <state id="esri_layouts_attachmentBackgroundCondition"/>
        <state id="esri_layouts_attachmentBorderCondition"/>
        <state id="esri_layouts_attachmentShadowCondition"/>
        <state id="esri_layouts_chartCondition"/>
        <state id="esri_layouts_chartBackgroundCondition"/>
        <state id="esri_layouts_chartBorderCondition"/>
        <state id="esri_layouts_chartShadowCondition"/>
        <state id="esri_layouts_groupCondition"/>
        <state id="esri_layouts_groupPointCondition"/>
        <state id="esri_layouts_groupLineCondition"/>
        <state id="esri_layouts_groupPolygonCondition"/>
        <state id="esri_layouts_groupBackgroundCondition"/>
        <state id="esri_layouts_groupBorderCondition"/>
        <state id="esri_layouts_groupShadowCondition"/>
        <state id="esri_layouts_multiFrameCondition"/>
        <state id="esri_layouts_multiFrameBackgroundCondition"/>
        <state id="esri_layouts_multiFrameBorderCondition"/>
        <state id="esri_layouts_multiFrameShadowCondition"/>
        <state id="esri_layouts_tableFrameCondition"/>
        <state id="esri_layouts_tableFrameBackgroundCondition"/>
        <state id="esri_layouts_tableFrameBorderCondition"/>
        <state id="esri_layouts_tableFrameShadowCondition"/>
        <state id="esri_layouts_tableFrameLineCondition"/>
        <state id="esri_layouts_tableFramePolygonCondition"/>
        <state id="esri_layouts_tableFrameFieldCondition"/>
        <state id="esri_layouts_tableFrameFieldPolygonCondition"/>
        <state id="esri_layouts_tableFrameFieldLineCondition"/>
        <state id="esri_layouts_multiMapSurroundCondition"/>
        <state id="esri_layouts_multiMapSurroundBackgroundCondition"/>
        <state id="esri_layouts_multiMapSurroundBorderCondition"/>
        <state id="esri_layouts_multiMapSurroundShadowCondition"/>
        <state id="esri_layouts_northArrowCondition"/>
        <state id="esri_layouts_northArrowPointCondition"/>
        <state id="esri_layouts_northArrowBackgroundCondition"/>
        <state id="esri_layouts_northArrowBorderCondition"/>
        <state id="esri_layouts_northArrowShadowCondition"/>
        <state id="esri_layouts_meterReferenceCondition"/>
        <state id="esri_layouts_meterReferenceLineCondition"/>
        <state id="esri_layouts_meterReferenceTextCondition"/>
        <state id="esri_layouts_meterReferenceBackgroundCondition"/>
        <state id="esri_layouts_meterReferenceBorderCondition"/>
        <state id="esri_layouts_meterReferenceShadowCondition"/>
        <state id="esri_layouts_elevationGuideBarCondition"/>
        <state id="esri_layouts_elevationGuideBarBackgroundCondition"/>
        <state id="esri_layouts_elevationGuideBarBorderCondition"/>
        <state id="esri_layouts_elevationGuideBarShadowCondition"/>
        <state id="esri_layouts_elevationGuideBarLineCondition"/>
        <state id="esri_layouts_elevationGuideBarTextCondition"/>
        <state id="esri_layouts_elevationGuideBarHighestBandCondition"/>
        <state id="esri_layouts_elevationGuideBarHighBandCondition"/>
        <state id="esri_layouts_elevationGuideBarMediumBandCondition"/>
        <state id="esri_layouts_elevationGuideBarLowBandCondition"/>
        <state id="esri_layouts_scaleBarCondition"/>
        <state id="esri_layouts_scaleBarLineCondition"/>
        <state id="esri_layouts_scaleBarPolygonCondition"/>
        <state id="esri_layouts_scaleBarBackgroundCondition"/>
        <state id="esri_layouts_scaleBarBorderCondition"/>
        <state id="esri_layouts_scaleBarShadowCondition"/>
        <state id="esri_layouts_legendCondition"/>
        <state id="esri_layouts_legendLineCondition"/>
        <state id="esri_layouts_legendPolygonCondition"/>
        <state id="esri_layouts_legendBackgroundCondition"/>
        <state id="esri_layouts_legendBorderCondition"/>
        <state id="esri_layouts_legendShadowCondition"/>
        <state id="esri_layouts_legendItemCondition"/>
        <state id="esri_layouts_mapFrameCondition"/>
        <state id="esri_layouts_mapFrameBackgroundCondition"/>
        <state id="esri_layouts_mapFrameBorderCondition"/>
        <state id="esri_layouts_mapFrameShadowCondition"/>
        <state id="esri_layouts_extentIndicatorCondition"/>
        <state id="esri_layouts_extentIndicatorLeaderLineCondition"/>
        <state id="esri_layouts_extentIndicatorLeaderPolygonCondition"/>
        <state id="esri_layouts_extentIndicatorGeneralizationCondition"/>
        <state id="esri_layouts_mapGridCondition"/>
        <state id="esri_layouts_mapGridPointCondition"/>
        <state id="esri_layouts_mapGridLineCondition"/>
        <state id="esri_layouts_mapGridPolygonCondition"/>
        <state id="esri_layouts_mapGridTextCondition"/>
        <state id="esri_layouts_topoNorthArrowCondition"/>
        <state id="esri_layouts_topoNorthArrowTextCondition"/>
        <state id="esri_layouts_topoNorthArrowLineCondition"/>
        <state id="esri_layouts_topoNorthArrowMNCondition"/>
        <state id="esri_layouts_topoNorthArrowTNCondition"/>
        <state id="esri_layouts_topoNorthArrowArcCondition"/>
        <state id="esri_layouts_topoNorthArrowBackgroundCondition"/>
        <state id="esri_layouts_topoNorthArrowBorderCondition"/>
        <state id="esri_layouts_topoNorthArrowShadowCondition"/>
        <state id="esri_layouts_profileFrameCondition"/>
        <state id="esri_layouts_profileFrameBackgroundCondition"/>
        <state id="esri_layouts_profileFrameBorderCondition"/>
        <state id="esri_layouts_profileFrameShadowCondition"/>
        <state id="esri_layouts_profileFramePolygonCondition"/>
        <state id="esri_layouts_profileFrameLineCondition"/>
        <state id="esri_layouts_profileFrameOISCondition"/>
        <state id="esri_layouts_profileFrameOISLineCondition"/>
        <state id="esri_layouts_profileFrameObstacleCondition"/>
        <state id="esri_layouts_slopeGuideCondition"/>
        <state id="esri_layouts_slopeGuideBackgroundCondition"/>
        <state id="esri_layouts_slopeGuideBorderCondition"/>
        <state id="esri_layouts_slopeGuideShadowCondition"/>
        <state id="esri_layouts_slopeGuideTitleTextCondition"/>
        <state id="esri_layouts_slopeGuideUnitTextCondition"/>
        <state id="esri_layouts_slopeGuideTextCondition"/>
        <state id="esri_layouts_slopeGuideFootnoteTextCondition"/>
        <state id="esri_layouts_slopeGuideVerticalLineCondition"/>
        <state id="esri_layouts_slopeGuideHorizontalLineCondition"/>
        <state id="esri_layouts_slopeGuideTickLineCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_backgroundGroupCondition">
      <or>
        <state id="esri_layouts_paragraphBackgroundCondition"/>
        <state id="esri_layouts_pictureBackgroundCondition"/>
        <state id="esri_layouts_attachmentBackgroundCondition"/>
        <state id="esri_layouts_chartBackgroundCondition"/>
        <state id="esri_layouts_groupBackgroundCondition"/>
        <state id="esri_layouts_multiFrameBackgroundCondition"/>
        <state id="esri_layouts_tableFrameBackgroundCondition"/>
        <state id="esri_layouts_multiMapSurroundBackgroundCondition"/>
        <state id="esri_layouts_northArrowBackgroundCondition"/>
        <state id="esri_layouts_meterReferenceBackgroundCondition"/>
        <state id="esri_layouts_elevationGuideBarBackgroundCondition"/>
        <state id="esri_layouts_scaleBarBackgroundCondition"/>
        <state id="esri_layouts_legendBackgroundCondition"/>
        <state id="esri_layouts_mapFrameBackgroundCondition"/>
        <state id="esri_layouts_topoNorthArrowBackgroundCondition"/>
        <state id="esri_layouts_slopeGuideBackgroundCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_borderGroupCondition">
      <or>
        <state id="esri_layouts_paragraphBorderCondition"/>
        <state id="esri_layouts_pictureBorderCondition"/>
        <state id="esri_layouts_attachmentBorderCondition"/>
        <state id="esri_layouts_chartBorderCondition"/>
        <state id="esri_layouts_groupBorderCondition"/>
        <state id="esri_layouts_multiFrameBorderCondition"/>
        <state id="esri_layouts_tableFrameBorderCondition"/>
        <state id="esri_layouts_multiMapSurroundBorderCondition"/>
        <state id="esri_layouts_northArrowBorderCondition"/>
        <state id="esri_layouts_meterReferenceBorderCondition"/>
        <state id="esri_layouts_elevationGuideBarBorderCondition"/>
        <state id="esri_layouts_scaleBarBorderCondition"/>
        <state id="esri_layouts_legendBorderCondition"/>
        <state id="esri_layouts_mapFrameBorderCondition"/>
        <state id="esri_layouts_topoNorthArrowBorderCondition"/>
        <state id="esri_layouts_slopeGuideBorderCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_shadowGroupCondition">
      <or>
        <state id="esri_layouts_paragraphShadowCondition"/>
        <state id="esri_layouts_pictureShadowCondition"/>
        <state id="esri_layouts_attachmentShadowCondition"/>
        <state id="esri_layouts_chartShadowCondition"/>
        <state id="esri_layouts_groupShadowCondition"/>
        <state id="esri_layouts_multiFrameShadowCondition"/>
        <state id="esri_layouts_tableFrameShadowCondition"/>
        <state id="esri_layouts_multiMapSurroundShadowCondition"/>
        <state id="esri_layouts_northArrowShadowCondition"/>
        <state id="esri_layouts_meterReferenceShadowCondition"/>
        <state id="esri_layouts_elevationGuideBarShadowCondition"/>
        <state id="esri_layouts_scaleBarShadowCondition"/>
        <state id="esri_layouts_legendShadowCondition"/>
        <state id="esri_layouts_mapFrameShadowCondition"/>
        <state id="esri_layouts_topoNorthArrowShadowCondition"/>
        <state id="esri_layouts_slopeGuideShadowCondition"/>
      </or>
    </insertCondition>
    <insertCondition id="esri_layouts_editGroupCondition">
      <or>
        <state id="esri_layouts_lineCondition"/>
        <state id="esri_layouts_polygonCondition"/>
        <state id="esri_layouts_paragraphCondition"/>
        <state id="esri_layouts_mapFrameCondition"/>
      </or>
    </insertCondition>

    <!---->
    <!--Report Conditions-->
    <!---->
    <insertCondition id="esri_reports_pageHeaderFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportPageHeader"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_reportHeaderFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportHeader"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_groupHeaderFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportGroupHeader"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_detailsFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportDetails"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_pageFooterFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportPageFooter"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_reportFooterFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportFooter"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_groupFooterFormatCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="ArcGIS_Desktop_Internal_Reports_ReportGroupFooter"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_reportSectionActiveCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <state id="esri_report_reportSectionActiveStateId"/>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_canAddFieldElementCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="esri_report_groupHeaderActiveStateId"/>
          <state id="esri_report_groupFooterActiveStateId"/>
          <state id="esri_report_detailsActiveStateId"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_canAddFieldStatisticElementCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <or>
          <state id="esri_report_groupHeaderActiveStateId"/>
          <state id="esri_report_groupFooterActiveStateId"/>
          <state id="esri_report_reportFooterActiveStateId"/>
        </or>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_canAddElementCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <state id="esri_report_reportSectionActiveStateId"/>
      </and>
    </insertCondition>
    <insertCondition id="esri_ReportContainer" caption="">
      <state id="esri_reports_container"/>
    </insertCondition>
    <insertCondition id="esri_reports_reportSourceConnectedCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <state id="esri_report_reportSourceConnectedStateId"/>
      </and>
    </insertCondition>
    <insertCondition id="esri_reports_canAddAttachmentElementCondition">
      <and>
        <state id="esri_reports_reportPane"/>
        <state id="esri_report_detailsActiveStateId"/>
      </and>
    </insertCondition>
  </conditions>
</ArcGIS>

猜你喜欢

转载自www.cnblogs.com/gisoracle/p/12579035.html
今日推荐