HintAndSoundConfig.xml 615 B

12345678910111213141516
  1. <?xml version="1.0" encoding="gb2312"?>
  2. <HintAndSoundConfig>
  3. <ShowHintOnOnline Value="False"/>
  4. <ShowHintOnOffline Value="False"/>
  5. <DontShowHintOnBusy Value="True"/>
  6. <PlaySoundOnOnline Value="True" File="Sound\in.wav"/>
  7. <PlaySoundOnOffline Value="True" File="Sound\out.wav"/>
  8. <PlaySoundOnGetMessage Value="True" File="Sound\type.wav"/>
  9. <PlaySoundOnGetSystemMessage Value="True" File="Sound\sys.wav"/>
  10. <FlashCaptionOnOnline Value="True"/>
  11. <FlashImageOnGetMessage Value="True"/>
  12. <ShowShakeWindow Value="True"/>
  13. <ShowCustomMessage Value="True"/>
  14. <ShowFileTransCompleted Value="True"/>
  15. </HintAndSoundConfig>