⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 web_khhr.exe.config

📁 pb11web开发示范
💻 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 + -