RosettaCodeData/Task/Hello-world-Graphical/Elena/hello-world-graphical-2.elena
2026-02-01 16:33:20 -08:00

6 lines
299 B
Text

<Form :Name="MainWindow" :Height="110" :Width="200" Caption="ELENA 6.0">
<Label :Name="labCaption" :X="40" :Y="10" :Width="150" :Height="30" Caption="ELENA">
</Label>
<Button :Name="btnExit" :X="20" :Y="40" :Width="150" :Height="30" Caption="Close" :onClick="&onExit">
</Button>
</Form>