/ui/rizoma-admin.ui
Unknown | 4008 lines | 4008 code | 0 blank | 0 comment | 0 complexity | c66087cd1add31464c37a8b0fd33b91f MD5 | raw file
Possible License(s): GPL-2.0
Large files files are truncated, but you can click here to view the full file
1<?xml version="1.0" encoding="UTF-8"?> 2<interface> 3 <!-- interface-requires gtk+ 3.0 --> 4 <!-- interface-naming-policy toplevel-contextual --> 5 <object class="GtkMessageDialog" id="ask_delete_store"> 6 <property name="can_focus">False</property> 7 <property name="border_width">5</property> 8 <property name="modal">True</property> 9 <property name="window_position">center</property> 10 <property name="type_hint">normal</property> 11 <property name="skip_taskbar_hint">True</property> 12 <property name="message_type">question</property> 13 <property name="buttons">yes-no</property> 14 <property name="text">¿Realmente deseas eliminar ese local?</property> 15 <signal name="response" handler="on_ask_delete_store_response" swapped="no"/> 16 <child internal-child="vbox"> 17 <object class="GtkVBox" id="dialog-vbox7_delete_store"> 18 <property name="visible">True</property> 19 <property name="can_focus">False</property> 20 <property name="spacing">2</property> 21 <child internal-child="action_area"> 22 <object class="GtkHButtonBox" id="dialog-action_area7"> 23 <property name="visible">True</property> 24 <property name="can_focus">False</property> 25 <property name="layout_style">end</property> 26 <child> 27 <placeholder/> 28 </child> 29 <child> 30 <placeholder/> 31 </child> 32 </object> 33 <packing> 34 <property name="expand">False</property> 35 <property name="fill">True</property> 36 <property name="pack_type">end</property> 37 <property name="position">0</property> 38 </packing> 39 </child> 40 </object> 41 </child> 42 </object> 43 <object class="GtkMessageDialog" id="ask_delete_user"> 44 <property name="can_focus">False</property> 45 <property name="border_width">5</property> 46 <property name="modal">True</property> 47 <property name="window_position">center-on-parent</property> 48 <property name="type_hint">normal</property> 49 <property name="skip_taskbar_hint">True</property> 50 <property name="transient_for">wnd_admin</property> 51 <property name="message_type">question</property> 52 <property name="buttons">yes-no</property> 53 <property name="text">¿Desea eliminar al usuario?</property> 54 <signal name="close" handler="gtk_widget_hide_on_delete" object="ask_delete_user" swapped="yes"/> 55 <signal name="response" handler="on_ask_delete_user_response" swapped="no"/> 56 <child internal-child="vbox"> 57 <object class="GtkVBox" id="dialog-vbox3"> 58 <property name="visible">True</property> 59 <property name="can_focus">False</property> 60 <property name="spacing">2</property> 61 <child internal-child="action_area"> 62 <object class="GtkHButtonBox" id="dialog-action_area3"> 63 <property name="visible">True</property> 64 <property name="can_focus">False</property> 65 <child> 66 <placeholder/> 67 </child> 68 <child> 69 <placeholder/> 70 </child> 71 </object> 72 <packing> 73 <property name="expand">False</property> 74 <property name="fill">True</property> 75 <property name="pack_type">end</property> 76 <property name="position">0</property> 77 </packing> 78 </child> 79 </object> 80 </child> 81 </object> 82 <object class="GtkMessageDialog" id="quit_message"> 83 <property name="can_focus">False</property> 84 <property name="border_width">5</property> 85 <property name="modal">True</property> 86 <property name="window_position">center-on-parent</property> 87 <property name="type_hint">normal</property> 88 <property name="skip_taskbar_hint">True</property> 89 <property name="transient_for">wnd_admin</property> 90 <property name="message_type">question</property> 91 <property name="text">¿Realmente desea salir?</property> 92 <property name="secondary_text">Se perderá toda información no guardada</property> 93 <signal name="delete-event" handler="gtk_widget_hide_on_delete" object="quit_message" swapped="yes"/> 94 <child internal-child="vbox"> 95 <object class="GtkVBox" id="dialog-vbox2"> 96 <property name="visible">True</property> 97 <property name="can_focus">False</property> 98 <property name="spacing">2</property> 99 <child internal-child="action_area"> 100 <object class="GtkHButtonBox" id="dialog-action_area2"> 101 <property name="visible">True</property> 102 <property name="can_focus">False</property> 103 <child> 104 <object class="GtkButton" id="button14"> 105 <property name="label">gtk-no</property> 106 <property name="visible">True</property> 107 <property name="can_focus">True</property> 108 <property name="receives_default">True</property> 109 <property name="use_action_appearance">False</property> 110 <property name="use_stock">True</property> 111 <signal name="clicked" handler="gtk_widget_hide" object="quit_message" swapped="yes"/> 112 </object> 113 <packing> 114 <property name="expand">False</property> 115 <property name="fill">False</property> 116 <property name="position">0</property> 117 </packing> 118 </child> 119 <child> 120 <object class="GtkButton" id="button13"> 121 <property name="label">gtk-yes</property> 122 <property name="visible">True</property> 123 <property name="can_focus">True</property> 124 <property name="receives_default">True</property> 125 <property name="use_action_appearance">False</property> 126 <property name="use_stock">True</property> 127 <signal name="clicked" handler="on_quit_application" swapped="no"/> 128 </object> 129 <packing> 130 <property name="expand">False</property> 131 <property name="fill">False</property> 132 <property name="position">1</property> 133 </packing> 134 </child> 135 </object> 136 <packing> 137 <property name="expand">False</property> 138 <property name="fill">True</property> 139 <property name="pack_type">end</property> 140 <property name="position">0</property> 141 </packing> 142 </child> 143 </object> 144 </child> 145 <action-widgets> 146 <action-widget response="0">button14</action-widget> 147 <action-widget response="0">button13</action-widget> 148 </action-widgets> 149 </object> 150 <object class="GtkWindow" id="wnd_abonar"> 151 <property name="can_focus">False</property> 152 <property name="border_width">5</property> 153 <property name="title" translatable="yes">Abono</property> 154 <property name="modal">True</property> 155 <property name="window_position">center-on-parent</property> 156 <property name="transient_for">wnd_admin</property> 157 <signal name="delete-event" handler="CloseAbonarWindow" swapped="no"/> 158 <child> 159 <object class="GtkVBox" id="vbox15"> 160 <property name="visible">True</property> 161 <property name="can_focus">False</property> 162 <child> 163 <object class="GtkTable" id="table7"> 164 <property name="visible">True</property> 165 <property name="can_focus">False</property> 166 <property name="n_rows">3</property> 167 <property name="n_columns">2</property> 168 <property name="column_spacing">5</property> 169 <property name="row_spacing">5</property> 170 <child> 171 <object class="GtkLabel" id="lbl_admin_abonar_deuda"> 172 <property name="visible">True</property> 173 <property name="can_focus">False</property> 174 </object> 175 <packing> 176 <property name="left_attach">1</property> 177 <property name="right_attach">2</property> 178 <property name="top_attach">1</property> 179 <property name="bottom_attach">2</property> 180 </packing> 181 </child> 182 <child> 183 <object class="GtkLabel" id="label35"> 184 <property name="visible">True</property> 185 <property name="can_focus">False</property> 186 <property name="label" translatable="yes">Deuda:</property> 187 </object> 188 <packing> 189 <property name="top_attach">1</property> 190 <property name="bottom_attach">2</property> 191 </packing> 192 </child> 193 <child> 194 <object class="GtkEntry" id="entry_admin_abonar_amount"> 195 <property name="visible">True</property> 196 <property name="can_focus">True</property> 197 <signal name="changed" handler="on_entry_admin_abonar_amount_changed" swapped="no"/> 198 <signal name="activate" handler="gtk_widget_grab_focus" object="button16" swapped="yes"/> 199 </object> 200 <packing> 201 <property name="left_attach">1</property> 202 <property name="right_attach">2</property> 203 <property name="top_attach">2</property> 204 <property name="bottom_attach">3</property> 205 </packing> 206 </child> 207 <child> 208 <object class="GtkLabel" id="label15"> 209 <property name="visible">True</property> 210 <property name="can_focus">False</property> 211 <property name="label" translatable="yes">Monto:</property> 212 </object> 213 <packing> 214 <property name="top_attach">2</property> 215 <property name="bottom_attach">3</property> 216 </packing> 217 </child> 218 <child> 219 <object class="GtkLabel" id="lbl_admin_abonar_rut"> 220 <property name="visible">True</property> 221 <property name="can_focus">False</property> 222 </object> 223 <packing> 224 <property name="left_attach">1</property> 225 <property name="right_attach">2</property> 226 </packing> 227 </child> 228 <child> 229 <object class="GtkLabel" id="label34"> 230 <property name="visible">True</property> 231 <property name="can_focus">False</property> 232 <property name="label" translatable="yes">Código:</property> 233 </object> 234 </child> 235 </object> 236 <packing> 237 <property name="expand">False</property> 238 <property name="fill">True</property> 239 <property name="position">0</property> 240 </packing> 241 </child> 242 <child> 243 <object class="GtkHBox" id="hbox15"> 244 <property name="visible">True</property> 245 <property name="can_focus">False</property> 246 <child> 247 <object class="GtkButton" id="button6"> 248 <property name="label">gtk-cancel</property> 249 <property name="visible">True</property> 250 <property name="can_focus">True</property> 251 <property name="receives_default">True</property> 252 <property name="use_action_appearance">False</property> 253 <property name="use_stock">True</property> 254 <signal name="clicked" handler="CloseAbonarWindow" swapped="no"/> 255 </object> 256 <packing> 257 <property name="expand">False</property> 258 <property name="fill">True</property> 259 <property name="position">0</property> 260 </packing> 261 </child> 262 <child> 263 <object class="GtkButton" id="button16"> 264 <property name="label">gtk-ok</property> 265 <property name="visible">True</property> 266 <property name="can_focus">True</property> 267 <property name="receives_default">True</property> 268 <property name="use_action_appearance">False</property> 269 <property name="use_stock">True</property> 270 <signal name="clicked" handler="Abonar" swapped="no"/> 271 </object> 272 <packing> 273 <property name="expand">False</property> 274 <property name="fill">True</property> 275 <property name="pack_type">end</property> 276 <property name="position">1</property> 277 </packing> 278 </child> 279 </object> 280 <packing> 281 <property name="expand">False</property> 282 <property name="fill">False</property> 283 <property name="position">1</property> 284 </packing> 285 </child> 286 </object> 287 </child> 288 </object> 289 <object class="GtkWindow" id="wnd_adduser"> 290 <property name="can_focus">False</property> 291 <property name="border_width">5</property> 292 <property name="window_position">center-on-parent</property> 293 <property name="transient_for">wnd_admin</property> 294 <signal name="delete-event" handler="CloseAddSellerWin" swapped="no"/> 295 <child> 296 <object class="GtkVBox" id="vbox4"> 297 <property name="visible">True</property> 298 <property name="can_focus">False</property> 299 <property name="spacing">5</property> 300 <child> 301 <object class="GtkTable" id="table1"> 302 <property name="visible">True</property> 303 <property name="can_focus">False</property> 304 <property name="n_rows">7</property> 305 <property name="n_columns">2</property> 306 <property name="column_spacing">5</property> 307 <property name="row_spacing">5</property> 308 <child> 309 <object class="GtkEntry" id="entry_adduser_passwd2"> 310 <property name="visible">True</property> 311 <property name="can_focus">True</property> 312 <property name="visibility">False</property> 313 </object> 314 <packing> 315 <property name="left_attach">1</property> 316 <property name="right_attach">2</property> 317 <property name="top_attach">6</property> 318 <property name="bottom_attach">7</property> 319 <property name="x_options">GTK_FILL</property> 320 </packing> 321 </child> 322 <child> 323 <object class="GtkEntry" id="entry_adduser_passwd"> 324 <property name="visible">True</property> 325 <property name="can_focus">True</property> 326 <property name="visibility">False</property> 327 </object> 328 <packing> 329 <property name="left_attach">1</property> 330 <property name="right_attach">2</property> 331 <property name="top_attach">5</property> 332 <property name="bottom_attach">6</property> 333 <property name="x_options">GTK_FILL</property> 334 </packing> 335 </child> 336 <child> 337 <object class="GtkEntry" id="entry_adduser_apell_m"> 338 <property name="visible">True</property> 339 <property name="can_focus">True</property> 340 </object> 341 <packing> 342 <property name="left_attach">1</property> 343 <property name="right_attach">2</property> 344 <property name="top_attach">4</property> 345 <property name="bottom_attach">5</property> 346 <property name="x_options">GTK_FILL</property> 347 </packing> 348 </child> 349 <child> 350 <object class="GtkEntry" id="entry_adduser_apell_p"> 351 <property name="visible">True</property> 352 <property name="can_focus">True</property> 353 </object> 354 <packing> 355 <property name="left_attach">1</property> 356 <property name="right_attach">2</property> 357 <property name="top_attach">3</property> 358 <property name="bottom_attach">4</property> 359 <property name="x_options">GTK_FILL</property> 360 </packing> 361 </child> 362 <child> 363 <object class="GtkEntry" id="entry_adduser_name"> 364 <property name="visible">True</property> 365 <property name="can_focus">True</property> 366 </object> 367 <packing> 368 <property name="left_attach">1</property> 369 <property name="right_attach">2</property> 370 <property name="top_attach">2</property> 371 <property name="bottom_attach">3</property> 372 <property name="x_options">GTK_FILL</property> 373 </packing> 374 </child> 375 <child> 376 <object class="GtkEntry" id="entry_adduser_username"> 377 <property name="visible">True</property> 378 <property name="can_focus">True</property> 379 </object> 380 <packing> 381 <property name="left_attach">1</property> 382 <property name="right_attach">2</property> 383 <property name="top_attach">1</property> 384 <property name="bottom_attach">2</property> 385 <property name="x_options">GTK_FILL</property> 386 </packing> 387 </child> 388 <child> 389 <object class="GtkHBox" id="hbox40"> 390 <property name="visible">True</property> 391 <property name="can_focus">False</property> 392 <property name="spacing">5</property> 393 <child> 394 <object class="GtkEntry" id="entry_adduser_rut"> 395 <property name="visible">True</property> 396 <property name="can_focus">True</property> 397 </object> 398 <packing> 399 <property name="expand">True</property> 400 <property name="fill">True</property> 401 <property name="position">0</property> 402 </packing> 403 </child> 404 <child> 405 <object class="GtkLabel" id="label14"> 406 <property name="visible">True</property> 407 <property name="can_focus">False</property> 408 <property name="label" translatable="yes">-</property> 409 </object> 410 <packing> 411 <property name="expand">False</property> 412 <property name="fill">False</property> 413 <property name="position">1</property> 414 </packing> 415 </child> 416 <child> 417 <object class="GtkEntry" id="entry_adduser_dv"> 418 <property name="width_request">20</property> 419 <property name="visible">True</property> 420 <property name="can_focus">True</property> 421 </object> 422 <packing> 423 <property name="expand">True</property> 424 <property name="fill">True</property> 425 <property name="position">2</property> 426 </packing> 427 </child> 428 </object> 429 <packing> 430 <property name="left_attach">1</property> 431 <property name="right_attach">2</property> 432 <property name="x_options"></property> 433 </packing> 434 </child> 435 <child> 436 <object class="GtkLabel" id="label13"> 437 <property name="visible">True</property> 438 <property name="can_focus">False</property> 439 <property name="label" translatable="yes">Repetir Contraseña:</property> 440 </object> 441 <packing> 442 <property name="top_attach">6</property> 443 <property name="bottom_attach">7</property> 444 <property name="x_options">GTK_FILL</property> 445 </packing> 446 </child> 447 <child> 448 <object class="GtkLabel" id="label12"> 449 <property name="visible">True</property> 450 <property name="can_focus">False</property> 451 <property name="label" translatable="yes">Contraseña:</property> 452 </object> 453 <packing> 454 <property name="top_attach">5</property> 455 <property name="bottom_attach">6</property> 456 <property name="x_options">GTK_FILL</property> 457 </packing> 458 </child> 459 <child> 460 <object class="GtkLabel" id="label11"> 461 <property name="visible">True</property> 462 <property name="can_focus">False</property> 463 <property name="label" translatable="yes">Apellido Materno:</property> 464 </object> 465 <packing> 466 <property name="top_attach">4</property> 467 <property name="bottom_attach">5</property> 468 <property name="x_options">GTK_FILL</property> 469 </packing> 470 </child> 471 <child> 472 <object class="GtkLabel" id="label10"> 473 <property name="visible">True</property> 474 <property name="can_focus">False</property> 475 <property name="label" translatable="yes">Apellido Paterno:</property> 476 </object> 477 <packing> 478 <property name="top_attach">3</property> 479 <property name="bottom_attach">4</property> 480 <property name="x_options">GTK_FILL</property> 481 </packing> 482 </child> 483 <child> 484 <object class="GtkLabel" id="label9"> 485 <property name="visible">True</property> 486 <property name="can_focus">False</property> 487 <property name="label" translatable="yes">Nombre:</property> 488 </object> 489 <packing> 490 <property name="top_attach">2</property> 491 <property name="bottom_attach">3</property> 492 <property name="x_options">GTK_FILL</property> 493 </packing> 494 </child> 495 <child> 496 <object class="GtkLabel" id="label80"> 497 <property name="visible">True</property> 498 <property name="can_focus">False</property> 499 <property name="label" translatable="yes">Nombre de usuario:</property> 500 </object> 501 <packing> 502 <property name="top_attach">1</property> 503 <property name="bottom_attach">2</property> 504 <property name="x_options">GTK_FILL</property> 505 </packing> 506 </child> 507 <child> 508 <object class="GtkLabel" id="label50"> 509 <property name="visible">True</property> 510 <property name="can_focus">False</property> 511 <property name="label" translatable="yes">Rut:</property> 512 </object> 513 <packing> 514 <property name="x_options">GTK_FILL</property> 515 </packing> 516 </child> 517 </object> 518 <packing> 519 <property name="expand">False</property> 520 <property name="fill">False</property> 521 <property name="position">0</property> 522 </packing> 523 </child> 524 <child> 525 <object class="GtkHBox" id="hbox30"> 526 <property name="visible">True</property> 527 <property name="can_focus">False</property> 528 <child> 529 <object class="GtkButton" id="btn_adduser_cacel"> 530 <property name="label">gtk-cancel</property> 531 <property name="visible">True</property> 532 <property name="can_focus">True</property> 533 <property name="receives_default">True</property> 534 <property name="use_action_appearance">False</property> 535 <property name="use_stock">True</property> 536 <accelerator key="Escape" signal="clicked"/> 537 <signal name="clicked" handler="CloseAddSellerWin" swapped="no"/> 538 </object> 539 <packing> 540 <property name="expand">False</property> 541 <property name="fill">False</property> 542 <property name="position">0</property> 543 </packing> 544 </child> 545 <child> 546 <object class="GtkButton" id="btn_adduser_save"> 547 <property name="label">gtk-ok</property> 548 <property name="visible">True</property> 549 <property name="can_focus">True</property> 550 <property name="receives_default">True</property> 551 <property name="use_action_appearance">False</property> 552 <property name="use_stock">True</property> 553 <signal name="clicked" handler="AddSeller" swapped="no"/> 554 </object> 555 <packing> 556 <property name="expand">False</property> 557 <property name="fill">False</property> 558 <property name="pack_type">end</property> 559 <property name="position">1</property> 560 </packing> 561 </child> 562 </object> 563 <packing> 564 <property name="expand">False</property> 565 <property name="fill">False</property> 566 <property name="position">1</property> 567 </packing> 568 </child> 569 </object> 570 </child> 571 </object> 572 <object class="GtkWindow" id="wnd_admin"> 573 <property name="can_focus">False</property> 574 <property name="border_width">5</property> 575 <property name="window_position">center-always</property> 576 <signal name="delete-event" handler="on_btn_quit_clicked" swapped="no"/> 577 <child> 578 <object class="GtkVBox" id="vbox1"> 579 <property name="visible">True</property> 580 <property name="can_focus">False</property> 581 <property name="spacing">5</property> 582 <child> 583 <object class="GtkNotebook" id="notebook1"> 584 <property name="visible">True</property> 585 <property name="can_focus">True</property> 586 <signal name="switch-page" handler="on_notebook1_switch_page" swapped="no"/> 587 <child> 588 <object class="GtkVBox" id="vbox3"> 589 <property name="visible">True</property> 590 <property name="can_focus">False</property> 591 <child> 592 <object class="GtkScrolledWindow" id="scrolledwindow1"> 593 <property name="visible">True</property> 594 <property name="can_focus">True</property> 595 <property name="border_width">10</property> 596 <child> 597 <object class="GtkTreeView" id="treeview_users"> 598 <property name="visible">True</property> 599 <property name="can_focus">True</property> 600 </object> 601 </child> 602 </object> 603 <packing> 604 <property name="expand">True</property> 605 <property name="fill">True</property> 606 <property name="position">0</property> 607 </packing> 608 </child> 609 <child> 610 <object class="GtkHBox" id="hbox2"> 611 <property name="visible">True</property> 612 <property name="can_focus">False</property> 613 <property name="spacing">5</property> 614 <child> 615 <object class="GtkButton" id="button5"> 616 <property name="label">gtk-add</property> 617 <property name="visible">True</property> 618 <property name="can_focus">True</property> 619 <property name="receives_default">True</property> 620 <property name="use_action_appearance">False</property> 621 <property name="use_stock">True</property> 622 <signal name="clicked" handler="AddSellerWin" swapped="no"/> 623 </object> 624 <packing> 625 <property name="expand">False</property> 626 <property name="fill">False</property> 627 <property name="pack_type">end</property> 628 <property name="position">1</property> 629 </packing> 630 </child> 631 <child> 632 <object class="GtkButton" id="button2"> 633 <property name="label">gtk-delete</property> 634 <property name="visible">True</property> 635 <property name="can_focus">True</property> 636 <property name="receives_default">True</property> 637 <property name="tooltip_text" translatable="yes">Borrar el Usuario seleccionado</property> 638 <property name="use_action_appearance">False</property> 639 <property name="use_stock">True</property> 640 <signal name="clicked" handler="AskDelete" swapped="no"/> 641 </object> 642 <packing> 643 <property name="expand">False</property> 644 <property name="fill">False</property> 645 <property name="pack_type">end</property> 646 <property name="position">1</property> 647 </packing> 648 </child> 649 <child> 650 <object class="GtkButton" id="button3"> 651 <property name="visible">True</property> 652 <property name="can_focus">True</property> 653 <property name="receives_default">True</property> 654 <property name="use_action_appearance">False</property> 655 <signal name="clicked" handler="ChangePasswdWin" swapped="no"/> 656 <child> 657 <object class="GtkHBox" id="hbox4"> 658 <property name="visible">True</property> 659 <property name="can_focus">False</property> 660 <child> 661 <object class="GtkImage" id="image2"> 662 <property name="visible">True</property> 663 <property name="can_focus">False</property> 664 <property name="stock">gtk-dialog-authentication</property> 665 </object> 666 <packing> 667 <property name="expand">True</property> 668 <property name="fill">True</property> 669 <property name="position">0</property> 670 </packing> 671 </child> 672 <child> 673 <object class="GtkLabel" id="label8"> 674 <property name="visible">True</property> 675 <property name="can_focus">False</property> 676 <property name="label" translatable="yes">_Contraseña</property> 677 <property name="use_underline">True</property> 678 </object> 679 <packing> 680 <property name="expand">True</property> 681 <property name="fill">True</property> 682 <property name="position">1</property> 683 </packing> 684 </child> 685 </object> 686 </child> 687 </object> 688 <packing> 689 <property name="expand">False</property> 690 <property name="fill">False</property> 691 <property name="pack_type">end</property> 692 <property name="position">2</property> 693 </packing> 694 </child> 695 </object> 696 <packing> 697 <property name="expand">False</property> 698 <property name="fill">False</property> 699 <property name="position">1</property> 700 </packing> 701 </child> 702 </object> 703 </child> 704 <child type="tab"> 705 <object class="GtkLabel" id="label1"> 706 <property name="visible">True</property> 707 <property name="can_focus">False</property> 708 <property name="label" translatable="yes">Usuarios</property> 709 </object> 710 <packing> 711 <property name="tab_fill">False</property> 712 </packing> 713 </child> 714 <child> 715 <object class="GtkVBox" id="vbox5"> 716 <property name="visible">True</property> 717 <property name="can_focus">False</property> 718 <property name="spacing">15</property> 719 <child> 720 <object class="GtkHBox" id="hbox6"> 721 <property name="visible">True</property> 722 <property name="can_focus">False</property> 723 <property name="spacing">5</property> 724 <child> 725 <object class="GtkLabel" id="label18"> 726 <property name="visible">True</property> 727 <property name="can_focus">False</property> 728 <property name="label" translatable="yes">Nombre</property> 729 </object> 730 <packing> 731 <property name="expand">True</property> 732 <property name="fill">True</property> 733 <property name="position">0</property> 734 </packing> 735 </child> 736 <child> 737 <object class="GtkEntry" id="entry_admin_addtax_name"> 738 <property name="visible">True</property> 739 <property name="can_focus">True</property> 740 </object> 741 <packing> 742 <property name="expand">True</property> 743 <property name="fill">True</property> 744 <property name="position">1</property> 745 </packing> 746 </child> 747 <child> 748 <object class="GtkLabel" id="label19"> 749 <property name="visible">True</property> 750 <property name="can_focus">False</property> 751 <property name="label" translatable="yes">Tasa %</property> 752 </object> 753 <packing> 754 <property name="expand">True</property> 755 <property name="fill">True</property> 756 <property name="position">2</property> 757 </packing> 758 </child> 759 <child> 760 <object class="GtkEntry" id="entry_admin_addtax_value"> 761 <property name="width_request">50</property> 762 <property name="visible">True</property> 763 <property name="can_focus">True</property> 764 </object> 765 <packing> 766 <property name="expand">True</property> 767 <property name="fill">True</property> 768 <property name="position">3</property> 769 </packing> 770 </child> 771 <child> 772 <object class="GtkButton" id="button7"> 773 <property name="label">gtk-add</property> 774 <property name="visible">True</property> 775 <property name="can_focus">True</property> 776 <property name="receives_default">True</property> 777 <property name="use_action_appearance">False</property> 778 <property name="use_stock">True</property> 779 <signal name="clicked" handler="AddImpuesto" swapped="no"/> 780 </object> 781 <packing> 782 <property name="expand">True</property> 783 <property name="fill">True</property> 784 <property name="position">4</property> 785 </packing> 786 </child> 787 </object> 788 <packing> 789 <property name="expand">False</property> 790 <property name="fill">False</property> 791 <property name="position">0</property> 792 </packing> 793 </child> 794 <child> 795 <object class="GtkVBox" id="vbox6"> 796 <property name="visible">True</property> 797 <property name="can_focus">False</property> 798 <child> 799 <object class="GtkScrolledWindow" id="scrolledwindow2"> 800 <property name="visible">True</property> 801 <property name="can_focus">True</property> 802 <child> 803 <object class="GtkTreeView" id="treeview_taxes"> 804 <property name="visible">True</property> 805 <property name="can_focus">True</property> 806 </object> 807 </child> 808 </object> 809 <packing> 810 <property name="expand">True</property> 811 <property name="fill">True</property> 812 <property name="position">0</property> 813 </packing> 814 </child> 815 <child> 816 <object class="GtkHBox" id="hbox7"> 817 <property name="visible">True</property> 818 <property name="can_focus">False</property> 819 <property name="spacing">5</property> 820 <child> 821 <object class="GtkButton" id="button8"> 822 <property name="label">gtk-delete</property> 823 <property name="visible">True</property> 824 <property name="can_focus">True</property> 825 <property name="receives_default">True</property> 826 <property name="use_action_appearance">False</property> 827 <property name="use_stock">True</property> 828 <signal name="clicked" handler="DelTask" swapped="no"/> 829 </object> 830 <packing> 831 <property name="expand">False</property> 832 <property name="fill">False</property> 833 <property name="pack_type">end</property> 834 <property name="position">0</property> 835 </packing> 836 </child> 837 <child> 838 <object class="GtkButton" id="button9"> 839 <property name="label">gtk-edit</property> 840 <property name="visible">True</property> 841 <property name="can_focus">True</property> 842 <property name="receives_default">True</property> 843 <property name="use_action_appearance">False</property> 844 <property name="use_stock">True</property> 845 <signal name="clicked" handler="EditTaskWin" swapped="no"/> 846 </object> 847 <packing> 848 <property name="expand">False</property> 849 <property name="fill">False</property> 850 <property name="pack_type">end</property> 851 <property name="position">1</property> 852 </packing> 853 </child> 854 </object> 855 <packing> 856 <property name="expand">False</property> 857 <property name="fill">False</property> 858 <property name="position">1</property> 859 </packing> 860 </child> 861 </object> 862 <packing> 863 <property name="expand">True</property> 864 <property name="fill">True</property> 865 <property name="position">1</property> 866 </packing> 867 </child> 868 </object> 869 <packing> 870 <property name="position">1</property> 871 </packing> 872 </child> 873 <child type="tab"> 874 <object class="GtkLabel" id="label2"> 875 <property name="visible">True</property> 876 <property name="can_focus">False</property> 877 <property name="label" translatable="yes">Impuestos</property> 878 </object> 879 <packing> 880 <property name="position">1</property> 881 <property name="tab_fill">False</property> 882 </packing> 883 </child> 884 <child> 885 <object class="GtkVBox" id="vbox7"> 886 <property name="visible">True</property> 887 <property name="can_focus">False</property> 888 <child> 889 <object class="GtkTable" id="table3"> 890 <property name="visible">True</property> 891 <property name="can_focus">False</property> 892 <property name="border_width">5</property> 893 <property name="n_rows">10</property> 894 <property name="n_columns">2</property> 895 <property name="column_spacing">5</property> 896 <property name="row_spacing">5</property> 897 <child> 898 <object class="GtkLabel" id="lbl_admin_rut"> 899 <property name="visible">True</property> 900 <property name="can_focus">False</property> 901 <property name="label" translatable="yes">*Rut:</property> 902 </object> 903 </child> 904 <child> 905 <object class="GtkLabel" id="lbl_admin_razon"> 906 <property name="visible">True</property> 907 <property name="can_focus">False</property> 908 <property name="label" translatable="yes">*Razón Social:</property> 909 </object> 910 <packing> 911 <property name="top_attach">1</property> 912 <property name="bottom_attach">2</property> 913 </packing> 914 </child> 915 <child> 916 <object class="GtkLabel" id="lbl_admin_addr"> 917 <property name="visible">True</property> 918 <property name="can_focus">False</property> 919 <property name="label" translatable="yes">Dirección:</property> 920 </object> 921 <packing> 922 <property name="top_attach">3</property> 923 <property name="bottom_attach">4</property> 924 </packing> 925 </child> 926 <child> 927 <object class="GtkLabel" id="lbl_admin_fantasy"> 928 <property name="visible">True</property> 929 <property name="can_focus">False</property> 930 <property name="label" translatable="yes">Nombre de Fantasia:</property> 931 </object> 932 <packing> 933 <property name="top_attach">2</property> 934 <property name="bottom_attach">3</property> 935 </packing> 936 </child> 937 <child> 938 <object class="GtkLabel" id="lbl_admin_comuna"> 939 <property name="visible">True</property> 940 <property name="can_focus">False</property> 941 <property name="label" translatable="yes">Comuna</property> 942 </object> 943 <packing> 944 <property name="top_attach">4</property> 945 <property name="bottom_attach">5</property> 946 </packing> 947 </child> 948 <child> 949 <object class="GtkLabel" id="lbl_admin_city"> 950 <property name="visible">True</property> 951 <property name="can_focus">False</property> 952 <property name="label" translatable="yes">Ciudad:</property> 953 </object> 954 <packing> 955 <property name="top_attach">5</property> 956 <property name="bottom_attach">6</property> 957 </packing> 958 </child> 959 <child> 960 <object class="GtkLabel" id="lbl_admin_phone"> 961 <property name="visible">True</property> 962 <property name="can_focus">False</property> 963 <property name="label" translatable="yes">Fono:</property> 964 </object> 965 <packing> 966 <property name="top_attach">6</property> 967 <property name="bottom_attach">7</property> 968 </packing> 969 </child> 970 <child> 971 <object class="GtkEntry" id="entry_admin_rut"> 972 <property name="visible">True</property> 973 <property name="can_focus">True</property> 974 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_admin_razon" swapped="yes"/> 975 </object> 976 <packing> 977 <property name="left_attach">1</property> 978 <property name="right_attach">2</property> 979 </packing> 980 </child> 981 <child> 982 <object class="GtkEntry" id="entry_admin_razon"> 983 <property name="visible">True</property> 984 <property name="can_focus">True</property> 985 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_admin_fantasy" swapped="yes"/> 986 </object> 987 <packing> 988 <property name="left_attach">1</property> 989 <property name="right_attach">2</property> 990 <property name="top_attach">1</property> 991 <property name="bottom_attach">2</property> 992 </packing> 993 </child> 994 <child> 995 <object class="GtkEntry" id="entry_admin_fantasy"> 996 <property name="visible">True</property> 997 <property name="can_focus">True</property> 998 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_admin_addr" swapped="yes"/> 999 </object> 1000 <packing> 1001 <property name="left_attach">1</property> 1002 <property name="right_attach">2</property> 1003 <property name="top_attach">2</property> 1004 <property name="bottom_attach">3</property> 1005 </packing> 1006 </child> 1007 <child> 1008 <object class="GtkEntry" id="entry_admin_addr"> 1009 <property name="visible">True</property> 1010 <property name="can_focus">True</property> 1011 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_admin_comuna" swapped="yes"/> 1012 </object> 1013 <packing> 1014 <property name="left_attach">1</property> 1015 <property name="right_attach">2</property> 1016 <property name="top_attach">3</property> 1017 <property name="bottom_attach">4</property> 1018 </packing> 1019 </child> 1020 <child> 1021 <object class="GtkEntry" id="entry_admin_comuna"> 1022 <property name="visible">True</property> 1023 <property name="can_focus">True</property> 1024 <signal name="activate" handler="gtk_widget_grab_focus" object="entry_admin_city" swapped="yes"/> 1025 </object> 1026 <packing> 1027 <property name="…
Large files files are truncated, but you can click here to view the full file