| 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 | |
|---|
| 6 | <widget class="GtkWindow" id="account_creation_wizard_window"> |
|---|
| 7 | <property name="border_width">12</property> |
|---|
| 8 | <property name="title" translatable="yes">Gajim: Account Creation Wizard</property> |
|---|
| 9 | <property name="type">GTK_WINDOW_TOPLEVEL</property> |
|---|
| 10 | <property name="window_position">GTK_WIN_POS_NONE</property> |
|---|
| 11 | <property name="modal">False</property> |
|---|
| 12 | <property name="resizable">False</property> |
|---|
| 13 | <property name="destroy_with_parent">False</property> |
|---|
| 14 | <property name="decorated">True</property> |
|---|
| 15 | <property name="skip_taskbar_hint">False</property> |
|---|
| 16 | <property name="skip_pager_hint">False</property> |
|---|
| 17 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> |
|---|
| 18 | <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> |
|---|
| 19 | <property name="focus_on_map">True</property> |
|---|
| 20 | <signal name="destroy" handler="on_wizard_window_destroy" last_modification_time="Thu, 03 Nov 2005 22:08:55 GMT"/> |
|---|
| 21 | |
|---|
| 22 | <child> |
|---|
| 23 | <widget class="GtkVBox" id="vbox77"> |
|---|
| 24 | <property name="visible">True</property> |
|---|
| 25 | <property name="homogeneous">False</property> |
|---|
| 26 | <property name="spacing">6</property> |
|---|
| 27 | |
|---|
| 28 | <child> |
|---|
| 29 | <widget class="GtkNotebook" id="notebook"> |
|---|
| 30 | <property name="visible">True</property> |
|---|
| 31 | <property name="show_tabs">False</property> |
|---|
| 32 | <property name="show_border">False</property> |
|---|
| 33 | <property name="tab_pos">GTK_POS_TOP</property> |
|---|
| 34 | <property name="scrollable">False</property> |
|---|
| 35 | <property name="enable_popup">False</property> |
|---|
| 36 | |
|---|
| 37 | <child> |
|---|
| 38 | <widget class="GtkVBox" id="vbox78"> |
|---|
| 39 | <property name="visible">True</property> |
|---|
| 40 | <property name="homogeneous">False</property> |
|---|
| 41 | <property name="spacing">12</property> |
|---|
| 42 | |
|---|
| 43 | <child> |
|---|
| 44 | <widget class="GtkLabel" id="label256"> |
|---|
| 45 | <property name="visible">True</property> |
|---|
| 46 | <property name="label" translatable="yes">You need to have an account in order to connect |
|---|
| 47 | to the Jabber network.</property> |
|---|
| 48 | <property name="use_underline">False</property> |
|---|
| 49 | <property name="use_markup">False</property> |
|---|
| 50 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 51 | <property name="wrap">False</property> |
|---|
| 52 | <property name="selectable">False</property> |
|---|
| 53 | <property name="xalign">0</property> |
|---|
| 54 | <property name="yalign">0.5</property> |
|---|
| 55 | <property name="xpad">0</property> |
|---|
| 56 | <property name="ypad">0</property> |
|---|
| 57 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 58 | <property name="width_chars">-1</property> |
|---|
| 59 | <property name="single_line_mode">False</property> |
|---|
| 60 | <property name="angle">0</property> |
|---|
| 61 | </widget> |
|---|
| 62 | <packing> |
|---|
| 63 | <property name="padding">0</property> |
|---|
| 64 | <property name="expand">False</property> |
|---|
| 65 | <property name="fill">False</property> |
|---|
| 66 | </packing> |
|---|
| 67 | </child> |
|---|
| 68 | |
|---|
| 69 | <child> |
|---|
| 70 | <widget class="GtkFrame" id="frame33"> |
|---|
| 71 | <property name="visible">True</property> |
|---|
| 72 | <property name="label_xalign">0</property> |
|---|
| 73 | <property name="label_yalign">0.5</property> |
|---|
| 74 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 75 | |
|---|
| 76 | <child> |
|---|
| 77 | <widget class="GtkAlignment" id="alignment68"> |
|---|
| 78 | <property name="visible">True</property> |
|---|
| 79 | <property name="xalign">0.5</property> |
|---|
| 80 | <property name="yalign">0.5</property> |
|---|
| 81 | <property name="xscale">1</property> |
|---|
| 82 | <property name="yscale">1</property> |
|---|
| 83 | <property name="top_padding">5</property> |
|---|
| 84 | <property name="bottom_padding">0</property> |
|---|
| 85 | <property name="left_padding">12</property> |
|---|
| 86 | <property name="right_padding">0</property> |
|---|
| 87 | |
|---|
| 88 | <child> |
|---|
| 89 | <widget class="GtkVBox" id="vbox83"> |
|---|
| 90 | <property name="border_width">6</property> |
|---|
| 91 | <property name="visible">True</property> |
|---|
| 92 | <property name="homogeneous">False</property> |
|---|
| 93 | <property name="spacing">6</property> |
|---|
| 94 | |
|---|
| 95 | <child> |
|---|
| 96 | <widget class="GtkRadioButton" id="use_existing_account_radiobutton"> |
|---|
| 97 | <property name="visible">True</property> |
|---|
| 98 | <property name="can_focus">True</property> |
|---|
| 99 | <property name="label" translatable="yes">I already have an account I want to use</property> |
|---|
| 100 | <property name="use_underline">True</property> |
|---|
| 101 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 102 | <property name="focus_on_click">True</property> |
|---|
| 103 | <property name="active">False</property> |
|---|
| 104 | <property name="inconsistent">False</property> |
|---|
| 105 | <property name="draw_indicator">True</property> |
|---|
| 106 | </widget> |
|---|
| 107 | <packing> |
|---|
| 108 | <property name="padding">0</property> |
|---|
| 109 | <property name="expand">False</property> |
|---|
| 110 | <property name="fill">False</property> |
|---|
| 111 | </packing> |
|---|
| 112 | </child> |
|---|
| 113 | |
|---|
| 114 | <child> |
|---|
| 115 | <widget class="GtkRadioButton" id="register_new_account_radiobutton"> |
|---|
| 116 | <property name="visible">True</property> |
|---|
| 117 | <property name="can_focus">True</property> |
|---|
| 118 | <property name="label" translatable="yes">I want to _register for a new account</property> |
|---|
| 119 | <property name="use_underline">True</property> |
|---|
| 120 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 121 | <property name="focus_on_click">True</property> |
|---|
| 122 | <property name="active">False</property> |
|---|
| 123 | <property name="inconsistent">False</property> |
|---|
| 124 | <property name="draw_indicator">True</property> |
|---|
| 125 | <property name="group">use_existing_account_radiobutton</property> |
|---|
| 126 | </widget> |
|---|
| 127 | <packing> |
|---|
| 128 | <property name="padding">0</property> |
|---|
| 129 | <property name="expand">False</property> |
|---|
| 130 | <property name="fill">False</property> |
|---|
| 131 | </packing> |
|---|
| 132 | </child> |
|---|
| 133 | </widget> |
|---|
| 134 | </child> |
|---|
| 135 | </widget> |
|---|
| 136 | </child> |
|---|
| 137 | |
|---|
| 138 | <child> |
|---|
| 139 | <widget class="GtkLabel" id="label269"> |
|---|
| 140 | <property name="visible">True</property> |
|---|
| 141 | <property name="label" translatable="yes"><b>Please choose one of the options below:</b></property> |
|---|
| 142 | <property name="use_underline">False</property> |
|---|
| 143 | <property name="use_markup">True</property> |
|---|
| 144 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 145 | <property name="wrap">False</property> |
|---|
| 146 | <property name="selectable">False</property> |
|---|
| 147 | <property name="xalign">0.5</property> |
|---|
| 148 | <property name="yalign">0.5</property> |
|---|
| 149 | <property name="xpad">0</property> |
|---|
| 150 | <property name="ypad">0</property> |
|---|
| 151 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 152 | <property name="width_chars">-1</property> |
|---|
| 153 | <property name="single_line_mode">False</property> |
|---|
| 154 | <property name="angle">0</property> |
|---|
| 155 | </widget> |
|---|
| 156 | <packing> |
|---|
| 157 | <property name="type">label_item</property> |
|---|
| 158 | </packing> |
|---|
| 159 | </child> |
|---|
| 160 | </widget> |
|---|
| 161 | <packing> |
|---|
| 162 | <property name="padding">0</property> |
|---|
| 163 | <property name="expand">False</property> |
|---|
| 164 | <property name="fill">False</property> |
|---|
| 165 | </packing> |
|---|
| 166 | </child> |
|---|
| 167 | </widget> |
|---|
| 168 | <packing> |
|---|
| 169 | <property name="tab_expand">False</property> |
|---|
| 170 | <property name="tab_fill">True</property> |
|---|
| 171 | </packing> |
|---|
| 172 | </child> |
|---|
| 173 | |
|---|
| 174 | <child> |
|---|
| 175 | <widget class="GtkLabel" id="label259"> |
|---|
| 176 | <property name="visible">True</property> |
|---|
| 177 | <property name="label" translatable="yes"></property> |
|---|
| 178 | <property name="use_underline">False</property> |
|---|
| 179 | <property name="use_markup">False</property> |
|---|
| 180 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 181 | <property name="wrap">False</property> |
|---|
| 182 | <property name="selectable">False</property> |
|---|
| 183 | <property name="xalign">0.5</property> |
|---|
| 184 | <property name="yalign">0.5</property> |
|---|
| 185 | <property name="xpad">0</property> |
|---|
| 186 | <property name="ypad">0</property> |
|---|
| 187 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 188 | <property name="width_chars">-1</property> |
|---|
| 189 | <property name="single_line_mode">False</property> |
|---|
| 190 | <property name="angle">0</property> |
|---|
| 191 | </widget> |
|---|
| 192 | <packing> |
|---|
| 193 | <property name="type">tab</property> |
|---|
| 194 | </packing> |
|---|
| 195 | </child> |
|---|
| 196 | |
|---|
| 197 | <child> |
|---|
| 198 | <widget class="GtkVBox" id="register_vbox"> |
|---|
| 199 | <property name="border_width">6</property> |
|---|
| 200 | <property name="visible">True</property> |
|---|
| 201 | <property name="homogeneous">False</property> |
|---|
| 202 | <property name="spacing">12</property> |
|---|
| 203 | |
|---|
| 204 | <child> |
|---|
| 205 | <widget class="GtkLabel" id="label270"> |
|---|
| 206 | <property name="visible">True</property> |
|---|
| 207 | <property name="label" translatable="yes"><b>Please fill in the data for your new account</b></property> |
|---|
| 208 | <property name="use_underline">False</property> |
|---|
| 209 | <property name="use_markup">True</property> |
|---|
| 210 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 211 | <property name="wrap">False</property> |
|---|
| 212 | <property name="selectable">False</property> |
|---|
| 213 | <property name="xalign">0</property> |
|---|
| 214 | <property name="yalign">0.5</property> |
|---|
| 215 | <property name="xpad">0</property> |
|---|
| 216 | <property name="ypad">0</property> |
|---|
| 217 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 218 | <property name="width_chars">-1</property> |
|---|
| 219 | <property name="single_line_mode">False</property> |
|---|
| 220 | <property name="angle">0</property> |
|---|
| 221 | </widget> |
|---|
| 222 | <packing> |
|---|
| 223 | <property name="padding">0</property> |
|---|
| 224 | <property name="expand">False</property> |
|---|
| 225 | <property name="fill">False</property> |
|---|
| 226 | </packing> |
|---|
| 227 | </child> |
|---|
| 228 | |
|---|
| 229 | <child> |
|---|
| 230 | <widget class="GtkTable" id="table27"> |
|---|
| 231 | <property name="visible">True</property> |
|---|
| 232 | <property name="n_rows">6</property> |
|---|
| 233 | <property name="n_columns">3</property> |
|---|
| 234 | <property name="homogeneous">False</property> |
|---|
| 235 | <property name="row_spacing">6</property> |
|---|
| 236 | <property name="column_spacing">12</property> |
|---|
| 237 | |
|---|
| 238 | <child> |
|---|
| 239 | <widget class="GtkEntry" id="username_entry"> |
|---|
| 240 | <property name="visible">True</property> |
|---|
| 241 | <property name="can_focus">True</property> |
|---|
| 242 | <property name="has_focus">True</property> |
|---|
| 243 | <property name="editable">True</property> |
|---|
| 244 | <property name="visibility">True</property> |
|---|
| 245 | <property name="max_length">0</property> |
|---|
| 246 | <property name="text" translatable="yes"></property> |
|---|
| 247 | <property name="has_frame">True</property> |
|---|
| 248 | <property name="invisible_char">*</property> |
|---|
| 249 | <property name="activates_default">False</property> |
|---|
| 250 | <signal name="changed" handler="on_username_entry_changed" last_modification_time="Sat, 05 Nov 2005 11:13:14 GMT"/> |
|---|
| 251 | <signal name="key_press_event" handler="on_username_entry_key_press_event" last_modification_time="Sat, 05 Nov 2005 11:13:18 GMT"/> |
|---|
| 252 | </widget> |
|---|
| 253 | <packing> |
|---|
| 254 | <property name="left_attach">1</property> |
|---|
| 255 | <property name="right_attach">2</property> |
|---|
| 256 | <property name="top_attach">0</property> |
|---|
| 257 | <property name="bottom_attach">1</property> |
|---|
| 258 | <property name="y_options"></property> |
|---|
| 259 | </packing> |
|---|
| 260 | </child> |
|---|
| 261 | |
|---|
| 262 | <child> |
|---|
| 263 | <widget class="GtkLabel" id="label267"> |
|---|
| 264 | <property name="visible">True</property> |
|---|
| 265 | <property name="label" translatable="yes">_Server:</property> |
|---|
| 266 | <property name="use_underline">True</property> |
|---|
| 267 | <property name="use_markup">False</property> |
|---|
| 268 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 269 | <property name="wrap">False</property> |
|---|
| 270 | <property name="selectable">False</property> |
|---|
| 271 | <property name="xalign">0</property> |
|---|
| 272 | <property name="yalign">0.5</property> |
|---|
| 273 | <property name="xpad">0</property> |
|---|
| 274 | <property name="ypad">0</property> |
|---|
| 275 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 276 | <property name="width_chars">-1</property> |
|---|
| 277 | <property name="single_line_mode">False</property> |
|---|
| 278 | <property name="angle">0</property> |
|---|
| 279 | </widget> |
|---|
| 280 | <packing> |
|---|
| 281 | <property name="left_attach">0</property> |
|---|
| 282 | <property name="right_attach">1</property> |
|---|
| 283 | <property name="top_attach">1</property> |
|---|
| 284 | <property name="bottom_attach">2</property> |
|---|
| 285 | <property name="x_options">fill</property> |
|---|
| 286 | <property name="y_options"></property> |
|---|
| 287 | </packing> |
|---|
| 288 | </child> |
|---|
| 289 | |
|---|
| 290 | <child> |
|---|
| 291 | <widget class="GtkComboBoxEntry" id="server_comboboxentry"> |
|---|
| 292 | <property name="visible">True</property> |
|---|
| 293 | <property name="add_tearoffs">False</property> |
|---|
| 294 | <property name="has_frame">True</property> |
|---|
| 295 | <property name="focus_on_click">True</property> |
|---|
| 296 | <signal name="changed" handler="on_server_comboboxentry_changed" last_modification_time="Thu, 08 Sep 2005 09:49:18 GMT"/> |
|---|
| 297 | </widget> |
|---|
| 298 | <packing> |
|---|
| 299 | <property name="left_attach">1</property> |
|---|
| 300 | <property name="right_attach">2</property> |
|---|
| 301 | <property name="top_attach">1</property> |
|---|
| 302 | <property name="bottom_attach">2</property> |
|---|
| 303 | <property name="x_options">fill</property> |
|---|
| 304 | <property name="y_options">fill</property> |
|---|
| 305 | </packing> |
|---|
| 306 | </child> |
|---|
| 307 | |
|---|
| 308 | <child> |
|---|
| 309 | <widget class="GtkButton" id="server_features_button"> |
|---|
| 310 | <property name="visible">True</property> |
|---|
| 311 | <property name="tooltip" translatable="yes">Click to see features (like MSN, ICQ transports) of jabber servers</property> |
|---|
| 312 | <property name="can_focus">True</property> |
|---|
| 313 | <property name="label" translatable="yes">Servers Features</property> |
|---|
| 314 | <property name="use_underline">True</property> |
|---|
| 315 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 316 | <property name="focus_on_click">True</property> |
|---|
| 317 | <signal name="clicked" handler="on_register_server_features_button_clicked" last_modification_time="Sun, 18 Sep 2005 18:32:19 GMT"/> |
|---|
| 318 | </widget> |
|---|
| 319 | <packing> |
|---|
| 320 | <property name="left_attach">2</property> |
|---|
| 321 | <property name="right_attach">3</property> |
|---|
| 322 | <property name="top_attach">1</property> |
|---|
| 323 | <property name="bottom_attach">2</property> |
|---|
| 324 | <property name="x_options">fill</property> |
|---|
| 325 | <property name="y_options"></property> |
|---|
| 326 | </packing> |
|---|
| 327 | </child> |
|---|
| 328 | |
|---|
| 329 | <child> |
|---|
| 330 | <widget class="GtkLabel" id="label263"> |
|---|
| 331 | <property name="visible">True</property> |
|---|
| 332 | <property name="label" translatable="yes">_Password:</property> |
|---|
| 333 | <property name="use_underline">True</property> |
|---|
| 334 | <property name="use_markup">False</property> |
|---|
| 335 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 336 | <property name="wrap">False</property> |
|---|
| 337 | <property name="selectable">False</property> |
|---|
| 338 | <property name="xalign">0</property> |
|---|
| 339 | <property name="yalign">0.5</property> |
|---|
| 340 | <property name="xpad">0</property> |
|---|
| 341 | <property name="ypad">0</property> |
|---|
| 342 | <property name="mnemonic_widget">pass1_entry</property> |
|---|
| 343 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 344 | <property name="width_chars">-1</property> |
|---|
| 345 | <property name="single_line_mode">False</property> |
|---|
| 346 | <property name="angle">0</property> |
|---|
| 347 | </widget> |
|---|
| 348 | <packing> |
|---|
| 349 | <property name="left_attach">0</property> |
|---|
| 350 | <property name="right_attach">1</property> |
|---|
| 351 | <property name="top_attach">2</property> |
|---|
| 352 | <property name="bottom_attach">3</property> |
|---|
| 353 | <property name="x_options">fill</property> |
|---|
| 354 | <property name="y_options"></property> |
|---|
| 355 | </packing> |
|---|
| 356 | </child> |
|---|
| 357 | |
|---|
| 358 | <child> |
|---|
| 359 | <widget class="GtkCheckButton" id="save_password_checkbutton"> |
|---|
| 360 | <property name="visible">True</property> |
|---|
| 361 | <property name="tooltip" translatable="yes">If checked, Gajim will remember the password for this account</property> |
|---|
| 362 | <property name="can_focus">True</property> |
|---|
| 363 | <property name="label" translatable="yes">Save pass_word</property> |
|---|
| 364 | <property name="use_underline">True</property> |
|---|
| 365 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 366 | <property name="focus_on_click">False</property> |
|---|
| 367 | <property name="active">True</property> |
|---|
| 368 | <property name="inconsistent">False</property> |
|---|
| 369 | <property name="draw_indicator">True</property> |
|---|
| 370 | <signal name="toggled" handler="on_save_password_checkbutton_toggled" last_modification_time="Thu, 08 Sep 2005 09:50:11 GMT"/> |
|---|
| 371 | </widget> |
|---|
| 372 | <packing> |
|---|
| 373 | <property name="left_attach">2</property> |
|---|
| 374 | <property name="right_attach">3</property> |
|---|
| 375 | <property name="top_attach">2</property> |
|---|
| 376 | <property name="bottom_attach">3</property> |
|---|
| 377 | <property name="x_options">fill</property> |
|---|
| 378 | <property name="y_options"></property> |
|---|
| 379 | </packing> |
|---|
| 380 | </child> |
|---|
| 381 | |
|---|
| 382 | <child> |
|---|
| 383 | <widget class="GtkEntry" id="pass1_entry"> |
|---|
| 384 | <property name="visible">True</property> |
|---|
| 385 | <property name="can_focus">True</property> |
|---|
| 386 | <property name="editable">True</property> |
|---|
| 387 | <property name="visibility">False</property> |
|---|
| 388 | <property name="max_length">0</property> |
|---|
| 389 | <property name="text" translatable="yes"></property> |
|---|
| 390 | <property name="has_frame">True</property> |
|---|
| 391 | <property name="invisible_char">*</property> |
|---|
| 392 | <property name="activates_default">True</property> |
|---|
| 393 | </widget> |
|---|
| 394 | <packing> |
|---|
| 395 | <property name="left_attach">1</property> |
|---|
| 396 | <property name="right_attach">2</property> |
|---|
| 397 | <property name="top_attach">2</property> |
|---|
| 398 | <property name="bottom_attach">3</property> |
|---|
| 399 | <property name="y_options"></property> |
|---|
| 400 | </packing> |
|---|
| 401 | </child> |
|---|
| 402 | |
|---|
| 403 | <child> |
|---|
| 404 | <widget class="GtkLabel" id="label262"> |
|---|
| 405 | <property name="visible">True</property> |
|---|
| 406 | <property name="label" translatable="yes">_Username:</property> |
|---|
| 407 | <property name="use_underline">True</property> |
|---|
| 408 | <property name="use_markup">False</property> |
|---|
| 409 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 410 | <property name="wrap">False</property> |
|---|
| 411 | <property name="selectable">False</property> |
|---|
| 412 | <property name="xalign">0</property> |
|---|
| 413 | <property name="yalign">0.5</property> |
|---|
| 414 | <property name="xpad">0</property> |
|---|
| 415 | <property name="ypad">0</property> |
|---|
| 416 | <property name="mnemonic_widget">username_entry</property> |
|---|
| 417 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 418 | <property name="width_chars">-1</property> |
|---|
| 419 | <property name="single_line_mode">False</property> |
|---|
| 420 | <property name="angle">0</property> |
|---|
| 421 | </widget> |
|---|
| 422 | <packing> |
|---|
| 423 | <property name="left_attach">0</property> |
|---|
| 424 | <property name="right_attach">1</property> |
|---|
| 425 | <property name="top_attach">0</property> |
|---|
| 426 | <property name="bottom_attach">1</property> |
|---|
| 427 | <property name="x_options">fill</property> |
|---|
| 428 | <property name="y_options"></property> |
|---|
| 429 | </packing> |
|---|
| 430 | </child> |
|---|
| 431 | |
|---|
| 432 | <child> |
|---|
| 433 | <widget class="GtkEntry" id="pass2_entry"> |
|---|
| 434 | <property name="visible">True</property> |
|---|
| 435 | <property name="can_focus">True</property> |
|---|
| 436 | <property name="editable">True</property> |
|---|
| 437 | <property name="visibility">False</property> |
|---|
| 438 | <property name="max_length">0</property> |
|---|
| 439 | <property name="text" translatable="yes"></property> |
|---|
| 440 | <property name="has_frame">True</property> |
|---|
| 441 | <property name="invisible_char">*</property> |
|---|
| 442 | <property name="activates_default">True</property> |
|---|
| 443 | </widget> |
|---|
| 444 | <packing> |
|---|
| 445 | <property name="left_attach">1</property> |
|---|
| 446 | <property name="right_attach">2</property> |
|---|
| 447 | <property name="top_attach">3</property> |
|---|
| 448 | <property name="bottom_attach">4</property> |
|---|
| 449 | <property name="y_options"></property> |
|---|
| 450 | </packing> |
|---|
| 451 | </child> |
|---|
| 452 | |
|---|
| 453 | <child> |
|---|
| 454 | <widget class="GtkLabel" id="pass2_label"> |
|---|
| 455 | <property name="visible">True</property> |
|---|
| 456 | <property name="label" translatable="yes">_Retype Password:</property> |
|---|
| 457 | <property name="use_underline">True</property> |
|---|
| 458 | <property name="use_markup">False</property> |
|---|
| 459 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 460 | <property name="wrap">False</property> |
|---|
| 461 | <property name="selectable">False</property> |
|---|
| 462 | <property name="xalign">0</property> |
|---|
| 463 | <property name="yalign">0.5</property> |
|---|
| 464 | <property name="xpad">0</property> |
|---|
| 465 | <property name="ypad">0</property> |
|---|
| 466 | <property name="mnemonic_widget">pass2_entry</property> |
|---|
| 467 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 468 | <property name="width_chars">-1</property> |
|---|
| 469 | <property name="single_line_mode">False</property> |
|---|
| 470 | <property name="angle">0</property> |
|---|
| 471 | </widget> |
|---|
| 472 | <packing> |
|---|
| 473 | <property name="left_attach">0</property> |
|---|
| 474 | <property name="right_attach">1</property> |
|---|
| 475 | <property name="top_attach">3</property> |
|---|
| 476 | <property name="bottom_attach">4</property> |
|---|
| 477 | <property name="x_options">fill</property> |
|---|
| 478 | <property name="y_options"></property> |
|---|
| 479 | </packing> |
|---|
| 480 | </child> |
|---|
| 481 | |
|---|
| 482 | <child> |
|---|
| 483 | <widget class="GtkExpander" id="register_useproxy_expander"> |
|---|
| 484 | <property name="visible">True</property> |
|---|
| 485 | <property name="can_focus">True</property> |
|---|
| 486 | <property name="expanded">False</property> |
|---|
| 487 | <property name="spacing">0</property> |
|---|
| 488 | |
|---|
| 489 | <child> |
|---|
| 490 | <widget class="GtkTable" id="table30"> |
|---|
| 491 | <property name="border_width">5</property> |
|---|
| 492 | <property name="visible">True</property> |
|---|
| 493 | <property name="n_rows">4</property> |
|---|
| 494 | <property name="n_columns">2</property> |
|---|
| 495 | <property name="homogeneous">False</property> |
|---|
| 496 | <property name="row_spacing">5</property> |
|---|
| 497 | <property name="column_spacing">5</property> |
|---|
| 498 | |
|---|
| 499 | <child> |
|---|
| 500 | <widget class="GtkLabel" id="label291"> |
|---|
| 501 | <property name="visible">True</property> |
|---|
| 502 | <property name="label" translatable="yes">_Host:</property> |
|---|
| 503 | <property name="use_underline">True</property> |
|---|
| 504 | <property name="use_markup">False</property> |
|---|
| 505 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 506 | <property name="wrap">False</property> |
|---|
| 507 | <property name="selectable">False</property> |
|---|
| 508 | <property name="xalign">0</property> |
|---|
| 509 | <property name="yalign">0.5</property> |
|---|
| 510 | <property name="xpad">0</property> |
|---|
| 511 | <property name="ypad">0</property> |
|---|
| 512 | <property name="mnemonic_widget">proxyhost_entry</property> |
|---|
| 513 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 514 | <property name="width_chars">-1</property> |
|---|
| 515 | <property name="single_line_mode">False</property> |
|---|
| 516 | <property name="angle">0</property> |
|---|
| 517 | </widget> |
|---|
| 518 | <packing> |
|---|
| 519 | <property name="left_attach">0</property> |
|---|
| 520 | <property name="right_attach">1</property> |
|---|
| 521 | <property name="top_attach">0</property> |
|---|
| 522 | <property name="bottom_attach">1</property> |
|---|
| 523 | <property name="x_options">fill</property> |
|---|
| 524 | <property name="y_options"></property> |
|---|
| 525 | </packing> |
|---|
| 526 | </child> |
|---|
| 527 | |
|---|
| 528 | <child> |
|---|
| 529 | <widget class="GtkLabel" id="label292"> |
|---|
| 530 | <property name="visible">True</property> |
|---|
| 531 | <property name="label" translatable="yes">_Port:</property> |
|---|
| 532 | <property name= |
|---|