-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeerk40t-pane-spooler.wxg
57 lines (56 loc) · 2.71 KB
/
meerk40t-pane-spooler.wxg
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.6 on Mon May 31 11:45:06 2021 -->
<application class="MyApp" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" mark_blocks="1" name="app" option="0" overwrite="1" path="spooler_pane.py" source_extension=".cpp" top_window="frame" use_gettext="0" use_new_namespace="1">
<object class="SpoolerPanel" name="panel" base="EditTopLevelPanel">
<style>wxTAB_TRAVERSAL</style>
<object class="wxBoxSizer" name="sizer_frame" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxComboBox" name="combo_device" base="EditComboBox">
<events>
<handler event="EVT_COMBOBOX">on_combo_device</handler>
</events>
<tooltip>Select the device</tooltip>
<style>wxCB_DROPDOWN</style>
<selection>-1</selection>
<choices>
</choices>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxListCtrl" name="list_job_spool" base="EditListCtrl">
<events>
<handler event="EVT_LIST_BEGIN_DRAG">on_list_drag</handler>
<handler event="EVT_LIST_ITEM_RIGHT_CLICK">on_item_rightclick</handler>
</events>
<tooltip>List and modify the queued operations</tooltip>
<style>wxLC_REPORT|wxLC_HRULES|wxLC_VRULES</style>
<columns>
<column size="78">#</column>
<column size="143">Name</column>
<column size="73">Status</column>
<column size="53">Type</column>
<column size="83">Speed</column>
<column size="223">Settings</column>
</columns>
<rows_number>6</rows_number>
</object>
</object>
</object>
</object>
<object class="MyFrame" name="frame" base="EditFrame">
<size>400, 300</size>
<title>frame</title>
<style>wxDEFAULT_FRAME_STYLE</style>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizerslot" />
</object>
</object>
</application>