/ui/rizoma-common.ui
Unknown | 1023 lines | 1021 code | 2 blank | 0 comment | 0 complexity | da30faf477f1853990972221f07f594e MD5 | raw file
Possible License(s): GPL-2.0
1<?xml version="1.0" encoding="UTF-8"?> 2<interface> 3 <!-- interface-requires gtk+ 2.12 --> 4 <!-- interface-naming-policy toplevel-contextual --> 5 <object class="GtkAboutDialog" id="about"> 6 <property name="can_focus">False</property> 7 <property name="border_width">5</property> 8 <property name="type_hint">normal</property> 9 <property name="program_name">POS Rizoma Comercio</property> 10 <property name="version">1.0</property> 11 <property name="copyright" translatable="yes">Copyright (C) 2004,2006,2008 Rizoma Tecnología Ltda.</property> 12 <property name="website">http://www.rizoma.cl</property> 13 <property name="website_label" translatable="yes">Rizoma</property> 14 <property name="license" translatable="yes"> Rizoma is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License as published by 16 the Free Software Foundation; either version 2 of the License, or 17 (at your option) any later version. 18 19 This program is distributed in the hope that it will be useful, 20 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 GNU General Public License for more details. 23 24 You should have received a copy of the GNU General Public License 25 along with this program; if not, write to the Free Software 26 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</property> 27 <property name="authors">Jaime Navarrete F. <janf@rizoma.cl> 28Felipe Reyes A. <felipereyes@gmail.com> 29Jonathan Gonzalez V. <jonathan@rizoma.cl></property> 30 <child internal-child="vbox"> 31 <object class="GtkVBox" id="dialog-vbox1"> 32 <property name="visible">True</property> 33 <property name="can_focus">False</property> 34 <property name="spacing">2</property> 35 <child internal-child="action_area"> 36 <object class="GtkHButtonBox" id="dialog-action_area1"> 37 <property name="visible">True</property> 38 <property name="can_focus">False</property> 39 <property name="layout_style">end</property> 40 </object> 41 <packing> 42 <property name="expand">False</property> 43 <property name="fill">True</property> 44 <property name="pack_type">end</property> 45 <property name="position">0</property> 46 </packing> 47 </child> 48 <child> 49 <placeholder/> 50 </child> 51 </object> 52 </child> 53 </object> 54 <object class="GtkWindow" id="wnd_add_check_manager"> 55 <property name="can_focus">False</property> 56 <property name="border_width">5</property> 57 <property name="title" translatable="yes">Agregar emisor de cheques</property> 58 <property name="window_position">center-always</property> 59 <signal name="delete-event" handler="gtk_widget_hide" object="wnd_add_check_manager" swapped="yes"/> 60 <child> 61 <object class="GtkVBox" id="vbox2_cm"> 62 <property name="visible">True</property> 63 <property name="can_focus">False</property> 64 <child> 65 <object class="GtkTable" id="table2_cm"> 66 <property name="visible">True</property> 67 <property name="can_focus">False</property> 68 <property name="n_rows">7</property> 69 <property name="n_columns">2</property> 70 <property name="column_spacing">5</property> 71 <property name="row_spacing">5</property> 72 <child> 73 <object class="GtkEntry" id="entry_cm_giro"> 74 <property name="visible">True</property> 75 <property name="can_focus">True</property> 76 <property name="invisible_char">•</property> 77 </object> 78 <packing> 79 <property name="left_attach">1</property> 80 <property name="right_attach">2</property> 81 <property name="top_attach">6</property> 82 <property name="bottom_attach">7</property> 83 <property name="x_options"></property> 84 </packing> 85 </child> 86 <child> 87 <object class="GtkEntry" id="entry_cm_ciudad"> 88 <property name="visible">True</property> 89 <property name="can_focus">True</property> 90 <property name="invisible_char">•</property> 91 </object> 92 <packing> 93 <property name="left_attach">1</property> 94 <property name="right_attach">2</property> 95 <property name="top_attach">5</property> 96 <property name="bottom_attach">6</property> 97 <property name="x_options"></property> 98 </packing> 99 </child> 100 <child> 101 <object class="GtkLabel" id="label17_cm"> 102 <property name="visible">True</property> 103 <property name="can_focus">False</property> 104 <property name="label" translatable="yes">*Giro:</property> 105 </object> 106 <packing> 107 <property name="top_attach">6</property> 108 <property name="bottom_attach">7</property> 109 </packing> 110 </child> 111 <child> 112 <object class="GtkLabel" id="label20_cm"> 113 <property name="visible">True</property> 114 <property name="can_focus">False</property> 115 <property name="label" translatable="yes">*Ciudad:</property> 116 </object> 117 <packing> 118 <property name="top_attach">5</property> 119 <property name="bottom_attach">6</property> 120 </packing> 121 </child> 122 <child> 123 <object class="GtkEntry" id="entry_cm_dir"> 124 <property name="visible">True</property> 125 <property name="can_focus">True</property> 126 <property name="invisible_char">•</property> 127 </object> 128 <packing> 129 <property name="left_attach">1</property> 130 <property name="right_attach">2</property> 131 <property name="top_attach">3</property> 132 <property name="bottom_attach">4</property> 133 <property name="x_options"></property> 134 </packing> 135 </child> 136 <child> 137 <object class="GtkEntry" id="entry_cm_tel"> 138 <property name="visible">True</property> 139 <property name="can_focus">True</property> 140 <property name="invisible_char">•</property> 141 </object> 142 <packing> 143 <property name="left_attach">1</property> 144 <property name="right_attach">2</property> 145 <property name="top_attach">2</property> 146 <property name="bottom_attach">3</property> 147 <property name="x_options"></property> 148 </packing> 149 </child> 150 <child> 151 <object class="GtkLabel" id="label22_cm"> 152 <property name="visible">True</property> 153 <property name="can_focus">False</property> 154 <property name="label" translatable="yes">*Dirección:</property> 155 </object> 156 <packing> 157 <property name="top_attach">3</property> 158 <property name="bottom_attach">4</property> 159 </packing> 160 </child> 161 <child> 162 <object class="GtkLabel" id="label19_cm"> 163 <property name="visible">True</property> 164 <property name="can_focus">False</property> 165 <property name="label" translatable="yes">*Teléfono:</property> 166 </object> 167 <packing> 168 <property name="top_attach">2</property> 169 <property name="bottom_attach">3</property> 170 </packing> 171 </child> 172 <child> 173 <object class="GtkEntry" id="entry_cm_comuna"> 174 <property name="visible">True</property> 175 <property name="can_focus">True</property> 176 <property name="invisible_char">•</property> 177 </object> 178 <packing> 179 <property name="left_attach">1</property> 180 <property name="right_attach">2</property> 181 <property name="top_attach">4</property> 182 <property name="bottom_attach">5</property> 183 <property name="x_options"></property> 184 </packing> 185 </child> 186 <child> 187 <object class="GtkLabel" id="label16_cm"> 188 <property name="visible">True</property> 189 <property name="can_focus">False</property> 190 <property name="label" translatable="yes">*Comuna:</property> 191 </object> 192 <packing> 193 <property name="top_attach">4</property> 194 <property name="bottom_attach">5</property> 195 </packing> 196 </child> 197 <child> 198 <object class="GtkHBox" id="hbox3_cm"> 199 <property name="visible">True</property> 200 <property name="can_focus">False</property> 201 <child> 202 <object class="GtkEntry" id="entry_cm_rut"> 203 <property name="visible">True</property> 204 <property name="can_focus">True</property> 205 <property name="max_length">8</property> 206 <property name="invisible_char">•</property> 207 <property name="xalign">1</property> 208 </object> 209 <packing> 210 <property name="expand">False</property> 211 <property name="fill">False</property> 212 <property name="position">0</property> 213 </packing> 214 </child> 215 <child> 216 <object class="GtkLabel" id="label13_cm"> 217 <property name="visible">True</property> 218 <property name="can_focus">False</property> 219 <property name="label" translatable="yes">-</property> 220 </object> 221 <packing> 222 <property name="expand">False</property> 223 <property name="fill">False</property> 224 <property name="position">1</property> 225 </packing> 226 </child> 227 <child> 228 <object class="GtkEntry" id="entry_cm_dv"> 229 <property name="width_request">30</property> 230 <property name="visible">True</property> 231 <property name="can_focus">True</property> 232 <property name="max_length">1</property> 233 <property name="invisible_char">•</property> 234 </object> 235 <packing> 236 <property name="expand">False</property> 237 <property name="fill">False</property> 238 <property name="position">2</property> 239 </packing> 240 </child> 241 </object> 242 <packing> 243 <property name="left_attach">1</property> 244 <property name="right_attach">2</property> 245 <property name="x_options"></property> 246 </packing> 247 </child> 248 <child> 249 <object class="GtkLabel" id="label14_cm"> 250 <property name="visible">True</property> 251 <property name="can_focus">False</property> 252 <property name="label" translatable="yes">*Rut:</property> 253 </object> 254 </child> 255 <child> 256 <object class="GtkLabel" id="label15_cm"> 257 <property name="visible">True</property> 258 <property name="can_focus">False</property> 259 <property name="label" translatable="yes">*Razón social:</property> 260 </object> 261 <packing> 262 <property name="top_attach">1</property> 263 <property name="bottom_attach">2</property> 264 </packing> 265 </child> 266 <child> 267 <object class="GtkEntry" id="entry_cm_rs"> 268 <property name="visible">True</property> 269 <property name="can_focus">True</property> 270 <property name="invisible_char">•</property> 271 </object> 272 <packing> 273 <property name="left_attach">1</property> 274 <property name="right_attach">2</property> 275 <property name="top_attach">1</property> 276 <property name="bottom_attach">2</property> 277 <property name="x_options"></property> 278 </packing> 279 </child> 280 </object> 281 <packing> 282 <property name="expand">False</property> 283 <property name="fill">False</property> 284 <property name="position">0</property> 285 </packing> 286 </child> 287 <child> 288 <object class="GtkLabel" id="label24_cm"> 289 <property name="visible">True</property> 290 <property name="can_focus">False</property> 291 <property name="label" translatable="yes">Los datos con * son obligatorios</property> 292 </object> 293 <packing> 294 <property name="expand">False</property> 295 <property name="fill">False</property> 296 <property name="position">1</property> 297 </packing> 298 </child> 299 <child> 300 <object class="GtkHBox" id="hbox4_cm"> 301 <property name="visible">True</property> 302 <property name="can_focus">False</property> 303 <child> 304 <object class="GtkButton" id="btn_cancel_add_cm"> 305 <property name="label">gtk-cancel</property> 306 <property name="visible">True</property> 307 <property name="can_focus">True</property> 308 <property name="receives_default">True</property> 309 <property name="use_action_appearance">False</property> 310 <property name="use_stock">True</property> 311 <accelerator key="Escape" signal="clicked"/> 312 <signal name="clicked" handler="gtk_widget_hide" object="wnd_add_check_manager" swapped="yes"/> 313 </object> 314 <packing> 315 <property name="expand">False</property> 316 <property name="fill">False</property> 317 <property name="position">1</property> 318 </packing> 319 </child> 320 <child> 321 <object class="GtkButton" id="btn_add_cm"> 322 <property name="label">gtk-add</property> 323 <property name="visible">True</property> 324 <property name="can_focus">True</property> 325 <property name="receives_default">True</property> 326 <property name="use_action_appearance">False</property> 327 <property name="use_stock">True</property> 328 <signal name="clicked" handler="on_btn_add_cm_clicked" swapped="no"/> 329 </object> 330 <packing> 331 <property name="expand">False</property> 332 <property name="fill">False</property> 333 <property name="pack_type">end</property> 334 <property name="position">1</property> 335 </packing> 336 </child> 337 </object> 338 <packing> 339 <property name="expand">False</property> 340 <property name="fill">False</property> 341 <property name="position">2</property> 342 </packing> 343 </child> 344 </object> 345 </child> 346 </object> 347 <object class="GtkWindow" id="wnd_addclient"> 348 <property name="can_focus">False</property> 349 <property name="border_width">5</property> 350 <property name="title" translatable="yes">Agregar Cliente</property> 351 <property name="window_position">center-always</property> 352 <signal name="delete-event" handler="CloseClientWindow" object="wnd_addclient" swapped="yes"/> 353 <child> 354 <object class="GtkVBox" id="vbox2"> 355 <property name="visible">True</property> 356 <property name="can_focus">False</property> 357 <child> 358 <object class="GtkTable" id="table2"> 359 <property name="visible">True</property> 360 <property name="can_focus">False</property> 361 <property name="n_rows">8</property> 362 <property name="n_columns">2</property> 363 <property name="column_spacing">5</property> 364 <property name="row_spacing">5</property> 365 <child> 366 <object class="GtkEntry" id="entry_client_limit_credit"> 367 <property name="visible">True</property> 368 <property name="can_focus">True</property> 369 </object> 370 <packing> 371 <property name="left_attach">1</property> 372 <property name="right_attach">2</property> 373 <property name="top_attach">7</property> 374 <property name="bottom_attach">8</property> 375 <property name="x_options"></property> 376 </packing> 377 </child> 378 <child> 379 <object class="GtkEntry" id="entry_client_giro"> 380 <property name="visible">True</property> 381 <property name="can_focus">True</property> 382 </object> 383 <packing> 384 <property name="left_attach">1</property> 385 <property name="right_attach">2</property> 386 <property name="top_attach">6</property> 387 <property name="bottom_attach">7</property> 388 <property name="x_options"></property> 389 </packing> 390 </child> 391 <child> 392 <object class="GtkEntry" id="entry_client_phone"> 393 <property name="visible">True</property> 394 <property name="can_focus">True</property> 395 </object> 396 <packing> 397 <property name="left_attach">1</property> 398 <property name="right_attach">2</property> 399 <property name="top_attach">5</property> 400 <property name="bottom_attach">6</property> 401 <property name="x_options"></property> 402 </packing> 403 </child> 404 <child> 405 <object class="GtkLabel" id="label23"> 406 <property name="visible">True</property> 407 <property name="can_focus">False</property> 408 <property name="label" translatable="yes">Limite de Credito:</property> 409 </object> 410 <packing> 411 <property name="top_attach">7</property> 412 <property name="bottom_attach">8</property> 413 </packing> 414 </child> 415 <child> 416 <object class="GtkLabel" id="label17"> 417 <property name="visible">True</property> 418 <property name="can_focus">False</property> 419 <property name="label" translatable="yes">*Giro:</property> 420 </object> 421 <packing> 422 <property name="top_attach">6</property> 423 <property name="bottom_attach">7</property> 424 </packing> 425 </child> 426 <child> 427 <object class="GtkLabel" id="label20"> 428 <property name="visible">True</property> 429 <property name="can_focus">False</property> 430 <property name="label" translatable="yes">*Teléfono:</property> 431 </object> 432 <packing> 433 <property name="top_attach">5</property> 434 <property name="bottom_attach">6</property> 435 </packing> 436 </child> 437 <child> 438 <object class="GtkEntry" id="entry_client_apell_m"> 439 <property name="visible">True</property> 440 <property name="can_focus">True</property> 441 </object> 442 <packing> 443 <property name="left_attach">1</property> 444 <property name="right_attach">2</property> 445 <property name="top_attach">3</property> 446 <property name="bottom_attach">4</property> 447 <property name="x_options"></property> 448 </packing> 449 </child> 450 <child> 451 <object class="GtkEntry" id="entry_client_apell_p"> 452 <property name="visible">True</property> 453 <property name="can_focus">True</property> 454 </object> 455 <packing> 456 <property name="left_attach">1</property> 457 <property name="right_attach">2</property> 458 <property name="top_attach">2</property> 459 <property name="bottom_attach">3</property> 460 <property name="x_options"></property> 461 </packing> 462 </child> 463 <child> 464 <object class="GtkLabel" id="label22"> 465 <property name="visible">True</property> 466 <property name="can_focus">False</property> 467 <property name="label" translatable="yes">*Apellido Materno:</property> 468 </object> 469 <packing> 470 <property name="top_attach">3</property> 471 <property name="bottom_attach">4</property> 472 </packing> 473 </child> 474 <child> 475 <object class="GtkLabel" id="label19"> 476 <property name="visible">True</property> 477 <property name="can_focus">False</property> 478 <property name="label" translatable="yes">*Apellido Paterno:</property> 479 </object> 480 <packing> 481 <property name="top_attach">2</property> 482 <property name="bottom_attach">3</property> 483 </packing> 484 </child> 485 <child> 486 <object class="GtkEntry" id="entry_client_addr"> 487 <property name="visible">True</property> 488 <property name="can_focus">True</property> 489 </object> 490 <packing> 491 <property name="left_attach">1</property> 492 <property name="right_attach">2</property> 493 <property name="top_attach">4</property> 494 <property name="bottom_attach">5</property> 495 <property name="x_options"></property> 496 </packing> 497 </child> 498 <child> 499 <object class="GtkLabel" id="label16"> 500 <property name="visible">True</property> 501 <property name="can_focus">False</property> 502 <property name="label" translatable="yes">*Dirección:</property> 503 </object> 504 <packing> 505 <property name="top_attach">4</property> 506 <property name="bottom_attach">5</property> 507 </packing> 508 </child> 509 <child> 510 <object class="GtkHBox" id="hbox3"> 511 <property name="visible">True</property> 512 <property name="can_focus">False</property> 513 <child> 514 <object class="GtkEntry" id="entry_client_rut"> 515 <property name="visible">True</property> 516 <property name="can_focus">True</property> 517 <property name="max_length">8</property> 518 <property name="xalign">1</property> 519 </object> 520 <packing> 521 <property name="expand">False</property> 522 <property name="fill">False</property> 523 <property name="position">0</property> 524 </packing> 525 </child> 526 <child> 527 <object class="GtkLabel" id="label13"> 528 <property name="visible">True</property> 529 <property name="can_focus">False</property> 530 <property name="label" translatable="yes">-</property> 531 </object> 532 <packing> 533 <property name="expand">False</property> 534 <property name="fill">False</property> 535 <property name="position">1</property> 536 </packing> 537 </child> 538 <child> 539 <object class="GtkEntry" id="entry_client_dv"> 540 <property name="width_request">30</property> 541 <property name="visible">True</property> 542 <property name="can_focus">True</property> 543 <property name="max_length">1</property> 544 </object> 545 <packing> 546 <property name="expand">False</property> 547 <property name="fill">False</property> 548 <property name="position">2</property> 549 </packing> 550 </child> 551 </object> 552 <packing> 553 <property name="left_attach">1</property> 554 <property name="right_attach">2</property> 555 <property name="x_options"></property> 556 </packing> 557 </child> 558 <child> 559 <object class="GtkLabel" id="label14"> 560 <property name="visible">True</property> 561 <property name="can_focus">False</property> 562 <property name="label" translatable="yes">*Rut:</property> 563 </object> 564 </child> 565 <child> 566 <object class="GtkLabel" id="label15"> 567 <property name="visible">True</property> 568 <property name="can_focus">False</property> 569 <property name="label" translatable="yes">*Nombre:</property> 570 </object> 571 <packing> 572 <property name="top_attach">1</property> 573 <property name="bottom_attach">2</property> 574 </packing> 575 </child> 576 <child> 577 <object class="GtkEntry" id="entry_client_name"> 578 <property name="visible">True</property> 579 <property name="can_focus">True</property> 580 </object> 581 <packing> 582 <property name="left_attach">1</property> 583 <property name="right_attach">2</property> 584 <property name="top_attach">1</property> 585 <property name="bottom_attach">2</property> 586 <property name="x_options"></property> 587 </packing> 588 </child> 589 </object> 590 <packing> 591 <property name="expand">False</property> 592 <property name="fill">False</property> 593 <property name="position">0</property> 594 </packing> 595 </child> 596 <child> 597 <object class="GtkLabel" id="label24"> 598 <property name="visible">True</property> 599 <property name="can_focus">False</property> 600 <property name="label" translatable="yes">Los datos con * son obligatorios</property> 601 </object> 602 <packing> 603 <property name="expand">False</property> 604 <property name="fill">False</property> 605 <property name="position">1</property> 606 </packing> 607 </child> 608 <child> 609 <object class="GtkHBox" id="hbox4"> 610 <property name="visible">True</property> 611 <property name="can_focus">False</property> 612 <child> 613 <object class="GtkButton" id="btn_cancel_add_client"> 614 <property name="label">gtk-cancel</property> 615 <property name="visible">True</property> 616 <property name="can_focus">True</property> 617 <property name="receives_default">True</property> 618 <property name="use_action_appearance">False</property> 619 <property name="use_stock">True</property> 620 <accelerator key="Escape" signal="clicked"/> 621 <signal name="clicked" handler="CloseClientWindow" object="wnd_addclient" swapped="yes"/> 622 </object> 623 <packing> 624 <property name="expand">False</property> 625 <property name="fill">False</property> 626 <property name="position">1</property> 627 </packing> 628 </child> 629 <child> 630 <object class="GtkButton" id="btn_add_client"> 631 <property name="label">gtk-add</property> 632 <property name="visible">True</property> 633 <property name="can_focus">True</property> 634 <property name="receives_default">True</property> 635 <property name="use_action_appearance">False</property> 636 <property name="use_stock">True</property> 637 <signal name="clicked" handler="AgregarClienteABD" swapped="no"/> 638 </object> 639 <packing> 640 <property name="expand">False</property> 641 <property name="fill">False</property> 642 <property name="pack_type">end</property> 643 <property name="position">1</property> 644 </packing> 645 </child> 646 </object> 647 <packing> 648 <property name="expand">False</property> 649 <property name="fill">False</property> 650 <property name="position">2</property> 651 </packing> 652 </child> 653 </object> 654 </child> 655 </object> 656 <object class="GtkWindow" id="wnd_addprovider"> 657 <property name="can_focus">False</property> 658 <property name="border_width">10</property> 659 <property name="window_position">center-always</property> 660 <signal name="delete-event" handler="CloseAgregarProveedorWindow" swapped="no"/> 661 <child> 662 <object class="GtkVBox" id="vbox1"> 663 <property name="visible">True</property> 664 <property name="can_focus">False</property> 665 <child> 666 <object class="GtkTable" id="table1"> 667 <property name="visible">True</property> 668 <property name="can_focus">False</property> 669 <property name="n_rows">10</property> 670 <property name="n_columns">2</property> 671 <property name="column_spacing">5</property> 672 <property name="row_spacing">5</property> 673 <child> 674 <object class="GtkHBox" id="hbox1"> 675 <property name="visible">True</property> 676 <property name="can_focus">False</property> 677 <child> 678 <object class="GtkEntry" id="entry_addprov_rut"> 679 <property name="visible">True</property> 680 <property name="can_focus">True</property> 681 <property name="max_length">8</property> 682 <property name="xalign">1</property> 683 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_dv" swapped="yes"/> 684 </object> 685 <packing> 686 <property name="expand">False</property> 687 <property name="fill">False</property> 688 <property name="position">0</property> 689 </packing> 690 </child> 691 <child> 692 <object class="GtkLabel" id="label2"> 693 <property name="visible">True</property> 694 <property name="can_focus">False</property> 695 <property name="label" translatable="yes">-</property> 696 </object> 697 <packing> 698 <property name="expand">False</property> 699 <property name="fill">False</property> 700 <property name="position">1</property> 701 </packing> 702 </child> 703 <child> 704 <object class="GtkEntry" id="entry_addprov_dv"> 705 <property name="width_request">30</property> 706 <property name="visible">True</property> 707 <property name="can_focus">True</property> 708 <property name="max_length">1</property> 709 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_name" swapped="yes"/> 710 </object> 711 <packing> 712 <property name="expand">False</property> 713 <property name="fill">False</property> 714 <property name="position">2</property> 715 </packing> 716 </child> 717 </object> 718 <packing> 719 <property name="left_attach">1</property> 720 <property name="right_attach">2</property> 721 <property name="x_options"></property> 722 </packing> 723 </child> 724 <child> 725 <object class="GtkLabel" id="label1"> 726 <property name="visible">True</property> 727 <property name="can_focus">False</property> 728 <property name="label" translatable="yes">*Rut:</property> 729 </object> 730 </child> 731 <child> 732 <object class="GtkLabel" id="label3"> 733 <property name="visible">True</property> 734 <property name="can_focus">False</property> 735 <property name="label" translatable="yes">*Nombre:</property> 736 </object> 737 <packing> 738 <property name="top_attach">1</property> 739 <property name="bottom_attach">2</property> 740 </packing> 741 </child> 742 <child> 743 <object class="GtkLabel" id="label4"> 744 <property name="visible">True</property> 745 <property name="can_focus">False</property> 746 <property name="label" translatable="yes">*Dirección:</property> 747 </object> 748 <packing> 749 <property name="top_attach">2</property> 750 <property name="bottom_attach">3</property> 751 </packing> 752 </child> 753 <child> 754 <object class="GtkLabel" id="label11"> 755 <property name="visible">True</property> 756 <property name="can_focus">False</property> 757 <property name="label" translatable="yes">Giro:</property> 758 </object> 759 <packing> 760 <property name="top_attach">9</property> 761 <property name="bottom_attach">10</property> 762 </packing> 763 </child> 764 <child> 765 <object class="GtkLabel" id="label6"> 766 <property name="visible">True</property> 767 <property name="can_focus">False</property> 768 <property name="label" translatable="yes">*Comuna</property> 769 </object> 770 <packing> 771 <property name="top_attach">3</property> 772 <property name="bottom_attach">4</property> 773 </packing> 774 </child> 775 <child> 776 <object class="GtkLabel" id="label5"> 777 <property name="visible">True</property> 778 <property name="can_focus">False</property> 779 <property name="label" translatable="yes">*Ciudad:</property> 780 </object> 781 <packing> 782 <property name="top_attach">4</property> 783 <property name="bottom_attach">5</property> 784 </packing> 785 </child> 786 <child> 787 <object class="GtkLabel" id="label8"> 788 <property name="visible">True</property> 789 <property name="can_focus">False</property> 790 <property name="label" translatable="yes">*Teléfono:</property> 791 </object> 792 <packing> 793 <property name="top_attach">5</property> 794 <property name="bottom_attach">6</property> 795 </packing> 796 </child> 797 <child> 798 <object class="GtkLabel" id="label9"> 799 <property name="visible">True</property> 800 <property name="can_focus">False</property> 801 <property name="label" translatable="yes">Correo Electrónico:</property> 802 </object> 803 <packing> 804 <property name="top_attach">6</property> 805 <property name="bottom_attach">7</property> 806 </packing> 807 </child> 808 <child> 809 <object class="GtkLabel" id="label10"> 810 <property name="visible">True</property> 811 <property name="can_focus">False</property> 812 <property name="label" translatable="yes">Web:</property> 813 </object> 814 <packing> 815 <property name="top_attach">7</property> 816 <property name="bottom_attach">8</property> 817 </packing> 818 </child> 819 <child> 820 <object class="GtkLabel" id="label7"> 821 <property name="visible">True</property> 822 <property name="can_focus">False</property> 823 <property name="label" translatable="yes">Contacto:</property> 824 </object> 825 <packing> 826 <property name="top_attach">8</property> 827 <property name="bottom_attach">9</property> 828 </packing> 829 </child> 830 <child> 831 <object class="GtkEntry" id="entry_addprov_name"> 832 <property name="visible">True</property> 833 <property name="can_focus">True</property> 834 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_addr" swapped="yes"/> 835 </object> 836 <packing> 837 <property name="left_attach">1</property> 838 <property name="right_attach">2</property> 839 <property name="top_attach">1</property> 840 <property name="bottom_attach">2</property> 841 <property name="x_options"></property> 842 </packing> 843 </child> 844 <child> 845 <object class="GtkEntry" id="entry_addprov_addr"> 846 <property name="visible">True</property> 847 <property name="can_focus">True</property> 848 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_comuna" swapped="yes"/> 849 </object> 850 <packing> 851 <property name="left_attach">1</property> 852 <property name="right_attach">2</property> 853 <property name="top_attach">2</property> 854 <property name="bottom_attach">3</property> 855 <property name="x_options"></property> 856 </packing> 857 </child> 858 <child> 859 <object class="GtkEntry" id="entry_addprov_comuna"> 860 <property name="visible">True</property> 861 <property name="can_focus">True</property> 862 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_city" swapped="yes"/> 863 </object> 864 <packing> 865 <property name="left_attach">1</property> 866 <property name="right_attach">2</property> 867 <property name="top_attach">3</property> 868 <property name="bottom_attach">4</property> 869 <property name="x_options"></property> 870 </packing> 871 </child> 872 <child> 873 <object class="GtkEntry" id="entry_addprov_city"> 874 <property name="visible">True</property> 875 <property name="can_focus">True</property> 876 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_phone" swapped="yes"/> 877 </object> 878 <packing> 879 <property name="left_attach">1</property> 880 <property name="right_attach">2</property> 881 <property name="top_attach">4</property> 882 <property name="bottom_attach">5</property> 883 <property name="x_options"></property> 884 </packing> 885 </child> 886 <child> 887 <object class="GtkEntry" id="entry_addprov_phone"> 888 <property name="visible">True</property> 889 <property name="can_focus">True</property> 890 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_email" swapped="yes"/> 891 </object> 892 <packing> 893 <property name="left_attach">1</property> 894 <property name="right_attach">2</property> 895 <property name="top_attach">5</property> 896 <property name="bottom_attach">6</property> 897 <property name="x_options"></property> 898 </packing> 899 </child> 900 <child> 901 <object class="GtkEntry" id="entry_addprov_email"> 902 <property name="visible">True</property> 903 <property name="can_focus">True</property> 904 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_web" swapped="yes"/> 905 </object> 906 <packing> 907 <property name="left_attach">1</property> 908 <property name="right_attach">2</property> 909 <property name="top_attach">6</property> 910 <property name="bottom_attach">7</property> 911 <property name="x_options"></property> 912 </packing> 913 </child> 914 <child> 915 <object class="GtkEntry" id="entry_addprov_web"> 916 <property name="visible">True</property> 917 <property name="can_focus">True</property> 918 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_contact" swapped="yes"/> 919 </object> 920 <packing> 921 <property name="left_attach">1</property> 922 <property name="right_attach">2</property> 923 <property name="top_attach">7</property> 924 <property name="bottom_attach">8</property> 925 <property name="x_options"></property> 926 </packing> 927 </child> 928 <child> 929 <object class="GtkEntry" id="entry_addprov_contact"> 930 <property name="visible">True</property> 931 <property name="can_focus">True</property> 932 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_addprov_giro" swapped="yes"/> 933 </object> 934 <packing> 935 <property name="left_attach">1</property> 936 <property name="right_attach">2</property> 937 <property name="top_attach">8</property> 938 <property name="bottom_attach">9</property> 939 <property name="x_options"></property> 940 </packing> 941 </child> 942 <child> 943 <object class="GtkEntry" id="entry_addprov_giro"> 944 <property name="visible">True</property> 945 <property name="can_focus">True</property> 946 <signal name="activate" handler="gtk_widget_grab_focus" object="btn_cancel_add_provider" swapped="yes"/> 947 </object> 948 <packing> 949 <property name="left_attach">1</property> 950 <property name="right_attach">2</property> 951 <property name="top_attach">9</property> 952 <property name="bottom_attach">10</property> 953 <property name="x_options"></property> 954 </packing> 955 </child> 956 </object> 957 <packing> 958 <property name="expand">False</property> 959 <property name="fill">False</property> 960 <property name="position">0</property> 961 </packing> 962 </child> 963 <child> 964 <object class="GtkLabel" id="label12"> 965 <property name="visible">True</property> 966 <property name="can_focus">False</property> 967 <property name="label" translatable="yes">Los datos con * son obligatorios</property> 968 </object> 969 <packing> 970 <property name="expand">False</property> 971 <property name="fill">False</property> 972 <property name="position">1</property> 973 </packing> 974 </child> 975 <child> 976 <object class="GtkHBox" id="hbox2"> 977 <property name="visible">True</property> 978 <property name="can_focus">False</property> 979 <child> 980 <object class="GtkButton" id="btn_cancel_add_provider"> 981 <property name="label">gtk-cancel</property> 982 <property name="visible">True</property> 983 <property name="can_focus">True</property> 984 <property name="receives_default">True</property> 985 <property name="use_action_appearance">False</property> 986 <property name="use_stock">True</property> 987 <accelerator key="Escape" signal="clicked"/> 988 <signal name="clicked" handler="CloseAgregarProveedorWindow" swapped="no"/> 989 </object> 990 <packing> 991 <property name="expand">False</property> 992 <property name="fill">False</property> 993 <property name="position">1</property> 994 </packing> 995 </child> 996 <child> 997 <object class="GtkButton" id="btn_add_provider"> 998 <property name="label">gtk-add</property> 999 <property name="visible">True</property> 1000 <property name="can_focus">True</property> 1001 <property name="receives_default">True</property> 1002 <property name="use_action_appearance">False</property> 1003 <property name="use_stock">True</property> 1004 <signal name="clicked" handler="AgregarProveedor" swapped="no"/> 1005 </object> 1006 <packing> 1007 <property name="expand">False</property> 1008 <property name="fill">False</property> 1009 <property name="pack_type">end</property> 1010 <property name="position">1</property> 1011 </packing> 1012 </child> 1013 </object> 1014 <packing> 1015 <property name="expand">False</property> 1016 <property name="fill">False</property> 1017 <property name="position">2</property> 1018 </packing> 1019 </child> 1020 </object> 1021 </child> 1022 </object> 1023</interface>