1234567891011121314151617181920212223242526272829303132 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mdsrv
- (C) Copyright IBM Corp. 2008, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <propertySheet id="VariablesPropertySheet">
- <properties>
- </properties>
- <objects>
- <object name="Object1">
- </object>
- </objects>
- </propertySheet>
- <listView id="VariablesPropertySheet_ListView1">
- <listItems>
- <listItem value="typeIn" label="typeIn"/>
- <listItem value="pickList" label="pickList"/>
- <listItem value="calendar" label="calendar"/>
- <listItem value="hierarchyPickList" label="hierarchyPickList"/>
- <listItem value="notApplicable" label="notApplicable"/>
- </listItems>
- </listView>
- </resources>
|