📄 web_khhr.exe.config
字号:
<?xml version="1.0" encoding="utf-8"?><configuration> <appSettings> <!-- The value could be "enabled" or "disabled" --> <add key ="PBTrace" value ="enabled" /> <!-- The target can be File, EventLog or File|EventLog --> <add key ="PBTraceTarget" value="File" /> <!-- If the Target is File, PBTraceFileName should also be specified. --> <!-- The level of trace: Critical (default) / SystemFunction --> <add key="PBTraceLevel" value="Critical" /> <add key ="PBTraceFileName" value ="PBTrace.log" /> <!-- EventLogId is optional(0 is default), and it only works when EventLog is enabled --> <add key ="PBEventLogID" value ="1101"/> <!-- Application updater notifier settings --> <!-- The value could be "yes" or "no" --> <add key="UpdateNotifierEnabled" value="no" /> <!-- The tray icon name, must be a valid file name --> <add key="UpdateNotifierIcon" value="" /> <!-- The updater notifier background image name, must be a valid file name --> <add key="UpdateNotifierBackground" value="" /> <!-- The updater notifier form title string --> <add key="UpdateNotifierTitleText" value="" /> <!-- whether to poll for update, could be "yes" or "no" --> <add key="UpdateNotifierIsPollForUpdate" value="no" /> <!-- Polling intervals(hour) --> <add key="UpdateNotifierPollingIntervals" value="1" /> <!-- Application Name showed in updater notifier --> <add key="UpdateNotifierApplicationName" value="" /> <!-- Description of an update --> <add key="UpdateNotifierUpdateDescription" value="" /> <add key="UICulture" value="auto" /> <add key="Culture" value="auto" /> <add key="PBAppIcon" value="..\103.ICO" /> </appSettings></configuration>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -