385 lines
26 KiB
XML
385 lines
26 KiB
XML
<?xml version="1.0"?>
|
|
<!-- generated by wxGlade 0.7.1 on Tue Jul 12 10:30:16 2016 -->
|
|
|
|
<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">
|
|
<object class="MainFrame" name="frame_1" base="EditFrame">
|
|
<title>PyRip</title>
|
|
<size>1033, 761</size>
|
|
<object class="wxBoxSizer" name="sizer_main" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="wxNotebook" name="notebook_main" base="EditNotebook">
|
|
<tabs>
|
|
<tab window="notebook_main_rip">Rip</tab>
|
|
<tab window="notebook_main_config">Config</tab>
|
|
</tabs>
|
|
<object class="wxPanel" name="notebook_main_rip" base="EditPanel">
|
|
<style>wxTAB_TRAVERSAL</style>
|
|
<object class="wxBoxSizer" name="sizer_rip" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="wxBoxSizer" name="sizer_rip_cd_data" base="EditBoxSizer">
|
|
<orient>wxHORIZONTAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="wxListBox" name="track_list" base="EditListBox">
|
|
<style>wxLB_MULTIPLE</style>
|
|
<selection>0</selection>
|
|
<choices>
|
|
</choices>
|
|
<events>
|
|
<handler event="EVT_LISTBOX">evt_tracklist</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="wxBoxSizer" name="sizer_rip_track_data" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_artist" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Artist</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_artist" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_artist_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_album" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Album</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_album" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_album_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_year" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Year</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_year" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_year_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_genre" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Genre</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_genre" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_genre_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_title" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Title</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_title" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_title_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_track_no" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Trucknumber</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_track_no" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_track_no_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_comment" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Comment</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_comment" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_comment_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>1</option>
|
|
<object class="spacer" name="spacer" base="EditSpacer">
|
|
<height>20</height>
|
|
<width>20</width>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_overall_progress" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Overall Progress</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxGauge" name="gauge_overall_progress" base="EditGauge">
|
|
<range>1000</range>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_rip_progress" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Rip Progress</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxGauge" name="gauge_rip_progress" base="EditGauge">
|
|
<range>1000</range>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_encode_progress" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Encode Progress</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxGauge" name="gauge_encode_progress" base="EditGauge">
|
|
<range>1000</range>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxBoxSizer" name="sizer_rip_buttons" base="EditBoxSizer">
|
|
<orient>wxHORIZONTAL</orient>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="spacer" name="spacer" base="EditSpacer">
|
|
<height>20</height>
|
|
<width>20</width>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="button_rip" base="EditButton">
|
|
<label>Rip</label>
|
|
<events>
|
|
<handler event="EVT_BUTTON">evt_rip</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="spacer" name="spacer" base="EditSpacer">
|
|
<height>20</height>
|
|
<width>20</width>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxButton" name="button_read_disc" base="EditButton">
|
|
<label>Read Disc</label>
|
|
<events>
|
|
<handler event="EVT_BUTTON">evt_new_disc</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="spacer" name="spacer" base="EditSpacer">
|
|
<height>20</height>
|
|
<width>20</width>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="wxPanel" name="notebook_main_config" base="EditPanel">
|
|
<style>wxTAB_TRAVERSAL</style>
|
|
<object class="wxBoxSizer" name="sizer_notebook_main_config" base="EditBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_target_path" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Target Path</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_target_path" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_target_path_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_device" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Device</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_device" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_device_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_default_comment" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Default Comment</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_default_comment" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_default_comment_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxStaticBoxSizer" name="sizer_track_list_string" base="EditStaticBoxSizer">
|
|
<orient>wxVERTICAL</orient>
|
|
<label>Track List Sting</label>
|
|
<object class="sizeritem">
|
|
<flag>wxEXPAND</flag>
|
|
<border>0</border>
|
|
<option>0</option>
|
|
<object class="wxTextCtrl" name="text_ctrl_track_list_string" base="EditTextCtrl">
|
|
<events>
|
|
<handler event="EVT_TEXT">evt_track_list_string_changed</handler>
|
|
</events>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</object>
|
|
</application>
|