1<?xml version="1.0" encoding="UTF-8"?> 2<!-- Generated with glade 3.40.0 --> 3<interface domain="svt"> 4 <requires lib="gtk+" version="3.20"/> 5 <object class="GtkAdjustment" id="adjustment1"> 6 <property name="upper">65535</property> 7 <property name="step-increment">1</property> 8 <property name="page-increment">10</property> 9 </object> 10 <object class="GtkImage" id="image1"> 11 <property name="visible">True</property> 12 <property name="can-focus">False</property> 13 <property name="icon-name">view-refresh</property> 14 </object> 15 <object class="GtkDialog" id="PlaceEditDialog"> 16 <property name="can-focus">False</property> 17 <property name="border-width">6</property> 18 <property name="title" translatable="yes" context="placeedit|PlaceEditDialog">File Services</property> 19 <property name="modal">True</property> 20 <property name="default-width">0</property> 21 <property name="default-height">0</property> 22 <property name="type-hint">dialog</property> 23 <child internal-child="vbox"> 24 <object class="GtkBox" id="dialog-vbox1"> 25 <property name="can-focus">False</property> 26 <property name="orientation">vertical</property> 27 <property name="spacing">12</property> 28 <child internal-child="action_area"> 29 <object class="GtkButtonBox" id="dialog-action_area1"> 30 <property name="can-focus">False</property> 31 <property name="layout-style">end</property> 32 <child> 33 <object class="GtkButton" id="help"> 34 <property name="label" translatable="yes" context="stock">_Help</property> 35 <property name="visible">True</property> 36 <property name="can-focus">True</property> 37 <property name="receives-default">True</property> 38 <property name="use-underline">True</property> 39 </object> 40 <packing> 41 <property name="expand">False</property> 42 <property name="fill">True</property> 43 <property name="position">0</property> 44 <property name="secondary">True</property> 45 </packing> 46 </child> 47 <child> 48 <object class="GtkButton" id="delete"> 49 <property name="label" translatable="yes" context="stock">_Delete</property> 50 <property name="visible">True</property> 51 <property name="can-focus">True</property> 52 <property name="receives-default">True</property> 53 <property name="use-underline">True</property> 54 </object> 55 <packing> 56 <property name="expand">False</property> 57 <property name="fill">True</property> 58 <property name="position">1</property> 59 <property name="secondary">True</property> 60 </packing> 61 </child> 62 <child> 63 <object class="GtkButton" id="ok"> 64 <property name="label" translatable="yes" context="stock">_OK</property> 65 <property name="visible">True</property> 66 <property name="can-focus">True</property> 67 <property name="can-default">True</property> 68 <property name="has-default">True</property> 69 <property name="receives-default">True</property> 70 <property name="use-underline">True</property> 71 </object> 72 <packing> 73 <property name="expand">False</property> 74 <property name="fill">True</property> 75 <property name="position">2</property> 76 </packing> 77 </child> 78 <child> 79 <object class="GtkButton" id="cancel"> 80 <property name="label" translatable="yes" context="stock">_Cancel</property> 81 <property name="visible">True</property> 82 <property name="can-focus">True</property> 83 <property name="receives-default">True</property> 84 <property name="use-underline">True</property> 85 </object> 86 <packing> 87 <property name="expand">False</property> 88 <property name="fill">True</property> 89 <property name="position">3</property> 90 </packing> 91 </child> 92 </object> 93 <packing> 94 <property name="expand">False</property> 95 <property name="fill">True</property> 96 <property name="pack-type">end</property> 97 <property name="position">0</property> 98 </packing> 99 </child> 100 <child> 101 <!-- n-columns=2 n-rows=1 --> 102 <object class="GtkGrid" id="TypeGrid"> 103 <property name="visible">True</property> 104 <property name="can-focus">False</property> 105 <property name="row-spacing">6</property> 106 <property name="column-spacing">12</property> 107 <child> 108 <object class="GtkLabel" id="typeLabel"> 109 <property name="visible">True</property> 110 <property name="can-focus">False</property> 111 <property name="label" translatable="yes" context="placeedit|typeLabel">Type:</property> 112 <property name="use-underline">True</property> 113 <property name="mnemonic-widget">type</property> 114 <property name="xalign">1</property> 115 </object> 116 <packing> 117 <property name="left-attach">0</property> 118 <property name="top-attach">0</property> 119 </packing> 120 </child> 121 <child> 122 <object class="GtkComboBoxText" id="type"> 123 <property name="visible">True</property> 124 <property name="can-focus">False</property> 125 <property name="hexpand">True</property> 126 <items> 127 <item translatable="yes" context="placeedit|liststore1">WebDAV</item> 128 <item translatable="yes" context="placeedit|liststore1">SSH</item> 129 <item translatable="yes" context="placeedit|liststore1">Windows Share</item> 130 </items> 131 </object> 132 <packing> 133 <property name="left-attach">1</property> 134 <property name="top-attach">0</property> 135 </packing> 136 </child> 137 </object> 138 <packing> 139 <property name="expand">False</property> 140 <property name="fill">True</property> 141 <property name="position">0</property> 142 </packing> 143 </child> 144 <child> 145 <!-- n-columns=2 n-rows=9 --> 146 <object class="GtkGrid" id="Details"> 147 <property name="visible">True</property> 148 <property name="can-focus">False</property> 149 <property name="row-spacing">6</property> 150 <property name="column-spacing">12</property> 151 <child> 152 <object class="GtkLabel" id="hostLabel"> 153 <property name="visible">True</property> 154 <property name="can-focus">False</property> 155 <property name="label" translatable="yes" context="placeedit|hostLabel">Host:</property> 156 <property name="use-underline">True</property> 157 <property name="mnemonic-widget">host</property> 158 <property name="xalign">0</property> 159 </object> 160 <packing> 161 <property name="left-attach">0</property> 162 <property name="top-attach">0</property> 163 </packing> 164 </child> 165 <child> 166 <object class="GtkLabel" id="pathLabel"> 167 <property name="visible">True</property> 168 <property name="can-focus">False</property> 169 <property name="label" translatable="yes" context="placeedit|pathLabel">Root:</property> 170 <property name="use-underline">True</property> 171 <property name="mnemonic-widget">path</property> 172 <property name="xalign">0</property> 173 </object> 174 <packing> 175 <property name="left-attach">0</property> 176 <property name="top-attach">8</property> 177 </packing> 178 </child> 179 <child> 180 <object class="GtkEntry" id="path"> 181 <property name="visible">True</property> 182 <property name="can-focus">True</property> 183 <property name="hexpand">True</property> 184 <property name="activates-default">True</property> 185 <property name="truncate-multiline">True</property> 186 </object> 187 <packing> 188 <property name="left-attach">1</property> 189 <property name="top-attach">8</property> 190 </packing> 191 </child> 192 <child> 193 <object class="GtkLabel" id="shareLabel"> 194 <property name="visible">True</property> 195 <property name="can-focus">False</property> 196 <property name="label" translatable="yes" context="placeedit|shareLabel">Share:</property> 197 <property name="use-underline">True</property> 198 <property name="mnemonic-widget">share</property> 199 <property name="xalign">0</property> 200 </object> 201 <packing> 202 <property name="left-attach">0</property> 203 <property name="top-attach">2</property> 204 </packing> 205 </child> 206 <child> 207 <object class="GtkEntry" id="share"> 208 <property name="visible">True</property> 209 <property name="can-focus">True</property> 210 <property name="hexpand">True</property> 211 <property name="activates-default">True</property> 212 <property name="truncate-multiline">True</property> 213 </object> 214 <packing> 215 <property name="left-attach">1</property> 216 <property name="top-attach">2</property> 217 </packing> 218 </child> 219 <child> 220 <object class="GtkLabel" id="repositoryLabel"> 221 <property name="visible">True</property> 222 <property name="can-focus">False</property> 223 <property name="label" translatable="yes" context="placeedit|repositoryLabel">Repository:</property> 224 <property name="use-underline">True</property> 225 <property name="mnemonic-widget">repositories</property> 226 <property name="xalign">0</property> 227 </object> 228 <packing> 229 <property name="left-attach">0</property> 230 <property name="top-attach">6</property> 231 </packing> 232 </child> 233 <child> 234 <object class="GtkCheckButton" id="webdavs"> 235 <property name="label" translatable="yes" context="placeedit|webdavs">Secure connection</property> 236 <property name="can-focus">True</property> 237 <property name="receives-default">False</property> 238 <property name="hexpand">True</property> 239 <property name="use-underline">True</property> 240 <property name="draw-indicator">True</property> 241 </object> 242 <packing> 243 <property name="left-attach">1</property> 244 <property name="top-attach">1</property> 245 </packing> 246 </child> 247 <child> 248 <object class="GtkLabel" id="loginLabel"> 249 <property name="visible">True</property> 250 <property name="can-focus">False</property> 251 <property name="label" translatable="yes" context="placeedit|loginLabel">User:</property> 252 <property name="use-underline">True</property> 253 <property name="mnemonic-widget">login</property> 254 <property name="xalign">0</property> 255 </object> 256 <packing> 257 <property name="left-attach">0</property> 258 <property name="top-attach">3</property> 259 </packing> 260 </child> 261 <child> 262 <object class="GtkEntry" id="login"> 263 <property name="visible">True</property> 264 <property name="can-focus">True</property> 265 <property name="hexpand">True</property> 266 <property name="activates-default">True</property> 267 <property name="truncate-multiline">True</property> 268 </object> 269 <packing> 270 <property name="left-attach">1</property> 271 <property name="top-attach">3</property> 272 </packing> 273 </child> 274 <child> 275 <object class="GtkLabel" id="nameLabel"> 276 <property name="visible">True</property> 277 <property name="can-focus">False</property> 278 <property name="label" translatable="yes" context="placeedit|nameLabel">Label:</property> 279 <property name="use-underline">True</property> 280 <property name="mnemonic-widget">name</property> 281 <property name="xalign">0</property> 282 </object> 283 <packing> 284 <property name="left-attach">0</property> 285 <property name="top-attach">7</property> 286 </packing> 287 </child> 288 <child> 289 <object class="GtkEntry" id="name"> 290 <property name="visible">True</property> 291 <property name="can-focus">True</property> 292 <property name="hexpand">True</property> 293 <property name="activates-default">True</property> 294 <property name="truncate-multiline">True</property> 295 </object> 296 <packing> 297 <property name="left-attach">1</property> 298 <property name="top-attach">7</property> 299 </packing> 300 </child> 301 <child> 302 <object class="GtkBox" id="HostDetails"> 303 <property name="visible">True</property> 304 <property name="can-focus">False</property> 305 <property name="spacing">6</property> 306 <child> 307 <object class="GtkEntry" id="host"> 308 <property name="visible">True</property> 309 <property name="can-focus">True</property> 310 <property name="hexpand">True</property> 311 <property name="activates-default">True</property> 312 <property name="truncate-multiline">True</property> 313 </object> 314 <packing> 315 <property name="expand">True</property> 316 <property name="fill">True</property> 317 <property name="position">0</property> 318 </packing> 319 </child> 320 <child> 321 <object class="GtkLabel" id="portLabel"> 322 <property name="visible">True</property> 323 <property name="can-focus">False</property> 324 <property name="label" translatable="yes" context="placeedit|portLabel">Port:</property> 325 <property name="use-underline">True</property> 326 <property name="mnemonic-widget">port</property> 327 <property name="xalign">0</property> 328 </object> 329 <packing> 330 <property name="expand">False</property> 331 <property name="fill">True</property> 332 <property name="position">1</property> 333 </packing> 334 </child> 335 <child> 336 <object class="GtkSpinButton" id="port"> 337 <property name="visible">True</property> 338 <property name="can-focus">True</property> 339 <property name="activates-default">True</property> 340 <property name="text">0</property> 341 <property name="truncate-multiline">True</property> 342 <property name="adjustment">adjustment1</property> 343 <property name="numeric">True</property> 344 </object> 345 <packing> 346 <property name="expand">False</property> 347 <property name="fill">True</property> 348 <property name="position">2</property> 349 </packing> 350 </child> 351 </object> 352 <packing> 353 <property name="left-attach">1</property> 354 <property name="top-attach">0</property> 355 </packing> 356 </child> 357 <child> 358 <object class="GtkBox" id="RepositoryDetails"> 359 <property name="visible">True</property> 360 <property name="can-focus">False</property> 361 <property name="spacing">6</property> 362 <child> 363 <object class="GtkComboBoxText" id="repositories"> 364 <property name="visible">True</property> 365 <property name="can-focus">False</property> 366 <property name="hexpand">True</property> 367 </object> 368 <packing> 369 <property name="expand">True</property> 370 <property name="fill">True</property> 371 <property name="position">0</property> 372 </packing> 373 </child> 374 <child> 375 <object class="GtkButton" id="repositoriesRefresh"> 376 <property name="visible">True</property> 377 <property name="can-focus">True</property> 378 <property name="receives-default">True</property> 379 <property name="image">image1</property> 380 <property name="always-show-image">True</property> 381 </object> 382 <packing> 383 <property name="expand">False</property> 384 <property name="fill">True</property> 385 <property name="position">1</property> 386 </packing> 387 </child> 388 </object> 389 <packing> 390 <property name="left-attach">1</property> 391 <property name="top-attach">6</property> 392 </packing> 393 </child> 394 <child> 395 <object class="GtkLabel" id="passwordLabel"> 396 <property name="visible">True</property> 397 <property name="can-focus">False</property> 398 <property name="label" translatable="yes" context="placeedit|passwordLabel">Password:</property> 399 <property name="mnemonic-widget">password</property> 400 <property name="xalign">0</property> 401 </object> 402 <packing> 403 <property name="left-attach">0</property> 404 <property name="top-attach">4</property> 405 </packing> 406 </child> 407 <child> 408 <object class="GtkEntry" id="password"> 409 <property name="visible">True</property> 410 <property name="can-focus">True</property> 411 <property name="visibility">False</property> 412 <property name="activates-default">True</property> 413 <property name="truncate-multiline">True</property> 414 </object> 415 <packing> 416 <property name="left-attach">1</property> 417 <property name="top-attach">4</property> 418 </packing> 419 </child> 420 <child> 421 <object class="GtkCheckButton" id="rememberPassword"> 422 <property name="label" translatable="yes" context="placeedit|rememberPassword">Remember password</property> 423 <property name="visible">True</property> 424 <property name="can-focus">True</property> 425 <property name="receives-default">False</property> 426 <property name="use-underline">True</property> 427 <property name="draw-indicator">True</property> 428 </object> 429 <packing> 430 <property name="left-attach">1</property> 431 <property name="top-attach">5</property> 432 </packing> 433 </child> 434 <child> 435 <placeholder/> 436 </child> 437 <child> 438 <placeholder/> 439 </child> 440 </object> 441 <packing> 442 <property name="expand">False</property> 443 <property name="fill">True</property> 444 <property name="position">1</property> 445 </packing> 446 </child> 447 </object> 448 </child> 449 <action-widgets> 450 <action-widget response="-11">help</action-widget> 451 <action-widget response="101">delete</action-widget> 452 <action-widget response="-5">ok</action-widget> 453 <action-widget response="-6">cancel</action-widget> 454 </action-widgets> 455 </object> 456</interface> 457
