123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cchl
- (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="D_Font" idsDialogTitle="IDS_CCHL_TITLE_FONT" helpId="dlgFont">
- <dialogHtml><![CDATA[
- <div onkeypress="D_Font.F_OnKeyPress( event )" onkeydown="D_Font.F_OnKeyDown( event )">
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td style="padding-right:10px; padding-bottom:12px">
- <div HAL_ids="IDS_CCHL_LBL_FONT_FAMILY"></div>
- <input type="text" HAL_dlgItemId="txtFontFamily" class="clsTextBox" HAL_isSelectable="true" style="width:155px; height:22px; vertical-align:middle" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_FAMILY" onfocus="this.select()" onchange="D_Font.F_UpdateSample()" onkeyup="D_Font.F_UpdateSample()"/><br/>
- <div HAL_dlgItemId="divFontFamily" class="clsListView" style="overflow-y:scroll; height:75px; min-width:155px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_FAMILY"></div>
- </td>
- <td style="padding-right:10px; padding-bottom:12px">
- <div HAL_ids="IDS_CCHL_LBL_FONT_SIZE"></div>
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr>
- <td><input HAL_dlgItemId="txtFontSize" class="clsTextBox clsCCHLNumeric" type="text" maxlength="10" HAL_isSelectable="true" style="width:45px; height:22px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_SIZE" onfocus="this.select()" onkeyup="D_Font.F_UpdateSample()"/></td>
- <td><table HAL_dlgItemId="cboSizeUnit" style="width:45px" HAL_idsAriaLabel="IDS_LBL_UNITS"></table></td>
- </tr>
- </table>
- <div HAL_dlgItemId="divFontSize" class="clsListView" style="overflow-y:scroll; height:75px; min-width:90px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_SIZE"></div>
- </td>
- <td style="padding-right:10px; padding-bottom:12px">
- <div HAL_ids="IDS_CCHL_LBL_FONT_WEIGHT"></div>
- <input type="text" HAL_dlgItemId="txtFontWeight" class="clsTextBox" HAL_isSelectable="true" style="display:none; width:75px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_WEIGHT" onfocus="this.select()" onchange="D_Font.F_UpdateSample()" onkeyup="D_Font.F_UpdateSample()"/>
- <div HAL_dlgItemId="divFontWeight" class="clsListView" style="height:98px; min-width:75px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_WEIGHT"></div>
- </td>
- <td>
- <div HAL_ids="IDS_CCHL_LBL_FONT_STYLE"></div>
- <input type="text" HAL_dlgItemId="txtFontStyle" class="clsTextBox" HAL_isSelectable="true" style="display:none; width:75px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_STYLE" onfocus="this.select()" onchange="D_Font.F_UpdateSample()" onkeyup="D_Font.F_UpdateSample()"/>
- <div HAL_dlgItemId="divFontStyle" class="clsListView" style="height:98px; min-width:75px" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_STYLE"></div>
- </td>
- </tr>
- </table>
- <table class="clsDialogText" cellpadding="0" cellspacing="0">
- <tr style="vertical-align:top">
- <td HAL_dlgItemId="tdTextDecoration" style="padding-right:10px; padding-top:7px; white-space:nowrap">
- <fieldset HAL_dlgItemId="fsTextDecoration" class="clsDialogText"><legend HAL_ids="IDS_CCHL_LBL_FONT_TEXT_DECORATION"></legend>
- <div style="padding:4px">
- <div>
- <label HAL_dlgItemFor="chkUnderline">
- <input HAL_dlgItemId="chkUnderline" hideFocus="true" type="checkbox" style="border:none" onclick="D_Font.F_UpdateSample()"/> <span HAL_ids="IDS_CCHL_LBL_FONT_UNDERLINE"></span>
- </label>
- </div>
- <div>
- <label HAL_dlgItemFor="chkOverline">
- <input HAL_dlgItemId="chkOverline" hideFocus="true" type="checkbox" style="border:none" onclick="D_Font.F_UpdateSample()"/> <span HAL_ids="IDS_CCHL_LBL_FONT_OVERLINE"></span>
- </label>
- </div>
- <div>
- <label HAL_dlgItemFor="chkLineThrough">
- <input HAL_dlgItemId="chkLineThrough" hideFocus="true" type="checkbox" style="border:none" onclick="D_Font.F_UpdateSample()"/> <span HAL_ids="IDS_CCHL_LBL_FONT_LINETHROUGH"></span>
- </label>
- </div>
- </div>
- </fieldset>
- </td>
- <td style="padding-left:4px; padding-top:7px; width:100%; text-align:left" colspan="3">
- <fieldset HAL_dlgItemId="fsPreview" class="clsDialogText" style="height:85px; width:315px; overflow:hidden"><legend HAL_ids="IDS_CCHL_LBL_PREVIEW"></legend>
- <table style="width:100%; height:100%; table-layout:fixed" cellpadding="0" cellspacing="0"><tr><td HAL_dlgItemId="divSample" style="text-align:center; vertical-align:middle; white-space:nowrap; padding-bottom:20px" class="clsCCHLFontPreview"></td></tr></table>
- </fieldset>
- <div HAL_dlgItemId="divColor" style="margin-top:10px">
- <button HAL_dlgItemId="btnColor" class="clsColorButton" HAL_idsAriaLabel="IDS_CCHL_LBL_FONT_COLOR" onclick="D_Font.F_ChooseColor()"><div></div></button><span style="vertical-align:middle; margin-left:4px" HAL_ids="IDS_CCHL_LBL_FONT_COLOR" class="clsHyperlink" onclick="D_Font.F_ChooseColor()" onmouseover="this.className='clsHyperlink_hover'" onmouseout="this.className='clsHyperlink'"></span>
- </div>
- </td>
- </tr>
- </table>
- <hr class="clsBuxHide"/>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="D_Font.F_OnOK()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="D_Font.F_OnApply()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button class="clsDlgButton" onclick="D_Font.F_OnCancel()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="hal/C_ListView.js"/>
- <externalScript src="hal/C_ComboBox.js"/>
- <externalScript src="hal/C_CSSLength.js"/>
- <externalScript src="hal/U_Clipboard.js"/>
- <externalScript src="hal/C_CSSDefinition.js"/>
- <externalScript src="cchl/dialogs/D_Font_async.js"/>
- <externalScript src="cchl/dialogs/D_Color.js"/>
- </externalScripts>
- <externalStringTables>
- <externalStringTable src="cchl/res/cchl_strings"/>
- </externalStringTables>
- <externalResources>
- <externalResource src="cchl/res/cchl_resources.xml"/>
- </externalResources>
- </dialog>
- <listView id="CCHL_font-family" allowCtrlDeselect="false">
- <listItems>
- <listItem value="" idsLabel="IDS_CCHL_PROPVAL_DEFAULT"/>
- </listItems>
- </listView>
- <listView id="CCHL_font-weight" allowCtrlDeselect="false">
- <listItems>
- <listItem value="" idsLabel="IDS_CCHL_PROPVAL_DEFAULT"/>
- <listItem value="normal" idsLabel="IDS_CCHL_LBL_FONT_WEIGHT_NORMAL"/>
- <listItem value="bold" idsLabel="IDS_CCHL_LBL_FONT_WEIGHT_BOLD"/>
- </listItems>
- </listView>
- <listView id="CCHL_font-style" allowCtrlDeselect="false">
- <listItems>
- <listItem value="" idsLabel="IDS_CCHL_PROPVAL_DEFAULT"/>
- <listItem value="normal" idsLabel="IDS_CCHL_LBL_FONT_STYLE_NORMAL"/>
- <listItem value="italic" idsLabel="IDS_CCHL_LBL_FONT_STYLE_ITALIC"/>
- </listItems>
- </listView>
- </resources>
|