123456789101112131415161718192021222324252627282930 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: irot
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_b89" idsDialogTitle="IDS_IR_TITLE_INFO">
- <dialogHtml><![CDATA[
- <div onkeypress="_nx3._ch2( this )._3k6( event )">
- <div HAL_dlgItemId="divList" class="clsListView" style="width:350px; height:410px;"></div>
- <div style="padding:8px 0;">
- <button HAL_dlgItemId="btnCreateRecordsets" class="clsDlgButton" onclick="_b89._7w2()" HAL_ids="IDS_IR_INFO_CREATE_RS"></button>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <listView id="_b89_List" showGridLines="true" fullRowSelect="true" showColumnHeaders="true" indentLength="16">
- <columnHeaders>
- <columnHeader label="Name" width="220px"/>
- <columnHeader label="Value" width="*"/>
- </columnHeaders>
- <listItems/>
- </listView>
- </resources>
|