_bjl.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_bjl" idsDialogTitle="IDS_TITLE_SHOWSQL" helpId="dlgShowSQL" borderStyle="sizable" startupWidth="400" startupHeight="300">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_bjl._wph( event )">
  11. <div>
  12. <div HAL_dlgItemId="divRootPane" HAL_paneId="ShowSQLDlgPane"></div>
  13. <div HAL_paneId="ShowSQLComboBoxPane">
  14. <table HAL_dlgItemId="cboSQLType" style="width:200px; margin-bottom:var(--16S)" HAL_idsAriaLabel="IDS_AC_QUERY_TYPE"></table>
  15. </div>
  16. <div HAL_paneId="ShowSQLTextAreaPane">
  17. <textarea HAL_dlgItemId="taSQL" style="overflow:auto; background-color:transparent" HAL_isSelectable="true" readOnly="true" HAL_idsAriaLabel="IDS_TITLE_SHOWSQL"></textarea>
  18. </div>
  19. <div HAL_paneId="ShowSQLButtonBarPane">
  20. <div HAL_dlgItemId="divButtonBar" class="clsDlgButtonBar">
  21. <button class="clsDlgButton" onclick="_bjl._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
  22. <button HAL_dlgItemId="btnConvertToSQL" style="width:auto" class="clsDlgButton" onclick="_bjl._yde()" HAL_ids="IDS_BTN_COVERTTOSQL"></button>
  23. </div>
  24. </div>
  25. </div>
  26. </div>
  27. ]]></dialogHtml>
  28. <externalScripts>
  29. <externalScript src="hal/_uzf.js"/>
  30. <externalScript src="hal/_jgk.js"/>
  31. <externalScript src="cchl/_957.js"/>
  32. <externalScript src="_pf2.js"/>
  33. </externalScripts>
  34. </dialog>
  35. <comboBox id="SQLTypes">
  36. <listView>
  37. <listItems>
  38. <listItem value="native" idsLabel="IDS_PROPVAL_NATIVE_SQL"/>
  39. <listItem value="cogSQL" idsLabel="IDS_PROPVAL_COGNOS_SQL"/>
  40. </listItems>
  41. </listView>
  42. </comboBox>
  43. <panes id="ShowSQLDlgPane">
  44. <columnPane id="ShowSQLColumnPane" defaultWidth="*" parentResizeBehaviour="resize" minWidth="200px">
  45. <rowPane id="ShowSQLComboBoxPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  46. <rowPane id="ShowSQLTextAreaPane" defaultHeight="*" parentResizeBehaviour="resize" minHeight="40px" fillPaneWith="_bjl_taSQL"/>
  47. <rowPane id="ShowSQLButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="_bjl_divButtonBar"/>
  48. </columnPane>
  49. </panes>
  50. </resources>