forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathPythonSidebarDialog.xdl
More file actions
28 lines (23 loc) · 2.72 KB
/
Copy pathPythonSidebarDialog.xdl
File metadata and controls
28 lines (23 loc) · 2.72 KB
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
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dlg:window PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "dialog.dtd">
<dlg:window xmlns:dlg="http://openoffice.org/2000/dialog" xmlns:script="http://openoffice.org/2000/script"
dlg:id="PythonSidebarDialog" dlg:left="0" dlg:top="0" dlg:width="180" dlg:height="360"
dlg:closeable="false" dlg:moveable="false" dlg:resizeable="false" dlg:withtitlebar="false" dlg:title="">
<dlg:bulletinboard>
<dlg:text dlg:id="status_label" dlg:left="4" dlg:top="4" dlg:width="172" dlg:height="10" dlg:value="Python:" dlg:align="left" dlg:multiline="false"/>
<dlg:textfield dlg:id="status" dlg:left="4" dlg:top="14" dlg:width="172" dlg:height="28" dlg:value="" dlg:readonly="true" dlg:multiline="true" dlg:vscroll="true" dlg:border="none" dlg:tabstop="false"/>
<dlg:button dlg:id="btn_refresh" dlg:left="4" dlg:top="46" dlg:width="54" dlg:height="14" dlg:value="Refresh" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_edit_cell" dlg:left="62" dlg:top="46" dlg:width="54" dlg:height="14" dlg:value="Edit Cell" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_run_script" dlg:left="120" dlg:top="46" dlg:width="56" dlg:height="14" dlg:value="Run Script" dlg:tabstop="true"/>
<dlg:text dlg:id="cells_label" dlg:left="4" dlg:top="64" dlg:width="172" dlg:height="10" dlg:value="Python cells (active sheet):" dlg:align="left" dlg:multiline="false"/>
<dlg:menulist dlg:id="cells_list" dlg:left="4" dlg:top="76" dlg:width="172" dlg:height="70" dlg:tabstop="true"/>
<dlg:text dlg:id="filter_label" dlg:left="4" dlg:top="150" dlg:width="40" dlg:height="10" dlg:value="Filter:" dlg:align="left" dlg:multiline="false"/>
<dlg:combobox dlg:id="filter_combo" dlg:left="44" dlg:top="148" dlg:width="132" dlg:height="14" dlg:tabstop="true" dlg:spin="true" dlg:dropdown="true" dlg:value="All" dlg:border="1"/>
<dlg:text dlg:id="diag_label" dlg:left="4" dlg:top="166" dlg:width="172" dlg:height="10" dlg:value="Diagnostics:" dlg:align="left" dlg:multiline="false"/>
<dlg:menulist dlg:id="diag_list" dlg:left="4" dlg:top="178" dlg:width="172" dlg:height="50" dlg:tabstop="true"/>
<dlg:textfield dlg:id="diag_detail" dlg:left="4" dlg:top="232" dlg:width="172" dlg:height="70" dlg:value="" dlg:readonly="true" dlg:multiline="true" dlg:vscroll="true" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_edit_init" dlg:left="4" dlg:top="308" dlg:width="84" dlg:height="14" dlg:value="Edit Init Script" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_reset" dlg:left="92" dlg:top="308" dlg:width="84" dlg:height="14" dlg:value="Reset Session" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_settings" dlg:left="4" dlg:top="326" dlg:width="172" dlg:height="14" dlg:value="Python Settings…" dlg:tabstop="true"/>
</dlg:bulletinboard>
</dlg:window>