123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: QFW
- © Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-
- -->
- <resources>
- <dialog id="D_QanPreferencies" idsDialogTitle="IDS_TITLE_QANPREFERENCIES">
- <dialogHtml><![CDATA[
- <div onkeypress="D_QanPreferencies.F_OnKeyPress( event )">
- <div class="clsLabel" HAL_ids="IDS_LBL_PROVIDERCOLORSCHEMES"></div>
- <table><tr valign="top">
- <td> <div HAL_dlgItemId="cboProviders" style="width:200px" class="clsListView"></div> </td>
- <td> <div HAL_dlgItemId="cboColorSchemes" style="width:100px" class="clsListView"></div> </td>
- </tr></table>
-
-
- <div style="height: 3px;"></div>
- <div class="clsLabelSequence">
- <label for="D_QanPreferencies_chkMainMethodsOnly">
- <input HAL_dlgItemId="chkMainMethodsOnly" type="checkbox" style="border:none"/> <span HAL_ids="IDS_LBL_MAINMETHODSONLY"></span>
- </label>
- </div>
- <div class="clsLabelSequence">
- <label for="D_QanPreferencies_chkShowTimestamp">
- <input HAL_dlgItemId="chkShowTimestamp" type="checkbox" style="border:none"/> <span HAL_ids="IDS_LBL_SHOWTIMESTAMP"></span>
- </label>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="D_QanPreferencies.F_OnOK()" HAL_ids="IDS_HAL_BTN_OK" HAL_isDefault="true"></button>
- <button class="clsDlgButton" onclick="D_QanPreferencies.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="../hal/C_ComboBox.js"/>
- <externalScript src="../hal/C_ListView.js"/>
- <externalScript src="dialogs/D_QanPreferencies_async.js"/>
- </externalScripts>
- </dialog>
- <listView id="qanProviders">
- <listItems>
- <listItem value="QFS" label="QFS"/>
- <listItem value="CoordinationPlanner" label="CoordinationPlanner"/>
- <listItem value="RelationalQueryProvider" label="RelationalQueryProvider"/>
- <listItem value="OlapQueryProvider" label="OlapQueryProvider"/>
- </listItems>
- </listView>
- <listView id="qanColorSchemes">
- <listItems>
- <listItem value="Blue" label="Blue" html="BLUE" />
- <listItem value="Blue" label="Blue" html="<img src="../hal/images/blank.gif" style=" background-color: blue; width:10px; height:11px;"/>" />
- <listItem value="Blue" label="Blue" html="BLUE" />
- <!-- <listItem value="None" label="<none>"/>
- <listItem value="Red" label="Red"/>
- <listItem value="Yellow" label="Yellow"/>
- <listItem value="Green" label="Green"/> -->
- </listItems>
- </listView>
- </resources>
|