Subversion Repositories Kolibri OS

Rev

Rev 8204 | Blame | Last modification | View Log | Download | RSS feed

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <application>
  3.         <keyboard language="C--" type="press" key="CODE_ESC">
  4.                 ExitProcess();
  5.         </keyboard>
  6.         <keyboard language="lisp" type="press" key="KEY_ESC">
  7.                 (exit)
  8.         </keyboard>
  9.         <window type="undragable" right="15" bottom="15" width="150" height="80">
  10.                 <DrawBar left="0" top="0" width="150" height="80" color="#414155" />
  11.                 <DrawRect left="0" top="0" width="150" height="80" weight="3" color="#5555FF" />
  12.                 <DrawText left="15" top="20" type="0x81" color="#FFFF55"> REV <RevisionNumber /> </DrawText>
  13.                 <DrawText left="15" top="45" type="0x81" color="#FFFF55">17.09.2018</DrawText>
  14.         </window>
  15. </application>