new functional

git-svn-id: svn://kolibrios.org@8204 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pavelyakov 2020-11-16 20:02:06 +00:00
parent f0b7d7407c
commit 1703612576
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<application>
<keyboard language="C--" type="press" key="KEY_ESC">
<keyboard language="C--" type="press" key="CODE_ESC">
ExitProcess();
</keyboard>
<keyboard language="lisp" type="press" key="KEY_ESC">
@ -9,7 +9,7 @@
<window type="undragable" right="15" bottom="15" width="150" height="80">
<DrawBar left="0" top="0" width="150" height="80" color="#414155" />
<DrawRect left="0" top="0" width="150" height="80" weight="3" color="#5555FF" />
<DrawText left="15" top="20" type="0x81" color="#FFFF55" value=" REV 7321 " />
<DrawText left="15" top="45" type="0x81" color="#FFFF55" value="17.09.2018" />
<DrawText left="15" top="20" type="0x81" color="#FFFF55"> REV 7321 </DrawText>
<DrawText left="15" top="45" type="0x81" color="#FFFF55">17.09.2018</DrawText>
</window>
</application>
</application>