forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shutdown.wxg
52 lines (51 loc) · 2.67 KB
/
Shutdown.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
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.3 on Sun Feb 2 17:08:45 2020 -->
<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="./wxglade_out.py" source_extension=".cpp" top_window="Shutdown" use_gettext="0" use_new_namespace="1">
<object class="Shutdown" name="Shutdown" base="EditFrame">
<size>413, 376</size>
<title>Shutdown</title>
<style>wxDEFAULT_FRAME_STYLE|wxFRAME_TOOL_WINDOW</style>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>3</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxListCtrl" name="list_waiting_items" base="EditListCtrl">
<style>wxLC_REPORT|wxLC_HRULES|wxLC_VRULES</style>
<columns>
<column size="81">Event</column>
<column size="111">Type</column>
<column size="136">Object</column>
</columns>
<rows_number>10</rows_number>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxBitmapButton" name="bitmap_button_1" base="EditBitmapButton">
<size>108, 108</size>
<style>wxBU_AUTODRAW|wxBU_EXACTFIT|wxBU_NOTEXT</style>
<bitmap>.\icons\icons8-stop-sign-50.png</bitmap>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxBitmapButton" name="bitmap_button_2" base="EditBitmapButton">
<style>wxBU_AUTODRAW|wxBU_EXACTFIT|wxBU_NOTEXT</style>
<bitmap>.\icons\meerk40t.jpg</bitmap>
</object>
</object>
</object>
</object>
</object>
</object>
</application>