office.html 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. <div style="background-color: #FFF; overflow: hidden">
  2. <div title="基本" class="MWFTab">
  3. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  4. <tr>
  5. <td class="editTableTitle" colspan="2"><div style="text-align:center; color: red;">仅IE浏览器可用</div></td>
  6. </tr>
  7. <tr>
  8. <td class="editTableTitle">标识:</td>
  9. <td class="editTableValue"><input type="text" name="id" value="text{$.id}" class="editTableInput"/></td>
  10. </tr>
  11. <tr>
  12. <td class="editTableTitle">名称:</td>
  13. <td class="editTableValue"><input type="text" name="name" value="text{$.name}" class="editTableInput"/></td>
  14. </tr>
  15. <tr>
  16. <td class="editTableTitle">描述:</td>
  17. <td class="editTableValue"><input type="text" name="description" value="text{$.description}" class="editTableInput"/></td>
  18. </tr>
  19. <tr>
  20. <td class="editTableTitle">是否只读:</td>
  21. <td class="editTableValue">
  22. <input type="radio" name="isReadonly" value="true" text{($.isReadonly)?'checked':''}/>是
  23. <input type="radio" name="isReadonly" value="false" text{(!$.isReadonly)?'checked':''}/>否
  24. </td>
  25. </tr>
  26. <tr>
  27. <td class="editTableTitle">延时加载:</td>
  28. <td class="editTableValue">
  29. <input type="radio" name="isNotLoadNow" value="true" text{($.isNotLoadNow)?'checked':''}/>是
  30. <input type="radio" name="isNotLoadNow" value="false" text{(!$.isNotLoadNow)?'checked':''}/>否
  31. </td>
  32. </tr>
  33. <tr>
  34. <td class="editTableTitle">是否保留历史版本:</td>
  35. <td class="editTableValue">
  36. <input type="radio" name="isHistory" value="true" text{($.isHistory)?'checked':''}/>是
  37. <input type="radio" name="isHistory" value="false" text{(!$.isHistory)?'checked':''}/>否
  38. </td>
  39. </tr>
  40. <tr>
  41. <td class="editTableTitle">是否可打开附件:</td>
  42. <td class="editTableValue">
  43. <input onclick="if (this.checked){ $('text{$.pid}attachmentConfigArea').setStyle('display', 'block')}" type="radio" name="isOpenAttachment" value="true" text{($.isOpenAttachment)?'checked':''}/>是
  44. <input onclick="if (this.checked){ $('text{$.pid}attachmentConfigArea').setStyle('display', 'none')}" type="radio" name="isOpenAttachment" value="false" text{(!$.isOpenAttachment)?'checked':''}/>否
  45. </td>
  46. </tr>
  47. </table>
  48. <div id="text{$.pid}attachmentConfigArea" style="display: text{($.isOpenAttachment)?'block':'none'};">
  49. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  50. <tr>
  51. <td class="editTableTitle">附件框</td>
  52. <td class="editTableValue">
  53. <input type="text" name="attachmentIds" value="text{$.attachmentIds}" class="editTableInput"/>
  54. </td>
  55. </tr>
  56. <tr>
  57. <td class="editTableTitle">附件只读:</td>
  58. <td class="editTableValue">
  59. <input type="radio" name="isAttReadonly" value="true" text{($.isAttReadonly)?'checked':''}/>是
  60. <input type="radio" name="isAttReadonly" value="false" text{(!$.isAttReadonly)?'checked':''}/>否
  61. </td>
  62. </tr>
  63. </table>
  64. </div>
  65. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  66. <tr>
  67. <td class="editTableTitle">自动保存:</td>
  68. <td class="editTableValue">
  69. <input onclick="if (this.checked){ $('text{$.pid}fileAutoSaveArea').setStyle('display', 'block')}" type="radio" name="isAutoSave" value="true" text{($.isAutoSave)?'checked':''}/>是
  70. <input onclick="if (this.checked){ $('text{$.pid}fileAutoSaveArea').setStyle('display', 'none')}" type="radio" name="isAutoSave" value="false" text{(!$.isAutoSave)?'checked':''}/>否
  71. </td>
  72. </tr>
  73. </table>
  74. <div id="text{$.pid}fileAutoSaveArea" style="display: text{($.isAutoSave)?'block':'none'};">
  75. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  76. <tr>
  77. <td class="editTableValue" colspan="2"><b>保留版本数: &nbsp;&nbsp;</b>
  78. <select name="autoSaveNumber">
  79. <option value="1" text{($.autoSaveNumber=='1')?'selected':''}>1</option>
  80. <option value="2" text{($.autoSaveNumber=='2')?'selected':''}>2</option>
  81. <option value="3" text{(!$.autoSaveNumber || $.autoSaveNumber=='3')?'selected':''}>3</option>
  82. <option value="4" text{($.autoSaveNumber=='4')?'selected':''}>4</option>
  83. <option value="5" text{($.autoSaveNumber=='5')?'selected':''}>5</option>
  84. <option value="6" text{($.autoSaveNumber=='6')?'selected':''}>6</option>
  85. </select>
  86. </td>
  87. </tr>
  88. <tr>
  89. <td class="editTableTitle">时间间隔(分钟):</td>
  90. <td class="editTableValue">
  91. <input type="number" name="autoSaveTime" value="text{$.autoSaveTime || 5}" class="editTableInput"/>
  92. </td>
  93. </tr>
  94. </table>
  95. </div>
  96. <div class="MWFMaplist" name="styles" title="样式"></div>
  97. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  98. <tr>
  99. <td class="editTableTitle">类型:</td>
  100. <td class="editTableValue">
  101. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='word')?'checked':''} type="radio" value="word"/>Word 文档<br/>
  102. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='excel')?'checked':''} type="radio" value="excel"/>Excel 电子表格<br/>
  103. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'none'); " name="officeType" text{($.officeType=='ppt')?'checked':''} type="radio" value="ppt"/>PowerPoint 幻灯片<br/>
  104. <input class="editTableRadio" onclick="if (this.checked) $('officeTemplateArea').setStyle('display', 'block'); " name="officeType" text{($.officeType=='other')?'checked':''} type="radio" value="other"/>根据模板创建
  105. </td>
  106. </tr>
  107. </table>
  108. <div id="officeTemplateArea" title="src" style="display: text{($.officeType=='other')?'block':'none'}">
  109. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  110. <tr>
  111. <td class="editTableTitle">模板位置:</td>
  112. <td class="editTableValue">
  113. <input type="text" name="template" value="text{$.template}" class="editTableInput"/>
  114. </td>
  115. </tr>
  116. </table>
  117. </div>
  118. <div class="MWFScriptArea" name="readScript" title="满足条件时只读 (S)"></div>
  119. <div class="MWFFormulaArea" name="fileSite" title="读取文件的site (S)"></div>
  120. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  121. <tr>
  122. <td class="editTableTitle">用户标题:</td>
  123. <td class="editTableValue"><input type="text" name="productCaption" value="text{$.productCaption}" class="editTableInput"/></td>
  124. </tr>
  125. <tr>
  126. <td class="editTableTitle">用户标识:</td>
  127. <td class="editTableValue"><input type="text" name="productKey" value="text{$.productKey}" class="editTableInput"/></td>
  128. </tr>
  129. <!--<tr>-->
  130. <!--<td class="editTableTitle">授权标题:</td>-->
  131. <!--<td class="editTableValue"><input type="text" name="makerCaption" value="text{$.makerCaption}" class="editTableInput"/></td>-->
  132. <!--</tr>-->
  133. <!--<tr>-->
  134. <!--<td class="editTableTitle">授权标识:</td>-->
  135. <!--<td class="editTableValue"><input type="text" name="makerKey" value="text{$.makerKey}" class="editTableInput"/></td>-->
  136. <!--</tr>-->
  137. <!--<tr>-->
  138. <!--<td class="editTableTitle">控件版本:</td>-->
  139. <!--<td class="editTableValue"><input type="text" name="version" value="text{$.version}" class="editTableInput"/></td>-->
  140. <!--</tr>-->
  141. <!--<tr>-->
  142. <!--<td class="editTableTitle">classid:</td>-->
  143. <!--<td class="editTableValue"><input type="text" name="clsid" value="text{$.clsid}" class="editTableInput"/></td>-->
  144. <!--</tr>-->
  145. <!--<tr>-->
  146. <!--<td class="editTableTitle">控件路径:</td>-->
  147. <!--<td class="editTableValue"><input type="text" name="codeBase" value="text{$.codeBase}" class="editTableInput"/></td>-->
  148. <!--</tr>-->
  149. <!--<tr>-->
  150. <!--<td class="editTableTitle">classid64位:</td>-->
  151. <!--<td class="editTableValue"><input type="text" name="clsid64" value="text{$.clsid64}" class="editTableInput"/></td>-->
  152. <!--</tr>-->
  153. <!--<tr>-->
  154. <!--<td class="editTableTitle">控件路径64位:</td>-->
  155. <!--<td class="editTableValue"><input type="text" name="codeBase64" value="text{$.codeBase64}" class="editTableInput"/></td>-->
  156. <!--</tr>-->
  157. </table>
  158. </div>
  159. <div title="编辑" class="MWFTab">
  160. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">工具栏</div>
  161. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  162. <tr>
  163. <td class="editTableTitle">工具</td>
  164. <td class="editTableValue">
  165. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('new')!=-1)?'checked':''} type="checkbox" value="new"/>新建文档
  166. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('open')!=-1)?'checked':''} type="checkbox" value="open"/>打开本地文件
  167. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('save')!=-1)?'checked':''} type="checkbox" value="save"/>保存到本地
  168. <br/>
  169. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>痕迹切换
  170. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>全屏模式
  171. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>工具栏切换
  172. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>打印预览
  173. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>套红按钮
  174. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>盖章按钮
  175. <br/><input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>查看历史版本
  176. </td>
  177. </tr>
  178. </table>
  179. <!--<table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">-->
  180. <!--<tr>-->
  181. <!--<td class="editTableValue">-->
  182. <!--<b>痕迹切换:</b>-->
  183. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions!='0')?'checked':''} type="radio" value="1"/>是-->
  184. <!--<input class="editTableRadio" name="menu_revisions" text{($.menu_revisions=='0')?'checked':''} type="radio" value="0"/>否-->
  185. <!--</td>-->
  186. <!--</tr>-->
  187. <!--<tr>-->
  188. <!--<td class="editTableValue">-->
  189. <!--<b>全屏模式:</b>-->
  190. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen!='0')?'checked':''} type="radio" value="1"/>是-->
  191. <!--<input class="editTableRadio" name="menu_fullscreen" text{($.menu_fullscreen=='0')?'checked':''} type="radio" value="0"/>否-->
  192. <!--</td>-->
  193. <!--</tr>-->
  194. <!--<tr>-->
  195. <!--<td class="editTableValue">-->
  196. <!--<b>工具栏切换:</b>-->
  197. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar=='1')?'checked':''} type="radio" value="1"/>是-->
  198. <!--<input class="editTableRadio" name="menu_toolbar" text{($.menu_toolbar!='1')?'checked':''} type="radio" value="0"/>否-->
  199. <!--</td>-->
  200. <!--</tr>-->
  201. <!--<tr>-->
  202. <!--<td class="editTableValue">-->
  203. <!--<b>打印预览:</b>-->
  204. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview!='0')?'checked':''} type="radio" value="1"/>是-->
  205. <!--<input class="editTableRadio" name="menu_preview" text{($.menu_preview=='0')?'checked':''} type="radio" value="0"/>否-->
  206. <!--</td>-->
  207. <!--</tr>-->
  208. <!--<tr>-->
  209. <!--<td class="editTableValue">-->
  210. <!--<b>套红按钮:</b>-->
  211. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile=='1')?'checked':''} type="radio" value="1"/>是-->
  212. <!--<input class="editTableRadio" name="menu_redfile" text{($.menu_redfile!='1')?'checked':''} type="radio" value="0"/>否-->
  213. <!--</td>-->
  214. <!--</tr>-->
  215. <!--<tr>-->
  216. <!--<td class="editTableValue">-->
  217. <!--<b>盖章按钮:</b>-->
  218. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal=='1')?'checked':''} type="radio" value="1"/>是-->
  219. <!--<input class="editTableRadio" name="menu_seal" text{($.menu_seal!='1')?'checked':''} type="radio" value="0"/>否-->
  220. <!--</td>-->
  221. <!--</tr>-->
  222. <!--</table>-->
  223. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">属性:</div>
  224. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  225. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  226. <tr><td class="editTableValue" colspan="2">
  227. <b>是否显示标题栏:</b>
  228. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>是
  229. <input class="editTableRadio" name="ntkoEditProperties.TitleBar" text{($.ntkoEditProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>否
  230. </td></tr>
  231. <tr><td class="editTableValue" colspan="2">
  232. <b>是否显示菜单栏:</b>
  233. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>是
  234. <input class="editTableRadio" name="ntkoEditProperties.Menubar" text{($.ntkoEditProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>否
  235. </td></tr>
  236. <tr><td class="editTableValue" colspan="2">
  237. <b>是否显示工具栏:</b>
  238. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>是
  239. <input class="editTableRadio" name="ntkoEditProperties.ToolBars" text{($.ntkoEditProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>否
  240. </td></tr>
  241. <tr><td class="editTableValue" colspan="2">
  242. <b>是否显示状态栏:</b>
  243. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>是
  244. <input class="editTableRadio" name="ntkoEditProperties.Statusbar" text{($.ntkoEditProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>否
  245. </td></tr>
  246. <tr>
  247. <td class="editTableTitle">显示比例:</td>
  248. <td class="editTableValue"><input type="number" name="editScale" value="text{$.editScale}" class="editTableInput"/></td>
  249. </tr>
  250. <tr>
  251. <td class="editTableTitle">标题:</td>
  252. <td class="editTableValue"><input type="text" name="ntkoEditProperties.Caption" value="text{$.ntkoEditProperties.Caption}" class="editTableInput"/></td>
  253. </tr>
  254. <tr><td class="editTableValue" colspan="2">
  255. <b>边框样式:</b>
  256. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>无
  257. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle!='0' && $.ntkoEditProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>平面
  258. <input class="editTableRadio" name="ntkoEditProperties.BorderStyle" text{($.ntkoEditProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  259. </td></tr>
  260. <tr>
  261. <td class="editTableTitle">边框颜色:</td>
  262. <td class="editTableValue"><input type="color" name="ntkoEditProperties.BorderColor" value="text{$.ntkoEditProperties.BorderColor}" class="editTableInput"/></td>
  263. </tr>
  264. <tr><td class="editTableValue" colspan="2">
  265. <b>是否禁止拷贝:</b>
  266. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>是
  267. <input class="editTableRadio" name="ntkoEditProperties.IsNoCopy" text{($.ntkoEditProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>否
  268. </td></tr>
  269. <tr><td class="editTableValue" colspan="2">
  270. <b>是否保留痕迹:</b>
  271. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions=='1')?'checked':''} type="radio" value="1"/>是
  272. <input class="editTableRadio" name="trackRevisions" text{($.trackRevisions!='1')?'checked':''} type="radio" value="0"/>否
  273. </td></tr>
  274. </table>
  275. <div class="MWFMaplist" name="editProperties" title="其他属性"></div>
  276. </div>
  277. <div title="阅读" class="MWFTab">
  278. <div style="height: 28px; font-weight: bold; line-height:28px; background-color: #EEE; padding: 0px 6px; border-top: 1px solid #999">工具栏</div>
  279. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  280. <tr>
  281. <td class="editTableTitle">工具</td>
  282. <td class="editTableValue">
  283. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('revisions')!=-1)?'checked':''} type="checkbox" value="revisions"/>痕迹切换
  284. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('fullscreen')!=-1)?'checked':''} type="checkbox" value="fullscreen"/>全屏模式
  285. <input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('toolbar')!=-1)?'checked':''} type="checkbox" value="toolbar"/>工具栏切换
  286. <br/><input class="editTableRadio" name="menuReadButtons" text{(($.menuReadButtons) && $.menuReadButtons.indexOf('preview')!=-1)?'checked':''} type="checkbox" value="preview"/>打印预览
  287. <input class="editTableRadio" name="menuEditButtons" text{(($.menuEditButtons) && $.menuEditButtons.indexOf('showHistory')!=-1)?'checked':''} type="checkbox" value="showHistory"/>查看历史版本
  288. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('redfile')!=-1)?'checked':''} type="checkbox" value="redfile"/>套红按钮-->
  289. <!--<input class="editTableRadio" name="menuReadButtons" text{(($.menu_buttons) && $.menu_buttons.indexOf('seal')!=-1)?'checked':''} type="checkbox" value="seal"/>盖章按钮-->
  290. </td>
  291. </tr>
  292. </table>
  293. <!--<div style="background-color: #eeeeee; height: 24px; line-height: 24px; text-align: center;">界面相关</div>-->
  294. <table width="100%" border="0" cellpadding="5" cellspacing="0" class="editTable">
  295. <tr><td class="editTableValue" colspan="2">
  296. <b>是否显示标题栏:</b>
  297. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar=='1')?'checked':''} type="radio" value="1"/>是
  298. <input class="editTableRadio" name="ntkoReadProperties.TitleBar" text{($.ntkoReadProperties.TitleBar!='1')?'checked':''} type="radio" value="0"/>否
  299. </td></tr>
  300. <tr><td class="editTableValue" colspan="2">
  301. <b>是否显示菜单栏:</b>
  302. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar=='1')?'checked':''} type="radio" value="1"/>是
  303. <input class="editTableRadio" name="ntkoReadProperties.Menubar" text{($.ntkoReadProperties.Menubar!='1')?'checked':''} type="radio" value="0"/>否
  304. </td></tr>
  305. <tr><td class="editTableValue" colspan="2">
  306. <b>是否显示工具栏:</b>
  307. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars!='0')?'checked':''} type="radio" value="1"/>是
  308. <input class="editTableRadio" name="ntkoReadProperties.ToolBars" text{($.ntkoReadProperties.ToolBars=='0')?'checked':''} type="radio" value="0"/>否
  309. </td></tr>
  310. <tr><td class="editTableValue" colspan="2">
  311. <b>是否显示状态栏:</b>
  312. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar=='1')?'checked':''} type="radio" value="1"/>是
  313. <input class="editTableRadio" name="ntkoReadProperties.Statusbar" text{($.ntkoReadProperties.Statusbar!='1')?'checked':''} type="radio" value="0"/>否
  314. </td></tr>
  315. <tr>
  316. <td class="editTableTitle">显示比例:</td>
  317. <td class="editTableValue"><input type="number" name="readScale" value="text{$.readScale}" class="editTableInput"/></td>
  318. </tr>
  319. <tr>
  320. <td class="editTableTitle">标题:</td>
  321. <td class="editTableValue"><input type="text" name="ntkoReadProperties.Caption" value="text{$.ntkoReadProperties.Caption}" class="editTableInput"/></td>
  322. </tr>
  323. <tr><td class="editTableValue" colspan="2">
  324. <b>边框样式:</b>
  325. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='0')?'checked':''} type="radio" value="0"/>无
  326. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle!='0' && $.ntkoReadProperties.BorderStyle!='2')?'checked':''} type="radio" value="1"/>平面
  327. <input class="editTableRadio" name="ntkoReadProperties.BorderStyle" text{($.ntkoReadProperties.BorderStyle=='2')?'checked':''} type="radio" value="2"/>3D
  328. </td></tr>
  329. <tr>
  330. <td class="editTableTitle">边框颜色:</td>
  331. <td class="editTableValue"><input type="color" name="ntkoReadProperties.BorderColor" value="text{$.ntkoReadProperties.BorderColor}" class="editTableInput"/></td>
  332. </tr>
  333. <tr><td class="editTableValue" colspan="2">
  334. <b>是否禁止拷贝:</b>
  335. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy=='1')?'checked':''} type="radio" value="1"/>是
  336. <input class="editTableRadio" name="ntkoReadProperties.IsNoCopy" text{($.ntkoReadProperties.IsNoCopy!='1')?'checked':''} type="radio" value="0"/>否
  337. </td></tr>
  338. </table>
  339. <div class="MWFMaplist" name="readProperties" title="其他属性"></div>
  340. </div>
  341. <div title="事件" class="MWFTab">
  342. <div class="MWFEventsArea" name="events"></div>
  343. </div>
  344. <div title="HTML" class="MWFTab">
  345. <div class="MWFHTMLArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  346. </div>
  347. <div title="JSON" class="MWFTab">
  348. <div class="MWFJSONArea" style="font-family: Verdana, Geneva, sans-serif; font-size:14px"></div>
  349. </div>
  350. </div>