2009-07-02 11:42:41 -05:00
|
|
|
<?xml version="1.0"?>
|
2007-09-21 15:28:31 -05:00
|
|
|
<glade-interface>
|
2009-07-02 11:42:41 -05:00
|
|
|
<!-- interface-requires gtk+ 2.16 -->
|
|
|
|
<!-- interface-naming-policy toplevel-contextual -->
|
2008-10-31 09:18:55 -05:00
|
|
|
<widget class="GtkDialog" id="vmm-choose-cd">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="has_focus">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">6</property>
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="title" translatable="yes">Choose CD Media</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="resizable">False</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="window_position">center-on-parent</property>
|
|
|
|
<property name="type_hint">dialog</property>
|
|
|
|
<property name="gravity">center</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="has_separator">False</property>
|
|
|
|
<signal name="delete_event" handler="on_vmm_choose_cd_delete_event"/>
|
|
|
|
<child internal-child="vbox">
|
|
|
|
<widget class="GtkVBox" id="dialog-vbox1">
|
|
|
|
<property name="visible">True</property>
|
2009-09-23 09:45:44 -05:00
|
|
|
<property name="orientation">vertical</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkFrame" id="frame1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="border_width">3</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkAlignment" id="alignment2">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="top_padding">6</property>
|
|
|
|
<property name="left_padding">10</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkTable" id="table1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05: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 09:18:55 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkHBox" id="hbox1">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="spacing">6</property>
|
2009-04-03 14:38:41 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkEntry" id="iso-path">
|
2009-04-03 14:38:41 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="invisible_char">●</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="position">0</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkButton" id="iso-file-chooser">
|
|
|
|
<property name="label" translatable="yes">_Browse...</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="receives_default">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_underline">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<signal name="clicked" handler="on_fv_iso_location_browse_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
2009-09-23 10:49:35 -05:00
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
<widget class="GtkRadioButton" id="physical-media">
|
2009-11-17 14:06:15 -06:00
|
|
|
<property name="label" translatable="yes">CD-_ROM or DVD</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="active">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<signal name="toggled" handler="on_media_toggled"/>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
<widget class="GtkAlignment" id="alignment5">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="yscale">0</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkRadioButton" id="iso-image">
|
|
|
|
<property name="label" translatable="yes">_ISO Image Location</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="receives_default">False</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="draw_indicator">True</property>
|
|
|
|
<property name="group">physical-media</property>
|
|
|
|
<signal name="toggled" handler="on_media_toggled"/>
|
2009-07-02 11:42:41 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
2009-09-23 10:49:35 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="right_attach">2</property>
|
|
|
|
<property name="x_options">GTK_FILL</property>
|
|
|
|
<property name="y_options">GTK_FILL</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkAlignment" id="alignment1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="left_padding">21</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkLabel" id="label36">
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">ISO _Location:</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="mnemonic_widget">iso-path</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
2009-09-23 10:49:35 -05:00
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
<widget class="GtkAlignment" id="alignment3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="left_padding">21</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<child>
|
2009-09-23 10:49:35 -05:00
|
|
|
<widget class="GtkLabel" id="label38">
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="visible">True</property>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="xalign">0</property>
|
|
|
|
<property name="label" translatable="yes">_Device Media:</property>
|
|
|
|
<property name="use_underline">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2009-09-23 10:49:35 -05: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 09:18:55 -05:00
|
|
|
</child>
|
2009-11-30 11:51:25 -06:00
|
|
|
<child>
|
|
|
|
<widget class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkComboBox" id="cd-path">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<signal name="changed" handler="on_cd_path_changed"/>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkImage" id="cd-path-warn">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="stock">gtk-dialog-warning</property>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<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>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
2009-09-23 10:49:35 -05:00
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<widget class="GtkLabel" id="label35">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes"><b>CD Source Device Or File</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
2009-07-02 11:42:41 -05:00
|
|
|
<packing>
|
2009-09-23 10:49:35 -05:00
|
|
|
<property name="type">label_item</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="expand">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child internal-child="action_area">
|
|
|
|
<widget class="GtkHButtonBox" id="dialog-action_area1">
|
|
|
|
<property name="visible">True</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="layout_style">end</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<child>
|
2009-04-03 14:38:41 -05:00
|
|
|
<widget class="GtkButton" id="Cancel">
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="label">gtk-cancel</property>
|
|
|
|
<property name="response_id">-6</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="receives_default">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_stock">True</property>
|
2009-04-03 14:38:41 -05:00
|
|
|
<signal name="clicked" handler="on_cancel_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
2009-07-02 11:42:41 -05:00
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
2008-10-31 09:18:55 -05:00
|
|
|
</child>
|
|
|
|
<child>
|
2009-04-03 14:38:41 -05:00
|
|
|
<widget class="GtkButton" id="OK">
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="label">gtk-ok</property>
|
|
|
|
<property name="response_id">-5</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="can_default">True</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="receives_default">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="use_stock">True</property>
|
2009-04-03 14:38:41 -05:00
|
|
|
<signal name="clicked" handler="on_ok_clicked"/>
|
2008-10-31 09:18:55 -05:00
|
|
|
</widget>
|
|
|
|
<packing>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
2009-07-02 11:42:41 -05:00
|
|
|
<property name="pack_type">end</property>
|
|
|
|
<property name="position">0</property>
|
2008-10-31 09:18:55 -05:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</widget>
|
|
|
|
</child>
|
|
|
|
</widget>
|
2007-09-21 15:28:31 -05:00
|
|
|
</glade-interface>
|