D_QanPreferencies.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QFW
  5. © Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <resources>
  9. <dialog id="D_QanPreferencies" idsDialogTitle="IDS_TITLE_QANPREFERENCIES">
  10. <dialogHtml><![CDATA[
  11. <div onkeypress="D_QanPreferencies.F_OnKeyPress( event )">
  12. <div class="clsLabel" HAL_ids="IDS_LBL_PROVIDERCOLORSCHEMES"></div>
  13. <table><tr valign="top">
  14. <td> <div HAL_dlgItemId="cboProviders" style="width:200px" class="clsListView"></div> </td>
  15. <td> <div HAL_dlgItemId="cboColorSchemes" style="width:100px" class="clsListView"></div> </td>
  16. </tr></table>
  17. <div style="height: 3px;"></div>
  18. <div class="clsLabelSequence">
  19. <label for="D_QanPreferencies_chkMainMethodsOnly">
  20. <input HAL_dlgItemId="chkMainMethodsOnly" type="checkbox" style="border:none"/> <span HAL_ids="IDS_LBL_MAINMETHODSONLY"></span>
  21. </label>
  22. </div>
  23. <div class="clsLabelSequence">
  24. <label for="D_QanPreferencies_chkShowTimestamp">
  25. <input HAL_dlgItemId="chkShowTimestamp" type="checkbox" style="border:none"/> <span HAL_ids="IDS_LBL_SHOWTIMESTAMP"></span>
  26. </label>
  27. </div>
  28. <div class="clsDlgButtonBar">
  29. <button class="clsDlgButton" onclick="D_QanPreferencies.F_OnOK()" HAL_ids="IDS_HAL_BTN_OK" HAL_isDefault="true"></button>
  30. <button class="clsDlgButton" onclick="D_QanPreferencies.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  31. </div>
  32. </div>
  33. ]]></dialogHtml>
  34. <externalScripts>
  35. <externalScript src="../hal/C_ComboBox.js"/>
  36. <externalScript src="../hal/C_ListView.js"/>
  37. <externalScript src="dialogs/D_QanPreferencies_async.js"/>
  38. </externalScripts>
  39. </dialog>
  40. <listView id="qanProviders">
  41. <listItems>
  42. <listItem value="QFS" label="QFS"/>
  43. <listItem value="CoordinationPlanner" label="CoordinationPlanner"/>
  44. <listItem value="RelationalQueryProvider" label="RelationalQueryProvider"/>
  45. <listItem value="OlapQueryProvider" label="OlapQueryProvider"/>
  46. </listItems>
  47. </listView>
  48. <listView id="qanColorSchemes">
  49. <listItems>
  50. <listItem value="Blue" label="Blue" html="BLUE" />
  51. <listItem value="Blue" label="Blue" html="&lt;img src=&quot;../hal/images/blank.gif&quot; style=&quot; background-color: blue; width:10px; height:11px;&quot;/&gt;" />
  52. <listItem value="Blue" label="Blue" html="BLUE" />
  53. <!-- <listItem value="None" label="&lt;none&gt;"/>
  54. <listItem value="Red" label="Red"/>
  55. <listItem value="Yellow" label="Yellow"/>
  56. <listItem value="Green" label="Green"/> -->
  57. </listItems>
  58. </listView>
  59. </resources>