_l0g.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  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="_l0g" idsDialogTitle="IDS_TITLE_UPGRADEINFO" helpId="dlgUpgradeInfo" borderStyle="sizable" startupWidth="600" startupHeight="350">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_l0g._wph( event )">
  11. <div HAL_dlgItemId="divRootPane" HAL_paneId="UpgradeInfoDlgPane"></div>
  12. <div HAL_paneId="UpgradeInfoDescription" style="padding-bottom:var(--16S)">
  13. <div HAL_dlgItemId="Description" HAL_ids="IDS_UGRADEINFO_DESCRIPTION"></div>
  14. </div>
  15. <div HAL_paneId="UpgradeInfoErrors">
  16. <div HAL_dlgItemId="divErrors" class="clsListView"></div>
  17. </div>
  18. <div HAL_paneId="UpgradeInfoButtonBarPane">
  19. <div class="clsDlgButtonBar">
  20. <button class="clsDlgButton" onclick="_l0g._8ll()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_CLOSE"></button>
  21. <button HAL_dlgItemId="btnSelect" class="clsDlgButton" onclick="_l0g._yem()" HAL_ids="IDS_BTN_SELECT"></button>
  22. </div>
  23. </div>
  24. </div>
  25. ]]></dialogHtml>
  26. </dialog>
  27. <panes id="UpgradeInfoDlgPane">
  28. <columnPane id="UpgradeInfoColumnPane" defaultWidth="*" parentResizeBehaviour="resize" minWidth="300px">
  29. <rowPane id="UpgradeInfoDescription" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="*"/>
  30. <rowPane id="UpgradeInfoErrors" defaultHeight="*" parentResizeBehaviour="resize" minHeight="50px" fillPaneWith="*"/>
  31. <rowPane id="UpgradeInfoButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed" fillPaneWith="*"/>
  32. </columnPane>
  33. </panes>
  34. </resources>