2010-11-24 23:57:40 +03:00
<?xml version="1.0" encoding="UTF-8"?>
2014-09-06 23:01:12 +04:00
<!-- Generated with glade 3.18.3 -->
2012-02-02 02:26:46 +04:00
<interface>
2014-09-20 05:15:50 +04:00
<requires lib="gtk+" version="3.8"/>
2012-02-02 02:26:46 +04:00
<object class="GtkDialog" id="vmm-choose-cd">
2008-10-31 17:18:55 +03:00
<property name="can_focus">True</property>
<property name="has_focus">True</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">6</property>
2009-12-14 22:52:52 +03:00
<property name="title" translatable="yes">Choose Media</property>
2008-10-31 17:18:55 +03:00
<property name="resizable">False</property>
2009-07-02 20:42:41 +04:00
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
<property name="gravity">center</property>
2012-02-02 02:26:46 +04:00
<signal name="delete-event" handler="on_vmm_choose_cd_delete_event" swapped="no"/>
2008-10-31 17:18:55 +03:00
<child internal-child="vbox">
2012-02-02 02:26:46 +04:00
<object class="GtkBox" id="dialog-vbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
<object class="GtkButton" id="Cancel">
<property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_cancel_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkButton" id="OK">
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
<property name="use_stock">True</property>
<signal name="clicked" handler="on_ok_clicked" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="pack_type">end</property>
<property name="position">0</property>
</packing>
</child>
2008-10-31 17:18:55 +03:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkFrame" id="frame1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="border_width">3</property>
<property name="label_xalign">0</property>
<property name="shadow_type">none</property>
2008-10-31 17:18:55 +03:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkAlignment" id="alignment2">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="top_padding">6</property>
<property name="left_padding">10</property>
2008-10-31 17:18:55 +03:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkTable" id="table1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="n_rows">4</property>
<property name="n_columns">2</property>
<property name="column_spacing">6</property>
<property name="row_spacing">6</property>
2008-10-31 17:18:55 +03:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkHBox" id="hbox1">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="spacing">6</property>
2009-04-03 23:38:41 +04:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkEntry" id="iso-path">
2009-04-03 23:38:41 +04:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="can_focus">True</property>
2010-11-24 23:57:40 +03:00
<property name="invisible_char">●</property>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
<packing>
2012-02-02 02:26:46 +04:00
<property name="expand">True</property>
<property name="fill">True</property>
2009-09-23 19:49:35 +04:00
<property name="position">0</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkButton" id="iso-file-chooser">
2009-09-23 19:49:35 +04:00
<property name="label" translatable="yes">_Browse...</property>
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
<property name="can_focus">True</property>
2009-09-23 19:49:35 +04:00
<property name="receives_default">True</property>
2008-10-31 17:18:55 +03:00
<property name="use_underline">True</property>
2012-02-02 02:26:46 +04:00
<signal name="clicked" handler="on_fv_iso_location_browse_clicked" swapped="no"/>
</object>
2008-10-31 17:18:55 +03:00
<packing>
2009-09-23 19:49:35 +04:00
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
2008-10-31 17:18:55 +03:00
</packing>
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-09-23 19:49:35 +04:00
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkRadioButton" id="physical-media">
2009-11-17 23:06:15 +03:00
<property name="label" translatable="yes">CD-_ROM or DVD</property>
2009-09-23 19:49:35 +04:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
2012-11-09 12:43:45 +04:00
<property name="xalign">0.5</property>
2009-09-23 19:49:35 +04:00
<property name="active">True</property>
<property name="draw_indicator">True</property>
2012-02-02 02:26:46 +04:00
<signal name="toggled" handler="on_media_toggled" swapped="no"/>
</object>
2009-09-23 19:49:35 +04:00
<packing>
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkAlignment" id="alignment5">
2009-09-23 19:49:35 +04:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="yalign">0</property>
<property name="yscale">0</property>
2008-10-31 17:18:55 +03:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkRadioButton" id="iso-image">
2009-09-23 19:49:35 +04:00
<property name="label" translatable="yes">_ISO Image Location</property>
2009-07-02 20:42:41 +04:00
<property name="visible">True</property>
2009-09-23 19:49:35 +04:00
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="use_underline">True</property>
2012-11-09 12:43:45 +04:00
<property name="xalign">0.5</property>
2009-09-23 19:49:35 +04:00
<property name="draw_indicator">True</property>
<property name="group">physical-media</property>
2012-02-02 02:26:46 +04:00
<signal name="toggled" handler="on_media_toggled" swapped="no"/>
</object>
2009-07-02 20:42:41 +04:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-09-23 19:49:35 +04:00
<packing>
<property name="right_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkAlignment" id="alignment1">
2009-09-23 19:49:35 +04:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="left_padding">21</property>
2009-07-02 20:42:41 +04:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkLabel" id="label36">
2008-10-31 17:18:55 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="xalign">0</property>
2009-12-11 04:04:26 +03:00
<property name="label" translatable="yes">_Location:</property>
2009-09-23 19:49:35 +04:00
<property name="use_underline">True</property>
<property name="mnemonic_widget">iso-path</property>
2012-02-02 02:26:46 +04:00
</object>
2009-07-02 20:42:41 +04:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-09-23 19:49:35 +04:00
<packing>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkAlignment" id="alignment3">
2009-09-23 19:49:35 +04:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="left_padding">21</property>
2009-07-02 20:42:41 +04:00
<child>
2012-02-02 02:26:46 +04:00
<object class="GtkLabel" id="label38">
2009-07-02 20:42:41 +04:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-09-23 19:49:35 +04:00
<property name="xalign">0</property>
<property name="label" translatable="yes">_Device Media:</property>
<property name="use_underline">True</property>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-09-23 19:49:35 +04:00
<packing>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options">GTK_FILL</property>
</packing>
2008-10-31 17:18:55 +03:00
</child>
2009-11-30 20:51:25 +03:00
<child>
2014-01-28 22:51:59 +04:00
<object class="GtkAlignment" id="media-combo-align">
2009-11-30 20:51:25 +03:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2014-01-28 22:51:59 +04:00
<property name="hexpand">False</property>
<property name="vexpand">False</property>
2009-11-30 20:51:25 +03:00
<child>
2014-01-28 22:51:59 +04:00
<placeholder/>
2009-11-30 20:51:25 +03:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-11-30 20:51:25 +03:00
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
2014-01-28 22:51:59 +04:00
<property name="x_options">GTK_FILL</property>
2013-09-27 21:41:38 +04:00
<property name="y_options">GTK_FILL</property>
2009-11-30 20:51:25 +03:00
</packing>
</child>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2009-09-23 19:49:35 +04:00
</child>
2012-02-02 02:26:46 +04:00
<child type="label">
<object class="GtkLabel" id="title-label">
2009-09-23 19:49:35 +04:00
<property name="visible">True</property>
2012-02-02 02:26:46 +04:00
<property name="can_focus">False</property>
2009-12-14 22:52:52 +03:00
<property name="label" translatable="yes"><b>Choose Source Device or File</b></property>
2009-09-23 19:49:35 +04:00
<property name="use_markup">True</property>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
</child>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
<packing>
2009-07-02 20:42:41 +04:00
<property name="expand">False</property>
2012-02-02 02:26:46 +04:00
<property name="fill">True</property>
2008-10-31 17:18:55 +03:00
<property name="position">1</property>
</packing>
</child>
2012-02-02 02:26:46 +04:00
</object>
2008-10-31 17:18:55 +03:00
</child>
2012-02-02 02:26:46 +04:00
<action-widgets>
<action-widget response="-6">Cancel</action-widget>
<action-widget response="-5">OK</action-widget>
</action-widgets>
</object>
</interface>