| 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="manage_proxies_window"> |
|---|
| 7 | <property name="border_width">12</property> |
|---|
| 8 | <property name="title" translatable="yes">Manage Proxy Profiles</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">True</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_manage_proxies_window_destroy" last_modification_time="Wed, 08 Jun 2005 17:33:08 GMT"/> |
|---|
| 21 | |
|---|
| 22 | <child> |
|---|
| 23 | <widget class="GtkVBox" id="vbox87"> |
|---|
| 24 | <property name="visible">True</property> |
|---|
| 25 | <property name="homogeneous">False</property> |
|---|
| 26 | <property name="spacing">12</property> |
|---|
| 27 | |
|---|
| 28 | <child> |
|---|
| 29 | <widget class="GtkHBox" id="hbox2966"> |
|---|
| 30 | <property name="visible">True</property> |
|---|
| 31 | <property name="homogeneous">False</property> |
|---|
| 32 | <property name="spacing">12</property> |
|---|
| 33 | |
|---|
| 34 | <child> |
|---|
| 35 | <widget class="GtkVBox" id="vbox89"> |
|---|
| 36 | <property name="visible">True</property> |
|---|
| 37 | <property name="homogeneous">False</property> |
|---|
| 38 | <property name="spacing">6</property> |
|---|
| 39 | |
|---|
| 40 | <child> |
|---|
| 41 | <widget class="GtkScrolledWindow" id="scrolledwindow38"> |
|---|
| 42 | <property name="visible">True</property> |
|---|
| 43 | <property name="can_focus">True</property> |
|---|
| 44 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 45 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> |
|---|
| 46 | <property name="shadow_type">GTK_SHADOW_IN</property> |
|---|
| 47 | <property name="window_placement">GTK_CORNER_TOP_LEFT</property> |
|---|
| 48 | |
|---|
| 49 | <child> |
|---|
| 50 | <widget class="GtkTreeView" id="proxies_treeview"> |
|---|
| 51 | <property name="visible">True</property> |
|---|
| 52 | <property name="can_focus">True</property> |
|---|
| 53 | <property name="headers_visible">False</property> |
|---|
| 54 | <property name="rules_hint">False</property> |
|---|
| 55 | <property name="reorderable">False</property> |
|---|
| 56 | <property name="enable_search">True</property> |
|---|
| 57 | <property name="fixed_height_mode">False</property> |
|---|
| 58 | <property name="hover_selection">False</property> |
|---|
| 59 | <property name="hover_expand">False</property> |
|---|
| 60 | <signal name="cursor_changed" handler="on_proxies_treeview_cursor_changed" last_modification_time="Wed, 08 Jun 2005 17:53:49 GMT"/> |
|---|
| 61 | <signal name="key_press_event" handler="on_proxies_treeview_key_press_event" last_modification_time="Wed, 08 Jun 2005 17:53:56 GMT"/> |
|---|
| 62 | </widget> |
|---|
| 63 | </child> |
|---|
| 64 | </widget> |
|---|
| 65 | <packing> |
|---|
| 66 | <property name="padding">0</property> |
|---|
| 67 | <property name="expand">True</property> |
|---|
| 68 | <property name="fill">True</property> |
|---|
| 69 | </packing> |
|---|
| 70 | </child> |
|---|
| 71 | |
|---|
| 72 | <child> |
|---|
| 73 | <widget class="GtkHButtonBox" id="hbuttonbox21"> |
|---|
| 74 | <property name="visible">True</property> |
|---|
| 75 | <property name="layout_style">GTK_BUTTONBOX_END</property> |
|---|
| 76 | <property name="spacing">6</property> |
|---|
| 77 | |
|---|
| 78 | <child> |
|---|
| 79 | <widget class="GtkButton" id="add_proxy_button"> |
|---|
| 80 | <property name="visible">True</property> |
|---|
| 81 | <property name="can_default">True</property> |
|---|
| 82 | <property name="can_focus">True</property> |
|---|
| 83 | <property name="label">gtk-add</property> |
|---|
| 84 | <property name="use_stock">True</property> |
|---|
| 85 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 86 | <property name="focus_on_click">True</property> |
|---|
| 87 | <signal name="clicked" handler="on_add_proxy_button_clicked" last_modification_time="Wed, 08 Jun 2005 10:54:19 GMT"/> |
|---|
| 88 | </widget> |
|---|
| 89 | </child> |
|---|
| 90 | |
|---|
| 91 | <child> |
|---|
| 92 | <widget class="GtkButton" id="remove_proxy_button"> |
|---|
| 93 | <property name="visible">True</property> |
|---|
| 94 | <property name="can_default">True</property> |
|---|
| 95 | <property name="can_focus">True</property> |
|---|
| 96 | <property name="label">gtk-remove</property> |
|---|
| 97 | <property name="use_stock">True</property> |
|---|
| 98 | <property name="relief">GTK_RELIEF_NORMAL</property> |
|---|
| 99 | <property name="focus_on_click">True</property> |
|---|
| 100 | <signal name="clicked" handler="on_remove_proxy_button_clicked" last_modification_time="Wed, 08 Jun 2005 10:54:25 GMT"/> |
|---|
| 101 | </widget> |
|---|
| 102 | </child> |
|---|
| 103 | </widget> |
|---|
| 104 | <packing> |
|---|
| 105 | <property name="padding">0</property> |
|---|
| 106 | <property name="expand">False</property> |
|---|
| 107 | <property name="fill">True</property> |
|---|
| 108 | </packing> |
|---|
| 109 | </child> |
|---|
| 110 | </widget> |
|---|
| 111 | <packing> |
|---|
| 112 | <property name="padding">0</property> |
|---|
| 113 | <property name="expand">True</property> |
|---|
| 114 | <property name="fill">True</property> |
|---|
| 115 | </packing> |
|---|
| 116 | </child> |
|---|
| 117 | |
|---|
| 118 | <child> |
|---|
| 119 | <widget class="GtkVBox" id="vbox90"> |
|---|
| 120 | <property name="visible">True</property> |
|---|
| 121 | <property name="homogeneous">False</property> |
|---|
| 122 | <property name="spacing">0</property> |
|---|
| 123 | |
|---|
| 124 | <child> |
|---|
| 125 | <widget class="GtkFrame" id="frame34"> |
|---|
| 126 | <property name="visible">True</property> |
|---|
| 127 | <property name="label_xalign">0</property> |
|---|
| 128 | <property name="label_yalign">0.5</property> |
|---|
| 129 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 130 | |
|---|
| 131 | <child> |
|---|
| 132 | <widget class="GtkAlignment" id="alignment72"> |
|---|
| 133 | <property name="visible">True</property> |
|---|
| 134 | <property name="xalign">0.5</property> |
|---|
| 135 | <property name="yalign">0.5</property> |
|---|
| 136 | <property name="xscale">1</property> |
|---|
| 137 | <property name="yscale">1</property> |
|---|
| 138 | <property name="top_padding">0</property> |
|---|
| 139 | <property name="bottom_padding">0</property> |
|---|
| 140 | <property name="left_padding">12</property> |
|---|
| 141 | <property name="right_padding">0</property> |
|---|
| 142 | |
|---|
| 143 | <child> |
|---|
| 144 | <widget class="GtkTable" id="table34"> |
|---|
| 145 | <property name="border_width">6</property> |
|---|
| 146 | <property name="visible">True</property> |
|---|
| 147 | <property name="n_rows">2</property> |
|---|
| 148 | <property name="n_columns">2</property> |
|---|
| 149 | <property name="homogeneous">False</property> |
|---|
| 150 | <property name="row_spacing">6</property> |
|---|
| 151 | <property name="column_spacing">12</property> |
|---|
| 152 | |
|---|
| 153 | <child> |
|---|
| 154 | <widget class="GtkLabel" id="label320"> |
|---|
| 155 | <property name="visible">True</property> |
|---|
| 156 | <property name="label" translatable="yes">Name:</property> |
|---|
| 157 | <property name="use_underline">False</property> |
|---|
| 158 | <property name="use_markup">False</property> |
|---|
| 159 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 160 | <property name="wrap">False</property> |
|---|
| 161 | <property name="selectable">False</property> |
|---|
| 162 | <property name="xalign">0</property> |
|---|
| 163 | <property name="yalign">0.5</property> |
|---|
| 164 | <property name="xpad">0</property> |
|---|
| 165 | <property name="ypad">0</property> |
|---|
| 166 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 167 | <property name="width_chars">-1</property> |
|---|
| 168 | <property name="single_line_mode">False</property> |
|---|
| 169 | <property name="angle">0</property> |
|---|
| 170 | </widget> |
|---|
| 171 | <packing> |
|---|
| 172 | <property name="left_attach">0</property> |
|---|
| 173 | <property name="right_attach">1</property> |
|---|
| 174 | <property name="top_attach">0</property> |
|---|
| 175 | <property name="bottom_attach">1</property> |
|---|
| 176 | <property name="x_options">fill</property> |
|---|
| 177 | <property name="y_options"></property> |
|---|
| 178 | </packing> |
|---|
| 179 | </child> |
|---|
| 180 | |
|---|
| 181 | <child> |
|---|
| 182 | <widget class="GtkLabel" id="label321"> |
|---|
| 183 | <property name="visible">True</property> |
|---|
| 184 | <property name="label" translatable="yes">Type:</property> |
|---|
| 185 | <property name="use_underline">False</property> |
|---|
| 186 | <property name="use_markup">False</property> |
|---|
| 187 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 188 | <property name="wrap">False</property> |
|---|
| 189 | <property name="selectable">False</property> |
|---|
| 190 | <property name="xalign">0</property> |
|---|
| 191 | <property name="yalign">0.5</property> |
|---|
| 192 | <property name="xpad">0</property> |
|---|
| 193 | <property name="ypad">0</property> |
|---|
| 194 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 195 | <property name="width_chars">-1</property> |
|---|
| 196 | <property name="single_line_mode">False</property> |
|---|
| 197 | <property name="angle">0</property> |
|---|
| 198 | </widget> |
|---|
| 199 | <packing> |
|---|
| 200 | <property name="left_attach">0</property> |
|---|
| 201 | <property name="right_attach">1</property> |
|---|
| 202 | <property name="top_attach">1</property> |
|---|
| 203 | <property name="bottom_attach">2</property> |
|---|
| 204 | <property name="x_options">fill</property> |
|---|
| 205 | <property name="y_options"></property> |
|---|
| 206 | </packing> |
|---|
| 207 | </child> |
|---|
| 208 | |
|---|
| 209 | <child> |
|---|
| 210 | <widget class="GtkComboBox" id="proxytype_combobox"> |
|---|
| 211 | <property name="visible">True</property> |
|---|
| 212 | <property name="items" translatable="yes">HTTP Connect</property> |
|---|
| 213 | <property name="add_tearoffs">False</property> |
|---|
| 214 | <property name="focus_on_click">True</property> |
|---|
| 215 | <signal name="changed" handler="on_proxytype_combobox_changed" last_modification_time="Wed, 08 Jun 2005 17:45:26 GMT"/> |
|---|
| 216 | </widget> |
|---|
| 217 | <packing> |
|---|
| 218 | <property name="left_attach">1</property> |
|---|
| 219 | <property name="right_attach">2</property> |
|---|
| 220 | <property name="top_attach">1</property> |
|---|
| 221 | <property name="bottom_attach">2</property> |
|---|
| 222 | <property name="y_options">fill</property> |
|---|
| 223 | </packing> |
|---|
| 224 | </child> |
|---|
| 225 | |
|---|
| 226 | <child> |
|---|
| 227 | <widget class="GtkEntry" id="proxyname_entry"> |
|---|
| 228 | <property name="visible">True</property> |
|---|
| 229 | <property name="can_focus">True</property> |
|---|
| 230 | <property name="editable">True</property> |
|---|
| 231 | <property name="visibility">True</property> |
|---|
| 232 | <property name="max_length">0</property> |
|---|
| 233 | <property name="text" translatable="yes"></property> |
|---|
| 234 | <property name="has_frame">True</property> |
|---|
| 235 | <property name="invisible_char">*</property> |
|---|
| 236 | <property name="activates_default">False</property> |
|---|
| 237 | <signal name="changed" handler="on_proxyname_entry_changed" last_modification_time="Wed, 08 Jun 2005 17:43:44 GMT"/> |
|---|
| 238 | </widget> |
|---|
| 239 | <packing> |
|---|
| 240 | <property name="left_attach">1</property> |
|---|
| 241 | <property name="right_attach">2</property> |
|---|
| 242 | <property name="top_attach">0</property> |
|---|
| 243 | <property name="bottom_attach">1</property> |
|---|
| 244 | <property name="y_options"></property> |
|---|
| 245 | </packing> |
|---|
| 246 | </child> |
|---|
| 247 | </widget> |
|---|
| 248 | </child> |
|---|
| 249 | </widget> |
|---|
| 250 | </child> |
|---|
| 251 | |
|---|
| 252 | <child> |
|---|
| 253 | <widget class="GtkLabel" id="label319"> |
|---|
| 254 | <property name="visible">True</property> |
|---|
| 255 | <property name="label" translatable="yes"><b>Properties</b></property> |
|---|
| 256 | <property name="use_underline">False</property> |
|---|
| 257 | <property name="use_markup">True</property> |
|---|
| 258 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 259 | <property name="wrap">False</property> |
|---|
| 260 | <property name="selectable">False</property> |
|---|
| 261 | <property name="xalign">0.5</property> |
|---|
| 262 | <property name="yalign">0.5</property> |
|---|
| 263 | <property name="xpad">0</property> |
|---|
| 264 | <property name="ypad">0</property> |
|---|
| 265 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 266 | <property name="width_chars">-1</property> |
|---|
| 267 | <property name="single_line_mode">False</property> |
|---|
| 268 | <property name="angle">0</property> |
|---|
| 269 | </widget> |
|---|
| 270 | <packing> |
|---|
| 271 | <property name="type">label_item</property> |
|---|
| 272 | </packing> |
|---|
| 273 | </child> |
|---|
| 274 | </widget> |
|---|
| 275 | <packing> |
|---|
| 276 | <property name="padding">0</property> |
|---|
| 277 | <property name="expand">True</property> |
|---|
| 278 | <property name="fill">True</property> |
|---|
| 279 | </packing> |
|---|
| 280 | </child> |
|---|
| 281 | |
|---|
| 282 | <child> |
|---|
| 283 | <widget class="GtkFrame" id="frame23"> |
|---|
| 284 | <property name="border_width">6</property> |
|---|
| 285 | <property name="visible">True</property> |
|---|
| 286 | <property name="label_xalign">0</property> |
|---|
| 287 | <property name="label_yalign">0.5</property> |
|---|
| 288 | <property name="shadow_type">GTK_SHADOW_NONE</property> |
|---|
| 289 | |
|---|
| 290 | <child> |
|---|
| 291 | <widget class="GtkAlignment" id="alignment51"> |
|---|
| 292 | <property name="visible">True</property> |
|---|
| 293 | <property name="xalign">0.5</property> |
|---|
| 294 | <property name="yalign">0.5</property> |
|---|
| 295 | <property name="xscale">1</property> |
|---|
| 296 | <property name="yscale">1</property> |
|---|
| 297 | <property name="top_padding">0</property> |
|---|
| 298 | <property name="bottom_padding">0</property> |
|---|
| 299 | <property name="left_padding">12</property> |
|---|
| 300 | <property name="right_padding">0</property> |
|---|
| 301 | |
|---|
| 302 | <child> |
|---|
| 303 | <widget class="GtkTable" id="proxy_table"> |
|---|
| 304 | <property name="visible">True</property> |
|---|
| 305 | <property name="sensitive">False</property> |
|---|
| 306 | <property name="n_rows">5</property> |
|---|
| 307 | <property name="n_columns">2</property> |
|---|
| 308 | <property name="homogeneous">False</property> |
|---|
| 309 | <property name="row_spacing">6</property> |
|---|
| 310 | <property name="column_spacing">12</property> |
|---|
| 311 | |
|---|
| 312 | <child> |
|---|
| 313 | <widget class="GtkLabel" id="label136"> |
|---|
| 314 | <property name="visible">True</property> |
|---|
| 315 | <property name="label" translatable="yes">_Port:</property> |
|---|
| 316 | <property name="use_underline">True</property> |
|---|
| 317 | <property name="use_markup">False</property> |
|---|
| 318 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 319 | <property name="wrap">False</property> |
|---|
| 320 | <property name="selectable">False</property> |
|---|
| 321 | <property name="xalign">0</property> |
|---|
| 322 | <property name="yalign">0.5</property> |
|---|
| 323 | <property name="xpad">0</property> |
|---|
| 324 | <property name="ypad">0</property> |
|---|
| 325 | <property name="mnemonic_widget">proxyport_entry</property> |
|---|
| 326 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 327 | <property name="width_chars">-1</property> |
|---|
| 328 | <property name="single_line_mode">False</property> |
|---|
| 329 | <property name="angle">0</property> |
|---|
| 330 | </widget> |
|---|
| 331 | <packing> |
|---|
| 332 | <property name="left_attach">0</property> |
|---|
| 333 | <property name="right_attach">1</property> |
|---|
| 334 | <property name="top_attach">1</property> |
|---|
| 335 | <property name="bottom_attach">2</property> |
|---|
| 336 | <property name="x_options">fill</property> |
|---|
| 337 | <property name="y_options"></property> |
|---|
| 338 | </packing> |
|---|
| 339 | </child> |
|---|
| 340 | |
|---|
| 341 | <child> |
|---|
| 342 | <widget class="GtkEntry" id="proxyhost_entry"> |
|---|
| 343 | <property name="visible">True</property> |
|---|
| 344 | <property name="can_focus">True</property> |
|---|
| 345 | <property name="editable">True</property> |
|---|
| 346 | <property name="visibility">True</property> |
|---|
| 347 | <property name="max_length">0</property> |
|---|
| 348 | <property name="text" translatable="yes"></property> |
|---|
| 349 | <property name="has_frame">True</property> |
|---|
| 350 | <property name="invisible_char">*</property> |
|---|
| 351 | <property name="activates_default">False</property> |
|---|
| 352 | <signal name="changed" handler="on_proxyhost_entry_changed" last_modification_time="Wed, 08 Jun 2005 20:56:20 GMT"/> |
|---|
| 353 | </widget> |
|---|
| 354 | <packing> |
|---|
| 355 | <property name="left_attach">1</property> |
|---|
| 356 | <property name="right_attach">2</property> |
|---|
| 357 | <property name="top_attach">0</property> |
|---|
| 358 | <property name="bottom_attach">1</property> |
|---|
| 359 | <property name="y_options"></property> |
|---|
| 360 | </packing> |
|---|
| 361 | </child> |
|---|
| 362 | |
|---|
| 363 | <child> |
|---|
| 364 | <widget class="GtkEntry" id="proxyport_entry"> |
|---|
| 365 | <property name="visible">True</property> |
|---|
| 366 | <property name="can_focus">True</property> |
|---|
| 367 | <property name="editable">True</property> |
|---|
| 368 | <property name="visibility">True</property> |
|---|
| 369 | <property name="max_length">0</property> |
|---|
| 370 | <property name="text"></property> |
|---|
| 371 | <property name="has_frame">True</property> |
|---|
| 372 | <property name="invisible_char">*</property> |
|---|
| 373 | <property name="activates_default">False</property> |
|---|
| 374 | <signal name="changed" handler="on_proxyport_entry_changed" last_modification_time="Wed, 08 Jun 2005 20:57:45 GMT"/> |
|---|
| 375 | </widget> |
|---|
| 376 | <packing> |
|---|
| 377 | <property name="left_attach">1</property> |
|---|
| 378 | <property name="right_attach">2</property> |
|---|
| 379 | <property name="top_attach">1</property> |
|---|
| 380 | <property name="bottom_attach">2</property> |
|---|
| 381 | <property name="y_options"></property> |
|---|
| 382 | </packing> |
|---|
| 383 | </child> |
|---|
| 384 | |
|---|
| 385 | <child> |
|---|
| 386 | <widget class="GtkLabel" id="label135"> |
|---|
| 387 | <property name="visible">True</property> |
|---|
| 388 | <property name="label" translatable="yes">_Host:</property> |
|---|
| 389 | <property name="use_underline">True</property> |
|---|
| 390 | <property name="use_markup">False</property> |
|---|
| 391 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 392 | <property name="wrap">False</property> |
|---|
| 393 | <property name="selectable">False</property> |
|---|
| 394 | <property name="xalign">0</property> |
|---|
| 395 | <property name="yalign">0.5</property> |
|---|
| 396 | <property name="xpad">0</property> |
|---|
| 397 | <property name="ypad">0</property> |
|---|
| 398 | <property name="mnemonic_widget">proxyhost_entry</property> |
|---|
| 399 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 400 | <property name="width_chars">-1</property> |
|---|
| 401 | <property name="single_line_mode">False</property> |
|---|
| 402 | <property name="angle">0</property> |
|---|
| 403 | </widget> |
|---|
| 404 | <packing> |
|---|
| 405 | <property name="left_attach">0</property> |
|---|
| 406 | <property name="right_attach">1</property> |
|---|
| 407 | <property name="top_attach">0</property> |
|---|
| 408 | <property name="bottom_attach">1</property> |
|---|
| 409 | <property name="x_options">fill</property> |
|---|
| 410 | <property name="y_options"></property> |
|---|
| 411 | </packing> |
|---|
| 412 | </child> |
|---|
| 413 | |
|---|
| 414 | <child> |
|---|
| 415 | <widget class="GtkLabel" id="label254"> |
|---|
| 416 | <property name="visible">True</property> |
|---|
| 417 | <property name="label" translatable="yes">Pass_word:</property> |
|---|
| 418 | <property name="use_underline">True</property> |
|---|
| 419 | <property name="use_markup">False</property> |
|---|
| 420 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 421 | <property name="wrap">False</property> |
|---|
| 422 | <property name="selectable">False</property> |
|---|
| 423 | <property name="xalign">0</property> |
|---|
| 424 | <property name="yalign">0.5</property> |
|---|
| 425 | <property name="xpad">0</property> |
|---|
| 426 | <property name="ypad">0</property> |
|---|
| 427 | <property name="mnemonic_widget">proxypass_entry</property> |
|---|
| 428 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 429 | <property name="width_chars">-1</property> |
|---|
| 430 | <property name="single_line_mode">False</property> |
|---|
| 431 | <property name="angle">0</property> |
|---|
| 432 | </widget> |
|---|
| 433 | <packing> |
|---|
| 434 | <property name="left_attach">0</property> |
|---|
| 435 | <property name="right_attach">1</property> |
|---|
| 436 | <property name="top_attach">4</property> |
|---|
| 437 | <property name="bottom_attach">5</property> |
|---|
| 438 | <property name="x_options">fill</property> |
|---|
| 439 | <property name="y_options"></property> |
|---|
| 440 | </packing> |
|---|
| 441 | </child> |
|---|
| 442 | |
|---|
| 443 | <child> |
|---|
| 444 | <widget class="GtkLabel" id="label253"> |
|---|
| 445 | <property name="visible">True</property> |
|---|
| 446 | <property name="label" translatable="yes">_Username:</property> |
|---|
| 447 | <property name="use_underline">True</property> |
|---|
| 448 | <property name="use_markup">False</property> |
|---|
| 449 | <property name="justify">GTK_JUSTIFY_LEFT</property> |
|---|
| 450 | <property name="wrap">False</property> |
|---|
| 451 | <property name="selectable">False</property> |
|---|
| 452 | <property name="xalign">0</property> |
|---|
| 453 | <property name="yalign">0.5</property> |
|---|
| 454 | <property name="xpad">0</property> |
|---|
| 455 | <property name="ypad">0</property> |
|---|
| 456 | <property name="mnemonic_widget">proxyuser_entry</property> |
|---|
| 457 | <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> |
|---|
| 458 | <property name="width_chars">-1</property> |
|---|
| 459 | <property name="single_line_mode">False</property> |
|---|
| 460 | <property name="angle">0</property> |
|---|
| 461 | </widget> |
|---|
| 462 | <packing> |
|---|
| 463 | <property name="left_attach">0</property> |
|---|
| 464 | <property name="right_attach">1</property> |
|---|
| 465 | <property name="top_attach">3</property> |
|---|
| 466 | <property name="bottom_attach">4</property> |
|---|
| 467 | <property name="x_options">fill</property> |
|---|
| 468 | <property name="y_options"></property> |
|---|
| 469 | </packing> |
|---|
| 470 | </child> |
|---|
| 471 | |
|---|
| 472 | <child> |
|---|
| 473 | <widget class="GtkEntry" id="proxypass_entry"> |
|---|
| 474 | <property name="visible">True</property> |
|---|
| 475 | <property name="can_focus">True</property> |
|---|
| 476 | <property name="editable">True</property> |
|---|
| 477 | <property name="visibility">False</property> |
|---|
| 478 | <property name="max_length">0</property> |
|---|
| 479 | <property name="text" translatable="yes"></property> |
|---|
| 480 | <property name="has_frame">True</property> |
|---|
| 481 | <property name="invisible_char">*</property> |
|---|
| 482 | <property name="activates_default">False</property> |
|---|
| 483 | <signal name="changed" handler="on_proxypass_entry_changed" last_modification_time="Wed, 08 Jun 2005 20:58:01 GMT"/> |
|---|
| 484 | </widget> |
|---|
| 485 | <packing> |
|---|
| 486 | <property name="left_attach">1</property> |
|---|
| 487 | <property name="right_attach">2</property> |
|---|
| 488 | <property name="top_attach">4</property> |
|---|
| 489 | <property name="bottom_attach">5</property> |
|---|
| 490 | <property name="y_options"></property> |
|---|
| 491 | </packing> |
|---|
| 492 | </child> |
|---|
| 493 | |
|---|
| 494 | <child> |
|---|
| 495 | <widget class="GtkEntry" id="proxyuser_entry"> |
|---|
| 496 | <property name="visible">True</property> |
|---|
| 497 | <property name="can_focus">True</property> |
|---|
| 498 | <property name="editable">True</property> |
|---|
| 499 | <property name="visibility">True</property> |
|---|
| 500 | <property name="max_length">0</property> |
|---|
| 501 | <property name="text" translatable="yes"></property> |
|---|
| 502 | <property name="has_frame">True</property> |
|---|
| 503 | <property name="invisible_char">*</property> |
|---|
| 504 | <property name="activates_default">False</property> |
|---|
| 505 | <signal name="changed" handler="on_proxyuser_entry_changed" last_modification_time="Wed, 08 Jun 2005 20:57:53 GMT"/> |
|---|
| 506 | </widget> |
|---|
| 507 | <packing> |
|---|
| 508 | <property name="left_attach">1</property> |
|---|
| 509 | <property name="right_attach">2</property> |
|---|
| 510 | <property name="top_attach">3</property> |
|---|
| 511 | <property name="bottom_attach">4</property> |
|---|
| 512 | <property name="y_options"></property> |
|---|
| 513 | </packing> |
|---|
| 514 | </child> |
|---|
| 515 | |
|---|
| 516 | <child> |
|---|
| 517 | <widget class="GtkCheckButton" id="useauth_checkbutton"> |
|---|
| 518 | <property name="visible">True</property> |
|---|
| 519 | <property name="can_focus">True</property> |
|---|
| 520 | <property name="label" translatable="yes">Use authentication</property> |
|---|
|
|---|