PageRenderTime 80ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 1ms

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