123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_e4b" idsDialogTitle="IDS_TITLE_EDITREPORTPATH" helpId="dlgEditReportPath" borderStyle="sizable" startupWidth="400" startupHeight="200">
- <dialogHtml><![CDATA[
- <div onkeypress="_e4b._wph( event )">
-
- <div HAL_paneId="_e4b_RootPane" HAL_dlgItemId="divRootPane"></div>
- <div HAL_paneId="_e4b_ColumnPane"></div>
- <div HAL_paneId="_e4b_LabelPane">
- <span HAL_ids="IDS_LBL_REPORT_PATH" class="clsLabel"></span>
- </div>
- <div HAL_paneId="_e4b_InputRowPane"></div>
- <div HAL_paneId="_e4b_InputColPane">
- <input HAL_dlgItemId="txtReport" class="clsTextBox clsReadOnlyTextBox" type="text" readOnly="true" HAL_idsAriaLabel="IDS_LBL_REPORT_PATH" ondblclick="_e4b._hvc()"/>
- </div>
- <div HAL_paneId="_e4b_BrowseColPane">
- <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>
- </div>
- <div HAL_paneId="_e4b_ButtonBarPane">
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_e4b._9jk( event )" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_e4b._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <panes id="RootPane">
- <columnPane id="_e4b_ColumnPane" defaultWidth="*" minWidth="250px" parentResizeBehaviour="resize">
- <rowPane id="_e4b_LabelPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- <rowPane id="_e4b_InputRowPane" defaultHeight="autoFromContents" minHeight="32px" parentResizeBehaviour="fixed">
- <columnPane id="_e4b_InputColPane" defaultWidth="*" minWidth="150px" parentResizeBehaviour="resizeFirst" fillPaneWith="*"/>
- <columnPane id="_e4b_BrowseColPane" defaultWidth="autoFromContents" parentResizeBehaviour="fixed"/>
- </rowPane>
- <rowPane id="_e4b_ButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </columnPane>
- </panes>
- </resources>
|