replace CodePad by NotePad

This commit is contained in:
lxsang
2021-05-12 17:43:28 +02:00
parent 99e3e6308c
commit 4c96fac5e5
8 changed files with 307 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<afx-app-window apptitle="__(Text Editor)" width="500" height="400" data-id="NotePad">
<afx-vbox >
<textarea data-id='editor'></textarea>
</afx-vbox>
</afx-app-window>