new functional
git-svn-id: svn://kolibrios.org@8204 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f0b7d7407c
commit
1703612576
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<application>
|
<application>
|
||||||
<keyboard language="C--" type="press" key="KEY_ESC">
|
<keyboard language="C--" type="press" key="CODE_ESC">
|
||||||
ExitProcess();
|
ExitProcess();
|
||||||
</keyboard>
|
</keyboard>
|
||||||
<keyboard language="lisp" type="press" key="KEY_ESC">
|
<keyboard language="lisp" type="press" key="KEY_ESC">
|
||||||
|
@ -9,7 +9,7 @@
|
||||||
<window type="undragable" right="15" bottom="15" width="150" height="80">
|
<window type="undragable" right="15" bottom="15" width="150" height="80">
|
||||||
<DrawBar left="0" top="0" width="150" height="80" color="#414155" />
|
<DrawBar left="0" top="0" width="150" height="80" color="#414155" />
|
||||||
<DrawRect left="0" top="0" width="150" height="80" weight="3" color="#5555FF" />
|
<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="20" type="0x81" color="#FFFF55"> REV 7321 </DrawText>
|
||||||
<DrawText left="15" top="45" type="0x81" color="#FFFF55" value="17.09.2018" />
|
<DrawText left="15" top="45" type="0x81" color="#FFFF55">17.09.2018</DrawText>
|
||||||
</window>
|
</window>
|
||||||
</application>
|
</application>
|
Loading…
Reference in New Issue