|
@@ -0,0 +1,384 @@
|
|
1
|
+<?xml version="1.0"?>
|
|
2
|
+<!-- generated by wxGlade 0.7.1 on Tue Jul 12 10:30:16 2016 -->
|
|
3
|
+
|
|
4
|
+<application class="" encoding="UTF-8" for_version="3.0" header_extension=".h" indent_amount="4" indent_symbol="space" is_template="0" language="python" name="" option="0" overwrite="0" path="pyrip.py" source_extension=".cpp" top_window="frame_1" use_gettext="1" use_new_namespace="1">
|
|
5
|
+ <object class="MainFrame" name="frame_1" base="EditFrame">
|
|
6
|
+ <title>PyRip</title>
|
|
7
|
+ <size>1033, 761</size>
|
|
8
|
+ <object class="wxBoxSizer" name="sizer_main" base="EditBoxSizer">
|
|
9
|
+ <orient>wxVERTICAL</orient>
|
|
10
|
+ <object class="sizeritem">
|
|
11
|
+ <flag>wxEXPAND</flag>
|
|
12
|
+ <border>0</border>
|
|
13
|
+ <option>1</option>
|
|
14
|
+ <object class="wxNotebook" name="notebook_main" base="EditNotebook">
|
|
15
|
+ <tabs>
|
|
16
|
+ <tab window="notebook_main_rip">Rip</tab>
|
|
17
|
+ <tab window="notebook_main_config">Config</tab>
|
|
18
|
+ </tabs>
|
|
19
|
+ <object class="wxPanel" name="notebook_main_rip" base="EditPanel">
|
|
20
|
+ <style>wxTAB_TRAVERSAL</style>
|
|
21
|
+ <object class="wxBoxSizer" name="sizer_rip" base="EditBoxSizer">
|
|
22
|
+ <orient>wxVERTICAL</orient>
|
|
23
|
+ <object class="sizeritem">
|
|
24
|
+ <flag>wxEXPAND</flag>
|
|
25
|
+ <border>0</border>
|
|
26
|
+ <option>1</option>
|
|
27
|
+ <object class="wxBoxSizer" name="sizer_rip_cd_data" base="EditBoxSizer">
|
|
28
|
+ <orient>wxHORIZONTAL</orient>
|
|
29
|
+ <object class="sizeritem">
|
|
30
|
+ <flag>wxEXPAND</flag>
|
|
31
|
+ <border>0</border>
|
|
32
|
+ <option>1</option>
|
|
33
|
+ <object class="wxListBox" name="track_list" base="EditListBox">
|
|
34
|
+ <style>wxLB_MULTIPLE</style>
|
|
35
|
+ <selection>0</selection>
|
|
36
|
+ <choices>
|
|
37
|
+ </choices>
|
|
38
|
+ <events>
|
|
39
|
+ <handler event="EVT_LISTBOX">evt_tracklist</handler>
|
|
40
|
+ </events>
|
|
41
|
+ </object>
|
|
42
|
+ </object>
|
|
43
|
+ <object class="sizeritem">
|
|
44
|
+ <flag>wxEXPAND</flag>
|
|
45
|
+ <border>0</border>
|
|
46
|
+ <option>1</option>
|
|
47
|
+ <object class="wxBoxSizer" name="sizer_rip_track_data" base="EditBoxSizer">
|
|
48
|
+ <orient>wxVERTICAL</orient>
|
|
49
|
+ <object class="sizeritem">
|
|
50
|
+ <flag>wxEXPAND</flag>
|
|
51
|
+ <border>0</border>
|
|
52
|
+ <option>0</option>
|
|
53
|
+ <object class="wxStaticBoxSizer" name="sizer_artist" base="EditStaticBoxSizer">
|
|
54
|
+ <orient>wxVERTICAL</orient>
|
|
55
|
+ <label>Artist</label>
|
|
56
|
+ <object class="sizeritem">
|
|
57
|
+ <flag>wxEXPAND</flag>
|
|
58
|
+ <border>0</border>
|
|
59
|
+ <option>0</option>
|
|
60
|
+ <object class="wxTextCtrl" name="text_ctrl_artist" base="EditTextCtrl">
|
|
61
|
+ <events>
|
|
62
|
+ <handler event="EVT_TEXT">evt_artist_changed</handler>
|
|
63
|
+ </events>
|
|
64
|
+ </object>
|
|
65
|
+ </object>
|
|
66
|
+ </object>
|
|
67
|
+ </object>
|
|
68
|
+ <object class="sizeritem">
|
|
69
|
+ <flag>wxEXPAND</flag>
|
|
70
|
+ <border>0</border>
|
|
71
|
+ <option>0</option>
|
|
72
|
+ <object class="wxStaticBoxSizer" name="sizer_album" base="EditStaticBoxSizer">
|
|
73
|
+ <orient>wxVERTICAL</orient>
|
|
74
|
+ <label>Album</label>
|
|
75
|
+ <object class="sizeritem">
|
|
76
|
+ <flag>wxEXPAND</flag>
|
|
77
|
+ <border>0</border>
|
|
78
|
+ <option>0</option>
|
|
79
|
+ <object class="wxTextCtrl" name="text_ctrl_album" base="EditTextCtrl">
|
|
80
|
+ <events>
|
|
81
|
+ <handler event="EVT_TEXT">evt_album_changed</handler>
|
|
82
|
+ </events>
|
|
83
|
+ </object>
|
|
84
|
+ </object>
|
|
85
|
+ </object>
|
|
86
|
+ </object>
|
|
87
|
+ <object class="sizeritem">
|
|
88
|
+ <flag>wxEXPAND</flag>
|
|
89
|
+ <border>0</border>
|
|
90
|
+ <option>0</option>
|
|
91
|
+ <object class="wxStaticBoxSizer" name="sizer_year" base="EditStaticBoxSizer">
|
|
92
|
+ <orient>wxVERTICAL</orient>
|
|
93
|
+ <label>Year</label>
|
|
94
|
+ <object class="sizeritem">
|
|
95
|
+ <flag>wxEXPAND</flag>
|
|
96
|
+ <border>0</border>
|
|
97
|
+ <option>0</option>
|
|
98
|
+ <object class="wxTextCtrl" name="text_ctrl_year" base="EditTextCtrl">
|
|
99
|
+ <events>
|
|
100
|
+ <handler event="EVT_TEXT">evt_year_changed</handler>
|
|
101
|
+ </events>
|
|
102
|
+ </object>
|
|
103
|
+ </object>
|
|
104
|
+ </object>
|
|
105
|
+ </object>
|
|
106
|
+ <object class="sizeritem">
|
|
107
|
+ <flag>wxEXPAND</flag>
|
|
108
|
+ <border>0</border>
|
|
109
|
+ <option>0</option>
|
|
110
|
+ <object class="wxStaticBoxSizer" name="sizer_genre" base="EditStaticBoxSizer">
|
|
111
|
+ <orient>wxVERTICAL</orient>
|
|
112
|
+ <label>Genre</label>
|
|
113
|
+ <object class="sizeritem">
|
|
114
|
+ <flag>wxEXPAND</flag>
|
|
115
|
+ <border>0</border>
|
|
116
|
+ <option>0</option>
|
|
117
|
+ <object class="wxTextCtrl" name="text_ctrl_genre" base="EditTextCtrl">
|
|
118
|
+ <events>
|
|
119
|
+ <handler event="EVT_TEXT">evt_genre_changed</handler>
|
|
120
|
+ </events>
|
|
121
|
+ </object>
|
|
122
|
+ </object>
|
|
123
|
+ </object>
|
|
124
|
+ </object>
|
|
125
|
+ <object class="sizeritem">
|
|
126
|
+ <flag>wxEXPAND</flag>
|
|
127
|
+ <border>0</border>
|
|
128
|
+ <option>0</option>
|
|
129
|
+ <object class="wxStaticBoxSizer" name="sizer_title" base="EditStaticBoxSizer">
|
|
130
|
+ <orient>wxVERTICAL</orient>
|
|
131
|
+ <label>Title</label>
|
|
132
|
+ <object class="sizeritem">
|
|
133
|
+ <flag>wxEXPAND</flag>
|
|
134
|
+ <border>0</border>
|
|
135
|
+ <option>0</option>
|
|
136
|
+ <object class="wxTextCtrl" name="text_ctrl_title" base="EditTextCtrl">
|
|
137
|
+ <events>
|
|
138
|
+ <handler event="EVT_TEXT">evt_title_changed</handler>
|
|
139
|
+ </events>
|
|
140
|
+ </object>
|
|
141
|
+ </object>
|
|
142
|
+ </object>
|
|
143
|
+ </object>
|
|
144
|
+ <object class="sizeritem">
|
|
145
|
+ <flag>wxEXPAND</flag>
|
|
146
|
+ <border>0</border>
|
|
147
|
+ <option>0</option>
|
|
148
|
+ <object class="wxStaticBoxSizer" name="sizer_track_no" base="EditStaticBoxSizer">
|
|
149
|
+ <orient>wxVERTICAL</orient>
|
|
150
|
+ <label>Trucknumber</label>
|
|
151
|
+ <object class="sizeritem">
|
|
152
|
+ <flag>wxEXPAND</flag>
|
|
153
|
+ <border>0</border>
|
|
154
|
+ <option>0</option>
|
|
155
|
+ <object class="wxTextCtrl" name="text_ctrl_track_no" base="EditTextCtrl">
|
|
156
|
+ <events>
|
|
157
|
+ <handler event="EVT_TEXT">evt_track_no_changed</handler>
|
|
158
|
+ </events>
|
|
159
|
+ </object>
|
|
160
|
+ </object>
|
|
161
|
+ </object>
|
|
162
|
+ </object>
|
|
163
|
+ <object class="sizeritem">
|
|
164
|
+ <flag>wxEXPAND</flag>
|
|
165
|
+ <border>0</border>
|
|
166
|
+ <option>0</option>
|
|
167
|
+ <object class="wxStaticBoxSizer" name="sizer_comment" base="EditStaticBoxSizer">
|
|
168
|
+ <orient>wxVERTICAL</orient>
|
|
169
|
+ <label>Comment</label>
|
|
170
|
+ <object class="sizeritem">
|
|
171
|
+ <flag>wxEXPAND</flag>
|
|
172
|
+ <border>0</border>
|
|
173
|
+ <option>0</option>
|
|
174
|
+ <object class="wxTextCtrl" name="text_ctrl_comment" base="EditTextCtrl">
|
|
175
|
+ <events>
|
|
176
|
+ <handler event="EVT_TEXT">evt_comment_changed</handler>
|
|
177
|
+ </events>
|
|
178
|
+ </object>
|
|
179
|
+ </object>
|
|
180
|
+ </object>
|
|
181
|
+ </object>
|
|
182
|
+ <object class="sizeritem">
|
|
183
|
+ <border>0</border>
|
|
184
|
+ <option>1</option>
|
|
185
|
+ <object class="spacer" name="spacer" base="EditSpacer">
|
|
186
|
+ <height>20</height>
|
|
187
|
+ <width>20</width>
|
|
188
|
+ </object>
|
|
189
|
+ </object>
|
|
190
|
+ <object class="sizeritem">
|
|
191
|
+ <flag>wxEXPAND</flag>
|
|
192
|
+ <border>0</border>
|
|
193
|
+ <option>0</option>
|
|
194
|
+ <object class="wxStaticBoxSizer" name="sizer_overall_progress" base="EditStaticBoxSizer">
|
|
195
|
+ <orient>wxVERTICAL</orient>
|
|
196
|
+ <label>Overall Progress</label>
|
|
197
|
+ <object class="sizeritem">
|
|
198
|
+ <flag>wxEXPAND</flag>
|
|
199
|
+ <border>0</border>
|
|
200
|
+ <option>0</option>
|
|
201
|
+ <object class="wxGauge" name="gauge_overall_progress" base="EditGauge">
|
|
202
|
+ <range>1000</range>
|
|
203
|
+ </object>
|
|
204
|
+ </object>
|
|
205
|
+ </object>
|
|
206
|
+ </object>
|
|
207
|
+ <object class="sizeritem">
|
|
208
|
+ <flag>wxEXPAND</flag>
|
|
209
|
+ <border>0</border>
|
|
210
|
+ <option>0</option>
|
|
211
|
+ <object class="wxStaticBoxSizer" name="sizer_rip_progress" base="EditStaticBoxSizer">
|
|
212
|
+ <orient>wxVERTICAL</orient>
|
|
213
|
+ <label>Rip Progress</label>
|
|
214
|
+ <object class="sizeritem">
|
|
215
|
+ <flag>wxEXPAND</flag>
|
|
216
|
+ <border>0</border>
|
|
217
|
+ <option>0</option>
|
|
218
|
+ <object class="wxGauge" name="gauge_rip_progress" base="EditGauge">
|
|
219
|
+ <range>1000</range>
|
|
220
|
+ </object>
|
|
221
|
+ </object>
|
|
222
|
+ </object>
|
|
223
|
+ </object>
|
|
224
|
+ <object class="sizeritem">
|
|
225
|
+ <flag>wxEXPAND</flag>
|
|
226
|
+ <border>0</border>
|
|
227
|
+ <option>0</option>
|
|
228
|
+ <object class="wxStaticBoxSizer" name="sizer_encode_progress" base="EditStaticBoxSizer">
|
|
229
|
+ <orient>wxVERTICAL</orient>
|
|
230
|
+ <label>Encode Progress</label>
|
|
231
|
+ <object class="sizeritem">
|
|
232
|
+ <flag>wxEXPAND</flag>
|
|
233
|
+ <border>0</border>
|
|
234
|
+ <option>0</option>
|
|
235
|
+ <object class="wxGauge" name="gauge_encode_progress" base="EditGauge">
|
|
236
|
+ <range>1000</range>
|
|
237
|
+ </object>
|
|
238
|
+ </object>
|
|
239
|
+ </object>
|
|
240
|
+ </object>
|
|
241
|
+ </object>
|
|
242
|
+ </object>
|
|
243
|
+ </object>
|
|
244
|
+ </object>
|
|
245
|
+ <object class="sizeritem">
|
|
246
|
+ <border>0</border>
|
|
247
|
+ <option>0</option>
|
|
248
|
+ <object class="wxBoxSizer" name="sizer_rip_buttons" base="EditBoxSizer">
|
|
249
|
+ <orient>wxHORIZONTAL</orient>
|
|
250
|
+ <object class="sizeritem">
|
|
251
|
+ <border>0</border>
|
|
252
|
+ <option>0</option>
|
|
253
|
+ <object class="spacer" name="spacer" base="EditSpacer">
|
|
254
|
+ <height>20</height>
|
|
255
|
+ <width>20</width>
|
|
256
|
+ </object>
|
|
257
|
+ </object>
|
|
258
|
+ <object class="sizeritem">
|
|
259
|
+ <border>0</border>
|
|
260
|
+ <option>0</option>
|
|
261
|
+ <object class="wxButton" name="button_rip" base="EditButton">
|
|
262
|
+ <label>Rip</label>
|
|
263
|
+ <events>
|
|
264
|
+ <handler event="EVT_BUTTON">evt_rip</handler>
|
|
265
|
+ </events>
|
|
266
|
+ </object>
|
|
267
|
+ </object>
|
|
268
|
+ <object class="sizeritem">
|
|
269
|
+ <border>0</border>
|
|
270
|
+ <option>0</option>
|
|
271
|
+ <object class="spacer" name="spacer" base="EditSpacer">
|
|
272
|
+ <height>20</height>
|
|
273
|
+ <width>20</width>
|
|
274
|
+ </object>
|
|
275
|
+ </object>
|
|
276
|
+ <object class="sizeritem">
|
|
277
|
+ <border>0</border>
|
|
278
|
+ <option>0</option>
|
|
279
|
+ <object class="wxButton" name="button_read_disc" base="EditButton">
|
|
280
|
+ <label>Read Disc</label>
|
|
281
|
+ <events>
|
|
282
|
+ <handler event="EVT_BUTTON">evt_new_disc</handler>
|
|
283
|
+ </events>
|
|
284
|
+ </object>
|
|
285
|
+ </object>
|
|
286
|
+ <object class="sizeritem">
|
|
287
|
+ <border>0</border>
|
|
288
|
+ <option>0</option>
|
|
289
|
+ <object class="spacer" name="spacer" base="EditSpacer">
|
|
290
|
+ <height>20</height>
|
|
291
|
+ <width>20</width>
|
|
292
|
+ </object>
|
|
293
|
+ </object>
|
|
294
|
+ </object>
|
|
295
|
+ </object>
|
|
296
|
+ </object>
|
|
297
|
+ </object>
|
|
298
|
+ <object class="wxPanel" name="notebook_main_config" base="EditPanel">
|
|
299
|
+ <style>wxTAB_TRAVERSAL</style>
|
|
300
|
+ <object class="wxBoxSizer" name="sizer_notebook_main_config" base="EditBoxSizer">
|
|
301
|
+ <orient>wxVERTICAL</orient>
|
|
302
|
+ <object class="sizeritem">
|
|
303
|
+ <flag>wxEXPAND</flag>
|
|
304
|
+ <border>0</border>
|
|
305
|
+ <option>0</option>
|
|
306
|
+ <object class="wxStaticBoxSizer" name="sizer_target_path" base="EditStaticBoxSizer">
|
|
307
|
+ <orient>wxVERTICAL</orient>
|
|
308
|
+ <label>Target Path</label>
|
|
309
|
+ <object class="sizeritem">
|
|
310
|
+ <flag>wxEXPAND</flag>
|
|
311
|
+ <border>0</border>
|
|
312
|
+ <option>0</option>
|
|
313
|
+ <object class="wxTextCtrl" name="text_ctrl_target_path" base="EditTextCtrl">
|
|
314
|
+ <events>
|
|
315
|
+ <handler event="EVT_TEXT">evt_target_path_changed</handler>
|
|
316
|
+ </events>
|
|
317
|
+ </object>
|
|
318
|
+ </object>
|
|
319
|
+ </object>
|
|
320
|
+ </object>
|
|
321
|
+ <object class="sizeritem">
|
|
322
|
+ <flag>wxEXPAND</flag>
|
|
323
|
+ <border>0</border>
|
|
324
|
+ <option>0</option>
|
|
325
|
+ <object class="wxStaticBoxSizer" name="sizer_device" base="EditStaticBoxSizer">
|
|
326
|
+ <orient>wxVERTICAL</orient>
|
|
327
|
+ <label>Device</label>
|
|
328
|
+ <object class="sizeritem">
|
|
329
|
+ <flag>wxEXPAND</flag>
|
|
330
|
+ <border>0</border>
|
|
331
|
+ <option>0</option>
|
|
332
|
+ <object class="wxTextCtrl" name="text_ctrl_device" base="EditTextCtrl">
|
|
333
|
+ <events>
|
|
334
|
+ <handler event="EVT_TEXT">evt_device_changed</handler>
|
|
335
|
+ </events>
|
|
336
|
+ </object>
|
|
337
|
+ </object>
|
|
338
|
+ </object>
|
|
339
|
+ </object>
|
|
340
|
+ <object class="sizeritem">
|
|
341
|
+ <flag>wxEXPAND</flag>
|
|
342
|
+ <border>0</border>
|
|
343
|
+ <option>0</option>
|
|
344
|
+ <object class="wxStaticBoxSizer" name="sizer_default_comment" base="EditStaticBoxSizer">
|
|
345
|
+ <orient>wxVERTICAL</orient>
|
|
346
|
+ <label>Default Comment</label>
|
|
347
|
+ <object class="sizeritem">
|
|
348
|
+ <flag>wxEXPAND</flag>
|
|
349
|
+ <border>0</border>
|
|
350
|
+ <option>0</option>
|
|
351
|
+ <object class="wxTextCtrl" name="text_ctrl_default_comment" base="EditTextCtrl">
|
|
352
|
+ <events>
|
|
353
|
+ <handler event="EVT_TEXT">evt_default_comment_changed</handler>
|
|
354
|
+ </events>
|
|
355
|
+ </object>
|
|
356
|
+ </object>
|
|
357
|
+ </object>
|
|
358
|
+ </object>
|
|
359
|
+ <object class="sizeritem">
|
|
360
|
+ <flag>wxEXPAND</flag>
|
|
361
|
+ <border>0</border>
|
|
362
|
+ <option>0</option>
|
|
363
|
+ <object class="wxStaticBoxSizer" name="sizer_track_list_string" base="EditStaticBoxSizer">
|
|
364
|
+ <orient>wxVERTICAL</orient>
|
|
365
|
+ <label>Track List Sting</label>
|
|
366
|
+ <object class="sizeritem">
|
|
367
|
+ <flag>wxEXPAND</flag>
|
|
368
|
+ <border>0</border>
|
|
369
|
+ <option>0</option>
|
|
370
|
+ <object class="wxTextCtrl" name="text_ctrl_track_list_string" base="EditTextCtrl">
|
|
371
|
+ <events>
|
|
372
|
+ <handler event="EVT_TEXT">evt_track_list_string_changed</handler>
|
|
373
|
+ </events>
|
|
374
|
+ </object>
|
|
375
|
+ </object>
|
|
376
|
+ </object>
|
|
377
|
+ </object>
|
|
378
|
+ </object>
|
|
379
|
+ </object>
|
|
380
|
+ </object>
|
|
381
|
+ </object>
|
|
382
|
+ </object>
|
|
383
|
+ </object>
|
|
384
|
+</application>
|