wip - refacts
This commit is contained in:
parent
660959819e
commit
736e46e800
68 changed files with 577 additions and 9832 deletions
24
CrossZicMoove/MainForm.xeto
Normal file
24
CrossZicMoove/MainForm.xeto
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Form xmlns="http://schema.picoe.ca/eto.forms" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="My Eto Form" ClientSize="400, 350">
|
||||
<StackLayout>
|
||||
<Label>Some Content</Label>
|
||||
</StackLayout>
|
||||
<Form.Menu>
|
||||
<MenuBar>
|
||||
<ButtonMenuItem Text="F&ile">
|
||||
<ButtonMenuItem Text="Click Me!" Click="HandleClickMe" />
|
||||
</ButtonMenuItem>
|
||||
<MenuBar.ApplicationItems>
|
||||
<ButtonMenuItem Text="Preferences.." Shortcut="{On Control+O, Mac=Application+Comma}" />
|
||||
</MenuBar.ApplicationItems>
|
||||
<MenuBar.QuitItem>
|
||||
<ButtonMenuItem Text="Quit!" Shortcut="CommonModifier+Q" Click="HandleQuit" />
|
||||
</MenuBar.QuitItem>
|
||||
</MenuBar>
|
||||
</Form.Menu>
|
||||
<Form.ToolBar>
|
||||
<ToolBar>
|
||||
<ButtonToolItem Text="Click Me!" Click="HandleClickMe" />
|
||||
</ToolBar>
|
||||
</Form.ToolBar>
|
||||
</Form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue