Warning: This file has been marked up for HTML

<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">

<glade-interface>

<widget class="GtkWindow" id="MainWindow">
  <property name="visible">True</property>
  <property name="title" translatable="yes">Clear Password</property>
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
  <property name="window_position">GTK_WIN_POS_CENTER</property>
  <property name="modal">True</property>
  <property name="resizable">False</property>
  <property name="destroy_with_parent">False</property>
  <property name="decorated">True</property>
  <property name="skip_taskbar_hint">False</property>
  <property name="skip_pager_hint">False</property>
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>

  <child>
    <widget class="GtkVBox" id="vbox1">
      <property name="visible">True</property>
      <property name="homogeneous">False</property>
      <property name="spacing">0</property>

      <child>
   <widget class="GtkImage" id="image1">
     <property name="visible">True</property>
     <property name="pixbuf">Nmas_simple.bmp</property>
     <property name="xalign">0.5</property>
     <property name="yalign">0.5</property>
     <property name="xpad">0</property>
     <property name="ypad">0</property>
   </widget>
   <packing>
     <property name="padding">0</property>
     <property name="expand">True</property>
     <property name="fill">True</property>
   </packing>
      </child>

      <child>
   <widget class="GtkTable" id="table1">
     <property name="visible">True</property>
     <property name="n_rows">1</property>
     <property name="n_columns">2</property>
     <property name="homogeneous">False</property>
     <property name="row_spacing">0</property>
     <property name="column_spacing">0</property>

     <child>
       <widget class="GtkLabel" id="label1">
         <property name="visible">True</property>
         <property name="label" translatable="yes">Password:</property>
         <property name="use_underline">False</property>
         <property name="use_markup">False</property>
         <property name="justify">GTK_JUSTIFY_LEFT</property>
         <property name="wrap">False</property>
         <property name="selectable">False</property>
         <property name="xalign">0</property>
         <property name="yalign">0.5</property>
         <property name="xpad">0</property>
         <property name="ypad">0</property>
       </widget>
       <packing>
         <property name="left_attach">0</property>
         <property name="right_attach">1</property>
         <property name="top_attach">0</property>
         <property name="bottom_attach">1</property>
         <property name="x_padding">10</property>
         <property name="y_padding">20</property>
         <property name="x_options">fill</property>
         <property name="y_options"></property>
       </packing>
     </child>

     <child>
       <widget class="GtkEntry" id="password">
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="editable">True</property>
         <property name="visibility">False</property>
         <property name="max_length">0</property>
         <property name="text" translatable="yes"></property>
         <property name="has_frame">True</property>
         <property name="invisible_char" translatable="yes">*</property>
         <property name="activates_default">False</property>
         <signal name="activate" handler="on_okButton_clicked" after="yes" last_modification_time="Fri, 01 Apr 2005 21:13:36 GMT"/>
       </widget>
       <packing>
         <property name="left_attach">1</property>
         <property name="right_attach">2</property>
         <property name="top_attach">0</property>
         <property name="bottom_attach">1</property>
         <property name="x_padding">10</property>
         <property name="y_padding">20</property>
         <property name="y_options"></property>
       </packing>
     </child>
   </widget>
   <packing>
     <property name="padding">0</property>
     <property name="expand">True</property>
     <property name="fill">True</property>
   </packing>
      </child>

      <child>
   <widget class="GtkTable" id="table2">
     <property name="visible">True</property>
     <property name="n_rows">1</property>
     <property name="n_columns">2</property>
     <property name="homogeneous">False</property>
     <property name="row_spacing">0</property>
     <property name="column_spacing">0</property>

     <child>
       <widget class="GtkButton" id="cancelButton">
         <property name="width_request">75</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="label" translatable="yes">Cancel</property>
         <property name="use_underline">True</property>
         <property name="relief">GTK_RELIEF_NORMAL</property>
         <property name="focus_on_click">True</property>
         <signal name="clicked" handler="on_cancelButton_clicked" last_modification_time="Wed, 30 Mar 2005 23:45:19 GMT"/>
       </widget>
       <packing>
         <property name="left_attach">1</property>
         <property name="right_attach">2</property>
         <property name="top_attach">0</property>
         <property name="bottom_attach">1</property>
         <property name="x_padding">10</property>
         <property name="y_padding">10</property>
         <property name="x_options">fill</property>
         <property name="y_options"></property>
       </packing>
     </child>

     <child>
       <widget class="GtkButton" id="okButton">
         <property name="width_request">75</property>
         <property name="visible">True</property>
         <property name="can_focus">True</property>
         <property name="label" translatable="yes">OK</property>
         <property name="use_underline">True</property>
         <property name="relief">GTK_RELIEF_NORMAL</property>
         <property name="focus_on_click">True</property>
         <signal name="clicked" handler="on_okButton_clicked" last_modification_time="Wed, 30 Mar 2005 23:45:03 GMT"/>
       </widget>
       <packing>
         <property name="left_attach">0</property>
         <property name="right_attach">1</property>
         <property name="top_attach">0</property>
         <property name="bottom_attach">1</property>
         <property name="x_padding">80</property>
         <property name="y_padding">20</property>
         <property name="x_options">fill</property>
         <property name="y_options"></property>
       </packing>
     </child>
   </widget>
   <packing>
     <property name="padding">0</property>
     <property name="expand">True</property>
     <property name="fill">True</property>
   </packing>
      </child>
    </widget>
  </child>
</widget>

</glade-interface>