目前共有1篇帖子。 內容轉換:不轉換▼
 
點擊 回復
175 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)
 

本帖信息

點擊數:175 回複數:0
評論數: ?
作者:巨大八爪鱼
最後回復:巨大八爪鱼
最後回復時間:2010-9-1 22:23
 
©2010-2024 Arslanbar Ver2.0
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。