forked from balisujohn/localwriter
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPythonSidebarDialog.xdl
More file actions
33 lines (27 loc) · 3.24 KB
/
Copy pathPythonSidebarDialog.xdl
File metadata and controls
33 lines (27 loc) · 3.24 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
29
30
31
32
33
<?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="200" dlg:height="376"
dlg:closeable="false" dlg:moveable="false" dlg:resizeable="false" dlg:withtitlebar="false" dlg:title="">
<dlg:bulletinboard>
<dlg:button dlg:id="btn_hdr_settings" dlg:left="4" dlg:top="2" dlg:width="16" dlg:height="12" dlg:value="⚙" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_python" dlg:left="22" dlg:top="2" dlg:width="16" dlg:height="12" dlg:value="" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_latex" dlg:left="40" dlg:top="2" dlg:width="16" dlg:height="12" dlg:value="" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_hamburger" dlg:left="58" dlg:top="2" dlg:width="16" dlg:height="12" dlg:value="☰" dlg:tabstop="true"/>
<dlg:text dlg:id="status_label" dlg:left="4" dlg:top="18" dlg:width="184" dlg:height="10" dlg:value="Python:" dlg:align="left" dlg:multiline="false"/>
<dlg:textfield dlg:id="status" dlg:left="4" dlg:top="28" dlg:width="184" 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="60" dlg:width="58" dlg:height="14" dlg:value="Refresh" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_edit_cell" dlg:left="66" dlg:top="60" dlg:width="58" dlg:height="14" dlg:value="Edit Cell" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_run_script" dlg:left="128" dlg:top="60" dlg:width="60" dlg:height="14" dlg:value="Run Script" dlg:tabstop="true"/>
<dlg:text dlg:id="cells_label" dlg:left="4" dlg:top="78" dlg:width="184" 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="90" dlg:width="184" dlg:height="70" dlg:tabstop="true"/>
<dlg:text dlg:id="filter_label" dlg:left="4" dlg:top="164" dlg:width="40" dlg:height="10" dlg:value="Filter:" dlg:align="left" dlg:multiline="false"/>
<dlg:combobox dlg:id="filter_combo" dlg:left="48" dlg:top="162" dlg:width="140" 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="180" dlg:width="184" dlg:height="10" dlg:value="Diagnostics:" dlg:align="left" dlg:multiline="false"/>
<dlg:menulist dlg:id="diag_list" dlg:left="4" dlg:top="192" dlg:width="184" dlg:height="50" dlg:tabstop="true"/>
<dlg:textfield dlg:id="diag_detail" dlg:left="4" dlg:top="246" dlg:width="184" 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="322" dlg:width="90" dlg:height="14" dlg:value="Edit Init Script" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_reset" dlg:left="98" dlg:top="322" dlg:width="90" dlg:height="14" dlg:value="Reset Session" dlg:tabstop="true"/>
<dlg:button dlg:id="btn_settings" dlg:left="4" dlg:top="340" dlg:width="184" dlg:height="14" dlg:value="Python Settings…" dlg:tabstop="true"/>
</dlg:bulletinboard>
</dlg:window>