-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindow.aedll
More file actions
26 lines (26 loc) · 1017 Bytes
/
window.aedll
File metadata and controls
26 lines (26 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<aedll url="mayos://mayos.com/schemas/aedll-2023-12-41.aesch">
<design name="Default Window" id="mayos.system.window" dataId="0">
<menu>
<menu-group name="File" id="file">
<menu-item name="New" id="new" />
<menu-item name="Open" id="open" />
<menu-item name="Save" id="save" />
<menu-item name="Save as" id="save-as" />
<menu-item name="Close" id="close" />
</menu-group>
<menu-group name="Help" id="help">
<menu-item name="About" id="about" />
</menu-group>
</menu>
</design>
<design name="Default Window About" id="mayos.system.window.about" dataId="0">
<icon value="./getFind?icon" />
<text value="getStrTableValByIndex0243" id="aboutmsg" />
</design>
<config>
<translation-data src="./_res/trl/window.aelang" />
<script-data src="./_res/spt/window.aes" />
<app-data src="./_res/app/window.aeconf" />
</config>
</aedll>