目前共有1篇帖子。 内容转换:不转换▼
 
点击 回复
178 0
帮助和支持中心选项
一派护法 十九级
1楼 发表于:2010-9-1 22:23
帮助和支持中心选项
从下面的选项中选择来自定义您的帮助和支持中心。
在浏览栏中显示收藏夹 在浏览栏中显示历史 用于帮助内容的字体大小: 小

大 浏览栏中的图标的选项: 显示所有的文字标签
只显示默认的文字标签
不显示文字标签 var g_options = pchealth.UserSettings.Options; function readOptions() { idOPT_fav .checked = g_options.ShowFavorites; idOPT_hist.checked = g_options.ShowHistory; switch(g_options.TextLabels) { case 0: idOPT_text_ALL .checked = true; break; case 1: idOPT_text_SEL .checked = true; break; case 2: idOPT_text_NONE.checked = true; break; } switch(g_options.FontSize) { case 0: idOPT_font_SMALL .checked = true; break; case 1: idOPT_font_MEDIUM.checked = true; break; case 2: idOPT_font_LARGE .checked = true; break; } } function updateOptions() { g_options.ShowFavorites = idOPT_fav .checked; g_options.ShowHistory = idOPT_hist.checked; if(idOPT_text_ALL .checked) g_options.TextLabels = 0; if(idOPT_text_SEL .checked) g_options.TextLabels = 1; if(idOPT_text_NONE.checked) g_options.TextLabels = 2; if(idOPT_font_SMALL .checked) g_options.FontSize = 0; if(idOPT_font_MEDIUM.checked) g_options.FontSize = 1; if(idOPT_font_LARGE .checked) g_options.FontSize = 2; g_options.Apply(); } readOptions();

回复帖子

内容:
抱歉,系统已内测完毕,本吧不能发帖
抱歉,系统已内测完毕,本吧不能发帖
用户名: 您目前是匿名发表
(快捷键:Ctrl+Enter)
 

本帖信息

点击数:178 回复数:0
评论数: ?
作者:巨大八爪鱼
最后回复:巨大八爪鱼
最后回复时间:2010-9-1 22:23
 
©2010-2024 Arslanbar Ver2.0
除非另有声明,本站采用知识共享署名-相同方式共享 3.0 Unported许可协议进行许可。