-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeerk40t-DeviceManager2.wxg
74 lines (73 loc) · 3.95 KB
/
meerk40t-DeviceManager2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.3 on Sat May 15 01:43:52 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="DeviceManager.py" source_extension=".cpp" top_window="frame" use_gettext="0" use_new_namespace="1">
<object class="DeviceManager" name="frame" base="EditFrame">
<size>653, 332</size>
<title>Device Manager</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP|wxFRAME_TOOL_WINDOW</style>
<object class="wxBoxSizer" name="main_sizer" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxListCtrl" name="devices_list" base="EditListCtrl">
<events>
<handler event="EVT_LIST_BEGIN_DRAG">on_list_drag</handler>
<handler event="EVT_LIST_ITEM_ACTIVATED">on_list_item_activated</handler>
<handler event="EVT_LIST_ITEM_RIGHT_CLICK">on_list_right_click</handler>
</events>
<font>
<size>13</size>
<family>default</family>
<style>normal</style>
<weight>normal</weight>
<underlined>0</underlined>
<face>Segoe UI</face>
</font>
<style>wxLC_REPORT|wxLC_HRULES|wxLC_VRULES</style>
<columns>
<column size="56">Index</column>
<column size="74">Spooler</column>
<column size="157">Driver/Input</column>
<column size="184">Output</column>
<column size="93">Registered</column>
</columns>
<rows_number>6</rows_number>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="button_sizer" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxBitmapButton" name="new_device_button" base="EditBitmapButton">
<events>
<handler event="EVT_BUTTON">on_button_new</handler>
</events>
<tooltip>Add a new device</tooltip>
<style>wxBU_AUTODRAW|wxBU_EXACTFIT|wxBU_NOTEXT</style>
<bitmap>C:\Users\Tat\PycharmProjects\icons8-usb-connector-50.png</bitmap>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxBitmapButton" name="remove_device_button" base="EditBitmapButton">
<events>
<handler event="EVT_BUTTON">on_button_remove</handler>
</events>
<tooltip>Remove selected device</tooltip>
<style>wxBU_AUTODRAW|wxBU_EXACTFIT|wxBU_NOTEXT</style>
<bitmap>C:\Users\Tat\PycharmProjects\icons8-usb-connector-50.png</bitmap>
</object>
</object>
</object>
</object>
</object>
</object>
</application>