home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / vino / vino-prompt.glade < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-13  |  5.8 KB  |  131 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
  3. <!--*- mode: xml -*-->
  4. <glade-interface>
  5.   <widget class="GtkDialog" id="vino_dialog">
  6.     <property name="border_width">5</property>
  7.     <property name="title" translatable="yes">Question</property>
  8.     <property name="resizable">False</property>
  9.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  10.     <property name="has_separator">False</property>
  11.     <child internal-child="vbox">
  12.       <widget class="GtkVBox" id="dialog-vbox1">
  13.         <property name="visible">True</property>
  14.         <child>
  15.           <widget class="GtkHBox" id="hbox30">
  16.             <property name="visible">True</property>
  17.             <property name="border_width">12</property>
  18.             <property name="spacing">12</property>
  19.             <child>
  20.               <widget class="GtkImage" id="sharing_icon">
  21.                 <property name="visible">True</property>
  22.                 <property name="yalign">0</property>
  23.                 <property name="stock">gtk-missing-image</property>
  24.               </widget>
  25.             </child>
  26.             <child>
  27.               <widget class="GtkVBox" id="vbox34">
  28.                 <property name="visible">True</property>
  29.                 <property name="spacing">6</property>
  30.                 <child>
  31.                   <widget class="GtkLabel" id="warning_label">
  32.                     <property name="visible">True</property>
  33.                     <property name="xalign">0</property>
  34.                     <property name="label" translatable="yes"><big><b>Another user is trying to view your desktop.</b></big></property>
  35.                     <property name="use_markup">True</property>
  36.                     <property name="wrap">True</property>
  37.                   </widget>
  38.                   <packing>
  39.                     <property name="expand">False</property>
  40.                     <property name="fill">False</property>
  41.                   </packing>
  42.                 </child>
  43.                 <child>
  44.                   <widget class="GtkLabel" id="host_label">
  45.                     <property name="visible">True</property>
  46.                     <property name="xalign">0</property>
  47.                     <property name="label" translatable="yes">A user on another computer is trying to remotely view or control your desktop.</property>
  48.                     <property name="wrap">True</property>
  49.                   </widget>
  50.                   <packing>
  51.                     <property name="expand">False</property>
  52.                     <property name="fill">False</property>
  53.                     <property name="position">1</property>
  54.                   </packing>
  55.                 </child>
  56.                 <child>
  57.                   <widget class="GtkLabel" id="question_label">
  58.                     <property name="visible">True</property>
  59.                     <property name="xalign">0</property>
  60.                     <property name="label" translatable="yes">Do you want to allow them to do so?</property>
  61.                     <property name="wrap">True</property>
  62.                   </widget>
  63.                   <packing>
  64.                     <property name="expand">False</property>
  65.                     <property name="fill">False</property>
  66.                     <property name="position">2</property>
  67.                   </packing>
  68.                 </child>
  69.               </widget>
  70.               <packing>
  71.                 <property name="position">1</property>
  72.               </packing>
  73.             </child>
  74.           </widget>
  75.           <packing>
  76.             <property name="position">1</property>
  77.           </packing>
  78.         </child>
  79.         <child internal-child="action_area">
  80.           <widget class="GtkHButtonBox" id="hbuttonbox1">
  81.             <property name="visible">True</property>
  82.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  83.             <child>
  84.               <widget class="GtkButton" id="help_button">
  85.                 <property name="can_focus">True</property>
  86.                 <property name="can_default">True</property>
  87.                 <property name="no_show_all">True</property>
  88.                 <property name="label">gtk-help</property>
  89.                 <property name="use_stock">True</property>
  90.                 <property name="response_id">-11</property>
  91.               </widget>
  92.             </child>
  93.             <child>
  94.               <widget class="GtkButton" id="refuse_button">
  95.                 <property name="visible">True</property>
  96.                 <property name="can_focus">True</property>
  97.                 <property name="has_focus">True</property>
  98.                 <property name="can_default">True</property>
  99.                 <property name="has_default">True</property>
  100.                 <property name="label" translatable="yes">_Refuse</property>
  101.                 <property name="use_underline">True</property>
  102.                 <property name="response_id">-2</property>
  103.               </widget>
  104.               <packing>
  105.                 <property name="position">1</property>
  106.               </packing>
  107.             </child>
  108.             <child>
  109.               <widget class="GtkButton" id="allow_button">
  110.                 <property name="visible">True</property>
  111.                 <property name="can_focus">True</property>
  112.                 <property name="can_default">True</property>
  113.                 <property name="label" translatable="yes">_Allow</property>
  114.                 <property name="use_underline">True</property>
  115.                 <property name="response_id">-3</property>
  116.               </widget>
  117.               <packing>
  118.                 <property name="position">2</property>
  119.               </packing>
  120.             </child>
  121.           </widget>
  122.           <packing>
  123.             <property name="expand">False</property>
  124.             <property name="pack_type">GTK_PACK_END</property>
  125.           </packing>
  126.         </child>
  127.       </widget>
  128.     </child>
  129.   </widget>
  130. </glade-interface>
  131.