~ubuntu-branches/ubuntu/feisty/evolution-exchange/feisty

« back to all changes in this revision

Viewing changes to storage/exchange-passwd-expiry.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-10-07 00:34:30 UTC
  • Revision ID: james.westby@ubuntu.com-20051007003430-hvxgarj9pn4vg1d4
Tags: upstream-2.4.1
ImportĀ upstreamĀ versionĀ 2.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
 
2
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
 
3
 
 
4
<glade-interface>
 
5
<requires lib="gnome"/>
 
6
 
 
7
<widget class="GtkDialog" id="passwd_exp_dialog">
 
8
  <property name="visible">True</property>
 
9
  <property name="title" translatable="yes">Password Expiry Warning...</property>
 
10
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
11
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
12
  <property name="modal">False</property>
 
13
  <property name="resizable">True</property>
 
14
  <property name="destroy_with_parent">False</property>
 
15
  <property name="has_separator">True</property>
 
16
 
 
17
  <child internal-child="vbox">
 
18
    <widget class="GtkVBox" id="dialog-vbox1">
 
19
      <property name="visible">True</property>
 
20
      <property name="homogeneous">False</property>
 
21
      <property name="spacing">0</property>
 
22
 
 
23
      <child internal-child="action_area">
 
24
        <widget class="GtkHButtonBox" id="dialog-action_area1">
 
25
          <property name="visible">True</property>
 
26
          <property name="layout_style">GTK_BUTTONBOX_END</property>
 
27
 
 
28
          <child>
 
29
            <widget class="GtkButton" id="change_passwd_button">
 
30
              <property name="visible">True</property>
 
31
              <property name="can_default">True</property>
 
32
              <property name="has_default">True</property>
 
33
              <property name="can_focus">True</property>
 
34
              <property name="has_focus">True</property>
 
35
              <property name="label" translatable="yes">_Change Password</property>
 
36
              <property name="use_underline">True</property>
 
37
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
38
              <property name="response_id">0</property>
 
39
              <accelerator key="C" modifiers="GDK_MOD1_MASK" signal="clicked"/>
 
40
            </widget>
 
41
          </child>
 
42
 
 
43
          <child>
 
44
            <widget class="GtkButton" id="ok_button">
 
45
              <property name="visible">True</property>
 
46
              <property name="can_default">True</property>
 
47
              <property name="can_focus">True</property>
 
48
              <property name="label">gtk-ok</property>
 
49
              <property name="use_stock">True</property>
 
50
              <property name="relief">GTK_RELIEF_NORMAL</property>
 
51
              <property name="response_id">-5</property>
 
52
              <accessibility>
 
53
                <atkproperty name="AtkObject::accessible_name" translatable="yes">ok_button</atkproperty>
 
54
              </accessibility>
 
55
              <accelerator key="O" modifiers="GDK_MOD1_MASK" signal="clicked"/>
 
56
            </widget>
 
57
          </child>
 
58
        </widget>
 
59
        <packing>
 
60
          <property name="padding">0</property>
 
61
          <property name="expand">False</property>
 
62
          <property name="fill">True</property>
 
63
          <property name="pack_type">GTK_PACK_END</property>
 
64
        </packing>
 
65
      </child>
 
66
 
 
67
      <child>
 
68
        <widget class="GtkLabel" id="passwd_exp_label">
 
69
          <property name="visible">True</property>
 
70
          <property name="label" translatable="yes">Your password will expire in 7 days...</property>
 
71
          <property name="use_underline">False</property>
 
72
          <property name="use_markup">False</property>
 
73
          <property name="justify">GTK_JUSTIFY_CENTER</property>
 
74
          <property name="wrap">False</property>
 
75
          <property name="selectable">False</property>
 
76
          <property name="xalign">0.5</property>
 
77
          <property name="yalign">0.5</property>
 
78
          <property name="xpad">0</property>
 
79
          <property name="ypad">20</property>
 
80
        </widget>
 
81
        <packing>
 
82
          <property name="padding">0</property>
 
83
          <property name="expand">False</property>
 
84
          <property name="fill">False</property>
 
85
        </packing>
 
86
      </child>
 
87
    </widget>
 
88
  </child>
 
89
</widget>
 
90
 
 
91
</glade-interface>