12345678910111213141516171819202122232425262728293031323334353637383940 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <toolbar id="_pcb_Toolbar">
- <toolbarComboBox id="cboScreenSize" idsTooltip="IDS_TOOLTIP_SCREEN_SIZE" idsDescription="IDS_TOOLTIPDESC_SCREENSIZE" width="180px">
- <comboBox>
- <listView indentLength="15">
- <listItems>
- <listItem value="" idsLabel="IDS_SCREEN_SIZE"/>
- <listItem value="1024x768" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_IPAD" customScreenSizeWidth="1024" customScreenSizeHeight="768" customScreenSizeName="" iPadApp="true"/>
- <listItem value="1280x800" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_1" customScreenSizeWidth="1280" customScreenSizeHeight="800" customScreenSizeName=""/>
- <listItem value="1280x1024" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_2" customScreenSizeWidth="1280" customScreenSizeHeight="1024" customScreenSizeName=""/>
- <listItem value="1366x768" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_3" customScreenSizeWidth="1366" customScreenSizeHeight="768" customScreenSizeName=""/>
- <listItem value="1920x1080" indentLevel="1" idsLabel="IDS_SCREEN_SIZE_4" customScreenSizeWidth="1920" customScreenSizeHeight="1080" customScreenSizeName=""/>
- <listItem selectable="false" html="<div class='_pcb_clsListViewSeparatorContainer'><div class='_pcb_clsListViewSeparator'></div></div>"/>
- <listItem value="" idsLabel="IDS_CREATE_CUSTOM_SIZE"/>
- </listItems>
- </listView>
- </comboBox>
- </toolbarComboBox>
- <toolbarComboBox id="cboScreenOrientation" idsTooltip="IDS_TOOLTIP_ORIENTATION" idsDescription="IDS_TOOLTIPDESC_ORIENTATION" width="120px">
- <comboBox>
- <listView>
- <listItems>
- <listItem value="portrait" idsLabel="IDS_PROPVAL_PORTRAIT"/>
- <listItem value="landscape" idsLabel="IDS_PROPVAL_LANDSCAPE"/>
- </listItems>
- </listView>
- </comboBox>
- </toolbarComboBox>
- <toolbarSeparator/>
- <toolbarButton id="btnARRefresh" idsTooltip="IDS_TOOLTIP_REFRESH" idsDescription="IDS_TOOLTIPDESC_REFRESH" idsAriaLabel="IDS_AC_REFRESH" smallSvgIcon="def_hal_refresh_16x16" onCommand="_wd7._hll()"/>
- <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()"/>
- <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()"/>
- </toolbar>
- </resources>
|