forked from meerk40t/gui-files-meerk40t
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meerk40t-default-properties.wxg
31 lines (30 loc) · 1.63 KB
/
meerk40t-default-properties.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
<?xml version="1.0"?>
<!-- generated by wxGlade 0.9.6 on Tue May 18 05:04:44 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=".\meerkat_properties.py" source_extension=".cpp" top_window="Controller" use_gettext="0" use_new_namespace="1">
<object class="Properties" name="Controller" base="EditFrame">
<size>423, 110</size>
<title>Properties</title>
<style>wxDEFAULT_FRAME_STYLE|wxSTAY_ON_TOP|wxFRAME_TOOL_WINDOW</style>
<icon>.\icons\icons8-usb-connector-50.png</icon>
<object class="wxBoxSizer" name="sizer_1" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTextCtrl" name="text_controller_message" base="EditTextCtrl">
<font>
<size>14</size>
<family>default</family>
<style>normal</style>
<weight>normal</weight>
<underlined>0</underlined>
<face>Segoe UI</face>
</font>
<style>wxTE_MULTILINE|wxTE_READONLY|wxTE_CENTRE</style>
<value>The input/driver properties of the selected device provides no graphical user interface.</value>
</object>
</object>
</object>
</object>
</application>