123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: uipe
- (C) Copyright IBM Corp. 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <treeView id="NavigationTree" readOnly="false">
- <treeNode value="userInterfaces" idsLabel="IDS_UIPE_NAVIGATOR_USER_INTERFACES" idsTooltip="IDS_UIPE_TOOLTIP_USERINTERFACES" idsDescription="IDS_UIPE_DESC_USERINTERFACES" idsDescription2="IDS_UIPE_DESC2_USERINTERFACES" expandable="true" expanded="true">
- <treeNode value="toolbars" idsLabel="IDS_UIPE_NAVIGATOR_TOOLBARS" idsTooltip="IDS_UIPE_TOOLTIP_TOOLBARS" idsDescription="IDS_UIPE_DESC_TOOLBARS" idsDescription2="IDS_UIPE_DESC2_TOOLBARS" expandable="true" expanded="true"/>
- <treeNode value="toolboxes" idsLabel="IDS_UIPE_NAVIGATOR_TOOLBOXES" idsTooltip="IDS_UIPE_TOOLTIP_TOOLBOXES" idsDescription="IDS_UIPE_DESC_TOOLBOXES" idsDescription2="IDS_UIPE_DESC2_TOOLBOXES" expandable="true"/>
- <treeNode value="menubars" idsLabel="IDS_UIPE_NAVIGATOR_MENUBARS" idsTooltip="IDS_UIPE_TOOLTIP_MENUBARS" idsDescription="IDS_UIPE_DESC_MENUBARS" idsDescription2="IDS_UIPE_DESC2_MENUBARS" expandable="true"/>
- <treeNode value="menuPopups" idsLabel="IDS_UIPE_NAVIGATOR_MENUPOPUPS" idsTooltip="IDS_UIPE_TOOLTIP_MENUPOPUPS" idsDescription="IDS_UIPE_DESC_MENUPOPUPS" idsDescription2="IDS_UIPE_DESC2_MENUPOPUPS" expandable="true"/>
- <treeNode value="listViews" idsLabel="IDS_UIPE_NAVIGATOR_LISTVIEWS" idsTooltip="IDS_UIPE_TOOLTIP_LISTVIEWS" idsDescription="IDS_UIPE_DESC_LISTVIEWS" idsDescription2="IDS_UIPE_DESC2_LISTVIEWS" expandable="true"/>
- <treeNode value="properties" idsLabel="IDS_UIPE_NAVIGATOR_PROPERTIES" idsTooltip="IDS_UIPE_TOOLTIP_PROPERTIES" idsDescription="IDS_UIPE_DESC_PROPERTIES" idsDescription2="IDS_UIPE_DESC2_PROPERTIES" expandable="true"/>
- <treeNode value="tabControls" idsLabel="IDS_UIPE_NAVIGATOR_TABCONTROLS" idsTooltip="IDS_UIPE_TOOLTIP_TABCONTROLS" idsDescription="IDS_UIPE_DESC_TABCONTROLS" idsDescription2="IDS_UIPE_DESC2_TABCONTROLS" expandable="true"/>
- <treeNode value="explorers" idsLabel="IDS_UIPE_NAVIGATOR_EXPLORERS" idsTooltip="IDS_UIPE_TOOLTIP_EXPLORERS" idsDescription="IDS_UIPE_DESC_EXPLORERS" idsDescription2="IDS_UIPE_DESC2_EXPLORERS" expandable="true"/>
- <treeNode value="chartGroups" nodeName="chartGroups" idsLabel="IDS_UIPE_NAVIGATOR_CHART_TYPES" idsTooltip="IDS_UIPE_TOOLTIP_CHART_TYPES" idsDescription="IDS_UIPE_DESC_CHART_TYPES" idsDescription2="IDS_UIPE_DESC2_CHART_TYPES" expandable="true"/>
- <treeNode value="dialogs" idsLabel="IDS_UIPE_NAVIGATOR_DIALOGS" idsTooltip="IDS_UIPE_TOOLTIP_DIALOGS" idsDescription="IDS_UIPE_DESC_DIALOGS" idsDescription2="IDS_UIPE_DESC2_DIALOGS" expandable="true"/>
- <treeNode value="helpContents" nodeName="helpContents" idsLabel="IDS_UIPE_NAVIGATOR_HELPCONTENTS" idsTooltip="IDS_UIPE_TOOLTIP_HELPCONTENTS" idsDescription="IDS_UIPE_DESC_HELPCONTENTS"/>
- <treeNode value="helpGettingStarted" nodeName="helpGettingStarted" idsLabel="IDS_UIPE_NAVIGATOR_HELPSTART" idsTooltip="IDS_UIPE_TOOLTIP_HELPSTART" idsDescription="IDS_UIPE_DESC_HELPSTART"/>
- </treeNode>
- <treeNode value="defaultSettings" idsLabel="IDS_UIPE_NAVIGATOR_DEFAULT_SETTINGS" idsTooltip="IDS_UIPE_TOOLTIP_DEFAULT_SETTINGS" idsDescription="IDS_UIPE_DESC_DEFAULT_SETTINGS" idsDescription2="IDS_UIPE_DESC2_DEFAULT_SETTINGS" expandable="true" expanded="true">
- </treeNode>
- </treeView>
- <treeView id="MenusTree" static="true" showCheckboxes="true" showCheckedDescendents="true" multiSelect="true" forceSelection="true"/>
- <listView id="ShowHideRadio" view="radio">
- <listItems>
- <listItem value="show" idsLabel="IDS_UIPE_EDITOR_SHOW"/>
- <listItem value="hide" idsLabel="IDS_UIPE_EDITOR_HIDE"/>
- </listItems>
- </listView>
- <listView id="CheckAll" view="checkbox">
- <listItems>
- <listItem value="checkAll" idsLabel="IDS_UIPE_EDITOR_SELECT_ALL"/>
- </listItems>
- </listView>
- <listView id="Action" view="checkbox">
- <listItems>
- <listItem idsLabel="IDS_UIPE_EDITOR_ACTION"/>
- </listItems>
- </listView>
- <listView id="HelpContent">
- <listItems>
- <listItem idsLabel="IDS_UIPE_PROFESSIONAL" value="professional"/>
- <listItem idsLabel="IDS_UIPE_WORKSPACEADVANCED" value="workspaceAdvanced"/>
- </listItems>
- </listView>
- </resources>
|