_wm9.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="_wm9" idsDialogTitle="IDS_PROP_TableProperties" helpId="dlgTableProperties">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_wm9._wph( event )">
  11. <label HAL_dlgItemFor="chkCollapse" class="clsToggle" style="margin-bottom:var(--8XS)">
  12. <input HAL_dlgItemId="chkCollapse" hideFocus="true" onclick="_wm9._2a2(this.checked)" type="checkbox"/><span HAL_ids="IDS_LBL_BORDER_COLLAPSE"></span>
  13. </label>
  14. <table style="width:100%" cellpadding="0" cellspacing="0">
  15. <tr style="vertical-align:top">
  16. <td style="width:70px">
  17. <table HAL_dlgItemId="tblBorderModel" style="empty-cells:show; margin:0px 4px 4px 24px; border:2px solid var(--ui-05); background-color:var(--ui-01); width:32px; height:32px; table-layout:fixed; line-height:0px" cellpadding="0" cellspacing="0">
  18. <tr>
  19. <td style="border:2px solid var(--ui-05)">&nbsp;</td>
  20. <td style="border:2px solid var(--ui-05)">&nbsp;</td>
  21. </tr>
  22. <tr>
  23. <td style="border:2px solid var(--ui-05)">&nbsp;</td>
  24. <td style="border:2px solid var(--ui-05)">&nbsp;</td>
  25. </tr>
  26. </table>
  27. </td>
  28. <td>
  29. <fieldset HAL_dlgItemId="fsSeparateBorderModel" style="width:100%">
  30. <div style="padding:var(--16S)">
  31. <div>
  32. <span HAL_ids="IDS_LBL_BORDER_SPACING"></span>&nbsp;<input HAL_dlgItemId="txtBorderSpacing" class="clsCCHLNumeric clsTextBox" type="text" maxlength="10" HAL_isSelectable="true" style="width:90px; vertical-align:middle" HAL_idsAriaLabel="IDS_AC_CELL_SPACING"/>&nbsp;<span HAL_ids="IDS_HAL_CSS_LENGTH_UNIT_PX"></span>
  33. </div>
  34. <div style="padding-top:var(--16S)">
  35. <label HAL_dlgItemFor="chkShowEmptyCells" class="clsToggle">
  36. <input HAL_dlgItemId="chkShowEmptyCells" hideFocus="true" type="checkbox"/><span HAL_ids="IDS_LBL_EMPTY_CELLS"></span>
  37. </label>
  38. </div>
  39. </div>
  40. </fieldset>
  41. </td>
  42. </tr>
  43. </table>
  44. <label HAL_dlgItemFor="chkFixedSize" class="clsToggle" style="margin-top:var(--16S)">
  45. <input HAL_dlgItemId="chkFixedSize" hideFocus="true" type="checkbox"/><span HAL_ids="IDS_LBL_FIXED_TABLE"></span>
  46. </label>
  47. <div class="clsDlgButtonBar">
  48. <button class="clsDlgButton" onclick="_wm9._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  49. <button class="clsDlgButton" onclick="_wm9._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
  50. <button class="clsDlgButton" onclick="_wm9._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  51. </div>
  52. </div>
  53. ]]></dialogHtml>
  54. <styleSheets>
  55. <styleSheet src="cchl/cchl_dialogs.css"/>
  56. </styleSheets>
  57. </dialog>
  58. </resources>