_e4b.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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="_e4b" idsDialogTitle="IDS_TITLE_EDITREPORTPATH" helpId="dlgEditReportPath" borderStyle="sizable" startupWidth="400" startupHeight="200">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_e4b._wph( event )">
  11. <div HAL_paneId="_e4b_RootPane" HAL_dlgItemId="divRootPane"></div>
  12. <div HAL_paneId="_e4b_ColumnPane"></div>
  13. <div HAL_paneId="_e4b_LabelPane">
  14. <span HAL_ids="IDS_LBL_REPORT_PATH" class="clsLabel"></span>
  15. </div>
  16. <div HAL_paneId="_e4b_InputRowPane"></div>
  17. <div HAL_paneId="_e4b_InputColPane">
  18. <input HAL_dlgItemId="txtReport" class="clsTextBox clsReadOnlyTextBox" type="text" readOnly="true" HAL_idsAriaLabel="IDS_LBL_REPORT_PATH" ondblclick="_e4b._hvc()"/>
  19. </div>
  20. <div HAL_paneId="_e4b_BrowseColPane">
  21. <button HAL_dlgItemId="btnBrowse" class="clsDotDotDotButton" style="vertical-align:middle" hideFocus="true" onclick="_e4b._hvc()"><svg class="clsDotDotDotButtonSvg"><use xlink:href="#def_hal_property_dotdotdot"></use></svg></button>
  22. </div>
  23. <div HAL_paneId="_e4b_ButtonBarPane">
  24. <div class="clsDlgButtonBar">
  25. <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_e4b._9jk( event )" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  26. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_e4b._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  27. </div>
  28. </div>
  29. </div>
  30. ]]></dialogHtml>
  31. </dialog>
  32. <panes id="RootPane">
  33. <columnPane id="_e4b_ColumnPane" defaultWidth="*" minWidth="250px" parentResizeBehaviour="resize">
  34. <rowPane id="_e4b_LabelPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  35. <rowPane id="_e4b_InputRowPane" defaultHeight="autoFromContents" minHeight="32px" parentResizeBehaviour="fixed">
  36. <columnPane id="_e4b_InputColPane" defaultWidth="*" minWidth="150px" parentResizeBehaviour="resizeFirst" fillPaneWith="*"/>
  37. <columnPane id="_e4b_BrowseColPane" defaultWidth="autoFromContents" parentResizeBehaviour="fixed"/>
  38. </rowPane>
  39. <rowPane id="_e4b_ButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
  40. </columnPane>
  41. </panes>
  42. </resources>