2007-01-12 01:19:27 +00:00
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
2007-11-17 07:55:44 +00:00
<!--Generated with glade3 3.2.2 on Sun Jul 15 01:54:03 2007 by markybob@peg-->
2007-01-12 01:19:27 +00:00
<glade-interface>
2007-02-12 18:14:15 +00:00
<widget class="GtkDialog" id="remove_torrent_dlg">
<property name="title" translatable="yes">Remove Torrent</property>
2007-11-17 07:55:44 +00:00
<property name="destroy_with_parent">True</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2007-02-21 18:30:27 +00:00
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
2007-02-12 18:14:15 +00:00
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox3">
<property name="visible">True</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
2007-06-13 20:56:05 +00:00
<property name="spacing">10</property>
2007-02-12 18:14:15 +00:00
<child>
2007-06-13 20:56:05 +00:00
<widget class="GtkHBox" id="hbox1">
2007-02-12 18:14:15 +00:00
<property name="visible">True</property>
2007-06-13 20:56:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="spacing">3</property>
<child>
<widget class="GtkImage" id="image1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-dialog-warning</property>
<property name="icon_size">6</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">5</property>
</packing>
</child>
<child>
<widget class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="label" translatable="yes"><span size="large"><b>Are you sure you want to remove the selected torrent(s) from Deluge?</b></span></property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
</widget>
<packing>
<property name="padding">10</property>
<property name="position">1</property>
</packing>
</child>
2007-02-12 18:14:15 +00:00
</widget>
<packing>
2007-06-13 20:56:05 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
<property name="padding">5</property>
2007-02-12 18:14:15 +00:00
</packing>
</child>
<child>
2007-06-13 20:56:05 +00:00
<widget class="GtkAlignment" id="alignment1">
2007-02-12 18:14:15 +00:00
<property name="visible">True</property>
2007-06-13 20:56:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="left_padding">20</property>
<child>
<widget class="GtkCheckButton" id="data_also">
<property name="visible">True</property>
<property name="label" translatable="yes">Delete downloaded files</property>
<property name="response_id">0</property>
<property name="draw_indicator">True</property>
</widget>
</child>
2007-02-12 18:14:15 +00:00
</widget>
<packing>
2007-06-13 20:56:05 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
2007-02-12 18:14:15 +00:00
<property name="position">1</property>
</packing>
</child>
<child>
2007-06-13 20:56:05 +00:00
<widget class="GtkAlignment" id="alignment2">
2007-02-12 18:14:15 +00:00
<property name="visible">True</property>
2007-06-13 20:56:05 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="bottom_padding">5</property>
<property name="left_padding">20</property>
<child>
<widget class="GtkCheckButton" id="torrent_also">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">Delete .torrent file</property>
<property name="response_id">0</property>
2007-06-16 06:04:53 +00:00
<property name="active">True</property>
2007-06-13 20:56:05 +00:00
<property name="draw_indicator">True</property>
</widget>
</child>
2007-02-12 18:14:15 +00:00
</widget>
<packing>
2007-06-13 20:56:05 +00:00
<property name="expand">False</property>
<property name="fill">False</property>
2007-02-12 18:14:15 +00:00
<property name="position">2</property>
</packing>
</child>
2007-06-13 20:56:05 +00:00
<child>
<widget class="GtkLabel" id="warning">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
<packing>
<property name="position">3</property>
</packing>
</child>
2007-02-12 18:14:15 +00:00
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
2007-06-13 20:56:05 +00:00
<property name="padding">5</property>
2007-02-12 18:14:15 +00:00
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area3">
<property name="visible">True</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="button2">
<property name="visible">True</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-no</property>
2007-02-12 18:14:15 +00:00
<property name="use_stock">True</property>
2007-06-13 20:56:05 +00:00
<property name="response_id">0</property>
2007-02-12 18:14:15 +00:00
</widget>
</child>
<child>
<widget class="GtkButton" id="button1">
<property name="visible">True</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-yes</property>
2007-02-12 18:14:15 +00:00
<property name="use_stock">True</property>
<property name="response_id">1</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
2007-02-14 18:08:33 +00:00
<widget class="GtkMenu" id="tray_menu">
<property name="visible">True</property>
<child>
<widget class="GtkMenuItem" id="menuitem10">
<property name="visible">True</property>
<property name="label" translatable="yes">Show/Hide</property>
<property name="use_underline">True</property>
<signal name="activate" handler="show_hide_window"/>
</widget>
</child>
<child>
2007-02-22 21:38:48 +00:00
<widget class="GtkImageMenuItem" id="menuitem9">
2007-02-14 18:08:33 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes">Add a Torrent...</property>
<property name="use_underline">True</property>
<signal name="activate" handler="add_torrent"/>
2007-02-22 21:38:48 +00:00
<child internal-child="image">
<widget class="GtkImage" id="menu-item-image1">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-add</property>
2007-02-23 00:18:08 +00:00
<property name="icon_size">1</property>
2007-02-22 21:38:48 +00:00
</widget>
</child>
2007-02-14 18:08:33 +00:00
</widget>
</child>
<child>
2007-02-22 21:38:48 +00:00
<widget class="GtkImageMenuItem" id="menuitem11">
2007-02-14 18:08:33 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes">Clear Finished</property>
<property name="use_underline">True</property>
<signal name="activate" handler="clear_finished"/>
2007-02-22 21:38:48 +00:00
<child internal-child="image">
<widget class="GtkImage" id="menu-item-image2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-clear</property>
2007-02-23 00:18:08 +00:00
<property name="icon_size">1</property>
2007-02-22 21:38:48 +00:00
</widget>
</child>
2007-02-14 18:08:33 +00:00
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem2">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menuitem12">
<property name="visible">True</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-preferences</property>
2007-02-14 18:08:33 +00:00
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="preferences"/>
</widget>
</child>
<child>
2007-02-22 21:38:48 +00:00
<widget class="GtkImageMenuItem" id="menuitem13">
2007-02-14 18:08:33 +00:00
<property name="visible">True</property>
<property name="label" translatable="yes">Plugins</property>
<property name="use_underline">True</property>
<signal name="activate" handler="plugins"/>
2007-02-22 21:38:48 +00:00
<child internal-child="image">
<widget class="GtkImage" id="menu-item-image3">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="stock">gtk-execute</property>
2007-02-23 00:18:08 +00:00
<property name="icon_size">1</property>
2007-02-22 21:38:48 +00:00
</widget>
</child>
2007-02-14 18:08:33 +00:00
</widget>
</child>
<child>
<widget class="GtkSeparatorMenuItem" id="separatormenuitem1">
<property name="visible">True</property>
</widget>
</child>
<child>
<widget class="GtkImageMenuItem" id="menuitem14">
<property name="visible">True</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-quit</property>
2007-02-14 18:08:33 +00:00
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="quit"/>
</widget>
</child>
</widget>
2007-07-11 02:25:19 +00:00
<widget class="GtkDialog" id="speed_dialog">
2007-06-20 23:34:53 +00:00
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
2007-11-17 07:55:44 +00:00
<property name="window_position">GTK_WIN_POS_MOUSE</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
2007-06-20 23:34:53 +00:00
<property name="skip_taskbar_hint">True</property>
2007-11-17 07:55:44 +00:00
<property name="decorated">False</property>
2007-06-20 23:34:53 +00:00
<property name="has_separator">False</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="spacing">2</property>
<child>
<widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="spacing">10</property>
<child>
2007-07-15 07:04:38 +00:00
<widget class="GtkLabel" id="spin_title">
2007-06-20 23:34:53 +00:00
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
</widget>
<packing>
<property name="expand">False</property>
</packing>
</child>
<child>
2007-07-11 02:25:19 +00:00
<widget class="GtkSpinButton" id="spin_speed">
2007-06-20 23:34:53 +00:00
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="has_focus">True</property>
<property name="is_focus">True</property>
<property name="can_default">True</property>
<property name="has_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="activates_default">True</property>
<property name="xalign">1</property>
<property name="adjustment">0 -1 10000 1 10 10</property>
<property name="numeric">True</property>
</widget>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>
<child internal-child="action_area">
<widget class="GtkHButtonBox" id="dialog-action_area2">
<property name="visible">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="layout_style">GTK_BUTTONBOX_END</property>
<child>
<widget class="GtkButton" id="button3">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-cancel</property>
2007-06-20 23:34:53 +00:00
<property name="use_stock">True</property>
<property name="response_id">0</property>
</widget>
</child>
<child>
<widget class="GtkButton" id="button4">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
2007-11-27 18:10:36 +00:00
<property name="label" translatable="no">gtk-ok</property>
2007-06-20 23:34:53 +00:00
<property name="use_stock">True</property>
<property name="response_id">1</property>
</widget>
<packing>
<property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
<property name="pack_type">GTK_PACK_END</property>
</packing>
</child>
</widget>
</child>
</widget>
2007-01-12 01:19:27 +00:00
</glade-interface>
2007-11-17 07:55:44 +00:00