_pcb.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2017
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <toolbar id="_pcb_Toolbar">
  9. <toolbarComboBox id="cboScreenSize" idsTooltip="IDS_TOOLTIP_SCREEN_SIZE" idsDescription="IDS_TOOLTIPDESC_SCREENSIZE" width="180px">
  10. <comboBox>
  11. <listView indentLength="15">
  12. <listItems>
  13. <listItem value="" idsLabel="IDS_SCREEN_SIZE"/>
  14. <listItem value="1024x768" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_IPAD" customScreenSizeWidth="1024" customScreenSizeHeight="768" customScreenSizeName="" iPadApp="true"/>
  15. <listItem value="1280x800" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_1" customScreenSizeWidth="1280" customScreenSizeHeight="800" customScreenSizeName=""/>
  16. <listItem value="1280x1024" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_2" customScreenSizeWidth="1280" customScreenSizeHeight="1024" customScreenSizeName=""/>
  17. <listItem value="1366x768" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_3" customScreenSizeWidth="1366" customScreenSizeHeight="768" customScreenSizeName=""/>
  18. <listItem value="1920x1080" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_4" customScreenSizeWidth="1920" customScreenSizeHeight="1080" customScreenSizeName=""/>
  19. <listItem selectable="false" html="&lt;div class='_pcb_clsListViewSeparatorContainer'&gt;&lt;div class='_pcb_clsListViewSeparator'&gt;&lt;/div&gt;&lt;/div&gt;"/>
  20. <listItem value="" idsLabel="IDS_CREATE_CUSTOM_SIZE"/>
  21. </listItems>
  22. </listView>
  23. </comboBox>
  24. </toolbarComboBox>
  25. <toolbarComboBox id="cboScreenOrientation" idsTooltip="IDS_TOOLTIP_ORIENTATION" idsDescription="IDS_TOOLTIPDESC_ORIENTATION" width="120px">
  26. <comboBox>
  27. <listView>
  28. <listItems>
  29. <listItem value="portrait" idsLabel="IDS_PROPVAL_PORTRAIT"/>
  30. <listItem value="landscape" idsLabel="IDS_PROPVAL_LANDSCAPE"/>
  31. </listItems>
  32. </listView>
  33. </comboBox>
  34. </toolbarComboBox>
  35. <toolbarSeparator/>
  36. <toolbarButton id="btnARRefresh" idsTooltip="IDS_TOOLTIP_REFRESH" idsDescription="IDS_TOOLTIPDESC_REFRESH" idsAriaLabel="IDS_AC_REFRESH" smallSvgIcon="def_hal_refresh_16x16" onCommand="_wd7._hll()"/>
  37. <toolbarButton id="btnARPreview" boldText="true" idsLabel="IDS_ARPREVIEW_PREVIEW" idsTooltip="IDS_TOOLTIP_ARPREVIEW_PREVIEW" idsDescription="IDS_TOOLTIPDESC_ARPREVIEW_PREVIEW" idsAriaLabel="IDS_AC_ARPREVIEW_PREVIEW" smallSvgIcon="def_previewActiveReport" onCommand="_wd7._8v9()"/>
  38. <toolbarButton id="btnAREdit" boldText="true" idsLabel="IDS_ARPREVIEW_EDIT" idsTooltip="IDS_TOOLTIP_ARPREVIEW_EDIT" idsDescription="IDS_TOOLTIPDESC_ARPREVIEW_EDIT" idsAriaLabel="IDS_AC_ARPREVIEW_EDIT" smallSvgIcon="def_hal_edit_16x16" onCommand="_wd7._8v9()"/>
  39. </toolbar>
  40. </resources>