12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <!--
- 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="_xf2" idsDialogTitle="IDS_TITLE_DATAITEMSHARE" helpId="dlgDataItemShareProperties" borderStyle="sizable" startupWidth="400" startupHeight="300">
- <dialogHtml><![CDATA[
- <div onkeypress="_xf2._wph( event )">
- <div HAL_paneId="_xf2_RootPane" HAL_dlgItemId="divRootPane"></div>
- <div HAL_paneId="_xf2_ColumnPane"></div>
- <div HAL_paneId="_xf2_NameLabelPane">
- <table cellpadding="0" cellspacing="0" HAL_dlgItemId="tblProps">
- <tr class="clsLabel">
- <td HAL_ids="IDS_LBL_SHARE_NAME"></td>
- </tr>
- <tr style="width:100%;">
- <td><input HAL_dlgItemId="txtShareName" type="text" class="clsTextBox" style="width:100%;" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_SHARE_NAME" onkeyup="_xf2._cp3()" onchange="_xf2._cp3()" onblur="_xf2._cp3()"/></td>
- </tr>
- <tr>
- <td class="clsLabelSequence" HAL_ids="IDS_LBL_SHARE_DESCRIPTION"></td>
- </tr>
- <tr>
- <td style="height:100%;"><textarea HAL_dlgItemId="txtShareDescription" class="clsTextBox" style="height:100%; width:100%; overflow:auto;" HAL_isSelectable="true" HAL_idsAriaLabel="IDS_LBL_SHARE_DESCRIPTION" onkeyup="_xf2._cp3()" onchange="_xf2._cp3()" onblur="_xf2._cp3()"></textarea></td>
- </tr>
- </table>
- </div>
- <div HAL_paneId="_xf2_ButtonBarPane">
- <div class="clsDlgButtonBar">
- <button HAL_dlgItemId="btnCancel" class="clsDlgButton" onclick="_xf2._9jk( event )" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_xf2._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- </div>
- ]]></dialogHtml>
- </dialog>
- <panes id="RootPane">
- <columnPane id="_xf2_ColumnPane" defaultWidth="*" minWidth="300px" parentResizeBehaviour="resize" >
- <rowPane id="_xf2_NameLabelPane" defaultHeight="*" minHeight="150px" parentResizeBehaviour="resize" fillPaneWith="*" overflow="visible"/>
- <rowPane id="_xf2_ButtonBarPane" defaultHeight="autoFromContents" parentResizeBehaviour="fixed"/>
- </columnPane>
- </panes>
- </resources>
|