1 <?xml version=
"1.0" encoding=
"UTF-8"?>
2 <!DOCTYPE dlg:window PUBLIC
"-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
3 <dlg:window xmlns:
dlg=
"http://openoffice.org/2000/dialog" xmlns:
script=
"http://openoffice.org/2000/script" dlg:
id=
"MacroEditor" dlg:
left=
"105" dlg:
top=
"117" dlg:
width=
"240" dlg:
height=
"320" dlg:
closeable=
"true" dlg:
moveable=
"true" dlg:
title=
"Python Macro Editor">
5 <dlg:button dlg:
id=
"RunButton" dlg:
tab-index=
"0" dlg:
left=
"57" dlg:
top=
"300" dlg:
width=
"40" dlg:
height=
"14" dlg:
value=
"Run"/>
6 <dlg:button dlg:
id=
"SaveButton" dlg:
tab-index=
"1" dlg:
left=
"100" dlg:
top=
"300" dlg:
width=
"40" dlg:
height=
"14" dlg:
value=
"Save"/>
7 <dlg:button dlg:
id=
"CloseButton" dlg:
tab-index=
"2" dlg:
left=
"143" dlg:
top=
"300" dlg:
width=
"40" dlg:
height=
"14" dlg:
value=
"Close" dlg:
button-type=
"cancel"/>
8 <dlg:textfield dlg:
id=
"EditorTextField" dlg:
tab-index=
"3" dlg:
left=
"6" dlg:
top=
"6" dlg:
width=
"228" dlg:
height=
"288" dlg:
hscroll=
"true" dlg:
vscroll=
"true" dlg:
multiline=
"true"/>