_cqc.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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="_cqc" idsDialogTitle="IDS_TITLE_SHOWSQL" helpId="dlgShowReportSQL" borderStyle="sizable" startupWidth="640" startupHeight="480">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_cqc._wph( event )">
  11. <div HAL_dlgItemId="divPanes" HAL_paneId="_cqc_Panes"></div>
  12. <div HAL_dlgItemId="MainRowPane" HAL_paneId="_cqc_MainRowPane"></div>
  13. <div HAL_dlgItemId="LeftRowLabelPane" HAL_paneId="_cqc_LeftRowLabelPane">
  14. <div HAL_ids="IDS_QUERY_RESULTS" class="clsLabel"></div>
  15. </div>
  16. <div HAL_dlgItemId="RightRowLabelPane" HAL_paneId="_cqc_RightRowLabelPane">
  17. <div HAL_ids="IDS_GENERATED_SQL" class="clsLabel"></div>
  18. </div>
  19. <div HAL_dlgItemId="LeftRowPane" HAL_paneId="_cqc_LeftRowPane" style="padding-right:7px">
  20. <div HAL_dlgItemId="divQRDs" class="clsTreeView" style="width:200px; height:350px" tabIndex="0" HAL_idsAriaLabel="IDS_QUERY_RESULTS"></div>
  21. </div>
  22. <div HAL_dlgItemId="RightRowPane" HAL_paneId="_cqc_RightRowPane">
  23. <fieldset HAL_dlgItemId="fsMain" class="clsDialogText" style="padding-top:3px; overflow:hidden">
  24. <div style="padding:7px 0px 0px 7px">
  25. <!-- Deck -->
  26. <div HAL_dlgItemId="deckMain">
  27. <!-- Card [0] No Selection -->
  28. <div HAL_ids="IDS_NO_QRD_SELECTED" tabIndex="0" role="gridcell">
  29. </div>
  30. <!-- Card [1] No SQL/MDX -->
  31. <div HAL_ids="IDS_NO_SQL_AVAILABLE" tabIndex="0" role="gridcell">
  32. </div>
  33. <!-- Card [2] Data Item Properties -->
  34. <div>
  35. <table HAL_dlgItemId="cboSQLType" style="width:180px" HAL_idsAriaLabel="IDS_GENERATED_SQL"></table>
  36. <textarea HAL_dlgItemId="taSQL" style="height:200px; width:400px; overflow:auto; background-color:transparent" HAL_isSelectable="true" readOnly="true" HAL_idsAriaLabel="IDS_GENERATED_SQL"></textarea>
  37. </div>
  38. </div>
  39. </div>
  40. </fieldset>
  41. </div>
  42. <div HAL_paneId="_cqc_ButtonBarPane">
  43. <div class="clsDlgButtonBar" HAL_dlgItemId="divButtonBar">
  44. <button class="clsDlgButton" onclick="_cqc._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
  45. </div>
  46. </div>
  47. </div>
  48. ]]></dialogHtml>
  49. <externalScripts>
  50. <externalScript src="cchl/_957.js"/>
  51. <externalScript src="_pf2.js"/>
  52. </externalScripts>
  53. </dialog>
  54. <comboBox id="TypeInTypes">
  55. <listView>
  56. <listItems>
  57. <listItem value="native" idsLabel="IDS_PROPVAL_NATIVE_SQL"/>
  58. <listItem value="mdx" idsLabel="IDS_PROPVAL_NATIVE_MDX"/>
  59. <listItem value="cogSQL" idsLabel="IDS_PROPVAL_COGNOS_SQL"/>
  60. </listItems>
  61. </listView>
  62. </comboBox>
  63. <panes id="Panes">
  64. <rowPane id="_cqc_MainRowPane" defaultHeight="*" minHeight="200px" parentResizeBehaviour="resize">
  65. <columnPane id="_cqc_LeftColumnPane" defaultWidth="200px" minWidth="200px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize">
  66. <rowPane id="_cqc_LeftRowLabelPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  67. <rowPane id="_cqc_LeftRowPane" defaultHeight="*" minHeight="200px" parentResizeBehaviour="resize" fillPaneWith="_cqc_divQRDs"/>
  68. </columnPane>
  69. <columnSplitter classPrefix="clsInvisibleSplitterVertical"/>
  70. <columnPane id="_cqc_RightColumnPane" defaultWidth="*" minWidth="200px" parentResizeBehaviour="resize" splitterResizeBehaviour="resize">
  71. <rowPane id="_cqc_RightRowLabelPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  72. <rowPane id="_cqc_RightRowPane" defaultHeight="*" minHeight="200px" parentResizeBehaviour="resize" fillPaneWith="_cqc_fsMain"/>
  73. </columnPane>
  74. </rowPane>
  75. <rowPane id="_cqc_ButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="_cqc_divButtonBar"/>
  76. </panes>
  77. </resources>