2023-11-06 19:05:21 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-11-07 15:23:57 +00:00
|
|
|
<component name="Clock" extends="Group">
|
2023-11-06 19:05:21 +00:00
|
|
|
<children>
|
|
|
|
<Label id="clockTime" font="font:SmallSystemFont" horizAlign="right" vertAlign="center" height="64" width="200" />
|
|
|
|
<Timer id="currentTimeTimer" repeat="true" duration="1" />
|
|
|
|
</children>
|
|
|
|
<interface>
|
|
|
|
</interface>
|
|
|
|
</component>
|