1<?xml version="1.0" encoding="UTF-8"?>
2<interface>
3  <!-- interface-requires gtk+ 3.0 -->
4  <object class="GtkListStore" id="model8">
5    <columns>
6      <!-- column-name gchararray -->
7      <column type="gchararray"/>
8    </columns>
9    <data>
10      <row>
11        <col id="0" translatable="yes"> </col>
12      </row>
13    </data>
14  </object>
15  <object class="GtkListStore" id="model9">
16    <columns>
17      <!-- column-name gchararray -->
18      <column type="gchararray"/>
19    </columns>
20    <data>
21      <row>
22        <col id="0" translatable="yes">Anonymous</col>
23      </row>
24      <row>
25        <col id="0" translatable="yes">Authenticated</col>
26      </row>
27      <row>
28        <col id="0" translatable="yes">Both</col>
29      </row>
30    </data>
31  </object>
32  <object class="GtkNotebook" id="eap_fast_notebook">
33    <property name="visible">True</property>
34    <property name="can_focus">False</property>
35    <property name="show_tabs">False</property>
36    <property name="show_border">False</property>
37    <child>
38      <object class="GtkTable" id="table13">
39        <property name="visible">True</property>
40        <property name="can_focus">False</property>
41        <property name="n_rows">5</property>
42        <property name="n_columns">2</property>
43        <property name="column_spacing">6</property>
44        <property name="row_spacing">6</property>
45        <child>
46          <object class="GtkLabel" id="eap_fast_anon_identity_label">
47            <property name="visible">True</property>
48            <property name="can_focus">False</property>
49            <property name="xalign">1</property>
50            <property name="label" translatable="yes">Anony_mous identity</property>
51            <property name="use_underline">True</property>
52            <property name="mnemonic_widget">eap_fast_anon_identity_entry</property>
53          </object>
54          <packing>
55            <property name="x_options">GTK_FILL</property>
56            <property name="y_options"/>
57          </packing>
58        </child>
59        <child>
60          <object class="GtkEntry" id="eap_fast_anon_identity_entry">
61            <property name="visible">True</property>
62            <property name="can_focus">True</property>
63            <property name="activates_default">True</property>
64          </object>
65          <packing>
66            <property name="left_attach">1</property>
67            <property name="right_attach">2</property>
68            <property name="y_options"/>
69          </packing>
70        </child>
71        <child>
72          <object class="GtkLabel" id="eap_fast_pac_file_label">
73            <property name="visible">True</property>
74            <property name="can_focus">False</property>
75            <property name="xalign">1</property>
76            <property name="label" translatable="yes">PAC _file</property>
77            <property name="use_underline">True</property>
78            <property name="mnemonic_widget">eap_fast_pac_file_button</property>
79          </object>
80          <packing>
81            <property name="top_attach">2</property>
82            <property name="bottom_attach">3</property>
83            <property name="x_options">GTK_FILL</property>
84            <property name="y_options"/>
85          </packing>
86        </child>
87        <child>
88          <object class="GtkFileChooserButton" id="eap_fast_pac_file_button">
89            <property name="visible">True</property>
90            <property name="can_focus">False</property>
91          </object>
92          <packing>
93            <property name="left_attach">1</property>
94            <property name="right_attach">2</property>
95            <property name="top_attach">2</property>
96            <property name="bottom_attach">3</property>
97            <property name="x_options">GTK_FILL</property>
98            <property name="y_options">GTK_FILL</property>
99          </packing>
100        </child>
101        <child>
102          <object class="GtkVBox" id="eap_fast_inner_auth_vbox">
103            <property name="visible">True</property>
104            <property name="can_focus">False</property>
105            <child>
106              <placeholder/>
107            </child>
108          </object>
109          <packing>
110            <property name="right_attach">2</property>
111            <property name="top_attach">4</property>
112            <property name="bottom_attach">5</property>
113            <property name="x_options">GTK_FILL</property>
114          </packing>
115        </child>
116        <child>
117          <object class="GtkLabel" id="eap_fast_inner_auth_label">
118            <property name="visible">True</property>
119            <property name="can_focus">False</property>
120            <property name="xalign">1</property>
121            <property name="label" translatable="yes">_Inner authentication</property>
122            <property name="use_underline">True</property>
123            <property name="mnemonic_widget">eap_fast_inner_auth_combo</property>
124          </object>
125          <packing>
126            <property name="top_attach">3</property>
127            <property name="bottom_attach">4</property>
128            <property name="x_options">GTK_FILL</property>
129            <property name="y_options"/>
130          </packing>
131        </child>
132        <child>
133          <object class="GtkComboBox" id="eap_fast_inner_auth_combo">
134            <property name="visible">True</property>
135            <property name="can_focus">False</property>
136            <property name="model">model8</property>
137            <child>
138              <object class="GtkCellRendererText" id="renderer8"/>
139              <attributes>
140                <attribute name="text">0</attribute>
141              </attributes>
142            </child>
143          </object>
144          <packing>
145            <property name="left_attach">1</property>
146            <property name="right_attach">2</property>
147            <property name="top_attach">3</property>
148            <property name="bottom_attach">4</property>
149            <property name="x_options">GTK_FILL</property>
150            <property name="y_options">GTK_FILL</property>
151          </packing>
152        </child>
153        <child>
154          <object class="GtkCheckButton" id="eap_fast_pac_provision_checkbutton">
155            <property name="label" translatable="yes">Allow automatic PAC pro_visioning</property>
156            <property name="visible">True</property>
157            <property name="can_focus">True</property>
158            <property name="receives_default">False</property>
159            <property name="use_underline">True</property>
160            <property name="draw_indicator">True</property>
161          </object>
162          <packing>
163            <property name="top_attach">1</property>
164            <property name="bottom_attach">2</property>
165            <property name="x_options">GTK_FILL</property>
166            <property name="y_options"/>
167          </packing>
168        </child>
169        <child>
170          <object class="GtkComboBox" id="eap_fast_pac_provision_combo">
171            <property name="visible">True</property>
172            <property name="can_focus">False</property>
173            <property name="model">model9</property>
174            <child>
175              <object class="GtkCellRendererText" id="renderer9"/>
176              <attributes>
177                <attribute name="text">0</attribute>
178              </attributes>
179            </child>
180          </object>
181          <packing>
182            <property name="left_attach">1</property>
183            <property name="right_attach">2</property>
184            <property name="top_attach">1</property>
185            <property name="bottom_attach">2</property>
186            <property name="x_options">GTK_FILL</property>
187            <property name="y_options">GTK_FILL</property>
188          </packing>
189        </child>
190      </object>
191    </child>
192    <child type="tab">
193      <object class="GtkLabel" id="label61">
194        <property name="visible">True</property>
195        <property name="can_focus">False</property>
196      </object>
197      <packing>
198        <property name="tab_fill">False</property>
199      </packing>
200    </child>
201  </object>
202</interface>
203