1<?xml version="1.0" encoding="UTF-8"?>
2<!-- Generated with glade 3.18.3 -->
3<interface>
4  <requires lib="gtk+" version="3.0"/>
5  <object class="GtkListStore" id="liststore1">
6    <columns>
7      <!-- column-name gchararray1 -->
8      <column type="gchararray"/>
9    </columns>
10  </object>
11  <object class="GtkDialog" id="ap_UnixDialog_CollaborationAddBuddy">
12    <property name="can_focus">False</property>
13    <property name="border_width">5</property>
14    <property name="title" translatable="yes">Add Buddy</property>
15    <property name="window_position">center</property>
16    <property name="type_hint">dialog</property>
17    <child internal-child="vbox">
18      <object class="GtkBox" id="dialog-vbox1">
19        <property name="visible">True</property>
20        <property name="can_focus">False</property>
21        <property name="orientation">vertical</property>
22        <property name="spacing">2</property>
23        <child internal-child="action_area">
24          <object class="GtkButtonBox" id="dialog-action_area1">
25            <property name="visible">True</property>
26            <property name="can_focus">False</property>
27            <property name="layout_style">end</property>
28            <child>
29              <object class="GtkButton" id="btCancel">
30                <property name="label">gtk-cancel</property>
31                <property name="visible">True</property>
32                <property name="can_focus">True</property>
33                <property name="can_default">True</property>
34                <property name="receives_default">False</property>
35                <property name="use_stock">True</property>
36              </object>
37              <packing>
38                <property name="expand">False</property>
39                <property name="fill">False</property>
40                <property name="position">0</property>
41              </packing>
42            </child>
43            <child>
44              <object class="GtkButton" id="btOK">
45                <property name="label">gtk-ok</property>
46                <property name="visible">True</property>
47                <property name="can_focus">True</property>
48                <property name="can_default">True</property>
49                <property name="receives_default">False</property>
50                <property name="use_stock">True</property>
51              </object>
52              <packing>
53                <property name="expand">False</property>
54                <property name="fill">False</property>
55                <property name="position">1</property>
56              </packing>
57            </child>
58          </object>
59          <packing>
60            <property name="expand">False</property>
61            <property name="fill">False</property>
62            <property name="pack_type">end</property>
63            <property name="position">0</property>
64          </packing>
65        </child>
66        <child>
67          <object class="GtkBox" id="vbDetails">
68            <property name="visible">True</property>
69            <property name="can_focus">False</property>
70            <property name="orientation">vertical</property>
71            <property name="spacing">18</property>
72            <child>
73              <object class="GtkTable" id="tbLabelDetails">
74                <property name="visible">True</property>
75                <property name="can_focus">False</property>
76                <property name="n_rows">2</property>
77                <property name="n_columns">2</property>
78                <property name="row_spacing">6</property>
79                <child>
80                  <object class="GtkLabel" id="lbConnectionDetails">
81                    <property name="visible">True</property>
82                    <property name="can_focus">False</property>
83                    <property name="xalign">0</property>
84                    <property name="label" translatable="yes">&lt;b&gt;Add buddy&lt;/b&gt;</property>
85                    <property name="use_markup">True</property>
86                  </object>
87                  <packing>
88                    <property name="right_attach">2</property>
89                    <property name="x_options">GTK_FILL</property>
90                    <property name="y_options"/>
91                  </packing>
92                </child>
93                <child>
94                  <object class="GtkLabel" id="label9">
95                    <property name="visible">True</property>
96                    <property name="can_focus">False</property>
97                    <property name="xalign">0</property>
98                    <property name="label" translatable="yes">    </property>
99                  </object>
100                  <packing>
101                    <property name="top_attach">1</property>
102                    <property name="bottom_attach">2</property>
103                    <property name="x_options">GTK_FILL</property>
104                    <property name="y_options"/>
105                  </packing>
106                </child>
107                <child>
108                  <object class="GtkTable" id="DELME">
109                    <property name="visible">True</property>
110                    <property name="can_focus">False</property>
111                    <property name="n_rows">2</property>
112                    <property name="n_columns">2</property>
113                    <child>
114                      <object class="GtkLabel" id="lbUsername">
115                        <property name="visible">True</property>
116                        <property name="can_focus">False</property>
117                        <property name="xalign">0</property>
118                        <property name="label" translatable="yes">Name:</property>
119                      </object>
120                      <packing>
121                        <property name="x_options">GTK_FILL</property>
122                        <property name="y_options"/>
123                      </packing>
124                    </child>
125                    <child>
126                      <object class="GtkLabel" id="lbPassword">
127                        <property name="visible">True</property>
128                        <property name="can_focus">False</property>
129                        <property name="xalign">0</property>
130                        <property name="label" translatable="yes">Account:</property>
131                      </object>
132                      <packing>
133                        <property name="top_attach">1</property>
134                        <property name="bottom_attach">2</property>
135                        <property name="x_options">GTK_FILL</property>
136                        <property name="y_options"/>
137                      </packing>
138                    </child>
139                    <child>
140                      <object class="GtkComboBox" id="cbAccount">
141                        <property name="visible">True</property>
142                        <property name="can_focus">False</property>
143                        <property name="model">liststore1</property>
144                        <child>
145                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
146                          <attributes>
147                            <attribute name="text">0</attribute>
148                          </attributes>
149                        </child>
150                      </object>
151                      <packing>
152                        <property name="left_attach">1</property>
153                        <property name="right_attach">2</property>
154                        <property name="top_attach">1</property>
155                        <property name="bottom_attach">2</property>
156                        <property name="x_options">GTK_FILL</property>
157                        <property name="y_options">GTK_FILL</property>
158                      </packing>
159                    </child>
160                    <child>
161                      <object class="GtkEntry" id="edName">
162                        <property name="visible">True</property>
163                        <property name="can_focus">True</property>
164                        <property name="invisible_char">•</property>
165                      </object>
166                      <packing>
167                        <property name="left_attach">1</property>
168                        <property name="right_attach">2</property>
169                        <property name="y_options"/>
170                      </packing>
171                    </child>
172                  </object>
173                  <packing>
174                    <property name="left_attach">1</property>
175                    <property name="right_attach">2</property>
176                    <property name="top_attach">1</property>
177                    <property name="bottom_attach">2</property>
178                  </packing>
179                </child>
180              </object>
181              <packing>
182                <property name="expand">False</property>
183                <property name="fill">True</property>
184                <property name="position">0</property>
185              </packing>
186            </child>
187          </object>
188          <packing>
189            <property name="expand">False</property>
190            <property name="fill">True</property>
191            <property name="position">1</property>
192          </packing>
193        </child>
194      </object>
195    </child>
196    <action-widgets>
197      <action-widget response="-6">btCancel</action-widget>
198      <action-widget response="-5">btOK</action-widget>
199    </action-widgets>
200  </object>
201</interface>
202