-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeerk40t-wizard.wxg
186 lines (185 loc) · 10.3 KB
/
meerk40t-wizard.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<?xml version="1.0"?>
<!-- generated by wxGlade 1.0.0 on Sat Dec 4 01:56:14 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="wxglade_out.py" source_extension=".cpp" top_window="frame" use_gettext="0" use_new_namespace="1">
<object class="Devices" name="frame" base="EditFrame">
<size>1513, 300</size>
<title>frame</title>
<style>wxDEFAULT_FRAME_STYLE</style>
<object class="wxPanel" name="panel_1" base="EditPanel">
<object class="wxBoxSizer" name="sizer_2" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="DevicePanel" name="devices_panel" base="EditPanel">
<object class="wxStaticBoxSizer" name="sizer_1" base="EditStaticBoxSizer">
<orient>wxVERTICAL</orient>
<label>Your Devices</label>
<object class="sizeritem">
<option>7</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTreeCtrl" name="devices_tree" base="EditTreeCtrl">
<style>wxTR_HAS_BUTTONS</style>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxBoxSizer" name="sizer_3" base="EditBoxSizer">
<orient>wxHORIZONTAL</orient>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxButton" name="button_create_device" base="EditButton">
<label>Create New Device</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxButton" name="button_edit_device" base="EditButton">
<label>Edit</label>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxButton" name="button_remove_device" base="EditButton">
<label>Remove</label>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="LayerType" name="laser_panel" base="EditPanel">
<object class="wxStaticBoxSizer" name="sizer_4" base="EditStaticBoxSizer">
<orient>wxVERTICAL</orient>
<label>Select Laser</label>
<object class="sizeritem">
<option>7</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTreeCtrl" name="select_tree" base="EditTreeCtrl">
<style>wxTR_HAS_BUTTONS</style>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="ConnectionMethod" name="connection_panel" base="EditPanel">
<object class="wxStaticBoxSizer" name="sizer_5" base="EditStaticBoxSizer">
<orient>wxVERTICAL</orient>
<label>How is the laser connected?</label>
<object class="sizeritem">
<option>7</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxTreeCtrl" name="select_tree_copy" base="EditTreeCtrl">
<style>wxTR_HAS_BUTTONS</style>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="ConnectionMethod" name="connection_panel_copy" base="EditPanel">
<object class="wxStaticBoxSizer" name="sizer_6" base="EditStaticBoxSizer">
<orient>wxVERTICAL</orient>
<label>Network Address</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_7" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>What is the network address for the laser?</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxTextCtrl" name="text_ctrl_1" base="EditTextCtrl">
</object>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="NamePanel" name="name_panel" base="EditPanel">
<object class="wxStaticBoxSizer" name="sizer_8" base="EditStaticBoxSizer">
<orient>wxVERTICAL</orient>
<label>Device Name</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="wxStaticBoxSizer" name="sizer_9" base="EditStaticBoxSizer">
<orient>wxHORIZONTAL</orient>
<label>What do you call this device?</label>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxTextCtrl" name="text_ctrl_2" base="EditTextCtrl">
</object>
</object>
</object>
</object>
</object>
</object>
</object>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<flag>wxEXPAND</flag>
<object class="HomePanel" name="home_panel" base="EditPanel">
<object class="wxBoxSizer" name="sizer_10" base="EditBoxSizer">
<orient>wxVERTICAL</orient>
<object class="sizeritem">
<option>1</option>
<border>0</border>
<object class="wxRadioBox" name="radio_box_1" base="EditRadioBox">
<label>Home Position</label>
<dimension>2</dimension>
<selection>0</selection>
<choices>
<choice>Top/Left</choice>
<choice>Top/Right</choice>
<choice>Bottom/Left</choice>
<choice>Bottom/Right</choice>
</choices>
<style>wxRA_SPECIFY_COLS</style>
</object>
</object>
<object class="sizeritem">
<option>0</option>
<border>0</border>
<object class="wxButton" name="button_1" base="EditButton">
<label>button_1</label>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</object>
</application>