From 305bf1b595b3cec638e1f9b21e93cab375eebfc2 Mon Sep 17 00:00:00 2001 From: flashlan Date: Mon, 1 Nov 2021 00:42:49 -0300 Subject: [PATCH] finishing bat win mysql, add copy to C, working mysql setup --- Windows Setup/Librography.bat | 1 + Windows Setup/copyToC.bat | 2 + Windows Setup/setupMysql.bat | 4 +- build/built-jar.properties | 4 +- build/classes/.netbeans_automatic_build | 0 build/classes/.netbeans_update_resources | 0 build/classes/br/com/parg/viacep/ViaCEP.class | Bin 4152 -> 4067 bytes .../br/com/parg/viacep/ViaCEPBase.class | Bin 5235 -> 5207 bytes .../br/com/parg/viacep/ViaCEPEvents.class | Bin 277 -> 225 bytes .../br/com/projeto/dao/EmprestimoDao.class | Bin 17451 -> 17502 bytes .../br/com/projeto/dao/FornecedorDao.class | Bin 7658 -> 7685 bytes .../br/com/projeto/dao/FuncionarioDao.class | Bin 10225 -> 10255 bytes .../classes/br/com/projeto/dao/LivroDao.class | Bin 13402 -> 13441 bytes .../classes/br/com/projeto/dao/MultaDao.class | Bin 4213 -> 4228 bytes .../br/com/projeto/dao/OptionsDao.class | Bin 11070 -> 11091 bytes .../br/com/projeto/dao/ReciboDao.class | Bin 9175 -> 9205 bytes .../br/com/projeto/dao/UsuarioDao.class | Bin 10673 -> 10706 bytes .../br/com/projeto/jdbc/ConexaoBanco$1.class | Bin 829 -> 832 bytes .../br/com/projeto/jdbc/ConexaoBanco.class | Bin 2960 -> 2962 bytes .../br/com/projeto/jdbc/TestarConexao.class | Bin 1017 -> 1020 bytes .../br/com/projeto/model/Fornecedor.class | Bin 923 -> 826 bytes .../classes/br/com/projeto/model/Insert.class | Bin 3885 -> 3912 bytes .../br/com/projeto/model/Options.class | Bin 3110 -> 3037 bytes .../br/com/projeto/model/Utilitarios.class | Bin 9608 -> 9668 bytes .../br/com/projeto/model/XlsxProcess.class | Bin 4071 -> 4092 bytes .../br/com/projeto/view/FormCartao$5.class | Bin 570 -> 570 bytes .../projeto/view/FormCartao$PrintObject.class | Bin 2048 -> 2057 bytes .../br/com/projeto/view/FormCartao.class | Bin 16296 -> 16226 bytes .../br/com/projeto/view/FormCartao.form | 370 ----- .../projeto/view/FormDetalhesLivro$3.class | Bin 598 -> 598 bytes .../com/projeto/view/FormDetalhesLivro.class | Bin 12830 -> 12733 bytes .../com/projeto/view/FormDetalhesLivro.form | 458 ------ .../com/projeto/view/FormEmprestimos$1.class | Bin 2494 -> 2427 bytes .../com/projeto/view/FormEmprestimos$45.class | Bin 592 -> 592 bytes .../br/com/projeto/view/FormEmprestimos.class | Bin 57356 -> 57310 bytes .../br/com/projeto/view/FormEmprestimos.form | 1440 ----------------- .../projeto/view/FormFornecedores$15.class | Bin 596 -> 596 bytes .../com/projeto/view/FormFornecedores.class | Bin 24051 -> 23993 bytes .../br/com/projeto/view/FormFornecedores.form | 707 -------- .../projeto/view/FormFuncionarios$16.class | Bin 596 -> 596 bytes .../com/projeto/view/FormFuncionarios.class | Bin 26559 -> 26501 bytes .../br/com/projeto/view/FormFuncionarios.form | 840 ---------- .../br/com/projeto/view/FormLeitor$22.class | Bin 572 -> 572 bytes .../br/com/projeto/view/FormLeitor$23.class | Bin 778 -> 781 bytes .../br/com/projeto/view/FormLeitor.class | Bin 37654 -> 37626 bytes .../br/com/projeto/view/FormLeitor.form | 1022 ------------ .../br/com/projeto/view/FormLivros$26.class | Bin 572 -> 572 bytes .../br/com/projeto/view/FormLivros$27.class | Bin 778 -> 781 bytes .../br/com/projeto/view/FormLivros.class | Bin 38486 -> 38449 bytes .../br/com/projeto/view/FormLivros.form | 971 ----------- .../br/com/projeto/view/FormLogin$3.class | Bin 566 -> 566 bytes .../br/com/projeto/view/FormLogin.class | Bin 9137 -> 7615 bytes .../br/com/projeto/view/FormLogin.form | 172 -- .../br/com/projeto/view/FormMenu$10.class | Bin 564 -> 564 bytes .../br/com/projeto/view/FormMenu.class | Bin 13325 -> 13237 bytes .../classes/br/com/projeto/view/FormMenu.form | 296 ---- .../projeto/view/FormMenuAtendente$7.class | Bin 598 -> 598 bytes .../com/projeto/view/FormMenuAtendente.class | Bin 11239 -> 11151 bytes .../com/projeto/view/FormMenuAtendente.form | 222 --- .../com/projeto/view/FormMenuUsuario$10.class | Bin 592 -> 592 bytes .../br/com/projeto/view/FormMenuUsuario.class | Bin 21191 -> 21127 bytes .../br/com/projeto/view/FormMenuUsuario.form | 606 ------- .../br/com/projeto/view/FormMulta$5.class | Bin 566 -> 566 bytes .../br/com/projeto/view/FormMulta.class | Bin 15862 -> 15801 bytes .../br/com/projeto/view/FormMulta.form | 280 ---- .../br/com/projeto/view/FormOptions$33.class | Bin 576 -> 576 bytes .../br/com/projeto/view/FormOptions.class | Bin 33121 -> 33057 bytes .../br/com/projeto/view/FormOptions.form | 873 ---------- dist/Librography.jar | Bin 494438 -> 493828 bytes dist/lib/yaz4j-1.7.0-SNAPSHOT.jar | Bin 0 -> 50065 bytes nbproject/private/private.properties | 12 + nbproject/project.properties | 26 +- notas.txt | 5 +- src/br/com/projeto/jdbc/ConexaoBanco.java | 2 +- src/br/com/projeto/view/FormLogin.java | 2 +- 75 files changed, 51 insertions(+), 8264 deletions(-) create mode 100644 Windows Setup/Librography.bat create mode 100644 Windows Setup/copyToC.bat delete mode 100644 build/classes/.netbeans_automatic_build delete mode 100644 build/classes/.netbeans_update_resources delete mode 100644 build/classes/br/com/projeto/view/FormCartao.form delete mode 100644 build/classes/br/com/projeto/view/FormDetalhesLivro.form delete mode 100644 build/classes/br/com/projeto/view/FormEmprestimos.form delete mode 100644 build/classes/br/com/projeto/view/FormFornecedores.form delete mode 100644 build/classes/br/com/projeto/view/FormFuncionarios.form delete mode 100644 build/classes/br/com/projeto/view/FormLeitor.form delete mode 100644 build/classes/br/com/projeto/view/FormLivros.form delete mode 100644 build/classes/br/com/projeto/view/FormLogin.form delete mode 100644 build/classes/br/com/projeto/view/FormMenu.form delete mode 100644 build/classes/br/com/projeto/view/FormMenuAtendente.form delete mode 100644 build/classes/br/com/projeto/view/FormMenuUsuario.form delete mode 100644 build/classes/br/com/projeto/view/FormMulta.form delete mode 100644 build/classes/br/com/projeto/view/FormOptions.form create mode 100644 dist/lib/yaz4j-1.7.0-SNAPSHOT.jar diff --git a/Windows Setup/Librography.bat b/Windows Setup/Librography.bat new file mode 100644 index 0000000..6b7935d --- /dev/null +++ b/Windows Setup/Librography.bat @@ -0,0 +1 @@ +java -jar Librography.jar \ No newline at end of file diff --git a/Windows Setup/copyToC.bat b/Windows Setup/copyToC.bat new file mode 100644 index 0000000..bce55c2 --- /dev/null +++ b/Windows Setup/copyToC.bat @@ -0,0 +1,2 @@ +copy ..\dist\Librography.jar C:\Librography\ +copy Librography.bat C:\Librography\ \ No newline at end of file diff --git a/Windows Setup/setupMysql.bat b/Windows Setup/setupMysql.bat index c61242f..cd5ab80 100644 --- a/Windows Setup/setupMysql.bat +++ b/Windows Setup/setupMysql.bat @@ -36,15 +36,17 @@ rem ------------------------------------------------ echo Creating access to user. Waiting ... echo Enter the MySql root password: set /p rootpassword= +set dbname=applibrography set dbuser=gowl set userpassword=gowl Rem "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql.exe" "--defaults-file=C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" "-uroot" "-p" SET PATH=%PATH%;C:\Program Files\MySQL\MySQL Server 5.7\bin -mysql -uroot -p%rootpassword% --execute="CREATE DATABASE %dbuser%;" +mysql -uroot -p%rootpassword% --execute="CREATE DATABASE %dbname%;" mysql -uroot -p%rootpassword% --execute="CREATE USER '%dbuser%'@'localhost' IDENTIFIED BY '%userpassword%';" mysql -uroot -p%rootpassword% --execute="GRANT ALL PRIVILEGES ON %dbuser%.* TO '%dbuser%'@'localhost';" mysql -uroot -p%rootpassword% --execute="FLUSH PRIVILEGES;" +mysql -uroot -p%rootpassword% --execute="source script.sql" echo Done. echo "MySQL user created." echo "Username: %dbuser%" diff --git a/build/built-jar.properties b/build/built-jar.properties index c003f58..38db89e 100644 --- a/build/built-jar.properties +++ b/build/built-jar.properties @@ -1,4 +1,4 @@ -#Tue, 03 Aug 2021 14:22:34 -0300 +#Mon, 01 Nov 2021 01:36:33 -0200 -F\:\\Desktop\\goldenowl\\Netbeans\\Librography= +F\:\\Desktop\\Librography= diff --git a/build/classes/.netbeans_automatic_build b/build/classes/.netbeans_automatic_build deleted file mode 100644 index e69de29..0000000 diff --git a/build/classes/.netbeans_update_resources b/build/classes/.netbeans_update_resources deleted file mode 100644 index e69de29..0000000 diff --git a/build/classes/br/com/parg/viacep/ViaCEP.class b/build/classes/br/com/parg/viacep/ViaCEP.class index 3c9c9586f6050bedc0182db335ef31647ca07da4..a5301f3a0d1b4d071a29c492d1148ce4af62d719 100644 GIT binary patch delta 601 zcmY+CNoZ3+9L9g|<-N@0WrC&Af|k;fgFQ(=yc8^AMbu&!6hvz;E-^J~qiNljxbOS8 z?^?GSwZ^#As&U_{2X9`yh)0i}TBP^}Pafv?|7Mu)`_C}bTlKRt+dtG-1jg~jqlRRN zYT7&>i;YSNmUy@%B}+|RCTTY{Em&?gt?&qwk#v~aDOf3~H*%F^wPcNCtz?~Ky<~%A zqelswOl&sHX0{k?&6@c(!S*nf>@e6V*d^KRv4_1LG4=`e3l4Z3$j{OS z#|(~}!<>+u^f<+7$r-^}kFjJ7&KaDST##J!xWr|_6^qEMX%i<+Zq5&VvqYDF9lwi? z266%4sf&SF_$pHsjWj5(>0g1G+Uwk~2*y(#>GrtdCfyd%bSC+4p?+plW7GUpVnL_k z7CFTP8Z4YdCX-g&=8m4{ln3sT(^+RqS&!l#dBJ@}fd`6*JW@Q?-<{FnUY;oWj5nr# zIHPp68xKBJJfmB;y5pnI6-8bMUMgPkTJeUrI_FkNL6_p4zv-)6F5jED4}8?W-P+J6 zML(Y{D*U*Sg&DySu4Nb6!g;G=wp}*BusXq<5~lkfz`<|oj~3=)>$*sbFuE1H&=YC4 d$1Jq|m}l@^gOm>9+5-$X=Fb=`wPly8cD%oeSUvR+WAcstfXg4@)&|z|fqiG!DxJoC|Jl07i zu98#gnA3tYCd)W0IA?I)q=aTA7nEESToPP1xk9JGRgLte3(Dq}SNDwk&}LoJ81KaD zi)|~h#){hU;w4T?Y^_ykC9S41+jbJsM1y0;HL@!kqseHbDQee87ALJ(tfAJL?*8<3 zyY2p>jO)yoETT$sg9?pY*9qpj-~IWSH@T$|j5Nj_J0iKw9ajsC$-PULWHwbA0gvQJ z?$NE0<7SGm@Gg_wr^~Gf%*%TqdB`J!$C4hNNK!nNJY%&+fma?IE>Bu^A})E(3rVj6 z7OA=WJ1`~qQqt$`o21VOzmmM>jX}TUE$<}n8E{+mLS6E~Yjo;);-dn8;?}$o(fhj6#ihC~Q z(p%VWrj`q8c~x>>s6@=D+*-6nN@x1o7sqL$=eb@`zx>bt{LXXEdH!e4KV5Hht*HC& z_-Wu-?mF~ky_JRv?aeD2VLL)v)Q;V?%WQaNg<*5WT5GB_6CxWfrf1~?Vqw4yVHvjNTpIB%#i zv3zOxDr{TXR=C&~^tCbyYNS!=Q5uUhRP8N{X|QFVH!*fW#t4^Oh8wv zY5t#h-lCJY#cDITJb%XQvcl35m!Gxb7j7DEx%{e=LHuTsT$DFIuV-Ot&zxZc9~S?v z>wmD=B6eQc%x9i6+;(Z;PYbKNh214R&E+rdgtwZ%?amg%G@LrAW8{+bN+`!p#<%jcJtQ{Dzkea}0A0Wrlf% z`EZYx{S6ELB`rmUMv{`kXhQ7-Rj|ym_i|o6-xpv)p42PEknIS3U50yc_)?StWc~>5pR`ZwZc=Z zQLI(0Q@pEKZ+Oq4liu>aLpC2c)MfLb;iCW>9CG;B@QGog%1<4-vdQ5AHY>L1zRwI> z4WApfr4r%`!*+)-JGAjH9d@$IA&=dLue5lNLxgyMy$<`>AK*ZM2DJ_v8UuVC;2Xms zlgwemw{hDlvbyKYtgZ-GMPudBvZ|VJaana)Wi%G89wkGKg*_!YEB=_Tz0aGTbi*r7 zo*OA~8O_s%?_9oToXZdV=yHTdU7l4ORUA`{Q9PqKuJ~!Szra4hNw1&3hjq#u?~i1i z=8Vfw&MJO(ImZN-^IY(@`^&A1UeM%a{-V~e{AOr!`CTVN`NJDwvO|}2a+z9-G zc%F1GGiaw_q*j%r#J+2n#aPC9scxbDoQ%WVLH2kicvWfLy&Z1IE=}m$q9-PFQCi5J z)S`#mlM~(*@yZf9HyE?&J2*b}EB&8 o0jXj}2Il0{f{6}&%8U%GK#fccY%Gin>V!Z diff --git a/build/classes/br/com/projeto/dao/EmprestimoDao.class b/build/classes/br/com/projeto/dao/EmprestimoDao.class index 8f7dd93a6c1f56915915485dfc9f2042bb3631fb..6845a394e35f6f2592b866780cfd105816b5a758 100644 GIT binary patch delta 4001 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 uv)#Re_omO0*mN+jf|gAAx!fGwk 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 diff --git a/build/classes/br/com/projeto/dao/FornecedorDao.class b/build/classes/br/com/projeto/dao/FornecedorDao.class index af87ff62c038c67f18f92f95bd720d4a87f4f16d..863225b3041044e79b8df9ea6bc4d1abd1b6bfef 100644 GIT binary patch delta 1497 zcmZvcYiv|i5Xb+sclVytdymq(^s$v%u}~_s8pXt54H^>@{3`K-(GRS2J&zUoGW`3P} z?(T12d0~FX@y#Ou&Z9O5SEFCyF$W>^i#%R|tMG)zlP;dZfP?e#w2No3PFBx~JSXzJ z$O|GbimVseAo7yP%OZm!ugKYrB10OlI(QAQD-`kyZ#bw&zs8$l-x7ISj~&d#4vn1>U#GB3 z3Uf=}ox%y9i1(?+3eNW1=%V==U&+=UjjzRiqp?@)w;KDzey8xggDa%K4=#ShevO|5 za!lc8h4I2_T16KBZ+_G|m+cn+QY%}@kzEQ0m|fu)CMs;Qi0Gg{93H1b{)Whv)?xhW zN9^^NA2Ik1zZ?94357!jNAah@UzjjBCi1t)agibmL4-s?B9=&4BqCyyGNk=u_H4Vt zkVCHDsxCOm5dRrE+0YbB_+4s5S5lRsQz+`s(}&%uRLzWrYDoEWE9P0XROe?Z7UpAE zYp9-1H8hPH44p=egm5CAU2N!dSx3Cict^_6ba8aIm-4R7q&-7th_4b}swWlC8EO*O zN_bgAGlEPno%C{EB4cQ#_;$Ld)622fES{UlbY@dtr>j`CJ|dsAl^MmDTup^d_WLucv~2IaSxXXVGZx!i~9Hbr0QX&58c?bE{ao__tYr)y z6u#s^*=#TNt%klurQwG#A3h%Bj0oDx6RX16Jh2qtt|oq+@-idA1Y)2f|MHYy68GY_ X^blVwF8MG&VQw~qpGSBd!lVBHkk2v| delta 1445 zcmZvcYiv|S6vzK(@9v%H-6>K_ce~ZLVhe4IkDw-v)@U>)Vo3CZ`oYu>uDe%L+-}!x zi;pTRY85JoI4U4&^%GUAsEaR z;_$8*J2V!H@tznvHQtwYm&R^sKhW4C?T6Y{(*;cmpLw`S;`c`}gwHj;5XdbGUn+c6 z9HwPtW6qg&fs+d#Q24sI+aaQF?4IxheQP&Iu6Dk|K^u2RFF$1PJthneW76OU{Ah4Q zdOwN$Eb@!UuOh#R{4R1-L^AC zr?R<)hT_tX_&v$)jG=llbibeRukX$Jh7w|{l%E;MB=d$E#B@@A&d>>gr=Lyxc|X-_ z=tQyI>_Cs7XRA@HXsWj-m+^c2?7V&+YYIHBOLphQqdBlr-RWeS*EuP${J#EVn&)Oy z%np0=d9x=|OL4Ea({&SZ5c0**nm%&+&~KY+TijL|8?cwujzt&2!D)y?rlx9Vm#1zn z&Y3kr)wkeQgs~mz6MTP(E0bHcedK3w1g!6XXQ5=koP(e@|@e#^cbFl-x$RUD>04U3ez-OF> z&kt96i?NWyZ(`$gI3>)58?3{$)4(0z`?F0LLghK3N^n#Gck*Bo2zBzRit{CkYwO3T zumpGUM3ir4H>Y>_ksiQ}Sj2T|$EN{Wgt!V)u>dGB4V0(=-OWITm(YBjm*5`unnr9t zhB!1$DTtqxI6x3%JS>c@xR=v}a37B^#j@hwh7DylzC1V-u!VRd`vNux%@wvVuPJO< z4g<}supJ{h91xX@)-FYBMkFZA|KKo1SGinelwp^X-jC&WM&s&h%e4>Te5}9&%o#yv yrC>EUgP}59uogZ|Im<{;0Iqt8e=n6Y;^cftEBRLOHXr0K%*k8%TNP~kp??66Qz4uH diff --git a/build/classes/br/com/projeto/dao/FuncionarioDao.class b/build/classes/br/com/projeto/dao/FuncionarioDao.class index c33377c903a3c0410ee0e0f901b8914a37e57857..c51ad1fc3af3a03239544a8a95cdfbabaf1f2308 100644 GIT binary patch delta 2056 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 A<^TWy diff --git a/build/classes/br/com/projeto/dao/LivroDao.class b/build/classes/br/com/projeto/dao/LivroDao.class index 7d8d29989e3e704de7340838a3ddac3ecc9dbd64..14eb6b62eed92512bb92e1986be829185268dd56 100644 GIT binary patch delta 2740 zcmcIl`FB;-75=_Aos;_xgbWxa2^qjJNQgwRP_@br(A8yKmbTiKViOYeRZVE3Ry&wd zwYC+DdhKXMQLDv5C_Vv2h%yNTgNh@8KtPR%1L6pxdENWImk0a-T`TW9XP>)=Z|{Bf zN#_;w5-sh$tJ?rnhaw&p5{C2;A{0V7xR+teNSsl|JbZ&DPRktKc?xj_r_fKKze29U z0EIjc^~_g`f*cldpy4SV1`?J6*mOrtqv8=V6V_9ceZ+V&J<(5~dNm1kPpyLL$+NiKe z;aP>vYQIHyTiNco&A-tb5`K;y{yknvY`f$0e8FGuO$@K)i^(Hi7vnqllBDMNGTZ$w zcV){f=y7}%osO^Zb;q4JNJML{y{56ru~P+8UzZT6#&MU5kwkNCgX3=9hie)d9lHXP z=K7{Yz2hDgVq!9E6z1yr`+EzD{H9*8?-Ru{mw| zhKkYV`oPVbD&*EBn&&n)Bx(~^CF*MGB-UH#B;t*=68gHDIgRzrjy*V-9Mpd)?b}+g z1ANEt$Q@@5?{_@Ncm3Yn5_Tj<47iZ-_xQf!2RuYn`Q3Q~{RMf$`JvyMH!i$`hyAX+ zhS*1rAEU>=D8DlN2@m-<<)0T38e{x!k2!wH zuMB$~Q_`6b&?9%v$#WHQp>VRSU{UX6bfJrPS(h3MNWcEX8S^cao0`XL`thkLOYp@&gDkq0fgf&>}he}3P9S;=P z+Y}NfI&3S#VtIaJV*fOr5$EgtOG=i+*Nd0aGhT8_OJbr%Y)DQjy^muzVw1$(h(Q`7 zV6Zd8AP?Jwf!cPbZSN`{d3lz=vj&?rQ54OTCH_r;bU_BfW-~VEQ_I#QrZtJ2r~#aB z&~_Aqbx~$pur)cqd;?oF_NjPR*eSoY02%Qdf2Z6+hOE^t-|wo z!CzNVAhaT=U|v8g$|=YRN~dI|Wyws-ka_UUQs~ae z&^=C4ee4h)O0q(0Sd3^;!;={fOAQevxxp(G`uM#rXFJj9ca6Q{0=-OOadKu~MP#=N zyG5fAB^i1eq!6JLDuW>rPeC`@BEcn&h;F6)y0FJzJ#JHrUV<1dmZa5pRBUHweb2_; zp!IszEm5Sqn1y|E7RCsi6U2)INmXl7-^$GFDh(O@$z*TV@yyAj+xI0%FQ$B)G(Amd zKi=@Y@e5^QbzXpM(`C0SLt`4=#BP7<_@TpPU;<~yJ!KueB`;Q}@}XI82Sy=WD2$c+ zP)rIKhjALl1dl)jRg#BRAR1&b7))VC-~CBvkxt>H(jCwM6aJ3@-jOFfRP{ipMJLab zkytF#x=e21Ff7D-vU8Zu8}L3pkP)ipe0j@u2eY-euXXZo=ffcVe0Jb4K9ckcsqc=y ze8ag8ALA1#*l4cAr}#|LuVO1c#}T;-dVR|D`cz|bPT!y(4PNOl42~ImDGkF>-WJrv S6EFHER^lr;?iJe*QvU;V?W975=_Aos;{nKoTL603k78f+5d9jIFeYYrSo;le7?m>b?Vi*!15b9e$((z5y%J2#Y4Z8I!4X={AsQEq1t1Yjwyw>vjmOrrkq2+a!*IQ1|(%qm06D{MG z4VIHE8>3jyCc_&Y+{v3PCtD^gZ??R}a*9g2RU?`$lMZ5>YWX9}7A@K2R?FKgZ?~Lg zd56P0d6(tg(pCQ0@FxytNZl;VpmOWN!}4}n9}6(C9d!~oU%x#%a{3zx7`^TT*Q^>!svF| zReaUuYh30XcW+6p#x9qyW24J8Tw7Jr?a~r%<9puz-qm53+quIl?Ni1T>5KbZ#^_GUrgw7>QR}gwueT_F5a0JUAEH3vZT3hR4Ha~LtF+Xv+U%T=tKQsK? zA*sXgBCEr~n0`;|26LgF+aC(^uqHg){Qj z1#_Q)3@id!UwJBvKs=Yeq;xsC#LFui7+iwqy{fVywI>PvbvA>Qlefgt2_a&@A2rF@xeibW-tyqYsg&`knF&`Sc zt2_3biXo|-f)NItx+4@_DMR$T0@jZ=NcIT8@`BNq4qJ?Hb$V^ZJf>9CKq_>~Kyn5BN@La1cEFEY#vk>^)frH#!=8`~{ytw?hvS(a^`u;s*7o)o)2 zr&q)dX0MDyoT4^{H-sjD4Kn>E-b&wHbugV3U(**LPh)BQQ5yVIqj z+%GCG>efrqJHA`*NtMd6PSU8#N-b$A!hT6llgI&?Vp$|7x=o=+-`g_x4mNtB>W7N- z&;^C${GO7CwF#TOdDSH)Z4%?RAr|tFbx7i3^1B7^db_JvjZ~o#T!XM**s!on$gxb2 zW2`;bxh`y$sswNyws~8J4;&>&xLv9JAGy1odI9sgH_-FN7aTb)?|azp)z-`^%U%>9 z*G926b!Quk9isj~P0661EdPUOr#wbgu{me#_Jabr4BI5AD^^mcTMGMC?GI)!zNhzD zxmm5JY1*Sy=lx%(-k0aLs`jx!N^grJ2X`($5G%?7@^9Kcv0RMfUHA|m$+55FbbKsz z)%&osr|M#T;%})y{@U!vr&9AXsgKA4>G2?T;xl|MPfQg%@C6RYMr*kc2l1tJQ4iAD r2xL%)3-Wp{=M4X8{mNjb!69wtF+Sk$-Vqjk;9@u|(?=vWfUo}xc$-Ks diff --git a/build/classes/br/com/projeto/dao/MultaDao.class b/build/classes/br/com/projeto/dao/MultaDao.class index ac93ae67a054a336fda54322169930e6a5f65220..09cddded1918d791ce5028e0d29c1894a4a3e739 100644 GIT binary patch delta 701 zcmYk4Nl#Qk6otQHs>kb+#;{;vNZJKaqZ<7kM;!xkD=ZCH(gMMl;dSS(p$lS{;6sU&5SXAb1C%)@e4 zNLHG0-K;Zum7UURwZ$6auC=H)b)Cg})7@aiMvG0RZnoHBYJ-QZxRPx)!%fb1Q+F8H zX<(PlZuXc98%@OCZ1%C=B4BaA<{*bG4qF^C4?QY5CK1OQ{YY??j)j$2mMx+6OP9Hk;-t=Q9R_4AUl{y zI{uhbre_}0sd&OuK~A#N9}b3+(ReW74+Rum=J;Uk1|u=;B}0+uK;s!9y^-QMF9iAJ zZeQl)@!h;sbn{B_nm2k`#arGfI_Ocnr&sbp@sUpg%U4w7^Hl_EB%c*u`07??O%&f+ zIkj#|KlK9~l2`1>jl!0I>vo%Y@(Y%y7ZgI|U5pbt?3(|wkbtB#(qRg%L l77Qy9I%FV0qhE9QN#TDvf_a48E^n4>`Yb|YUZ3~K^bwF`e z{2Wl6=Xt^r5a$U|oCiez1~+ar4)4Ln&AI2C`|f!!H?L*v4}Z4rPggH6g|9Z#h)QBM zIYbS_^C@GYMZ!yxMK;Bxyrjt(R&Q8?VT%ncF|yIXQc06dAyJEF$ugTFGf>2GFV$ov zE6j1-Txs+wJFC@dix%Uqu~=(rtHnCgU2nt&i;bpkve<0u7B7`-m29&aZ*tm9-EP1& zu*0T`o#w(_CSrF!?d-9rwb*OZ!9I)q76;5j4@wS6#NoETJ>rPlBRa%Uw<71eJSI6V zIpNOE9n3w+DR;7`Y0_!M8O|!sab9vkagj@k%Un@(a#eAS^NQ;RZg5j^i!S$@Cuw!l zqqwcboKX|9z1&gUB`oj;BThQtWKvE#p}03}H8`5LOdI$?e0 zA&(S~c_Jvt)COXqNG6dAr2~eRm-pr}} zyioM>QZc|Q#cSRux_PU3$9u^K#Ya8~EPr{q-yaP%Ne3U5Xb+WxBI5|?F4c!Iml)cl8{3&6|~esznEB3MU{wELHH6PSSV3ef~X)G zg{UZsz$l8SNKm{LUGYF!jVB-oiWlGk-r|J^UT9*^`lKw2eAq9k+MWLQboade?ap>> zvSmk0=jPt^NdP0M!NYiTE3EdAfo{9p6+#Q{R#@Y~MK|LfYwxwoeRjD&j0f;w7!Tp$ zFdo5LM!U6-hVU2?jK>-4JUoFXZN^gyPkSi9dd4#zD)Fq{+#pLQl8om(JdYlQ7Z@+v zlV4JJ*+a}e^A(%;s=`KFC0$iwQy81^8eHoLo>@do2fD|ay7V!UnTJB)W3 z?^(H%v5T?W%J&%`Fg~>Mqc+AK#$KyGW_-f<)XL8opEJI&@=L~7jD1#q&G?4#t(D&~ zzPENi;|FVhWc+09&x`|%Ul_kKepC2e;g3Wsby23Mg9?8t{3V}+*_ScL5nMCHSxCK! z{f;4VH=6mumEk^u#u=DEh?wbF5!2+>HWE>Wmc`K&pr9gGlOmSmG=<2MGc|=tYs#cS ziUw=SqHMFmEez#o%B4I_`DTM#LIq}*du(Qef|`a57MxE^*NkPJiX0ew3bh$Gk6&j@)j?r`!1ryu#ZujUJq|lLi%~ZGm z=tCU>3jc0H!n0ho$!!mSHw80=4&FIACCRSNJVYWnpsr~_1h}N?6PsTj|pei_hC`C|uQkegrPV4(5 zL)x2Rm$~SY>I_^ddsj(=t12tZ2?cA0{J)`DwxO#f;b1`;1Pf9Gh2}scF<=ze_!Om) zd~;smlEaf+D@g@KX^<@RNwSIuj^sL@6nO2=%&8<>1Zg_e%E2QT5 zn)GUJ!|kTLcI&B@Cn!7<5AjUI9XMCIcjV7V9MfeCDx8j$q5`Q|oP$6waxAC3d9qA& L%X(*OV6OTb^2w&| delta 2229 zcmcguS#Xn86#j1hZYp+3nl>aUB`uo|bsrr^XDp09$TH5Piq6!iOhv?M5h@jJ z)w-f0Toqhs)heinTg0VmUFuc@QR}`hxMKko71Y#o<1fQF^dT>qNzVDsJ>R)G-`q22 zGMMU1wXe_i_5nChOmNVEE{Sdj9&{OVyB{gsA#tYz8(oARD->COl(q z?vr@dL6!N<=M3?Ai5E;2ca=nc03CRd@Dkx=!YhPV&FKJPJ>fM2HxM=wUN>+P;SIu@ z2EIiYB)o0lJA`)$?-}@hn(zVPLxVped`$Snz)uOE5k5EY3&NL#uMFHw_?qyIf!`9o zGyZ$R561sU*kb%ogdxIK!ZyNoiJv8Y$ux>iA%B(FA@Q5u=4sP&t;OQ^%uY)Sy~NjT z{ehjj&OUZO?82Xl&0h+CBP%hi1cXq+BP=Dn!l#5Sq!grtUpRWL9q|Vgr-Moq=}mT2 z?4!5XhXzL>tHi#dScwwh({(aomnu;vLb^f5z1Stfx=l{DJ)&G7s*kgxjuH`bM}?@= zL$cF~BCF@q3~RIq>H#{TD2A*+VtVtu+5M~gdvrQbZy%sUoU;r44OW8LgZ}AO6~{GB zgEfZZ4kv9@bG+GUw8nBgC2*>htd6$F?Ri`j-apZL z#;lfEiP@(oj!4uUti*VeKhl(C>|n2bP)bOgoBOm#9yttSBD@m+9fQ*$8)=?vF9eUB zzxSB~*M&}`9u`A@LSiyu`lM^zq_m{Yqlj%er0S_I9<<#Mb&wTSn7&cFt%VKmboIjtIPCIa)fcxOj=&k6TSgw^40?CcWc^z2y+P*QE_x0JPyw zg=VPmV+_6)_(s8v3M&Wf%t48712}~56u!p~0sM%=*8ODN&({57 z<+zm-$}DtJ;&*{R6zbrVl@lR>KLt)J)JKKH8C(Cd^0$?<3g>WM;DSPoeSFc@OI9vR zLXe6sx)nY2O8O*)q!jck#M;$ksjLJfwP1u~q(W<)lB{MbqXer<)=(kDv!?^k~c~=lf22Ua|g^V*!2?yJ1PX(N%1}=Np_aJU$To}vcfRCS678BTe~Ub7-W3FHg;EhkV&S4 z57}W4#h!MU!(Os2d)ui#iVxeVEIuOGSE0~eejy)~>?iq{?dWf?bAWY^3l0p&xem~6 z?#`*^+1GfWV2ZgV!9j*Tp*oF7P0P+t&&tdbOcfmLobenLX@XCf^x?zaeq_+;AiBAS zFx{CTW+V^Qe3BVv5zS%D6wK1hW{zeq^EC50T(iKsr>u;y^0bwaR-Umkila3PF-c>t zGhD_qVevrDpS?3<|Ra8fu&NxI)) zo--=2H)=9N8XK@ta|%Zjan5*M+sVrNF+(|nWD1gC4x;7q}{G~ebdXRnU$R3bQA za}MVU&eNRF1qNmMuSP zJ<$bQu+^k-p#V?2a{zyCYWm74wHeEZfE7`Y=(O9U4V-hF;?Imfp^bB zpMy6+;60D&eIFl$OQJitL%Ynt>*|UBu(*=1U~x6Sg2h#<3d`jxEa$7RoUFofunJ3g z6_#1pjSmf$a!$b>d<2bM9EZKwhX_=#umB$$l94#VOnhQoHJsxBd}>@2-Rxb-v^pEG mJwC(dsKKUejW5j8n*Zm#|0>Q`VfGn@Wrhgxr6J?OSN{OijAl>( delta 1560 zcmY+E3z&>m9LC@Go7p*M&YYRGmNsi$T9lHl-Ie5$EOIZol|(kQJ7o=aS5ochwsawU zigI0d)_vS7EM2!mv?)cphjgVP(m5-hJkQMgf6w{;^FQzRoA3EfcG%w`TK>}Y@?88&&pDW*xFWMgh9r3wz0k9t!!mF z*ugG4Dt5BV5$r6RvWwm7s@TnLMR=Rw?FvQq&o5$k$vY%_*p8kCJ9}BzTd+?o!#PN| zs&`M)oq~4}s{QCeLxvZGBg66q`wHIeI&sIm{RHocorvp4_IJCBZk_?W*PSb7b{wdg z&HFS5aj@VJ&HI_7nai-|1AI_(sC9W(hFOVN8E$2Sm66QXEWlKa`R+K`jD_xY*}VEF zKBPH{qctC9Sa6KyBYf12_h-n*Sfm+ck=x0i5*n-dIG@mbl1~wt?wnw4x7;6eOZ>U= zX*;)=`EG*h>KSLo4peo0<29e*v$10HtazSd*qt2M9ekdJ8XK@tbAsv4)7dp9YQDfp zf|E6;&=s7j`66E;(%rh%>bs#}LhEUQ(=}h_D}pmLXL6Q77S0ujU%TwVE-Oy0b&6o^@RB?hLi8lFJR68@WkyGdB<^Zb>N7J?QvjjpFA8 ze91{5=EwFW?{cCGun-P{JdQuJrD3B_!_WUQMvZR@& znE6T*U>$O>-sCg%V=ZdeV$LRPHfegIGq&JWlg2>_UNfmZCa)K-W2bT=C;r3Ybh&`V zX>Uh2 JXIMD+=wDE9R$>4E diff --git a/build/classes/br/com/projeto/dao/UsuarioDao.class b/build/classes/br/com/projeto/dao/UsuarioDao.class index 281f76725a701282d8a2cb22b9b144900470f82c..cde572c017da5b800d5fa4fd06e83b7d85708591 100644 GIT binary patch delta 2163 zcmZuyXLJ-*6#l;1^4`wAD2Re2lt2I@DiOqrSWppr0kI*tNd|~!leh`kT~R^Bf-ow@ z7Ewer7F-oXR8Z^{!LGkN`orG4toP26cs$2*cD{S>EBAiydv|76j(>an@K?61c^be- zuJv&lHXFR-!^38UcT<>!_blE|;{$x?V-!A0vfNQ^Z_9GE6_$O}_O%W58O+sS48+rYkfkoTYHKLZd=fp-G`x zp+(^wg`7ew+Z<O+OKRj=Qz&hm5x`jwy-P}XY6XWg&qE<$+^6S=o5}k z^vR0|j@N4T>#)l4dd_paf%6>~U>)J*ra6Y{#p+t7I^L*mBFJVM8Xa%az_taA!PMp^ z;c&CYrY>ll(U{3OE-Y;eS{xTeD}$!`AQ#j%J1*8Z*)$^?lYml3nscQ~e9hd6Dcw2*Mkwtf5U0863TEmHscXL_zmm9a;Y~JHIm&+aRg$TKV z_k|P7`o(42&~RHbFkDjR4!Ym5gAYj4I6kOX_Yfa8Tzd2a0m;MCG?;Wa#F(bD0JWCLq}LFEXh@(@>o)mK8{u4#;S#rO4@rk0ITtY@Jz_xL`ksjs1Z{0M6fFKEeRG0 z&>Jjb?@j?Ed8z$Y$T8Q*6PM&Q@;r&P;f6ua@1aeQ#L1Fanne(p+^Mv9PeoU+W2N#Q zCgJID?clznq;VIQl6U1VBDM9DoimZb$^X=S2I~sj582}7^<*h-z*wvo&&OzP!n1fz z$PDG@*dV8sZt-e5$%yxSM8;^xc7H}RI}vQdjj&X?~Ga!QlI6|~#M2(JU+z_G(Di~Y{q?vi>==AiYrw1c0 zoiQ4Blspw&5M)(0g*J(faf_&l32wM+e&yhbChi)Qw(9lFa6BjH^!uvnzN)%kefRcz zVd}=IXFR>5_hA6zxzWd^*kbUE4-Z=uo=u?#&sjX5#tYc$qZu!zu?R1z_p-t(3a=`> zrtrGL8wzg%!gAaU+z=sz9@$p}LWbm=UCq71F zi^ZpEKU4Tz;R}l|wZ~T$|1TBFzarGR33# z6U(E09>Zg`_BcJ|?Uu(IPBc8Be26!b@kxf0!xgbi_;PG1e;UqNt(3IsSsv9Z%;Oj%TWOmck5$UnkajUVbPQXY3NTg`53&{33(8={Qa*|vgYa6uHcw6$hi zWuHGpQP5S)w#vIuqeM%0p-X}rHAqFltZauY+=O1on|Yb^&(H1(3Ujk9`Jl^jp(e(Q zZJl`+=OXlm&$#0fj<@jEu(oE>_<6j|vBcXQ7elnTgG-3P=Vs?-Gi~|I#J2Weaz|%( zacZ#;WOELeYqK%o2(wSHiBDMScqf-RF4vP=!Ig%q99Q!$!@C{VaJu1I$8}sU zf_3C`LH&e!!wru2DBXL@@m*f?XZ08~8!R+fWaL{xf%GH+eJa=k#^C!I16hfRe9U44 zuYn3IylSj{MhymWOZkW)TN%3*w}rdcH6$~-c6-=dw{HAm#IQdGLtaTA;CNh(Ys9K| zBW{wso5eTq+6|(zJFui&H#F^)v~n05uoQP9F8|irC_llYqi&&g4#9M|1eccW~ ztRmmKWJFR%mS2;>a!~;InuBzp>HrI)0ikeU-oHlLkeDr%*2k_Z7EA+ST-CU delta 166 zcmXYqNeaS16a}jt(w*1~iBsYfXX6kdpy1LAcoXp!9w21rHC!nuu05344K9AYSAX-~ z&eKUh-^UBsvhirra!~}XX`$7&q+_LP(UbHggDkyd_gyfQj5Skc8jp%*POMq5%pDP_ tm6bJdo`{o3ZdY*@`!Yw#9~AM;Xn`7alO-C4kvZS|lu4?}ERL8Q!XJ6f5=j66 diff --git a/build/classes/br/com/projeto/jdbc/ConexaoBanco.class b/build/classes/br/com/projeto/jdbc/ConexaoBanco.class index 9dcb75a8a1c761e6456dd3a5571d163f800fb969..a357d0d7887bbfec3c79c3f240951b7dbac85bf5 100644 GIT binary patch delta 411 zcmX|-OHWf#6otQgY22qLC)%`$O$QnV+L}0kq{IPC7*G(ZC{~oJ6i}fB3N6nHidY4F zfntwunEC^ZGY3wb;s0>L4{$=1dpj`M+3VXY*=w-2qqXSj-rw&(fEIQ&aniyCjY~Sn zX)Y>ygCw}*JC`+mTv22cR~7w=Yl`cN0U@io!A;FA1~tdX2}8oLW`x_CJKPO2%9u}i zp`eM8R*d^Pp_q*OP}EE@EtG_^V#c>-HFL}h3&NsM`TFIjW9nD79$&TvHxs(Yl3|$# z!iwP`tM-@s=lCN-mB+#p!y4;`vurp-Y}JX_{f1K~pBkR=TzFx4$)>Pnc*SeOHg6oF zwpT@MM<9HnhIP=b$z=1nrhKVVG`#h{-WlHW!L9__j@I}nd@_7y$Dz?41RB5n4vZd2 rrG(D^1IF|VUEzP^aDVbj$d_$qg7rR=2;Y883j6gfa(%3KxSagBm-7Iy-{~7Xt@_ zA_s#eh}HrT+8{!Qok5qKL2sh_WoDqV$x@6y;`$5*j0~K~`FW|yC5b8d>Q>?i!q2yW@7f7e27V8ay+v-CnJLd&{QS{NdScf B5H|n- delta 197 zcmdnRHk)1L)W2Q(7#J8#7?ije*cfCu8CV%)L4+I^kdS9*P+(_JoT#$SN;$tMT`w=S zBq=p9uUIcQzqBYh)hD$qHODb8FTW(QBr`v+n2|xmCo8cmQ9ma!FJ0fiEVZa8GbMH7 zc}Ye_rpYfE&4h)4HnA}Pl>uo+22lnv2ByhsOs@Q>;^LF@m~5CO7{n&8W%6W|WDo+X R`psk}imFNqXa*C5Gyn*UCyf9A diff --git a/build/classes/br/com/projeto/model/Insert.class b/build/classes/br/com/projeto/model/Insert.class index b81ada3c5708f9908ac0cd34d622cd6c4e56989f..4a4498cb82da24ad2c315f76cbad511621826174 100644 GIT binary patch delta 713 zcmW-f>r;(U6vlt=x$U=oHiIxDBWD^knr50z!xuBjFb1EEa;u|~lT_-cT+5x@y~zC< z5$PrpB1CeR%QqkW3uc-T>+Q?4pS|{a_I}pdt0}%OzPf*?s~bq;r)CDFHXAgll(|r@ zh-&St z9MHs4t2xM_Y!?sP9MK%*mw1~{mN}Hjb`%a2KDbPWS#kAq{kjIy9c)&x8*uro{ zIHf3DT#z!qDmTA08Yw9@bdqL);SpVi$2>7SrCZTpc*b)VdYm4AT=0eAC9e#<^2Bd{ z^2pbQH}omq8v1$XgaV6azvqL6H!(TU!jm{%@zL;!&x$XGuMAj>nir0SLy_`Oq_{l4 zESjIE_-6P{qv1z;L!dG+D@(CVv0Sl2u~M-LhM20z7OKda{0|$CB2zfbRpj{4NSoT1 zj96e*=aMeNFiEB*k9_&fTo$s10%1kWVJ#5?(*N-k%BdobIu?{u yA*+`TQKe&vrj7N&JS>%X0)ZjyVGEhoU&e|PYmn4GVsQ*PgUH4&qGCz)Q1Ty;U7Or;(U6vlt=xvjT-HY3THW~6DPVVXH}XvPQ4kYNn|0OgjWj-2F_Ix5#g?ss|- zaw)fvq!I}sBDs9=)%Z8eG$Z!QmuEd|?dMsuX0J7p*_oLf9UmA3^7*EiONGrAMVLw# zwhD2Dp9-N$Ayf<76e-jQwTd7K7q%;ksSC22dKVgm9g0+T3cFnIZefoioxL_mH{a*N zenlFMiXsk_xOmX!km4{$TsUfT%;vb_1Sf->;e}4DKb>W84>Wq4ay=z$OH2K25Hj9vxl#s2N$4!elPS}&} zWcl^9TbkS4(cGn7bC3I)2Xt8E7(tFvKcwAa)_=9fSD@+SkwscXq%IPwjKs@BOB+g~ z)rnYDT+>Cq1)9fnYkKI_JfTnXlxHsVJ3ssx!RML*UT9v@;aGvZiLW$+ycXVQ-ZJDY z2&^o4$9oHJZeFg1CwI0mtogu4VMOzZQHx1SB8f;=tTrnauZ`9uqGiHo%@^7e&RwvHy)wWc_A}nZz0+{EHHqO!^om@f*`-BlQsb3!8wBumAu6 diff --git a/build/classes/br/com/projeto/model/Options.class b/build/classes/br/com/projeto/model/Options.class index 9f4e1eb95b6b05719d1fe45b7a7f2519438f2f53..83ce949597ab61ff72a231868fbe311655e77226 100644 GIT binary patch delta 95 zcmZ1`aaUaY)W2Q(7#J8#7^1is1Q|Rz83Y)-fW$;z69FzDI}9Wc&dw0Q&JejV`X1Bf vGUnUtlb3J^OituhXJ%w@oxG4kbn+T*bw;1Sg7{NO3XekAh+=3L~cz+kI4%;#3nD~Hf8q& J$}ll_0RU0IDir_# diff --git a/build/classes/br/com/projeto/model/Utilitarios.class b/build/classes/br/com/projeto/model/Utilitarios.class index 54ef6ed9dfb495e0767e5b6ca42ce34f97bbdccb..ebc3b22bde6b2e322d80b55a07119ede131ef652 100644 GIT binary patch delta 2197 zcmbVN2Xs_L6uoyhyE8kPYzl^i1d=5oO4A@%kSYO@79#?RBI+tpR+E5Pf)phdI*7uz z0%F&Qis*{H7wjE-Zy@%HBn0A{K%(cU$8-E=|ID2?^WNNd=l$7*BcB>s`~0p49szIw z?=)zGtp;D?8-;HbzBBOSdxakig7{J4Cj*V24SvC|2ESpO#_z7*u28Shps>Rr4UHN* z6?Pdk5r(8s)9?Bu&4BBJno3h^hBS?4vaY4oOwkN$riPftbi)j`QQXU*$gwG6rfb?N zW*KyGmM+XzY^RuGn9KHt9hetlJ|hlwR4mXe)a;~Lq`9}|KAN4KPZ!0mn%xZgu)Aya zRou^D0BR-T02V9uP~6|3#O+YRV#A*7rFekBP;AvaPyOqv#`WVBk5xR5@Rf}r?C`3p^6J4A(RjQ(t~ep_ z9*5A#g5wp=mxJ;O{7X17vCf}GbAm|PEM!4qW70qdMG#TJ3k1vjB1K|s(C5oPQSl_n zM}&}U6r+kKE1se_Nw_PPdoevzOK{6md78IH_wr9>%3cfQATmymPLIwgj-M5) zI<0ubsOZV%6_ypORIIX`!l{ZAEze{%5j?CiGAS0djN?LYN@#$88f(1uq4w$1EzjZ% z#S>(TGl{MqZGqPqGMTeDTS~0Fa%y#Xd|Iq>isjinCy{HyJaCR>Ezeav&+>f6h%CpW zxFRYn#!RagG9@*!ib>_wmKSiYK6!F$37v?RpT+I23 zODvc2Ld9j47x7}t{v z60A6!&+EOiaAEic%Nr@pO{lTF**iDfYeXGyv0Up?@{8`4xAHd2+Yy&>RcwZ9Yg`+R z&9Ge8Y_5#TK6f}6h}Tq2iCeCBgNP^+Npwivste{S%u|>zKMIdVv{zW5(;ASr9RY-} z5R1Id+5Ors#uB+nE|50>U&^5bu~g1;R`&6Omf<2KAzN;g-3Z9VOw5v{4qYscl=&S|g6aT+r3x=tDaD;To~|k;&e;){&FUM&UX^0cM~tuEz~>?KvXDk=lf@PzoZ$ zjg)uyPvWJ@V+(@vbgPHINv@N>tx~uN;&byjg}MykaElP$k^6EB;ckB++`pA@|5n2N zTM2h>CEOWn9bwdC$R5HzA$;rqA-vyz6TS_%d-1%{`Rj0p(0Bg<>v5+@m?rOC%@Ps` z-0gjycg&Dw*dUSu87-Lzx<}SfybSKeed6OJ%>8++B&RA@J>JAy62d992DwebFVw8m+Y0X}ysPk@!utvzD10c< zb|OpRBl%dmD}3C5w)F@!AW)A&6)I7+s2i^ENt(mWuKV5}T0oDm!iH@THu=?t3AOKqETJ_miX38$@l5 T&ECMGu4;?S`|y=FwJ7@!bCjo+ delta 2095 zcmb7F2Xs_L6uoyhyE8kPYzl@1h$IA}G(iFi(g_%)iIhlJSBV%&(Jb8(3%%IBO0`!M zL0v#a>>ZV&Ac|t|1+kkLh;IUk{doN6|2Ox)dGF1gJM-s1GjQI(ip>W$J_eu@uQzCb zJqEMzj>5YN?-}^Y+tmI;PoCWe^AWQS4|8)zP;nX1`PGfgvHvysbbtk^^|!=Nh>pd_Pa_A!cE)MzDZLJts0XGQE9tT2bl5_5=Esm7GzQS2o@96pr*Fp|qx>I9hRxLKF4wrixo>OOC6;&uW5rcV_C*?Eze`QH!r@GKg!A8y7>Gi zQ!J;lTydJ^bk0zmX?Z>`u)L5L#Zqlc`YR-`cS5INfg^IUH#4Dw{}L8>YZCIc<)ysL zQQH^H_L_wox0uD*mUB4KaxUjt&Ua`57g{djVgiVIJq6K`o7S~Azu>?zFcQ*Qj70a+3irtWmWmo|PaB$rKf>uhRFc);aB>Ird z?zlmGex$MsZgk{iW`l5(pa4_Q4L9Q!IhGue{z$CB2q*=S;a19X@RoXsa@p*lT%OG^ z&Hmi4CntoxLfGE)A=5(7V(ngxwlq4Vhz@MnVBQ|Ey8^w zCXiA$6G8V&3?<9p0mLN7iJ1!4AQAq9Vk$WxMWQ|uwoVFd{Lez`vEg3|<<%8>5D&!) zvUd3@9+u%PPDXod#3P6op$1@+tiC}P4925)Og2_?oQ=oDrxBK|^aP%iHP6CqJcXxa z4?QRQ*zKkuw$-9%1pQR!ljT3u%OmR1&_gH;RB%k47J{CYVr~PD!Si@Qrr_f!yok-B zS%3w22`|g4Y7WCI*disIQa7MUjqnTADz#N%o5C=Ke1#DT+m-wzfc;2Q@{g!STZJ7} zXjq9r6#|uLu0naL0=fMa#wIyj3v+*mJ8MLb@ZT%TuO*jz z=Lrgmii%Zt{v#$XO70u*?BMO(Ch28|4 z$O{EUomJ`xgrXwBQK6*pDJw$yeEJ#i8RVFSA)n)%@HxpTk741oVk0?^Gq#`gIOlQR zW5iAueA-4C^BL!2f=gWXn6Ub!Vv1>>QD*F}Vp+xBt$0MjtZ=2e^2<#bQV`~Zd6UaT z60Qo@9MsOi?o2Vv28FV4UAQ6KjB2snv0L1Z>f=pKcev}&kW2TcTeCsyu553ny-@56 z_k^WPI=X722ZXfHC3NG!Uv~#R=7AnDG92WP5f7W$CHo)sgKb6t delta 434 zcmWlWJ5N+m6otQgXEOWVb53bP0}~rCnG&?Kf&vPE0Rzfo1O;ZC8D1hFDk=<5ue?N1 z@C_&+Ptg!<3IBt{-h#v!?NtdRZ9*cnn&1 zUvp)M2bv@geI7CF@!0Ywil>Zdh8VTGf}ILBx8N}*j0+Rn`@h}zq%b8+3(p)>RZnAc zCf}Ow$O(b)T$l+?BQ=p(=7OT=#mGDh!PRK7^CCz_FPAL}FAYm98(#6+u)?b04R3{a zhWC6BJ{mr;7W|6-xwg)RgPVvuIEk<>89uWnd@*dYW!UDcuw&R|&%so;XVTexJe%&$ z#SQE13kQZnz8Q{47{2dF?5AH*D#V0ZAu0HR7V0Fto&)D@CD+53ctp5C1C1eU3cXA7 Ee`Szc^Z)<= diff --git a/build/classes/br/com/projeto/view/FormCartao$5.class b/build/classes/br/com/projeto/view/FormCartao$5.class index ea9f7290ea5ac608dbc04fcec269b694b6502781..ff3f1b3f4fca977562ff8f024d659371e0b8cd15 100644 GIT binary patch delta 9 QcmdnRvWsPdB@-hD01!n2aR2}S delta 9 QcmdnRvWsPdB@-h901!O_X#fBK diff --git a/build/classes/br/com/projeto/view/FormCartao$PrintObject.class b/build/classes/br/com/projeto/view/FormCartao$PrintObject.class index 8a32f302ee2fe4eefc4fedaea11240345ed89bad..5291b3a54d828ffaefa29a55a6513474d1598bc8 100644 GIT binary patch delta 320 zcmWmAxlTe+7{u}axez`%IR$EAq75V_T6qobBDjGl;=ZqVL1j@EfoQC-wXotzjE%AI z0em7W(WjM3~b=iD~9p5Eg|cjS%T#xnsPGM8_44 zkECXmHI0Xqur8!E8*FN}*!Hu-ZYS*t`@(_3*DMqpgQJRII$O7M)w2EG`c#3ma3~zP zv%<04(vDffLnn&flJn@;&QsG))}30Rm}`XN!l~hmbK$~pNv8c~r9xLY3hzj*k~d_@ z82ZTx*M=Kz4S5RfUn?42Z%n*J!IWdEcMjJ>htQ_NtxG#tz?h7vC0;qrrOw`5-TkA=@4`X92 zyZ|rCI8@Kqe(#&}>a>6VzJGu*{5T0FH9e$-DNTlH%?z``oG`Bu(lHh~F2-2uxU7k? zqRFzVvB?Q*!n!8UhNi$~oGrFHYe(1>_7u_QTK#EYSdlE0AKgl;;eNEglSx-TAwBRCE_N85n)sbwuG-koofwRg)K59;UCm9E9C$H diff --git a/build/classes/br/com/projeto/view/FormCartao.class b/build/classes/br/com/projeto/view/FormCartao.class index ffcd5984c18f47704d5b7991a9cd8c02ee93e42c..b1f491300edeac1fb69f0db000555e0d1c7c63fb 100644 GIT binary patch delta 2858 zcmb_dX?T^z6+Z8|;m&s_lbr-2At3~bCO}BS5`jQM2s;=>1c87T2oN9(N!XFN;L4)- z2`Gq&Ad7&gL1jm6YpboTbXTz!Y_-Idi_r zp5}8ao8P=}^du4W;%`{$iirxhC`?kA91@sf=?zq>In`1brm62%g|NYNOVJvO#tik$ zw5Y-?WwQr z2NfP_R(rk9c-Vt)@Q9^;*kG{{n+zVcRE$d1c+6n4rIJ=-i^1c%|43x3hM!Q_X7Hq? z;jQlN>Um0Ghrv!uWALp@Cz%;GpsC_AZeO80ln;1v(ATAG8`)Rr4A!zmBn^zbbY zudDU#W)I&nc*Db+mKx;X;`^?Of6r1n-tzE$E%gsH_O`+4kfi&e!jClFk9D@BE5lC| zeyZ>@g`azP$HTiG-t%zA!}}h7;o$?_*DgKhFD=gEoE#n>+Ge4@Qv26xf28oSn!oYz zi57F3!EY^X)DsWKryhQ1@R_B}IPBr~27j=$wY3<3wD?@B`vv}_%fHk*|5@2z^fX^t zoX1}czP7Ym=8N$+g}+PVoX0;5E`)HA$ugK_{~Yi*%HuY&l7ohg^gnx+Lu@^cwkXin zt70dNW7HjMIL>gq;RM5phLbFvl5XX;oUCFgQao;_Wm&7R&TxB6uXC!puQJRXT9ya4 z1v0V1aGHEj((RERUj?$|OJ-EnH&xfwHX82O(#;Hq|CV>aq#MqVJ^L#|`2pFUe=xKe zo&1sZ>zK^Tce0~An!8?ubcbApjtbq--O(93?dU9>b7(KXojJ>&7t<}i3t#Q%eL5}s zaNL!%{hcvo?XKZ#9p`YiqxWPLN>J)Jm%I5FV)CL#pww`8$2~aDFN#fz?#cO%3%C%J z?jttEUl^Mo=*7MLy|F_(^l{vmvkezHzK;7D?(cX27dsxvgM1s;F*p*XpbTBsesH*< ztZrsi;}pjw+}qJRns^jS{mF5e8Ipc5mpL9HKxet!@lYP-csP%6h((;gB`!6TWq73H zQ9Rl|5w|^QjN`Fg7~)a6C6+ETO3c~O2<>V(%%r@DSsN@3JR8m z8=As(j>DVwxQ1&T*Kxh$1w7C1pU^QV!A5TKrzYeC7K+sBgo+;B94}(o@?u^BO3JIQ z3D2&oZOofrRoztA(4)RqvMl9gns2$*>ug$*pOzS#xq@$Vyi%c=Z+CnL&vJaH!d(ih zM0`|YUE$q)ui^Xj-1j?vfLAN5QCRDE9Y3h-A!X}9-iVs|hU%JXKRqccSm5|!_WhKk zN!=ge4Td)we$?@1-s1Ri-s<=Xt?M>^((!gWC(Y^jDc%9f@jp+@@Q)Ftl15pI~-I0Y0HIV{>DS?UnEg8AXv*?E^f z3CGWAuIC-Uz%6oTW2-Z#}(vrT?G9fuOh*w)?b(k2$Yb~cTE4*d|4a{YK-X)GpEJ8vg4m;i;I`JaaQnLB~ zSN^AvWc#;PLL!{}e~uy`hC-1Z-{Nw$%wJVgHbzUy(GxVk}re23luWw4`iOFHiHcYj58>f-$3~dioaB`ld>au z`b6MEk$77YdNK})FD>?$^;XTfLz~D()!3_>X-N5bVan}G4-wBkLC#u)#D;)3Y0+CySr zj|x9+U}18^mVyRxgI=#hZp1i$=6^+`+az+6ME3vB$asl-Ij}JGay9Kx#?7M5nBbQT wY6s7sI4Co(fI}#hk7hTG;TuX)u}{YF1fDG8lqle=jQ7YV_XTg_$4XNF3Hitf*8l(j delta 3031 zcmb_eX?RuD72RvU#uqJpT1 z;zbY?5K%!z27{uE9c{%<*w&URtmjW6KV77YZ zxbS1HvRe)2xs-&d4uU#XC{$`>zAA-OX@P^PCUq@TSG9{pSnQz2V2RSOYDFB>8Z31w zOJ~VKok6`pgNsHibFmyN;&2;QDqCf6yK3E`TB{v2Y5JY&S)-o24DNPu57sKIbEyyR zRaoDo_I;Xhzk>%1Hn>!T2VHE$Lk17KG#FD=W0S!nE|s(xp222ae>C!_hPNneHF(UW zkuC0R>e;UFxWN-Hjl&KV+Zl&lcv8*X22Z)z(}bthdPd<{gT1K@W`kE9yyntE$l;dZxWZ8fCmft~ za7wMyO%A?h@O1~@aH&ok^Wyl?P00{T{Pw3Zw7yl!$0t;i_h>+UH|6}{^j7``sRNOzR>=^{^9&hTFLGIwz_-$uK83 zuk!8kC39PlJ8VT|sJ5Xx60SGgu6dvtiD}u9x~d-GP(wv17_RS89%-zr42=yf3)Pf{ z!;ywyG#S)s?4sbZV9%OhxTI93v|(nf^SL`H!&@1f;cZRG9(beW z9-MBtr{!MU+i)Mt1>DziKkg4|88Z6H}ouv)I{nm2f4y< zrRDh?vb=z+EHC5=P<(6N@JP5pCKy^Btcg_V(yJ{m;>BLKqZs83Cr7|6D~gk=+9 zj(CTY+B>zpR5Rsd~zQDGS`x4eSqSiVhRrNSzaNKKA(yPa1XZqg0jX?YFb zrEs^xJ(kzMH?huZkOmcbfsN*FI_ae&+>EpywqxZ^^%Ilddn~He#P>rk_Bxj=}U zN96Yk6tqJM!S}K62vUWy|0G?+b;5jTFH?v(I>?hYi%^e_@~YfN-j@Eg!_v{2e3H?X z-lq>_6ow3B%9JsbjVxqKZmf7yi7!z)`J(mcVvwVC+HWK(cbqq7z^1&e#F96tRcBC( zPV{ZbTV$v?QPSl$^!$Y-ftE>F??i7>VWHUh(F%0Ojm?`2Gf~q6y=4vkD3Lxy9|?_$ zvI1dqqO7m5rBT*T7|{mw#{i<}e4WYpg5nGcfy~b+c8H8onmj*JPS&6r4U%2+{`_EIjL5q?@8{oBzp z(DpCKEnkjvTSobnLFgsl*e)8!BTG79kBnmpe2a|bF~B()?~sq=Bi_glb4iE)0{=lU A9RL6T diff --git a/build/classes/br/com/projeto/view/FormCartao.form b/build/classes/br/com/projeto/view/FormCartao.form deleted file mode 100644 index e38a889..0000000 --- a/build/classes/br/com/projeto/view/FormCartao.form +++ /dev/null @@ -1,370 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/classes/br/com/projeto/view/FormDetalhesLivro$3.class b/build/classes/br/com/projeto/view/FormDetalhesLivro$3.class index 83023f5efbc3b6f5925b43c3e1c3bc61e7e69ea8..b6fa6765cce15af276f695beda62d11266a31e64 100644 GIT binary patch delta 9 Qcmcb{a*bs}C=(+G01|Zq#Q*>R delta 9 Qcmcb{a*bs}C=(+C01|Biy#N3J diff --git a/build/classes/br/com/projeto/view/FormDetalhesLivro.class b/build/classes/br/com/projeto/view/FormDetalhesLivro.class index e92e5bae76a2ae16f32f4cd984920e3273b9814f..b3eca7fa9f6444ab1916e04085573d1e220797b9 100644 GIT binary patch delta 270 zcmXYrJ5K^Z6ot>3KxTJAVnbztG>}+qB*dtlp)t@>8A2rqH7&n^P_RK03JUZGm`u&@ zphf{7>w}jH7KF>j;^h0z%-r1RR{GZuS1RJO?eK=T4t!Hl^^iH$Q${sAnmx@s&3lu! zo3zH5L@~sp={w~(X$}tKv9Q{mczO3M@`Mox1$pK*+zaW?(rvup)ePJuOKeITQjDP|EXXg~Lcl^bAaMRqpDnz5%goUh72rja delta 343 zcmXAgO-lk%6o%h3XnuvXk&ptBpheM$i=b#zZ6a{zLPA{J#>-^M9h-4x(Ql9zP9M8| zLvYvqg?>P^>D#ih?8{n2S3B_XKJPi_Ju!~T$7@=wL;F!Wpu;FSvaIa{3KN!X>VntT zITMbaw_MxcIqvc5k`Pv%)hm{82;;d;=CMqb2{V&-Yc-oYPJ!8?B1~t25cF8p<%EbU zj16vV@v=N0>XJMQ?^5_455u^@t*k{$3DV?gDiKd!0EmNdsdQBYIk<+_|MFWibFn+L z)Lw(C`qTQN%59Y+c*K+R^fVQp@rnRuF@i4M)M<4 - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/classes/br/com/projeto/view/FormEmprestimos$1.class b/build/classes/br/com/projeto/view/FormEmprestimos$1.class index d2bec00ca30b5c77e2403f110e582e688a395fa1..1b4b3e6f8a5f6ba6e6465747f2991f0addd5d607 100644 GIT binary patch delta 174 zcmdld{98!p)W2Q(7#J8#7$$HsXfb$lF=#V*fe3FdAlHYR!I#00gTbGRA%G!}W1^;- z6emMGLjo5=B1000l?-B~a4@6-ITLf_#o`$XI2Z~+GDRSwn1i7NNN-$tjdAi8rfg<* zhRV(I%$$rsM#W|g7DHx6#?4XercBDr3@$)NFfq6?xB+Pv26qMzppzIFxEL6L&Hw`d D&)6N` delta 238 zcmew@v`<*`)W2Q(7#J8#7$$HsXfb$mF=#XRfCyhMAlHwZ!Ji?3gCUTM!Fi&Nnk)xH zJSRf}Ln0T06GIY+l?-B~a4@6-ITLf_#S$0_I2Z~+GDRSwn1i7NNN-$tjnP^;zbIWV zFSR5oH8HPPFF3!nC^^+9wJbHqF)uH_B(WqjKd+dPLBuC3u`E$PCowNw-@h!is30U_ O5(5JlP+kj20|5XAG&DT` diff --git a/build/classes/br/com/projeto/view/FormEmprestimos$45.class b/build/classes/br/com/projeto/view/FormEmprestimos$45.class index df4a75237e0a04d29a8fc6c42fe7228b417110bb..fafa20201039898d4b297b7048ec3c5d4dc70729 100644 GIT binary patch delta 9 Qcmcb>a)D)oKNBMd01^EHvj6}9 delta 9 Qcmcb>a)D)oKNBMZ01@>9s{jB1 diff --git a/build/classes/br/com/projeto/view/FormEmprestimos.class b/build/classes/br/com/projeto/view/FormEmprestimos.class index bac0936eb250e19fb829baa65961ece336eb71db..48137495698eb932006b6dffc3ae827fd0bdec90 100644 GIT binary patch delta 10521 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 W(r+u;R^sV5!4_%`j>8F^V*dw-291jV diff --git a/build/classes/br/com/projeto/view/FormEmprestimos.form b/build/classes/br/com/projeto/view/FormEmprestimos.form deleted file mode 100644 index d0a9f88..0000000 --- a/build/classes/br/com/projeto/view/FormEmprestimos.form +++ /dev/null @@ -1,1440 +0,0 @@ - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - -
- - - - - - -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - -
- - - - - - -
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- -
- - - -
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="true" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaLivrosFiltroMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_AddingCodePost" type="java.lang.String" value="tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(0)).setPreferredWidth(34); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(1)).setPreferredWidth(170); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(2)).setPreferredWidth(150); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(3)).setPreferredWidth(140);"/> - <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTable() /* { @Override public Component prepareRenderer (TableCellRenderer renderer, int rowIndex, int columnIndex){ Component componenet = super.prepareRenderer(renderer, rowIndex, columnIndex); Object value = getModel().getValueAt(rowIndex,columnIndex); System.out.println("value ===" +value); if(columnIndex == 6){ if(value.equals("true")) { componenet.setBackground(Color.RED); componenet.setForeground(Color.GREEN); } if(value.equals("false")){ componenet.setBackground(Color.GREEN); componenet.setForeground(Color.RED); } }else { componenet.setBackground(Color.WHITE); componenet.setForeground(Color.BLACK); } return componenet; } } */ "/> - </AuxValues> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JTextField" name="txtBuscaLivro"> - <Events> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtBuscaLivroKeyReleased"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtAgora"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtAgoraActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtPrazoEntrega"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPrazoEntregaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Data para Devolução:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="text" type="java.lang.String" value="Data Atual:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="text" type="java.lang.String" value="Livro ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtTituloSelect"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtTituloSelectActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="brnAddLivro"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/right_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="<html>Adicionar à Lista"/> - <Property name="toolTipText" type="java.lang.String" value=""/> - <Property name="actionCommand" type="java.lang.String" value="<html>Adicionar à Lista"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="brnAddLivroActionPerformed"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_InitCodePost" type="java.lang.String" value="brnAddLivro.setVerticalTextPosition(SwingConstants.BOTTOM); brnAddLivro.setHorizontalTextPosition(SwingConstants.CENTER);"/> - </AuxValues> - </Component> - <Component class="javax.swing.JTextField" name="txtBookId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane3"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTextArea" name="txtObservacoes"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="rows" type="int" value="5"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="text" type="java.lang.String" value="Observações:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnRemoveBook"> - <Properties> - <Property name="text" type="java.lang.String" value="Remover Livro da Lista"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnRemoveBookActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnSalvar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/save_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="SALVAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSalvarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="ID de Usuário:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JCheckBox" name="cbOcultarEmprestados"> - <Properties> - <Property name="text" type="java.lang.String" value="Ocultar Emprestados"/> - </Properties> - <Events> - <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="cbOcultarEmprestadosItemStateChanged"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton5"> - <Properties> - <Property name="text" type="java.lang.String" value="Mapa"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnNovo"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/new_file_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="NOVO"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="lblImagem"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/book_cover.png"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> - <EtchetBorder bevelType="0"> - <Color PropertyName="highlight" blue="ff" green="ff" id="white" palette="1" red="ff" type="palette"/> - <Color PropertyName="shadow" blue="40" green="40" id="darkGray" palette="1" red="40" type="palette"/> - </EtchetBorder> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtISBN"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtISBNActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="text" type="java.lang.String" value="<html>ISBN/<br>ISSN: "/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtStatus"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel11"> - <Properties> - <Property name="text" type="java.lang.String" value="Status:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="text" type="java.lang.String" value="Empréstimos Restantes:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtEmprestimosRestantes"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblimagemUser"> - <Properties> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor" postCode="lblimagemUser.setVerticalTextPosition(SwingConstants.BOTTOM); lblimagemUser.setHorizontalTextPosition(SwingConstants.CENTER);"> - <Image iconType="3" name="/imagens/iconfinder_student_309036 (2).png"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> - <EtchetBorder bevelType="0"> - <Color PropertyName="highlight" blue="ff" green="ff" id="white" palette="1" red="ff" type="palette"/> - <Color PropertyName="shadow" blue="40" green="40" id="darkGray" palette="1" red="40" type="palette"/> - </EtchetBorder> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnCartao"> - <Properties> - <Property name="text" type="java.lang.String" value="Imprimir/ Ver Cartão"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCartaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="text" type="java.lang.String" value="Cadastro"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton13"> - <Properties> - <Property name="text" type="java.lang.String" value="Cadastro"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton13ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnDetalhes"> - <Properties> - <Property name="text" type="java.lang.String" value="Detalhes"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDetalhesActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnBuscarLivrosAdvanced"> - <Properties> - <Property name="text" type="java.lang.String" value="Busca Avançada"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnBuscarLivrosAdvancedActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtDisponibilidade"> - <Properties> - <Property name="enabled" type="boolean" value="false"/> - <Property name="opaque" type="boolean" value="false"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel23"> - <Properties> - <Property name="text" type="java.lang.String" value="Título:"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="jPanel3"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Devoluções"> - <Property name="tabTitle" type="java.lang.String" value="Devoluções"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> - <Component id="jLabel12" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="jLabel15" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtIdEmprest" min="-2" pref="66" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtLeitorresponsavel" min="-2" pref="348" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - <Component id="txtLivroEmprestado" min="-2" pref="544" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="13" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel20" min="-2" max="-2" attributes="0"/> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtMulta" min="-2" pref="175" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtDataParaDevolucao" min="-2" pref="175" max="-2" attributes="0"/> - <Component id="StatusEmprestimo" min="-2" pref="175" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> - <Component id="jLabel17" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtDataEmprestimo" min="-2" pref="172" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtFuncionarioQueEmprestou" alignment="1" min="-2" pref="275" max="-2" attributes="0"/> - <Component id="jScrollPane7" alignment="1" min="-2" pref="354" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="radbtnAddObs" alignment="1" min="-2" max="-2" attributes="0"/> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnDevolver" min="-2" pref="161" max="-2" attributes="0"/> - <Component id="btnReemprestar" min="-2" pref="161" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnImprimeMulta" min="-2" pref="148" max="-2" attributes="0"/> - <Component id="btnDesbloqueiaUsuario" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <Component id="jLabel16" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="jLabel22" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace min="-2" pref="231" max="-2" attributes="0"/> - <Component id="jButton9" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="833" max="-2" attributes="0"/> - <Component id="radioLista" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane6" min="-2" pref="993" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Component id="radioLista" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane6" min="-2" pref="200" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtIdEmprest" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtLeitorresponsavel" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="13" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtLivroEmprestado" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" pref="18" max="32767" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="radbtnAddObs" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="3" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnImprimeMulta" alignment="3" min="-2" pref="50" max="-2" attributes="0"/> - <Component id="btnDevolver" alignment="3" min="-2" pref="50" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnDesbloqueiaUsuario" alignment="3" min="-2" pref="50" max="-2" attributes="0"/> - <Component id="btnReemprestar" alignment="3" min="-2" pref="50" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="52" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtDataEmprestimo" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtFuncionarioQueEmprestou" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtDataParaDevolucao" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel22" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="StatusEmprestimo" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel21" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtMulta" linkSize="1" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <Component id="jScrollPane7" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="35" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" attributes="0"> - <Component id="jButton9" min="-2" max="-2" attributes="0"/> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JScrollPane" name="jScrollPane6"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaDevolucoes"> - <Properties> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="9" rowCount="0"> - <Column editable="false" title="Atraso" type="java.lang.Object"/> - <Column editable="false" title="Id do Empréstimo" type="java.lang.Object"/> - <Column editable="false" title="Usuário" type="java.lang.Object"/> - <Column editable="false" title="Titulo" type="java.lang.Object"/> - <Column editable="false" title="Funcionário" type="java.lang.Object"/> - <Column editable="false" title="Data do Empréstimo" type="java.lang.Object"/> - <Column editable="false" title="Data Agendada de Entrega" type="java.lang.Object"/> - <Column editable="true" title="Observações" type="java.lang.Object"/> - <Column editable="false" title="Data da Devolução" type="java.lang.Object"/> - </Table> - </Property> - <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> - <TableColumnModel selectionModel="0"> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="true" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaDevolucoesMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTable() { @Override public Component prepareRenderer (TableCellRenderer renderer, int rowIndex, int columnIndex){ Component componenet = super.prepareRenderer(renderer, rowIndex, columnIndex); Object value = getModel().getValueAt(rowIndex,columnIndex); if(columnIndex == 0){ if(value.equals("1 dias restantes") || value.equals("2 dias restantes") || value.equals("3 dias restantes") || value.equals("4 dias restantes") || value.equals("5 dias restantes") || value.equals("6 dias restantes") || value.equals("7 dias restantes") || value.equals("8 dias restantes") || value.equals("9 dias restantes") || value.equals("10 dias restantes") || value.equals("11 dias restantes") || value.equals("12 dias restantes") || value.equals("13 dias restantes") || value.equals("14 dias restantes")) { componenet.setBackground(Color.GREEN); componenet.setForeground(Color.BLACK); } if(value.equals("Vence Hoje")){ // if date equal current date componenet.setBackground(Color.YELLOW); componenet.setForeground(Color.BLACK); } if(value.equals("1 dias de atraso") || value.equals("2 dias de atraso") || value.equals("3 dias de atraso") || value.equals("4 dias de atraso") || value.equals("5 dias de atraso") || value.equals("6 dias de atraso") || value.equals("7 dias de atraso") || value.equals("8 dias de atraso") || value.equals("9 dias de atraso") ){ componenet.setBackground(Color.PINK); componenet.setForeground(Color.BLACK); } if(value.equals("+ de 15 dias de atraso")){ // if date equal current date componenet.setBackground(Color.RED); componenet.setForeground(Color.WHITE); } if(value.equals("Devolvido")){ // if date equal current date componenet.setBackground(Color.WHITE); componenet.setForeground(Color.GRAY); } } else { // componenet.setBackground(Color.RED); // componenet.setForeground(Color.WHITE); } return componenet; } } "/> - <AuxValue name="JavaCodeGenerator_InitCodePre" type="java.lang.String" value="tabelaDevolucoes.setDefaultRenderer(Date.class, new DateRenderer());"/> - </AuxValues> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnDevolver"> - <Properties> - <Property name="text" type="java.lang.String" value="Devolver"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnDevolverActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnReemprestar"> - <Properties> - <Property name="text" type="java.lang.String" value="reeemprestar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnReemprestarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton9"> - <Properties> - <Property name="text" type="java.lang.String" value="Localização"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnImprimeMulta"> - <Properties> - <Property name="text" type="java.lang.String" value="Imprime Multa"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnImprimeMultaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnDesbloqueiaUsuario"> - <Properties> - <Property name="text" type="java.lang.String" value="Desbloqueia Usuário"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtIdEmprest"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdEmprestActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtLeitorresponsavel"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtLivroEmprestado"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtFuncionarioQueEmprestou"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="horizontalAlignment" type="int" value="11"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtDataEmprestimo"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtDataParaDevolucao"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtMulta"> - </Component> - <Component class="javax.swing.JTextField" name="StatusEmprestimo"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane7"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTextArea" name="txtObservacoesDevolucao"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="rows" type="int" value="5"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="text" type="java.lang.String" value="Id do Empréstimo"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="text" type="java.lang.String" value="Leitor Responsável:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel15"> - <Properties> - <Property name="text" type="java.lang.String" value="Título:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel16"> - <Properties> - <Property name="text" type="java.lang.String" value="Funcionário:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel17"> - <Properties> - <Property name="text" type="java.lang.String" value="Data de Empréstimo:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="Data para Devolução:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel20"> - <Properties> - <Property name="text" type="java.lang.String" value="Status:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel21"> - <Properties> - <Property name="text" type="java.lang.String" value="Multa:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel22"> - <Properties> - <Property name="text" type="java.lang.String" value="Observações:"/> - </Properties> - </Component> - <Component class="javax.swing.JRadioButton" name="radbtnAddObs"> - <Properties> - <Property name="text" type="java.lang.String" value="Add Observações como permanente para o Livro"/> - </Properties> - </Component> - <Component class="javax.swing.JRadioButton" name="radioLista"> - <Properties> - <Property name="text" type="java.lang.String" value="Mostrar Devolvidos"/> - </Properties> - <Events> - <EventHandler event="itemStateChanged" listener="java.awt.event.ItemListener" parameters="java.awt.event.ItemEvent" handler="radioListaItemStateChanged"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormFornecedores$15.class b/build/classes/br/com/projeto/view/FormFornecedores$15.class index 8532d90b8c76b629a3c6ba99947df5e156e405f0..b975f1577800c422e79952e3fc56ffeaa944435c 100644 GIT binary patch delta 9 Qcmcb@a)o6>FcTvO01{0CzW@LL delta 9 Qcmcb@a)o6>FcTvK01`z4w*UYD diff --git a/build/classes/br/com/projeto/view/FormFornecedores.class b/build/classes/br/com/projeto/view/FormFornecedores.class index bdde80ce1de303d296d0cea1ac7eb202fa90fa6f..82baee47bf1f5163393759fc088dde1b53b16dd2 100644 GIT binary patch delta 3751 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 delta 3882 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%0DHs`cCM0cy_Z27u17Q=qpis?Io8TpQ zSy9M^B&E-&Z?sC_Q25TM3=Qd!3w4{EV2cP`Aief|a-+gFP%59dvtOFGuusDIF)oDO z2cbD1^FAo0)QjzVN8c^*sUmhf>zpqv{o{*D|Hqf+D)L{x#49|j>V?ArTiGWL2ei{{ zldEuWSKlOTzY)IRO`@OxzJ%BKFtIQkw!v5b941ahpHa>EIw3(mN#PH#=c4Yl>vwJ3 zx&3`0F+<jHr4OBGUBCaIhzmcDwLO1AF8`r9SM--TKZH)nUj)Iz{?j2kJWyY)haK>v zckucyDWf#}q}99&b89y5#@`{q-UF_J&gUFiE34R%7_}@E5>kn3Q79zg45^{8TCELP zlN*X;8~lCceLiq;_hs-)D82*E$9KT_`1XchVHeMpBnw5g>-nfcFNtdZn#u>i!S3M3 zL5*R|9@x*<ovmteh9BVL^$bbBvoty+9b~B@BpqT&sYl=sILyf<=2MlaRz3}X0yH?T zBD!iAdA)|w{N(X7re=(RBXHE~JtQk0{*pI@Kaub^aI&!K7##QJT&UuFWz`8d>21GI z#ldIQDPGlR=miGDt4{N(Nf)ZZtIj~RxBNmCrxP1I%LdO}s0tZG#j5VZF18l}t7ctX zg{<0kaTT#DdH6*QI;;v@Tou8p*N11N|0jm*p+b!0h$3nz<aV{H1NjnSr99t=DLH$o zJM2^Z&j9}xzCSk+Z{zkM1vrD-N4Z8l!R?a{;H$KPR^=wr2mI^zL&rxSbNh+o`yYS` BR_6c! diff --git a/build/classes/br/com/projeto/view/FormFornecedores.form b/build/classes/br/com/projeto/view/FormFornecedores.form deleted file mode 100644 index 5dea4af..0000000 --- a/build/classes/br/com/projeto/view/FormFornecedores.form +++ /dev/null @@ -1,707 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" max="32767" attributes="0"/> - <Component id="tabbedFrameF" alignment="0" max="32767" attributes="0"/> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnImprimir" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="tabbedFrameF" max="32767" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnImprimir" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="33" green="33" red="33" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel1" alignment="1" pref="72" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Cadastro de Fornecedores"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JTabbedPane" name="tabbedFrameF"> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="tabConsultaUsuarios"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Consulta de Fornecedores"> - <Property name="tabTitle" type="java.lang.String" value="Consulta de Fornecedores"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Component id="jLabel14" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtPesquisaFornecedor" min="-2" pref="282" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnPesquisar" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="428" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtPesquisaFornecedor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnPesquisar" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane1" min="-2" pref="208" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel14"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPesquisaFornecedor"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPesquisaFornecedorActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtPesquisaFornecedorKeyReleased"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnPesquisar"> - <Properties> - <Property name="text" type="java.lang.String" value="Pesquisar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPesquisarActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="btnPesquisarKeyReleased"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane1"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaFornecedor"> - <Properties> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="13" rowCount="0"> - <Column editable="false" title="cod" type="java.lang.Object"/> - <Column editable="false" title="nome" type="java.lang.Object"/> - <Column editable="false" title="cnpj" type="java.lang.Object"/> - <Column editable="false" title="email" type="java.lang.Object"/> - <Column editable="false" title="telefone" type="java.lang.Object"/> - <Column editable="false" title="celular" type="java.lang.Object"/> - <Column editable="false" title="cep" type="java.lang.Object"/> - <Column editable="false" title="endereco" type="java.lang.Object"/> - <Column editable="false" title="numero" type="java.lang.Object"/> - <Column editable="false" title="complemento" type="java.lang.Object"/> - <Column editable="false" title="bairro" type="java.lang.Object"/> - <Column editable="false" title="cidade" type="java.lang.Object"/> - <Column editable="false" title="estado" type="java.lang.Object"/> - </Table> - </Property> - <Property name="autoResizeMode" type="int" value="4"/> - <Property name="autoscrolls" type="boolean" value="false"/> - <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> - <TableColumnModel selectionModel="0"> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="false" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaFornecedorMouseClicked"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="tabCadastro"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Cadastro de Fornecedores"> - <Property name="tabTitle" type="java.lang.String" value="Cadastro de Fornecedores"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="312" max="-2" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="jLabel10" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="txtCnpj" min="-2" pref="165" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jLabel12" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCelular" min="-2" pref="109" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel9" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtTelefone" min="-2" pref="125" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="txtId" min="-2" pref="59" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel3" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtNome" min="-2" pref="247" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtEmail" min="-2" pref="280" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCep" min="-2" pref="111" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jButton1" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="46" max="-2" attributes="0"/> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtEndereco" min="-2" pref="258" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNum" min="-2" pref="45" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtComplemento" min="-2" pref="204" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtBairro" min="-2" pref="189" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel16" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCidade" min="-2" pref="171" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="boxUf" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="53" max="-2" attributes="0"/> - <Component id="btnNovo" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnSalvar" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnExcluir" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </Group> - </Group> - <EmptySpace pref="64" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtId" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNome" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEmail" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCelular" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtTelefone" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCnpj" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace pref="47" max="32767" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="159" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEndereco" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNum" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCep" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtComplemento" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtBairro" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxUf" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" max="-2" attributes="0"> - <Component id="btnNovo" alignment="3" max="32767" attributes="0"/> - <Component id="btnSalvar" alignment="3" max="32767" attributes="0"/> - <Component id="btnExcluir" alignment="3" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Email:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Logradouro:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="UF:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="N:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Bairro:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Telefone:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*CNPJ:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Celular:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Complemento:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel16"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Cidade:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtNome"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtNomeActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtEmail"> - </Component> - <Component class="javax.swing.JTextField" name="txtEndereco"> - </Component> - <Component class="javax.swing.JTextField" name="txtNum"> - </Component> - <Component class="javax.swing.JTextField" name="txtComplemento"> - </Component> - <Component class="javax.swing.JTextField" name="txtBairro"> - </Component> - <Component class="javax.swing.JTextField" name="txtCidade"> - </Component> - <Component class="javax.swing.JTextField" name="txtId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel18"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="CEP:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxUf"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="27"> - <StringItem index="0" value="AC"/> - <StringItem index="1" value="AL"/> - <StringItem index="2" value="AP"/> - <StringItem index="3" value="AM"/> - <StringItem index="4" value="BA"/> - <StringItem index="5" value="CE"/> - <StringItem index="6" value="DF"/> - <StringItem index="7" value="ES"/> - <StringItem index="8" value="GO"/> - <StringItem index="9" value="MA"/> - <StringItem index="10" value="MT"/> - <StringItem index="11" value="MS"/> - <StringItem index="12" value="MG"/> - <StringItem index="13" value="PA"/> - <StringItem index="14" value="PB"/> - <StringItem index="15" value="PR"/> - <StringItem index="16" value="PE"/> - <StringItem index="17" value="PI"/> - <StringItem index="18" value="RJ"/> - <StringItem index="19" value="RN"/> - <StringItem index="20" value="RS"/> - <StringItem index="21" value="RO"/> - <StringItem index="22" value="RR"/> - <StringItem index="23" value="SC"/> - <StringItem index="24" value="SP"/> - <StringItem index="25" value="SE"/> - <StringItem index="26" value="TO"/> - </StringArray> - </Property> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCep"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#####-###" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCelular"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)#####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtTelefone"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCnpj"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="##.###.###/####-##" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnNovo"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/new_file_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="NOVO"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnSalvar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/save_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="SALVAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSalvarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnExcluir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/delete_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="EXCLUIR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel21"> - <Properties> - <Property name="text" type="java.lang.String" value="Campos marcados com * são de preenchimento obrigátório!"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="text" type="java.lang.String" value="Buscar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnImprimir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="FECHAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnImprimirActionPerformed"/> - </Events> - </Component> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormFuncionarios$16.class b/build/classes/br/com/projeto/view/FormFuncionarios$16.class index 49875b97c27ab641ae09f7753ddb5e51dcbc9c6e..71e4d457b3702be8818d0a6e4d3ac4778ce87403 100644 GIT binary patch delta 9 Qcmcb@a)o6>FcTvO01{0CzW@LL delta 9 Qcmcb@a)o6>FcTvK01`z4w*UYD diff --git a/build/classes/br/com/projeto/view/FormFuncionarios.class b/build/classes/br/com/projeto/view/FormFuncionarios.class index 484f061a554317f6b9272b5aba6ddd0786785e1c..2317afe68ef6cbd4fe57fd85b37c78b54fe12b60 100644 GIT binary patch delta 4133 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 X7@%5ICoO?ms4Qwpk<^;oHWc|^-MWV# delta 4204 zcmZve2Yi)962Nz7HrdUWO@o9KQeHp>q#LA23mt(V5HKVl@)903d4V)U(V$2ZQSkF@ zr{{qpHn2PuK?Fra!Gem41r?MMzyc^p=VsmuIk<x#@Bht~*`1l4+0C47a>F)Rz4hGM z^+Jet>On^?fNqTLjBG{^Mo&gBMsG$RMqfrhMt{cji~)>+8U{Hc267mKBdF&FNA!jv z8iqO|9)?BAJ&+qI_rh?-2we>~YRGd$GK_Q}9|~9+#Td=Fi7|$8Gh-~n%P3?NF~%`` zjPZ;KjERg%jLE#|6h|&5gUFU*4JD3f137G%Uqh)=EwVzbsT!s^qJ5}Q#^dFT3JsNx z=p5><(lFf--9n99G|X^Bk5J=Q4Y#qM!G&kC;_Zw(7}bnfj5`^3F=jLFCd9!U7UweN zG3L8Da$tgnM;uWYTJBK|k2%5zIqnMCxLU(9NBBb{PqD(&jOC1H7%LdhGM>}$JUjh@ zh8G<%16Fclm4=rbF%w?qFubDSRRaM>RKsfy1>$wa8yZ&g_e}$9_`6oaTaK6y>saIM z>Ihg58@T-r<6Q?f!h0Gv@%McPHp2(p{UOiV!p*JR{K&w^8a{Ev!(;>n^HUAm9PwDF z@tJ|oIjFSH7mj$6JG=3W?T%O$YJ8^QOATLX_}W1A4g>WKd}H8S1K%0=-oQ=+KN$GY zz)uEt8Q5*$X9K?&*kfR?fqjlx4*U6RY8VF?2N{PP_!WNB@Vg^6@IJla4?fPrEFFo2 zqwpu=F9(jnarW+S#tHKOB%EULG~*0AdX^nM$2d=YC=5!<Bm{$KP#Fv}7;aD-GzKFK zItC*RT7yvrqYcJrjCI6M!C+vV#(IwU8CDvsZ!lhCf+O~EtAWNugGnY6lMSXAY-ljm zV4A^ngBb=r1~UydGT7L-TD7Ql!~x8r48nFAuhrPzU<XGU?C401ohX^`I*pwj8HHU8 zb~V_|V0VMr274InX|R{U-h2wLYwY8Q6zprTpM(98$~*}N&<GARI7lPaR0bP2*x(Hs zhd8n^w}u+59;PwZkxjTc+~5d}H#)L8tfb&!9t8@i*f(N6<pvfQ9A$8{!J9OWab!D+ zgIs_&J2)2JW+_<iIg~ZXHIG#DzL3O)k6if3g^yhLNQLj`(duO6@<%HFLY%@b6mzqL z;b)XGrZTALld+6Z&Zuz23Z#lJ#43Z+9lQl+XuQ>txqN}-;%x?J@{HRJ-a&2}oaI11 z-pRO&)o0VShj-Jh5`%Nt`nimG8s{5az(e=&A`2<S@Lsx^a1mF-S}tyapHYbSaqir& zaj_#yAjjYm`r-o&@*xIY#)E9bKMX#k@nJ_+v29iO2ul-LdbEJ~7`G>D{HMmp`ShM} z@L%|31pXVBvb4;>r|@Zm%N<CkF~T$4vqIyu8lThnyv7$azNnE7WD)IvtMDa_F9%)@ z?-Zt9(fF!+JaTEi6pc&ECbaVVDhhpGe|f9i(#o<T-ymO=uegWbUs~a<m{jU7mm+o0 zWN($Xb+Ok!p>=NM)Tw2@^71@ynSYXhLV0H?!m7N*l|CsVD*Z(heMM7z<J>3gQnz>1 zmogAYjh-pxYwqJQbKRz~&E)Iuu-H@bjX-{!hJI({UltM>k|6(NDUx9sQH*Ft7=&Ah zfmjO-xLJ=Rd6p!3PM(({(@lxYjJI;1+-`9-zG>xpxxwNZT<h+v-!$PZTxaoZTyJp$ zzGLxS+$e>|&1~;+yT>OKy@#7LzHf0eeqixK++uMn<0Hn$j87P!GPW^3V|>o|g0Y?P zCF3i`*Nh#EZy4X=cUJBXtd36s{2tf2?<6%H+?EW*ofdz<AEk&6#??E$qIIv*;?go6 z`pM!h+$}{^-B90Be}xp`!@UzrOT0YgXN$k!9*cW%w>uy)1NYI=#fj<R`>{rfME6LG z#5|sMz~VtXr14jazvCYk593jbf8sHX$1VPi$E1k4=vXI~mQ`3hfhRSdvUnQLSv;?V zRgzUtD6k5ZaL*-Xp;BS&Nxdwq!j-0DAL1*YRynEMTgKgihmxXY#y(}NicpSKkraMq zRg_iHDn_eVtKw7?PaM&~s(PxvRq-mpss<`it0b$Eag$Xks-ae?R;968y2@Y!JX$rf z>I!wGRadDdWT9$mRkM(BSM!AC<dkaRW~ZcMOV!HtrYy(Sp`F~e4G)`rbQWY$8@E|% zLDW91p$IARpq=XAE>2C89o<!_4`C;Do!c+X6WiIUE~+a}>1I`Tl^vL#mM!b`pv`ID zo@_xcil^%BZb@HS-ADD+s-IQ;DgV^<bna>ZEw2VL1~GCNgBdq4hA@UQhT%r5a#>?I zH%BmTWaKeMGV&P(j8Tlyl)~yJ+$2TYUfz<arR5%vdmy8E#2Bk?R%1hno#39bkqxc# zszS;zkH^!h_Se$mv8qUob4PkQrfgO|tHyJ*C-4bPRFkZl%$VXn@9Cae%wmc1TUE+) zrmAUHm8o*8Dk#~)GClPwRh3oK)h$-dP`6V3sN38QnO&l0vX!^9OLyQFcUETqtZLk% z)hw&-RCj4L+p4?O9INK4d0Nf4YJs|kQhV^ElEO+_dm-!Hi#6`)%!A>Jth!I#A2`&g zNqF>Px@7v5l~zubqJPstZrhG&fv(LwN-hbEX;}dB0e4MnpL7EmZ93Qn3$%#Qa*r1A zTJ9C%lvpjK+~*c|=^wUVZWj<()1@G>x<(!lsMiT4L(<MV>C6Smq+XDOh|QAU%I}1L zXQLL%gYuA&D$%COUrB<9(cwGfZzN&N<KkiYJ4s6ZLVuRG5s_z9q!#nf<NdUmB+KU0 ze<8JO6Qv5Y{6EM)NG+P|JxsqNql7G%M+NZ37+5vDFEl$QkJH-OVx0V2o)BR|$mJos zg3?KON=RYk6Y{j1mY0$uk|`7sXGLo*b7i({*z}}Ov>M&I?$EsK$k24)o78PH+T*Uv zORDRmi<RcocaP?^j64anx&XeT-K$3~%LhP#WM`iXTa#3~wdg8O%WnjTmLf@hFL%<s z&ccx)vpFOU1e_PCp<sa0BAJ6xXlQl1;{#Xbua_AoLDP1TvIQ8qi<YV{uYd?}Xer>w z!G%#n5-w~P5nLK*gkFrG6Z1yZIl&J|uy5-{ee|9L`=UnwcOJbg)Yp+5jSD(T?@OS3 z^ePz@>c|v(pgzRAt;Y07U!WmDixvNyVsDZK^fUz)jhQXGT`;bOwa9^3u`3uAByV>F zqY_Gw7y;)*O>i|nsBl_?-a>cq*j0UMASoE)5p^LRQ5WJINQM+T#=3C!tP7{C;&9#` zCnBIBqy~C;uabpn;Gt7*FXChkWRiOWgHj`s#s;OvBvl5bD@YPz30w(R(Sh^w8N!?s z5gM9E*@)7ur<U`FYk3d-7SiwDxL5;Cp_v<36z~2}n2~TbR|x$Jhvu9zG};1M(rDJj zBb=i&(h6D!^-78^)uR)j(Ke*F^s;(wYxT}vR__|fa@&r(WIxU(TCrWwl6ZH~xJ&k{ zwdPtHefLtm+L89PdTGAP>2;vdp}tG@tJUjRtGDv9dYx!=_ht32tJUi|{&M?urqOBR zvzlELY2J@Arwhd$psQR$-;Gp!i})afa6cJ8qkB3&1sRkR>*+7{-?EcoGkuQ;2^;DA gmymddzGsz$lPXg+&Q4Zsg-=~WZ{@Z0ZLcE!1NjA)Gynhq diff --git a/build/classes/br/com/projeto/view/FormFuncionarios.form b/build/classes/br/com/projeto/view/FormFuncionarios.form deleted file mode 100644 index dd413ea..0000000 --- a/build/classes/br/com/projeto/view/FormFuncionarios.form +++ /dev/null @@ -1,840 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" max="32767" attributes="0"/> - <Component id="tabbedFrameF" alignment="0" max="32767" attributes="0"/> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnFechar" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="19" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="tabbedFrameF" min="-2" pref="266" max="-2" attributes="0"/> - <EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/> - <Component id="btnFechar" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="33" green="33" red="33" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel1" alignment="1" pref="72" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Cadastro de Funcionários"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JTabbedPane" name="tabbedFrameF"> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="tabConsultaUsuarios"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Consulta de Funcionários"> - <Property name="tabTitle" type="java.lang.String" value="Consulta de Funcionários"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jScrollPane1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel14" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtPesquisaFuncionario" pref="307" max="32767" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnPesquisar" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="618" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtPesquisaFuncionario" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnPesquisar" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="38" max="-2" attributes="0"/> - <Component id="jScrollPane1" min="-2" pref="176" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel14"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPesquisaFuncionario"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPesquisaFuncionarioActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtPesquisaFuncionarioKeyReleased"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnPesquisar"> - <Properties> - <Property name="text" type="java.lang.String" value="Pesquisar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPesquisarActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="btnPesquisarKeyReleased"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane1"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaFuncionario"> - <Properties> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="17" rowCount="0"> - <Column editable="false" title="cod" type="java.lang.Object"/> - <Column editable="false" title="nome" type="java.lang.Object"/> - <Column editable="false" title="rg" type="java.lang.Object"/> - <Column editable="false" title="cpf" type="java.lang.Object"/> - <Column editable="false" title="email" type="java.lang.Object"/> - <Column editable="false" title="senha" type="java.lang.Object"/> - <Column editable="false" title="cargo" type="java.lang.Object"/> - <Column editable="false" title="nivel_acesso" type="java.lang.Object"/> - <Column editable="false" title="telefone" type="java.lang.Object"/> - <Column editable="false" title="celular" type="java.lang.Object"/> - <Column editable="false" title="cep" type="java.lang.Object"/> - <Column editable="false" title="endereco" type="java.lang.Object"/> - <Column editable="false" title="numero" type="java.lang.Object"/> - <Column editable="false" title="complemento" type="java.lang.Object"/> - <Column editable="false" title="bairro" type="java.lang.Object"/> - <Column editable="false" title="cidade" type="java.lang.Object"/> - <Column editable="false" title="estado" type="java.lang.Object"/> - </Table> - </Property> - <Property name="autoResizeMode" type="int" value="4"/> - <Property name="autoscrolls" type="boolean" value="false"/> - <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor"> - <TableColumnModel selectionModel="0"> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="false" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaFuncionarioMouseClicked"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="tabCadastro"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Cadastro deFuncionários"> - <Property name="tabTitle" type="java.lang.String" value="Cadastro deFuncionários"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="txtCep" min="-2" pref="111" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jButton1" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="26" max="-2" attributes="0"/> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtEndereco" min="-2" pref="258" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNum" min="-2" pref="45" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="txtBairro" min="-2" pref="189" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel16" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCidade" min="-2" pref="171" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="6" pref="6" max="-2" attributes="0"/> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="boxUf" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtComplemento" max="32767" attributes="0"/> - <EmptySpace min="-2" pref="307" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="btnNovo" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnSalvar" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnExcluir" min="-2" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="312" max="-2" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="6" pref="6" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtEmail" min="-2" pref="280" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel10" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCpf" min="-2" pref="165" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jLabel11" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtRg" min="-2" pref="156" max="-2" attributes="0"/> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="jLabel17" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="txtCargo" max="32767" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jLabel12" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtCelular" min="-2" pref="109" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel9" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtTelefone" min="-2" pref="125" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="348" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jTextField17" alignment="0" min="-2" pref="86" max="-2" attributes="0"/> - <Group type="102" alignment="0" attributes="0"> - <Component id="txtId" min="-2" pref="59" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel3" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtNome" min="-2" pref="247" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel15" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtSenha" min="-2" pref="206" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel20" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="boxNivelAcesso" min="-2" pref="241" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtId" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNome" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxNivelAcesso" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSenha" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCelular" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtTelefone" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCargo" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtEmail" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCpf" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtRg" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEndereco" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNum" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtComplemento" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCep" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtBairro" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxUf" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="31" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" max="-2" attributes="0"> - <Component id="btnNovo" alignment="3" max="32767" attributes="0"/> - <Component id="btnSalvar" alignment="3" max="32767" attributes="0"/> - <Component id="btnExcluir" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace min="-2" pref="63" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="159" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="181" max="-2" attributes="0"/> - <Component id="jTextField17" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Email:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Endereço:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="UF:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="N:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Bairro:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Telefone:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="CPF:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel11"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*RG:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Celular:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Complemento:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel16"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Cidade:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtNome"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtNomeActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtEmail"> - </Component> - <Component class="javax.swing.JTextField" name="txtEndereco"> - </Component> - <Component class="javax.swing.JTextField" name="txtNum"> - </Component> - <Component class="javax.swing.JTextField" name="txtComplemento"> - </Component> - <Component class="javax.swing.JTextField" name="txtBairro"> - </Component> - <Component class="javax.swing.JTextField" name="txtCidade"> - </Component> - <Component class="javax.swing.JTextField" name="txtId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel15"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Senha"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtCargo"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel17"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Cargo"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="jTextField17"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jTextField17ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel18"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="CEP:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxUf"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="27"> - <StringItem index="0" value="AC"/> - <StringItem index="1" value="AL"/> - <StringItem index="2" value="AP"/> - <StringItem index="3" value="AM"/> - <StringItem index="4" value="BA"/> - <StringItem index="5" value="CE"/> - <StringItem index="6" value="DF"/> - <StringItem index="7" value="ES"/> - <StringItem index="8" value="GO"/> - <StringItem index="9" value="MA"/> - <StringItem index="10" value="MT"/> - <StringItem index="11" value="MS"/> - <StringItem index="12" value="MG"/> - <StringItem index="13" value="PA"/> - <StringItem index="14" value="PB"/> - <StringItem index="15" value="PR"/> - <StringItem index="16" value="PE"/> - <StringItem index="17" value="PI"/> - <StringItem index="18" value="RJ"/> - <StringItem index="19" value="RN"/> - <StringItem index="20" value="RS"/> - <StringItem index="21" value="RO"/> - <StringItem index="22" value="RR"/> - <StringItem index="23" value="SC"/> - <StringItem index="24" value="SP"/> - <StringItem index="25" value="SE"/> - <StringItem index="26" value="TO"/> - </StringArray> - </Property> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCep"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#####-###" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCelular"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)#####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtTelefone"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCpf"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="###.###.###-##" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtRg"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#.###.###-#" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel20"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Nível de Acesso"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxNivelAcesso"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="3"> - <StringItem index="0" value="Administrador"/> - <StringItem index="1" value="Atendente"/> - <StringItem index="2" value="Usuario"/> - </StringArray> - </Property> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JPasswordField" name="txtSenha"> - </Component> - <Component class="javax.swing.JButton" name="btnNovo"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/new_file_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="NOVO"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnSalvar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/save_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="SALVAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSalvarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnExcluir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/delete_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="EXCLUIR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel21"> - <Properties> - <Property name="text" type="java.lang.String" value="Campos marcados com * são de preenchimento obrigátório!"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="text" type="java.lang.String" value="Buscar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnFechar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="FECHAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnFecharActionPerformed"/> - </Events> - </Component> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormLeitor$22.class b/build/classes/br/com/projeto/view/FormLeitor$22.class index 9a57b806457e135cdafbf8cf593765e03f0a242c..007bf2744146c493f16858cfc18c79585876b536 100644 GIT binary patch delta 9 QcmdnPvWI1ZH4`HT01#~gcK`qY delta 9 QcmdnPvWI1ZH4`HP01#yYZvX%Q diff --git a/build/classes/br/com/projeto/view/FormLeitor$23.class b/build/classes/br/com/projeto/view/FormLeitor$23.class index e65a8abf19c894c0a815a1eef2126b7d58eab614..0ffb8482c1520ed15598fe549ecdd890ac2d3fa8 100644 GIT binary patch delta 154 zcmWlSISztQ6h+S$!xQog!3i9|83#ICfEzHb!-bd_6AR)>jGcuGa81VeDDK#tt9x_v z&+qjHcH}-?dLBaLX^X4b7Y5ZB3L_yc^RuH*`6!~XFtyBCSUh~olFYJVU4Bz%Lv~Nh l$!wn&b2LT3K?uMhR8Wl;ZOu9z^+XlwCz>=HikdLn$A6E#5vBkD delta 150 zcmWlSxfOy?6h!YA;R)vliW|5gF1V3l0XE>V4hu2SW5BT#jSMWnqSR+Fb7v-*t9SPD z_viTnwrm30bbN%auPOT1Sm^yrUl<6ZGC!4%B1(kRGG%7*2`qCm%YtS3O`H|kEj358 kzF*A26fS$g1&4;7R0wG*tF+XIs!%skQm^UFn8_~w0attxRR910 diff --git a/build/classes/br/com/projeto/view/FormLeitor.class b/build/classes/br/com/projeto/view/FormLeitor.class index 2a4ed95248a7dc9721e8d006260bafef1361d544..b29172fae7425dbe435dd3275e3217310a36224a 100644 GIT binary patch delta 6662 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 delta 6802 zcmZvg2Xs}%)4*rT+}+$PNgyPUKp+VL5=ue|0@AA}MIaFD8X$xqB$xt7dw{5jDCH`M zD1wT;;j>{^Y=Bs?qo`m3MFIUQpptLqy#)O@oWuLw*`2++GqbaEHyqz2SKlK;+fO|E zA^_xj7y9CeN@6548ZjC(QW&X>CXA+xG)6N<b4EHNgOSN-!N_8?WVB+mW@H<c<3o~a z!)O~rJ)w3!<g4~Z<@%7S@)`iBF0pd6I>VRgG>k@cHL9Br)ZpRWjXKkZ7STozqk8(# zD%$A9>fVe#M)mcfZM3_eQT=_$jWz}tHPDBS(Z(R72Kx}okG9U@H-|9JW}L$q${5BN z&KSWsmobttiZPl|z!<|A%P3@wW1Po0pK$@>LdHdmiy4<Nf_RaXWYk0-3ZjM-8#T#? zLe(bdELvEj%6zz#8W)PLAs#=QF^4hNsCgWp`BsJaxxlD}K2)kj+_=i9#XihXS99d9 zG3r{YmiTa`x{iallySXL%lLVNRX6f;xlt>8Sfp0+8>?bepl;&k&5YH)TBB|W8MT&$ zTYa@o-Nya5b8|gQcUZN-sEt0Xp!F&CcN%q<4?(nXw^f^X4`_*de7J=>b9uzQKCFv2 z?l$T^qwY8A0jnOg@;R#>vg%>09<l0Cs~)pzvsI6WtO{H8gjG*k^^{dlTlI`pTdaE4 zDth60AJ(fEIGJ8#yu^5!@rtirRa=dE&4*`swS4tD=fE2*y&0?CQrj5YeYHcq&3!u= z?{M>7tKKu}eIMRXi>&&9{QuC0Z8QgYy^HZtjQUu8!qTUV&p2wIb9BC7>}KtkR(-`e zy2q-ot@_5QZ>`#E)jq4fv+8@Rez59CtM*%Uz^b3D`q`+1KI~PCjQYig@7Uh9>Q|!< z`S4>rTXEQ`BUb%p)bBQUMdgI7R#t1P(Q40XW3{z9#%kZ{SgW1Y^{kGwI^KtaI)QRb z*EhO>(TP?!^o7%O++%ezrJHVKG#&Q(I>qW#tD9Ke)ao>&>4-OCBMNE1G#&NFbh_0U zzRuKi##41xh*C$l^mQxUnx$+?R!t}TQr*VtwpO>Zy1mi4zG%&p<f^4s=h0KQw7P@Q z9evTB`wMg@qdWVegU;thw$WYqc?P2^qnpv)ebF^CR=sZZnO66(x~I{-DD!(!Saffz z`xxEV7yY=^&+7h05AekxZVfbgkS~U?IGA=wpG66)htLk`vuW4#IaUv~dYI9}eKCrb z5J&U~U!SX1u{6@?QNEzlNc*5ilcWncS`ldsHA8wVcNQ|nG0tP0&$xg=MYT|0#JHGo z343!Xhw(CQ78yO>>IuG{sEfHhiBZCs?863K>gy@`a&AtwdKz!Sat>`|@iOi%_d~?# zJoXBnxx(m5U(DvZIa^m*UCo*qR?oD07SDAhV>Z7zhYGNs%b3Sw<}*S@FYv_@z0l}I zMqkC7yx7-Q>uX~4wR#Cl*RgseV=3c$Uxbcmsv-sY2A=9hqnBH~f)}SMlCM`$;<F}I z2b{)iJk<bwlP}h@iR(2Lmjb<-%Dr9_D<9XlFxDD<t1mX`b*#J1=-Yj9pQ3D9PfvXZ zgF<&iZ?KxGO;SixUf#tX-OavjV(A{ny^Q-9_cI<~Jji&6@i5~N#-ohK7@HZ7Gs27~ z7*8^uVm!@mJi}gY;aELu^>ao)Px0Tzu58mUFkbY<ZoSxQDn1+Z%T~W)^{ZBIwfZ%q zU$^=VtKYQxEnn=?+j#hP9=^lZZ|j{#zr&3rZoF&sdq%%+^#{Hv)gMx=*SoC#$m)+d zQ9j|ge9HKY;t<lG8~ueZ4zLvm^lk=ub3lK|_=@qk(R+;k+Ujq3&2M>`y^MWq<adnk zt^OfKX6PSz=l1*hfd0wqpRGQ~?O&|^)#^k1?qREsSpA#TzjGY^XY?QDa{XtFKB|vd zecac7>A$W1$JZxxjYaU~UdkW27X|g8G^h+}gJ{q*XndJWCZoj|svGEYF`;6Vim}{u zjC#KK8soSx-e7{k`r+m=$MAdsEy^oOa?6UV#upcrRpu6yS656Z9#%Y~cxu10vhu2; zs?zeZN&!uWO(~jDlsC1gtR%0XdiwN=;>yZ#MHOYGWhIq81mKLKsnx{-Vyep~OfH^q zdGW*`BmQgAAc#xY6g;2sTzGbUCrqNjh6a;@purB29KJNMiwHI}+!~Z7?Q;V3w4%~7 z0m<1H1`GQq#uidfY1yQ5gN=fD$;U<G@Zv^2Rp=dgos;h|?qn=sgc)zkO-|m-(o2jN z8BZ|YWjx9FoUw~>HxGVFKJDZS+}y&_dY0~x8w8|{ugIHFJ}qy0MfsHCs`9*vMdf*8 zE31ntO3Q;jP5guuOm%XM9P6+NHl+XteHv4cF%6pq3!5Y-HBZ3wcn>oYFw<cR%yQTg zTZJEO(pRRp#%2PN29%doRg_OHPM=tuPV;WvNE25&%*LFcWAn^b9i5zwZ5+16b^_ue zVK16ll{cV#YIy~#+B?j}ykK0jwAc;~J7On?ov9sa)?DS22^*WGcwI0@K%?Mr??$8f zjWZl}#cl?>JM4iy9rnUL4*Oz%g9986#Qp-}|FgT3%PXoJ4#L3(&vG~fhdLaF!yS&m za~+Pv;XzLG_G%Q4W@Ek14hwKhcwzHVB8>u4h~pfdhs_+Gj~6(+5HB)#vBOL70v?^; z)#0UhnZqI+?{ET6G+69#5|%iejHL#rIJ}%+n~Kx8r_5nFIW#C^e(pe=&L&-9kOEbW zGaSyuS!~>u4rjAVgK!RGuETjaBRHIqs^()Th|Aoj7SP(8Gg}1zWbW`5vW1I+cUoMO zlf!|z+Tk^Loq)y>_p6F$RppH=s;Dd;G;2cfbk2N-OM`-}1?qZS7JQtQ*ZKyBH{x=B zb%n!~xXNJQ@Fu+3;c8st@D}!bE!o_z<%`~}m@c4MAbKbE7+zFWRouV4Vq$S*2UiJ5 z;T31)RnDXXlsB+=e09lL6-Co0mrfx6*6}R2aUgDw+8!=yl_eUik8a%^?Dhr@z{X%r z>jg1);#~&scDN}>&u%f|9=zA#eVF6$e#Qfg2N@4B9%ekkc$D!NV>9D%MwsygKI!l& zp5<xE$CcT`20Y_%3qI@cIaWW<c!3Rk5$`qllEatr6^E~KVuQo2tbUF0I@|vSzUlBS zED6$cTBdBn?Uc{y>FK$(zxL_r4tL<&!6i9eGIruS4&UWec#mg)pAXLmj1SqCowzGl z(Y{IWZjP@%q9YXKB_st$a<V&q%vOBj@KgNE;O7p%z}*hN#IGFg;T-##tdN(>sSdy4 zS--{1U}&3O343v$!|!;p@9_sZ@IhLGv=oOw(!s|4Jo*6s<nU*<{vbXXyx%5027h5Y ze#P|Qc$;1!JcNgxJScw=AX+*+g1-q!`1cH*JAO*>1Uf{&^AbDpe-8iPxBp}uWgKH1 zXZ*$ZoAD3h1fz!F0Yfk(LoqZ1u_VQL9*c%yaiQ~KJfByZ7QEZGYr|O2Ij^1<M<q0O z%JdTF#pCuMwOwiJ1n1TF8aOYJqUJSpUXqtAz(wpXEzcWVI<?q&jl9Oe1MRxn6rMZP zYZB~lHz;9?*VK7w<c-(NYwo=Cpm+Q9dKt9OUM3G~f%gWNw=d|O<+XHPD=*G@t+_j! zU&!&=(DxyC*3`;b&TH$nb6$Hd&v+f2*AYu7d>7F#&v~7^&cWa9TV>^Y^ew>L^M)0i zC&0AHttuKnl|C#w`hKLar3KrQ(t-)OeHxwNysln10p9eYs>!|5jo00IXHwd3$?e#* zhx2-Ry+}8rblUjpO6T=vllpLFOb=d2P7lt`iwpAemSy#IUO%tD^9FbWoj1rE?7Xws z?jek`y>sZWdqczf^2$ZlFmE{JUiN=Jh0%@fkwZ7uBi;xB8QH-%@y)_FcRZ--olAb4 zRZ(6&UBHm+Amfab@O@nhwHO($={{VFQNi$@#bR_g+;e+;T!Hh(c;lS>Qy%4PJlwl+ zaM!S{;{2dw_~-fp0WE_^hBpdohI`@hBbq27!}CXl(uTsK8r=ny5l0LxqJJO^{mF5` zY4E2^<zBg%{%ax*guI%5*IWpqQeF#^KceCM@;x%NR9+7X_R(D<B8f#XM^?y6P~v*1 zkjvx^pv794C~uU@0RhAbIbB{sQ?j%|t^@&A{2^D#fF`|)x;sE@4cs2JP~K!jAzN5# z=MwzCU}4M&=xQLzh}ojAXp()@f~FVg8y?(R@m^>(7@DHAZV8fVmw+O<M&1Gv5}{D8 zB}qYZI7i+}l7?L9A=i<F&=I=H+vM%wMNG*ASpx&WaInY}*zoT^v4qW9nn-KY9e^S; zjn?fF?62$)8(mTIwIIl<8b<An<fP=gM=+;q{Y6XVU9={^pp#Y(I%#FEXdoZ~x<rEr zJt(k|AVw@oVT*D=*IFbBDHLqTYD){y1tnZvT`EKO$a^^s;<dUJNLnH9BP(LX7J0v% z$#D>y<pc6T+NP0EMQc4o+cXZQ$%kb%pm+-6<RcUjPtGDs9f(@pqks`Rnv)%(q&6~- z8Av4?)*HFm$j1R<jzboiLpQ8o(yXeax*f=f_#sI{SFGTh%Jd-q%El+7MVGBe-{}AJ z(Pb;rcXOognMf4r+7*80%BMxfvy?IHWa>#LQ^`pllmW-&bMls8#hkv)dFP&wY+DkW z2dNPYkHbzfgRXJmU+3H{de^0);MXWN2{ZvGq=FPU6xjzI@j4#l2_bm4NZ>u1gRYFh z`}4Y;bc61Z;fC|qi_pvR6^Mc7pn;q#Uj-lbK-0(p@nJs9lUwC$Wc<}IBNAl`WpIOh zUA_SxIaKeYL-p$NLZEz8zD1VBL5<wTy9N!(#_cqVh9+=C?%?c=*f<zW4UC4tUR{c8 zqpjIZHUreaB#1e++lXDYdK$MU@mxA)M<GqtBj4VZn}V4O9*m?D83vcs8AeiVIzfTl z83|b`42&d^f^_H|Ng`dBI<-BILNtiYqA47;k5Y$%c`|d3Lt9#xuIsf2suyp0uyJAj z$@tR6oKs@eqJJ}oF7`o-MUM@5pP~XV_N0+x>!Jt4<p=UZnwZN=GB4l%-|}*RkI&)y zq@_!KIQgm(G873W^bw<@M*s$kq4FaNx`Cl$u>6?(wJ=ijlb?_jBUaaLG1s>H>lP=e zE~z%wrhS4~D?g=8RM1i^mY>ml(Rd8tdN%?5x{aCL-3Z#VNU^DXP*H5wM7GSz$f$u% zfG0=tKsJ95mm&H?CEWCyjUw~~<=x_lQM*Zcs@A+1N_o!3)zmkhGLTO<xdF=~dB;`r zK%Ma<)t%XI<(E{-`9yp!zls>&2tJg1*my{ToskSgI_+;nGB8p#&xcVEQv+xITQ;d! z|2GLcoJ>M4<8>O&LrPL%q$xDgCSFW#6;g#g28q&x82PpQCVcafR$~0O@;h4m45&}e zd{6l?G$Q>#(q$3pN0O=|(teTvR>}kNCxF_rWlzxR@@FA3j{^NIBO8n{GLe1_>6gS= zK-aS%ZRwgJ@>dFwpxx>(50Sf)cE7hgOp=0BXe*D%-^hv#$dbRy|Ivq|D;3N?Nb)$h z<jbTr2|j<C!+$SrFJie^i3BT;$>Tx(vQEkJujn_B3hdwfc_7t4@<cHAR26+5NmZjD zc<odbRk{RApY;=gyWx}xBX225Z;d%s6@5!79o%-RioOptA<~5VPE|!G^hnk2#?!84 zNL6)ul_k~lr&q<0N-sa{gg&W;on947s+&%)a-`aQdR0AgIcvo!Yeij-qqnA>s*1WC zPpT(QuSy`*-=|mAC)L1}r>qs7umP!-t?bn4|0MvaK&eDZR;e1wOe!QkWXKF^1MPk? zKLLV6EAKDbt53*%K>vdZi}1|8DQX=(dxKDG=-Ceho=wklv``;o1y=P<!K<JU7wZ_j mmYz#=j6NV{d%1m6ys_SSULmBY4m2@+-Bm|gzmw{$^8XJNZQR5F diff --git a/build/classes/br/com/projeto/view/FormLeitor.form b/build/classes/br/com/projeto/view/FormLeitor.form deleted file mode 100644 index 6ed8ec9..0000000 --- a/build/classes/br/com/projeto/view/FormLeitor.form +++ /dev/null @@ -1,1022 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="title" type="java.lang.String" value="Controle de Usuários"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" max="32767" attributes="0"/> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnNovo1" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="tabbedFrame" min="-2" pref="826" max="-2" attributes="0"/> - <EmptySpace min="0" pref="24" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="tabbedFrame" min="-2" pref="417" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnNovo1" pref="43" max="32767" attributes="0"/> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="33" green="33" red="33" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel1" min="-2" pref="48" max="-2" attributes="0"/> - <EmptySpace min="0" pref="6" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Cadastro de Usuário"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JTabbedPane" name="tabbedFrame"> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="tabConsultaUsuarios"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Consulta de Usuários"> - <Property name="tabTitle" type="java.lang.String" value="Consulta de Usuários"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnXlsExport" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnXlsImport" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jScrollPane1" min="-2" pref="791" max="-2" attributes="0"/> - <EmptySpace pref="8" max="32767" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="jLabel14" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtPesquisaUsuario" max="32767" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnPesquisar" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="220" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtPesquisaUsuario" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnPesquisar" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane1" min="-2" pref="274" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnXlsExport" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnXlsImport" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="19" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel14"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPesquisaUsuario"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPesquisaUsuarioActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtPesquisaUsuarioKeyReleased"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnPesquisar"> - <Properties> - <Property name="text" type="java.lang.String" value="Pesquisar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPesquisarActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="btnPesquisarKeyReleased"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane1"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaUsuario"> - <Properties> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="19" rowCount="0"> - <Column editable="false" title="cod" type="java.lang.Object"/> - <Column editable="false" title="nome" type="java.lang.Object"/> - <Column editable="false" title="rg" type="java.lang.Object"/> - <Column editable="false" title="cpf" type="java.lang.Object"/> - <Column editable="false" title="email" type="java.lang.Object"/> - <Column editable="false" title="telefone" type="java.lang.Object"/> - <Column editable="false" title="celular" type="java.lang.Object"/> - <Column editable="false" title="cep" type="java.lang.Object"/> - <Column editable="false" title="endereco" type="java.lang.Object"/> - <Column editable="false" title="numero" type="java.lang.Object"/> - <Column editable="false" title="complemento" type="java.lang.Object"/> - <Column editable="false" title="bairro" type="java.lang.Object"/> - <Column editable="false" title="cidade" type="java.lang.Object"/> - <Column editable="false" title="estado" type="java.lang.Object"/> - <Column editable="false" title="curso" type="java.lang.Object"/> - <Column editable="false" title="ano" type="java.lang.Object"/> - <Column editable="false" title="Máximo de Emprestimos" type="java.lang.Object"/> - <Column editable="false" title="Observações" type="java.lang.Object"/> - <Column editable="false" title="Tipo" type="java.lang.Object"/> - </Table> - </Property> - <Property name="autoResizeMode" type="int" value="0"/> - <Property name="autoscrolls" type="boolean" value="false"/> - <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor" postCode="tabelaUsuario.getColumn(tabelaUsuario.getColumnName(0)).setPreferredWidth(30); tabelaUsuario.getColumn(tabelaUsuario.getColumnName(1)).setPreferredWidth(200);"> - <TableColumnModel selectionModel="0"> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="false"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="false" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaUsuarioMouseClicked"/> - </Events> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnXlsExport"> - <Properties> - <Property name="text" type="java.lang.String" value="Exportar para XLSX"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnXlsExportActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnXlsImport"> - <Properties> - <Property name="text" type="java.lang.String" value="Importar dados de arquivo XLSX"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnXlsImportActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="tabCadastro"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Cadastro de Usuário"> - <Property name="tabTitle" type="java.lang.String" value="Cadastro de Usuário"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" max="-2" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - <Component id="txtId" min="-2" pref="59" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jLabel22" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtMaxEmprestimos" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel3" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNome" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtEmail" min="-2" pref="279" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="6" pref="6" max="-2" attributes="0"/> - <Component id="jLabel20" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="boxTipo" min="-2" pref="215" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnFoto" min="-2" max="-2" attributes="0"/> - <Component id="lblImagem" min="-2" pref="115" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel12" alignment="0" min="-2" max="-2" attributes="0"/> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="6" max="-2" attributes="0"/> - <Component id="jLabel11" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="jLabel9" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtTelefone" min="-2" pref="142" max="-2" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel10" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtCpf" max="32767" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="1" attributes="0"> - <Component id="txtRg" alignment="1" min="-2" pref="159" max="-2" attributes="0"/> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="56" max="-2" attributes="0"/> - <Component id="txtCelular" min="-2" pref="145" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Component id="btnImprimir" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace min="-2" pref="2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="btnNovo" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnSalvar" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnExcluir" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="49" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - <Component id="jLabel16" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="txtCidade" max="32767" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="boxUf" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - <Component id="txtEndereco" min="-2" pref="266" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNum" min="-2" pref="45" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="txtBairro" max="32767" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtComplemento" min="-2" pref="106" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="8" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="6" pref="6" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> - <Component id="txtCep" min="-2" pref="111" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jButton1" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="jLabel5" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="196" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="375" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="6" pref="6" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - <Component id="jScrollPane2" alignment="0" min="-2" pref="407" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel15" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtCurso" min="-2" pref="212" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel17" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtSerie" min="-2" pref="31" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="0" pref="14" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtId" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel22" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCep" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtMaxEmprestimos" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEndereco" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNum" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtBairro" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtComplemento" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="171" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxUf" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="txtCidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jLabel21" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane2" min="-2" pref="103" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCurso" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSerie" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" pref="30" max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" max="-2" attributes="0"> - <Component id="btnNovo" alignment="3" max="32767" attributes="0"/> - <Component id="btnSalvar" alignment="3" max="32767" attributes="0"/> - <Component id="btnExcluir" alignment="3" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNome" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEmail" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="lblImagem" min="-2" pref="158" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnFoto" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtTelefone" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtCelular" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtRg" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCpf" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnImprimir" min="-2" pref="32" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxTipo" alignment="3" max="-2" attributes="0"/> - <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="* Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Email:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="* Logradouro"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*UF:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="N:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Bairro:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Telefone:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="CPF:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel11"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="* RG:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="* Celular:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Complemento:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel16"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Cidade:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtNome"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtNomeActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtEmail"> - </Component> - <Component class="javax.swing.JTextField" name="txtEndereco"> - </Component> - <Component class="javax.swing.JTextField" name="txtComplemento"> - </Component> - <Component class="javax.swing.JTextField" name="txtBairro"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtBairroActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtCidade"> - </Component> - <Component class="javax.swing.JTextField" name="txtId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel15"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Curso:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtCurso"> - </Component> - <Component class="javax.swing.JTextField" name="txtSerie"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel17"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Série:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel18"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="* CEP:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxUf"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="27"> - <StringItem index="0" value="AC"/> - <StringItem index="1" value="AL"/> - <StringItem index="2" value="AP"/> - <StringItem index="3" value="AM"/> - <StringItem index="4" value="BA"/> - <StringItem index="5" value="CE"/> - <StringItem index="6" value="DF"/> - <StringItem index="7" value="ES"/> - <StringItem index="8" value="GO"/> - <StringItem index="9" value="MA"/> - <StringItem index="10" value="MT"/> - <StringItem index="11" value="MS"/> - <StringItem index="12" value="MG"/> - <StringItem index="13" value="PA"/> - <StringItem index="14" value="PB"/> - <StringItem index="15" value="PR"/> - <StringItem index="16" value="PE"/> - <StringItem index="17" value="PI"/> - <StringItem index="18" value="RJ"/> - <StringItem index="19" value="RN"/> - <StringItem index="20" value="RS"/> - <StringItem index="21" value="RO"/> - <StringItem index="22" value="RR"/> - <StringItem index="23" value="SC"/> - <StringItem index="24" value="SP"/> - <StringItem index="25" value="SE"/> - <StringItem index="26" value="TO"/> - </StringArray> - </Property> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCep"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#####-###" subtype="-1" type="5"/> - </Property> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JFormattedTextField()"/> - </AuxValues> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCelular"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)#####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtTelefone"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="(##)####-####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtCpf"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="###.###.###-##" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtRg"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#.###.###-#" subtype="-1" type="5"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtRgActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="lblImagem"> - <Properties> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_student_309036 (1).png"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> - <LineBorder/> - </Border> - </Property> - </Properties> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane2"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTextArea" name="txtObservacoes"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="rows" type="int" value="5"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel21"> - <Properties> - <Property name="text" type="java.lang.String" value="Observações:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel22"> - <Properties> - <Property name="text" type="java.lang.String" value="* No de Empréstimos Máximo:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnFoto"> - <Properties> - <Property name="text" type="java.lang.String" value=" Escolher Foto"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnFotoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnImprimir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/print_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Imprimir/Ver Cartão"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnImprimirActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JComboBox" name="boxTipo"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="selectedItem" type="java.lang.Object" editor="org.netbeans.modules.form.RADConnectionPropertyEditor"> - <Connection component="boxTipo" type="bean"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.MatteColorBorderInfo"> - <MatteColorBorder/> - </Border> - </Property> - <Property name="debugGraphicsOptions" type="int" value="-1"/> - <Property name="doubleBuffered" type="boolean" value="true"/> - <Property name="lightWeightPopupEnabled" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxTipoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JLabel" name="jLabel20"> - <Properties> - <Property name="text" type="java.lang.String" value="Tipo de Usuário:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnNovo"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/new_file_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="NOVO"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnSalvar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/save_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="SALVAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSalvarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnExcluir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/delete_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="EXCLUIR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="text" type="java.lang.String" value="Buscar "/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtMaxEmprestimos"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="##" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtNum"> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnNovo1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="FECHAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovo1ActionPerformed"/> - </Events> - </Component> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormLivros$26.class b/build/classes/br/com/projeto/view/FormLivros$26.class index 15d127ca8b55b6902f24f2f62bba70024efe80db..4e44a2bfbaddbf6608651b7511b59b0099a1db50 100644 GIT binary patch delta 9 QcmdnPvWI1ZH4`HT01#~gcK`qY delta 9 QcmdnPvWI1ZH4`HP01#yYZvX%Q diff --git a/build/classes/br/com/projeto/view/FormLivros$27.class b/build/classes/br/com/projeto/view/FormLivros$27.class index c1126c325d322e503e6092884e9b42350a38b879..a67aafc02df21c3db9e90b50dc516fbce2d8eefb 100644 GIT binary patch delta 154 zcmWlSISztQ6h+S$!xQog!3i9|83#ICfEzHb!-bd_6AR)>jGcuGa81VeDDK#tt9x_v z&+qjHcH}-?dLBaLX^X4b7Y5ZB3L_yc^RuH*`6!~XFtyBCSUh~olFYJVU4Bz%Lv~Nh l$!wn&b2LT3K?uMhR8Wl;ZOu9z^+XlwCz>=HikdLn$A6E#5vBkD delta 150 zcmWlSxfOy?6h!YA;R)vliW|5gF1V3l0XE>V4hu2SW5BT#jSMWnqSR+Fb7v-*t9SPD z_viTnwrm30bbN%auPOT1Sm^yrUl<6ZGC!4%B1(kRGG%7*2`qCm%YtS3O`H|kEj358 kzF*A26fS$g1&4;7R0wG*tF+XIs!%skQm^UFn8_~w0attxRR910 diff --git a/build/classes/br/com/projeto/view/FormLivros.class b/build/classes/br/com/projeto/view/FormLivros.class index 4a8ff72bfaebfe78ca185ac9ec1b41f3ee58cef4..9ec45397f06dafe56a072f5d528fcf953819b653 100644 GIT binary patch delta 7440 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 delta 7444 zcmcIpcYIYv)7~<3_uP|B2m}bBB|w5S3811chz247=?1LSB!rseh9oovZ=@)Sh;R@E z5mXRSQN)WPf{NHtP{D@17Z6lHs*-o++$10$@1Gw(?sH~$c4ua1XP>hN)~{6`uT>+r zpL*dXA;g7&I<73%ia|2~12O~{41>cEWN;Z`7%W39LmWd5hIodW47C^%7PyVWK@#e_ zBBUFz)R3VOLt}<yh7_ZlxFSV2WoX7dsjj$Ary1Sc6>0js7&St-h*3GZB||HtTN~ZR z6|MC7t}N7TSxRSU$Izak1H%Oj7ls)xV(7?lu`BcRB`p1ip%X)AhD#Z`FkHq?FL#xq zfGCy>qr1AIt8U7Hbu&8C6<0(XR~X&h6+NPjETen4qF1!hlgD1k&?{_oZ&&n>_V+Qm zuPd^njebV=cg5Aw#sH(Q;zj#jvU%n}hCvKhGhD-PEyHyT*E8I}FqmNo!%&7{48s{l zFywS(%w@=97|D>&Fv{rBye&<Q9^;A$QO{$I9_NZO-PC(ac5sZI=!$Y`RLCTMA8+D` z(-@{R+{_SmR13~exzV?9zGfIb(-n8?S=^Xy^sTP&^lhB9IY!^^=sR4oSkL9W-N`V| z=)3qi-_dvTlgun|#R|QUXLv!qNZ-TF#bFljW$`|vm$-VVzMo;4s~^zIxqAgm53=-- z(GR=gNs53>taS7$qaSg_dT#gEtBrot6&s?BHI9Ca_k)~1?ut#^nav}faK)BrV-0W0 zTBDz&eSFI3b&h`8(d!-kjH4rt-r(qG9sQi6H#+)xM{jcU3y$9G=q-+Z(a|qC`ej#a z)mz!dD-7EhUUl_r`gNn<aK)$W<T|~Q%iv9x-eP#$)!X$uj(*qZ9j^FB&vNum6V~s! z;(HoTi+-Qs177d0px&)N<mN{VA2WQynfjEqdl)|BA)h<?3$D&D9sQM~zjpLDj{ers z-#PkwNB`jHA07RZqknevFOL4z=)JBu#i8}r`;7k0l~T_NJ9<Bt%K@W*cO|kmq*ogK zhtYpJ`k*U=`j9IfeVA+MFQbpRGEN^g`k1Sa>l0j4H1nh@6QVQ!cJx1N;S@s!0SE)q zmG$*314Kp*Y1N<&5E~_P7lvKg1Og5i1H?wDtPVQh8Xz)i;oAgjfcU62H_9Q7p@swT z28fW_@%UN>5?s+5YCBNJg}RXF$_t<#6&)l|kU%8WLmzOUfddV>4(@cI5j`QvfyM^H z$*%0mR#F^jVt}ZjJGYuSkZK^!l~=Oc70{eg4(HJ}Knn+2I?&32)(*5WKwOngLu4_u zbs=4QEct{*tk)lywSZX*n6=<SN@BE+nG2Y?!f-K*OkF_K6@pF%n7Dw63z)coh^rM` z&X7UG2wfSvaWm7v6$Xf_%A-cJ4D{dx^mO4$=oN(C(1#_WrftyAf&MNG0AizUkj=9P z5-r1^a1gGBYYbfL%4xc(1J}_Lu4gu-l}&>i7zVpA1cn+I#xsWV3P-S%!%{9)Hsnza z!bsv*$mfk1%oSG71w#;mQS6d9DFuj-LNJzr*eJv^%ENR>VZ19B`>zQoAPEW`C}P_o z1I4af#(cdDCh&|BUTY~snFB;(DKLp)GJBXp+pZ5eFx9|~u3W>j*1%1*gn(P<O#?G{ z{!H$pvYYM7b@Zm7M)+11FJ<vImO8UEha|Y&z#XpK$aXfuT!uScxgB~sFpu5c<-mLg z?si~-0}Bm!4lHuu9tRe?avR*s!|&taOI%nA_ZwJ74LV8Gc)-AN2UfVU03Hm=a4|gO zz{3u#<lR}t%YMXx)ja=Ep1+2H$ZQ)BlWl`199SDv8lL2oJmtbVc-n#W4m`u{hyxoO zc-FvkJbj}B&pWWmffqPMn+<F+@S+1R8F<-&tuDL*+Z=fHDp&2Gf+2W~yIwc&hJiN? zyk+2R1KVABj1mCvz`J~&cJRsC$r6!P4|v~|JKzKE+r_D)%H3_?!^jS26T(LZKK8u0 zr>>WxS*T=m+oJrk-29xP(zXLb6HD^)`{Yl`FX&oS6e`Op8yhMrm7-yvaXFK6(hG8m zMyC&)SX^9^Us`%?PD#<&qS2+DrNBu!1rzh72u>`@8<U?mK7XXwqsHU%lgP;$&6WJr zYf<a4+!JY(&`d@$YY&p%gLUrnI@jH@FtMfl%xjf+LVg};UoT6Cx2OqLg&7tx6f-=j zZn5eGhKITN6vJAEC%ErXhLsGDGu+FH`xstjc#)x;6-(4ot5$Gx8A~^@w3!vt)O4#* z1uT4_ydw=d)yY%+EPM%HS=B{dX5nl2hLYq3;+iE|_!hpi@ICxs;Yaw%!q4!F6!pCk zUF&#HXQH>FVVx1b!d?se;5Q5V;edtT8UA4Sli?u4A%?>Ye=!_^qZW>_be!P?!%2p} z8UA5=r&y{$Vb#b;?MA6eOH^Lx<P@#pJ8xKWTJJmri--X!;{1KenOv5h87c^sSe1vy zqJu#xVyjhIp`tP=0)ukKgbH(bh-)zht;JXjdOMSobsX9KBe{KY9@elJk2MX}vRE7I zSgecnEGDs39~*iZDYct6ve+1tEv8^YgH0?p#Wah}@jUKsVX-BiM<F&1bg<Y8TYJk> z&ev`5d~at;nr@5f-jS3+x*fLXAzrA-&iZ*s124b}EnY;q#*TQg!AmUuCpx4aiJh>s z#Y?e^#mn$=gBcdPQnU-2PR;Iyne6lmj-k839u}{}UKV>}AMWYPA@;M_pM!6V0~oHd zn2o)psFg`oKCz%ICuL-QN}sWlN<yU;2jU=aNV7HiYVtiHt(n&<HCA7P*ZT6%)Zwvt zs5o~wSR9PQyth*u$>HA5scC@`7IQF{ht;EH<Y9X$gvF6G8uPKe#Zi^^iqj_RJPLhp zTA?28_cgU0+F2aK3m;30InDF*I2`XCXx^|+fyF{BVt*lv#W=xY36^@v=N*r&i)Fl& ziM-HBURsOgT_)ocgHtWuNR^B?QSIO~c0QfqW`;0BIm0asGZ<zv%z|GQwoGk48*jCE z8+XiMxSin+0@#OhE#65biSsDFUM<@M?m{I+V=pJUF_pl4IAHK@iwkg}LC@kMyvO2V zyw~D=@RPTxWyeNKEH1_SEiS_cEH3ATuD}NkK4kG>T<O_X9m1>d5sRyEwZ%u-+8T?G zv5N%1c*lm)uk7D_N?v|3^OD8K@j<Hw@iL!asV_@wIlL#?^i#Ob;?uaE<9^0s1UFcG zmbK5}Mk!KqOVaZ~h3Um5p>g?Tq4beCq4cbf_hPHq^yhixCiseYFSFB-K4WuBLZeG^ zipNYHGPW>hbbjfO+)!wI=@6?vQJ<0_Z$PgUD)$#~v&Ajs4qxOrUgEGNorRZitHoDv z8;8-w%V^!H^Q&w+zFR0%R$4}O`{tL835_hR5y02taeWPgug9xzExv(oT6_!Nwz!>x ze#ei;C!60BOm~a#5=Y?<hMfe&6bGcJ$7!09UOJhGIlWib*n<4bF`-ateu>5R@O_IP z;4Uek?YQF67I))^UfnjMTjt?M7C**MEPl!v-(&GJ{9FoKm2tLW@eBOYTivFK^A*?A z*Z7V1UYqV$Ek%m+JJpZKr0Udsk3U%a5qDYqiAVm-q5p!v(mSH<l!DSJ7Wd*li@zax z`rYCmu$PiFgnsE3|HOk{{`pyehwy!G-TCza4-?PrIDc&;{LA7IJW6i*jV;WbNQaXN z6OVI>Q@nABDc+v8ao*CzI`o{Bh9@kZ#J?^6gQqN31cVJp3L~HxbO7iS1u#;UzBnKQ zk(iFt0gM!_yo^4HUjK}Q$a9@Cm2|ulm*&f0WJH$^LB|d7$9KR+mS(jL#KhV_T%e{^ z->7fB-F+^S30|=8XHZ*;G;cuP#K@_>InYEF8<Aqv2qV&r$`Rs(*r0Oh!ykl{1wyJk zuROaaj#T}GitNb#CMle+MhP8E6rg-bh?+}Owi+meIuy5BjaFlXgq8M)8cUK29x|)d zIFfYyUa?M%CkfPWGT%r*g((o)u>TeGS4bn{;HX^14^==z;>dd;{fY()S*k)p@mp3z z>J{Fvx|FC=p~Y5FQ<bTSB<&NmD4dA`<SJj9MDYvxax^esnyjV>DIB>`P4)f=HN2So zsvC`H#eNHFRtQ=U$Kv-<M*QxClj5r2QPI=LS#^Q@)4SNqnVjO~71xW2+Ee^i_HHd6 z-iEy^in@N4Pm(69n<;)?t`VvS`ynHAY4B=JxF_2WmsA<m6EbLmAEdZMO;y*BxdtLl zU8}AW+BcFURE21Mt~kjo-5nywCj6$tGiYW|z98b&3^kLISVJCEv(yl>mMHhC*_=43 zM1{Il-A3t(5l7S<@_@3o*spFUZ9p~<KdC#^4Z_H&Vvd?i;~Y6dgw>riE-2@UNfgsO z;mSp#P~Al{V&wf|l$uX7tUMeRvFdJ`604AQr!p%lv1*YdO;!siD?@4Nb%m;QHjJD_ zjVz?Q17|E(1S({z2>P4iQFTfqw$a8&uGMIvwyh8YMBG^e+DAwDV~t#V#_$#uqN7mJ z;n7{Ew9)O&OPCa?6V1F8J=HyGG383}1<l{=lao$wHr?0!zRM<`?xXt}^<6>*aX%H9 z;#*r})#TTtrnP(Hr#6U<Dw>EB>H&3|=S|IM&ULmtx}0d8of1u|kKhUMELouoVC4AJ zPh=ry5M_N4R1d0$1X3-xt;!`yRaM=bZBy9svaw$}S|rE@e(6MyTM8XFku0#P#3_@l zD49|3C&j@4xui?0zqp~(PA`t`t6urEG41_56OKqCo2$rAtf;LXp$*smK3ZCMv}ZM) zMa5TLFKPM{REldvfcA1&Rm3DkEyaj|>M=j!`r-=Trlx2v^KC-4&1lc+O3G-=<=;{S zsy2L^k!wyDLu>L&7i+4l{^ao^iZS3d57+RrZ!Q?ZaZu(&x9T{$RmS0nPSq>A=>M#U zduT;|J<`!VB^p+{JRwraAzkdf`r+ID{~XZggTE(@%1`eJeP(zW<sVjNH%4UpM_Gyb zBC|S^U80#3Ij7H{D6L+7=^1B`_bx^7_^LdobFKXEJXZ+UKSec+@~V#!ed|OXzGb-# zuTxKppx7*!jwjK`uSG+jqFr&bn6B2VXNU@C6N4~CIHE|*QxUa+i$um&g-23VS)+PZ zJx5y^M|`!>r~KODxO$$f0CD3%wTY~tzdc#PRETVm6|IgNjoe7QzMamP5EWunC5@cX zZ6uYCucvXd68aN49}|sKENv=%!Ff1q4dr*HU%i8?0uzI)t9O7;i=6YWl=FF1^(msW zPl0DvFZV3`-_^VLboI6%zx0t;S-lrgttzi@a)NjH>?9%<;!D!gC#RP;JEQu|L!XS1 zr)Kw4VLuDva+&RCH6XHNZ}k#o%ZT1GOTFx8dVuVzwvrT-i!1krspPS$rIA#X^M@)K zFkUWEuTb_iQSU6ZjqF9KBvZsxh&<s|Qi)vlA3xblxZ9!}O*wDZxPeMbZPKJdbf_jB zxr_&L$;?Wi<<MtuWW$`dBwZ+8qmr5BhxIy1&s7E(6gzzB4eHCK;)#~b05RV$8AIjs zt$LGQNyK_$k9x}wHBszRZ*!=0!Fbm%6r_Xtx?d;(vHy(IP*Jt?Fx8g7cE65td3BwH zsUpghe^*kw>Pn(ZQ+17TF;S(_%JyDk<i3QVv_um29~TKkS;VbTYeIDM?*KuyUA+_C zYI&oG+&H(9%zanAM?rV=1AL#hySFcWK+*_b+C|btU)oKQ5DV0Y>LaQWepMz5=M=@I zK9;iSF@fad@E{}qqTdnv9py_0UH`q~cP{C%hf091)x?CKQI-_t@G|u|Nt%vRYxM=a zVL&t$sp?Dh6*1-|B2IlxQb1%93$7!riC6w@a?iXTG0dtm-cjGF@4eP{T~Ox-z68>r zfclZ|J*4?b{p^*VrJ-6T%`fU#Z}V9iy84i2uiEG7`Tw>?FILk0Mss?frHRhjPjkGp zG|@Q+D1y(=(nKTpovbyx``><|*8U*P_;YIhBu(U;nuDY{c}~qCiXd~rzx_lbI82(k z=hXZ~n%(Er93f4Eh3B$%lp@GGOA}qsG15G7PR()B96G1w1o`Rgoy*Tj(#$-k=5Mn0 z&RLph1pkmGVbQ;>MKz~LGx(gE3ev1xbV1UYRYh}z)?8!s4@=(fixQ>q%sp@C?0{F) zPC@^#Ay!~QMv{Jjo{2*0rSxndBsQaGDoDK>v#@7I5?&`J;Pnv1A@m#yL0Bi3;r@)I ZK#f4HK)gtTY2<<4i!fbixEaDw{$GXVHCF%t diff --git a/build/classes/br/com/projeto/view/FormLivros.form b/build/classes/br/com/projeto/view/FormLivros.form deleted file mode 100644 index bcb250e..0000000 --- a/build/classes/br/com/projeto/view/FormLivros.form +++ /dev/null @@ -1,971 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.5" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <NonVisualComponents> - <Container class="javax.swing.JMenu" name="jMenu1"> - <Properties> - <Property name="text" type="java.lang.String" value="jMenu1"/> - </Properties> - - <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> - <Property name="useNullLayout" type="boolean" value="true"/> - </Layout> - </Container> - </NonVisualComponents> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" max="32767" attributes="0"/> - <Group type="102" alignment="0" attributes="0"> - <Component id="tabbedFrameF" min="-2" max="-2" attributes="0"/> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="jButton1" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="16" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="tabbedFrameF" min="-2" pref="444" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jButton1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="33" green="33" red="33" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="jLabel1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel1" alignment="1" pref="72" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Cadastro de Livros"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JTabbedPane" name="tabbedFrameF"> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="tabConsultaUsuarios"> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabConsultaUsuariosMouseClicked"/> - </Events> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Consulta de Livros"> - <Property name="tabTitle" type="java.lang.String" value="Consulta de Livros"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jScrollPane1" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel14" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtPesquisaLivros" pref="362" max="32767" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnPesquisar" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="426" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnXlsxExport" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jButton3" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtPesquisaLivros" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnPesquisar" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jScrollPane1" min="-2" pref="278" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnXlsxExport" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton3" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="42" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel14"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPesquisaLivros"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPesquisaLivrosActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtPesquisaLivrosKeyReleased"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnPesquisar"> - <Properties> - <Property name="text" type="java.lang.String" value="Pesquisar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnPesquisarActionPerformed"/> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="btnPesquisarKeyReleased"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane1"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaLivros"> - <Properties> - <Property name="autoCreateRowSorter" type="boolean" value="true"/> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="16" rowCount="0"> - <Column editable="false" title="cod" type="java.lang.Object"/> - <Column editable="false" title="Título" type="java.lang.Object"/> - <Column editable="false" title="Autor" type="java.lang.Object"/> - <Column editable="false" title="Editora" type="java.lang.Object"/> - <Column editable="false" title="ISBN" type="java.lang.Object"/> - <Column editable="false" title="Ano" type="java.lang.Object"/> - <Column editable="false" title="Serie" type="java.lang.Object"/> - <Column editable="false" title="Edição" type="java.lang.Object"/> - <Column editable="false" title="Idioma" type="java.lang.Object"/> - <Column editable="false" title="Fornecedor" type="java.lang.Object"/> - <Column editable="false" title="Piso" type="java.lang.Object"/> - <Column editable="false" title="Corredor" type="java.lang.Object"/> - <Column editable="false" title="Posição" type="java.lang.Object"/> - <Column editable="false" title="Seção" type="java.lang.Object"/> - <Column editable="false" title="Disponibilidade" type="java.lang.Object"/> - <Column editable="false" title="Observações" type="java.lang.Object"/> - </Table> - </Property> - <Property name="autoResizeMode" type="int" value="0"/> - <Property name="columnModel" type="javax.swing.table.TableColumnModel" editor="org.netbeans.modules.form.editors2.TableColumnModelEditor" preCode="tabelaLivros.getColumn(tabelaLivros.getColumnName(0)).setPreferredWidth(30); tabelaLivros.getColumn(tabelaLivros.getColumnName(1)).setPreferredWidth(200);"> - <TableColumnModel selectionModel="0"> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - <Column maxWidth="-1" minWidth="-1" prefWidth="-1" resizable="true"> - <Title/> - <Editor/> - <Renderer/> - </Column> - </TableColumnModel> - </Property> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="false" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaLivrosMouseClicked"/> - </Events> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="btnXlsxExport"> - <Properties> - <Property name="text" type="java.lang.String" value="Exportar para XLSX"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnXlsxExportActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton3"> - <Properties> - <Property name="text" type="java.lang.String" value="Importar de arquivo XLSX"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton3ActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="tabCadastro"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Cadastro de livros"> - <Property name="tabTitle" type="java.lang.String" value="Cadastro de livros"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel2" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="lblNome" min="-2" max="-2" attributes="0"/> - <Component id="lblAutor" min="-2" max="-2" attributes="0"/> - <Component id="lblEditora" min="-2" max="-2" attributes="0"/> - <Component id="lblIsbn" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - <Component id="jLabel20" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtId" min="-2" pref="59" max="-2" attributes="0"/> - <Component id="txtIdioma" alignment="0" min="-2" pref="133" max="-2" attributes="0"/> - <Group type="103" alignment="0" groupAlignment="1" max="-2" attributes="0"> - <Component id="txtEditora" alignment="0" max="32767" attributes="0"/> - <Component id="txtAutor" alignment="0" max="32767" attributes="0"/> - <Component id="txtTitulo" alignment="0" max="32767" attributes="0"/> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" max="-2" attributes="0"> - <Group type="102" attributes="0"> - <Component id="txtIsbn" min="-2" pref="146" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="lblAno" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Component id="txtSerie" max="32767" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="lblEdicao" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtEdicao" min="-2" pref="45" max="-2" attributes="0"/> - <Component id="txtAno" min="-2" pref="43" max="-2" attributes="0"/> - </Group> - <EmptySpace min="0" pref="17" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - <Component id="jSeparator2" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" max="-2" attributes="0"> - <Component id="boxFornecedor" max="32767" attributes="0"/> - <Component id="boxDisponibilidade" min="-2" pref="208" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel9" min="-2" max="-2" attributes="0"/> - <Component id="jLabel12" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <Component id="jLabel13" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="boxCorredor" alignment="1" max="32767" attributes="0"/> - <Component id="boxSecao" alignment="1" max="32767" attributes="0"/> - <Component id="boxPiso" pref="0" max="32767" attributes="0"/> - <Component id="boxPosicao" alignment="1" max="32767" attributes="0"/> - </Group> - </Group> - <Component id="jScrollPane2" alignment="0" max="32767" attributes="0"/> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - <Component id="jSeparator1" min="-2" pref="203" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="73" max="-2" attributes="0"/> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="160" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="0" pref="67" max="32767" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="btnMapa" min="-2" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnNovo" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="btnSalvar" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnExcluir" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> - <Component id="btNavegar" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnbaixarCapa" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="27" max="-2" attributes="0"/> - <Component id="lblImagem" min="-2" pref="162" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" max="-2" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="jSeparator2" min="-2" pref="232" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="173" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxFornecedor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel8" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxDisponibilidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jSeparator1" min="-2" pref="5" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel13" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxPiso" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxCorredor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxSecao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="boxPosicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane2" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Component id="lblImagem" min="-2" pref="240" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btNavegar" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnbaixarCapa" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/> - <Component id="btnMapa" min="-2" pref="40" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="48" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtId" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtTitulo" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblNome" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtAutor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblAutor" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtEditora" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblEditora" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="18" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="lblIsbn" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtIsbn" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblAno" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtAno" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblEdicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSerie" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEdicao" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtIdioma" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="32767" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnExcluir" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnSalvar" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnNovo" alignment="3" max="32767" attributes="0"/> - </Group> - <Component id="jLabel18" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="32" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblNome"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Título:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblAutor"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Autor:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="1"/> - </Property> - <Property name="text" type="java.lang.String" value="LOCALIZAÇÃO"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblAno"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Ano:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Posição:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblEditora"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Editora:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*Seção:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblIsbn"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="*ISBN:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Corredor:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Piso:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblEdicao"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Edição:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtTitulo"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtTituloActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtAutor"> - </Component> - <Component class="javax.swing.JTextField" name="txtEditora"> - </Component> - <Component class="javax.swing.JTextField" name="txtId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel18"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="Série:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxSecao"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxSecaoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtIsbn"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="#############" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JSeparator" name="jSeparator2"> - <Properties> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.BevelBorderInfo"> - <BevelBorder/> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxCorredor"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxCorredorMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JComboBox" name="boxPiso"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - <Property name="lightWeightPopupEnabled" type="boolean" value="false"/> - <Property name="name" type="java.lang.String" value="" noResource="true"/> - <Property name="requestFocusEnabled" type="boolean" value="false"/> - <Property name="verifyInputWhenFocusTarget" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxPisoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JComboBox" name="boxPosicao"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxPosicaoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JButton" name="btnMapa"> - <Properties> - <Property name="text" type="java.lang.String" value="mapa"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnMapaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JSeparator" name="jSeparator1"> - <Properties> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.SoftBevelBorderInfo"> - <BevelBorder/> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btNavegar"> - <Properties> - <Property name="text" type="java.lang.String" value="Navegar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btNavegarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnbaixarCapa"> - <Properties> - <Property name="text" type="java.lang.String" value="baixar capa"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel20"> - <Properties> - <Property name="text" type="java.lang.String" value="*Idioma:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtSerie"> - </Component> - <Component class="javax.swing.JTextField" name="txtIdioma"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdiomaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtEdicao"> - </Component> - <Component class="javax.swing.JComboBox" name="boxFornecedor"> - <Properties> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - <Property name="lightWeightPopupEnabled" type="boolean" value="false"/> - <Property name="opaque" type="boolean" value="false"/> - <Property name="verifyInputWhenFocusTarget" type="boolean" value="false"/> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxFornecedorMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_SerializeTo" type="java.lang.String" value="FormLivros_boxFornecedor"/> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane2"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTextArea" name="txtAreaObservacoes"> - <Properties> - <Property name="columns" type="int" value="20"/> - <Property name="rows" type="int" value="5"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Observações:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxDisponibilidade"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="0"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="null"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxDisponibilidadeMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="text" type="java.lang.String" value="*Disponibilidade:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblImagem"> - <Properties> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/book_cover.png"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.LineBorderInfo"> - <LineBorder/> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="text" type="java.lang.String" value="Alterar Fornecedor:"/> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtAno"> - <Properties> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnSalvar"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/save_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="SALVAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSalvarActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnNovo"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/new_file_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="NOVO"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnNovoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnExcluir"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/delete_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="EXCLUIR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Dialog" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="FECHAR"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormLogin$3.class b/build/classes/br/com/projeto/view/FormLogin$3.class index 5c9035019ad6ae6ac854cc99884628dd95b0c150..d942c634230feb0d2bc63e391abe981a86c64550 100644 GIT binary patch delta 9 QcmdnSvW;bfDH9_H01x#7WdHyG delta 9 QcmdnSvW;bfDH9_D01xc~T>t<8 diff --git a/build/classes/br/com/projeto/view/FormLogin.class b/build/classes/br/com/projeto/view/FormLogin.class index 062b880c50d73d5134405b555d33e0fb4daf4220..8260d437739d7cc42d3c5d1df6047d453a6ba953 100644 GIT binary patch delta 1867 zcma)6d0f<05dY5ZvhTOg2dzjTitHvT0w$G~S9xG!sTmoSrdBI#2;zdU2x7Edc2nlh z>@LeLyOj#kQZwzqF0(SrZnM)$%MLSj=C}4S`>Q?XJM(6~GxK}%es9_6)k9+K`&O(1 z(4QJLrr;qF4{KClsc4TVJgSj^r9L(uQ+Qm%iW^VJ%9A3VQdp*u7++ql(4ygw8&4}d zqtPjDJS(xSBH9$5ljJKz#8xUiuhA7RNS##*t1Yb2$i$0MYORQu6xIo@xA3yyD+;e_ zWaBkqwEM6DuZ#JHXm2XKrSUd4%E~(;Hfg+z_e8ueVzYQZ5XTk^A6kfgBpt3**sAd{ zKC$qr#%K6kV-UU&&zBaq33Ab|G)7>%7++iX#=^G>-)R(LyM^!NQGU?afp#hKqZIi` zw4bHYPBC|h`HS@Us}H;Jo0z|AluW@NLjF^>aF1-=9)-U&CdvRNVz0vA3j3s|{hC1J zBNw?v^Dv7NEb?knWNCJ2i#mv56eVhuaRN%BBNX{tdb^gB-OsZv3HuavRFupmII*3P zFy0E)l+_YCO}5u~Qab8U4JF~~Xn9qnR#7KKDfUk9yx2TkX|PB{Bjy@hin)a3iqPy( zLw;?2d890VOi?Hjt~7|E?!TUKp=si&Lbbsx5jChLq#njD4mU&#%fpqW2D4F5=yI61 z$PTzou0aFlaG!^{3hJWKs)#`)W*S69)S}wXvw~SiQmUae>P$!yMt-P1nm@9tvZ{uk zfzl0ip{{ns>YCU{8HT!1rlA0@EV2UbAf?)ER=|4{btj}P@TX-6CCg9`>Zz!gq282Z zD3|&eI+}89zb~avUqktHjG<$xzoFx4fTDqh2GL+y9%AT3I?2#b8fIuX^|y<B1H2;) z70^h#*_Y`*+0ZB|loF#2okFMDD}DJ^BaJaMmd4q;e9fayqw$JPms~|6&X8Oaq=PfX zESCHO44p+eiq0`KiOw}NnWh+;%Cn;L=zK#LP{>}Vd%34kiM>M)oLWjDMPWl1QkkOZ zhRUhJ&<v_HG*d>KQ5>EbED6^{!;PWfth#WpG+Z052nB0H<u$_;MGRF@wW3*uYABW9 z8ySj}geya(RfcLQYA-fDymf|VQ@!18M%%+o-<HzEEiP(k8R}o?p*by^QgYn(w$5{7 z6@2gb;F9sN=8_3I$cM#2J}(aPk#UfR>mVO92l=o#$R~qQf#iI$yojwKjKt{6ZH1fv zo@GvG6U!vHS$0E~hp!n60bI<ciAN)bOW1PBA(u=o)TP8tO)cSWODJFBf<ksrI2gCy z)r`w<Ilq@{X+ExC&Bb4SUxaIq4HQ$8y*Q8;6XsBO(GwkU6|UxcOFE3#673pX%M1(s za2>Aa41VOHnKd`k(H%G7MtCrvIT>*6M-~zkZc<pFU^~BsAcdQgna3}wROZMgw&XE0 zDS29(Jti37PAY-{rxWKH_}TxdpLwvpLK<$tt<02K3a-6KCe0(d4Y%{6q#eX4+uC6z z$|kj9dK=0QZLDS|uo)U#|Fx$ba0l+>^}G1*^>fJGxW{i{G46FXX=C@am`ug%<n8Pb zQ=LR!+~*8Kd`o15n00@g#qonVM#_0}^IAcNn)n}inD+oPU3d^P7z+w`=gU|DW1)lK nn?C;8fNaVhp3WC|Hs$f0k7MlTA-=q`=>%?hH=Rurho>I^_@-%m delta 3275 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 TI^`i>%!R^t<!!vfGdk}}&jKlJ diff --git a/build/classes/br/com/projeto/view/FormLogin.form b/build/classes/br/com/projeto/view/FormLogin.form deleted file mode 100644 index 262904f..0000000 --- a/build/classes/br/com/projeto/view/FormLogin.form +++ /dev/null @@ -1,172 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="resizable" type="boolean" value="false"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="true"/> - </SyntheticProperties> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" alignment="1" max="32767" attributes="0"/> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="121" max="-2" attributes="0"/> - <Component id="btnEntrarLogin" min="-2" pref="124" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="34" max="-2" attributes="0"/> - <Component id="btnCancelarLogin" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="58" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" max="-2" attributes="0"> - <Component id="txtNomeLogin" max="32767" attributes="0"/> - <Component id="txtSenhaLogin" min="-2" pref="272" max="-2" attributes="0"/> - </Group> - </Group> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace pref="68" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="28" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtNomeLogin" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="29" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSenhaLogin" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="39" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="31" max="32767" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnCancelarLogin" alignment="3" min="-2" pref="42" max="-2" attributes="0"/> - <Component id="btnEntrarLogin" alignment="3" min="-2" pref="42" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="0" green="0" red="0" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel1" alignment="1" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" pref="54" max="-2" attributes="0"/> - <EmptySpace pref="20" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Autenticação de Usuário"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome de Usuário:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="text" type="java.lang.String" value="Senha:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtNomeLogin"> - </Component> - <Component class="javax.swing.JPasswordField" name="txtSenhaLogin"> - </Component> - <Component class="javax.swing.JButton" name="btnCancelarLogin"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/cancel_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Cancelar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnCancelarLoginActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnEntrarLogin"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="14" style="1"/> - </Property> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/user_small.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Entrar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnEntrarLoginActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Dica: Credenciais iniciais padrão são: admin@admin e senha: admin"/> - </Properties> - </Component> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormMenu$10.class b/build/classes/br/com/projeto/view/FormMenu$10.class index 1fe9f0ea89d7057ee20f6877d17a573dcd1f46c1..da06d2523c96c59fbb79d54c41525894e649cf49 100644 GIT binary patch delta 9 QcmdnOvV~=XF%u&P01wRqUjP6A delta 9 QcmdnOvV~=XF%u&L01w3iR{#J2 diff --git a/build/classes/br/com/projeto/view/FormMenu.class b/build/classes/br/com/projeto/view/FormMenu.class index b94516d700e947a1920df83ca105fa3b82e3b684..cce8b1108ed67b99bf2dbd54866e3fb2c3f31e08 100644 GIT binary patch delta 2140 zcmZuycYKsZ5S=%H+wV4;<WhiyKnjph0)!-#009DuQbG;A8bCr1UBGe*7En;}qltnI zODwURXhZ`RY$!-m6a~9jkR~-MxO103h(G@L-p;(Yv%51px3^-_=3>3$;+CyM)S9QQ zj7#%xL@!Mn(Oc7Q6o}PFp|2)`0<U%YDfHJA6><hB4Ac}8atcKrBrsTDh{8}!@gZ%P z!f;KAA!mfbNKHv0XOzqxEigu4taoL3mS3zX0#g;H$q}Y2%+QpL5^-iam?gW;mP5@E zm@6<(V7`MJ6c%X8!$LXcA}?;lP2%1xaEpc?w+h_m#bPWG>vn-V6z-JqE&=~ijb*r7 z0`8Ic<wC9y?p}fWgu7p?l_ESKmMfE2DXi95gS8IUX*`Jang-(`$@^gk8)TfVu+hOI znnvSM@gGxoT;U0gO?XmD@|1(8HTjcd;xn3xCE+BL%G772n9n(Q-oXnF$`oGIRDu!* zFFAPG!7B~|3a@IKC){QSuQ_;Kp<L4<A>MGX#lf2jZ`tLAsBo}VVVkBU;=S$Q9S83! zyr*d?{Fd47;C+P;G%XJm{X?nzM;aevkytwfK9MW>RA8sZE_@~zU=O}qVUL5on$}^T zrnT5F{O1Z^C>)Toe5vsj4tnu5z7gw?EOl7nTTPp!;Woi<SKoy11T6o(rc&WcWz$lj zONIVHQ<>0ZLYE0$CiIV*0zwCb4hS6(`X^20LYE6&E_AujKWnNGx<cp*p(}7$=h@Ex zMdJv5b?}=;x}10yei!Qxp^qy3sc=l;xWWmAlbUwgMQ{p#DVz?h30uX1C7uZA0}5vp z&f3fat5gExoLlCtj5vRJbf8oxA)^6oh3Z+LOJXGpBnZ?Nh!yY&grP>@RCp7FT|lLK z!k3bhW#}~iHuwksTD_p8xM)I2%J`D$B^?Yd;*w!v7-oSmff@{VW<(=@O~W2miXFq6 z!wnmbG#tgzien7Na<t(%uBEt+;RLR0IFaiKQy&yHrD%Rp=Cq<2#hHbZN@mX$Ey-{) zrzlP}+<?;zr*mV&O=Q_vZYpuj1TqXa7cP!lm`FRZrOeJW+=?5!sgZR(S%$MY$L$&! z?`v(i4Y#$aaXZ7g+}@oWnc?YRxFhGe>mzf+I~nfGT@2@QSNBk4$B1rxmEo(oyTCPp zw5aXe_*(8^xF`2g+}m&goiW@8m4^1xK12J-Hse{teYu|-5z{mLlI+yq@Br@b7R9uy zKadL*4>CNMhbSIuco+{iJc36W9%ajS!k6goj&VGrc?_tLJ0LFJJsYzzeJq_(e4XJU z9tZODojiTqyg7!)^8~}!bD`mhuveSn9`mNS2V>WHiVaWV$$<rN^TRMDaJ<erU~1q< z!T|>eY-`Zlsmam`Zo`b+aDWN+9_{736En8=s|gQ<Q2|9m!J!)V;T}&HsM3zs0^qf? z6R8I@?XywgmaR>EiF#3(f>DT2h$I^t6=PM~Rqn#(V`_!=aO{H_4a-}_Hl2I4ni7Xv zLB;l@JGRB;F?A3hRBX$-d#fpRkr-5LZ@b-FULI2)NkPT-x?5gNNkM8*u|EnoBQw7$ ze=i!MQDA;%D#oRuiA}o=`D_+VZL&RsRx@jj4q6%3niaH~TZ`-q)&ebwf~80%=OTF( zGJ(|dRI{5xt3rh=`(@iN$LDj<8g1OJS#fSeR&uSjRdw~Coz&H;xoB_IoN9`_AFFf- zDsk?H|HXyWj#k}s#kjnxxE9&f_Y1{!vT9NGmG<jg6<2Y^xGq*bdBwQ=s<=Km$xScM zFVtmSZNV7bXpbEilaF@Vk;rjZ=k&}>w{Kr#vj2XR$KLz|EVE+-0e(CB?6{a~b9{aR KH?)4E8u$-R296v6 delta 2268 zcmZuyXLwXq5S=qA_wCJPQ%Hai5)ud)2qYu{L5c)yl+cWbilCdYF41H+WV2DRti6JY z53ysz5|LQe5=*dQ0Yp*kz4xw&B7%3a`9Z!f`+e`s%sDgnzB_N;+eZQ`mu7C+`@}{f z8qIZ@)?$jl)Kz*&bUS8<KU1Mflfev+4Q46K)|46#<|xe7lo1c+iF~9$wZKsd^ELI0 zYey?A(3BGoj!`&PQ(incPI4Ct951j)V6ngno>gsSQH7J`7EV#9*Hn%M34#tnvTLK< z)G~o4fv`ZcgNQ<lrinOJZu2w`PRDWy&k#6M<1Cyl5cS|3oGadW0_Q7SAofCmi!?6A zC6XV#RO&Ai@^T?p2&@$D3h}NK;VSV~N%qwWuEuIy<6w=(wYW~xd|WT*zQMtbVjC51 za&WVzMOZ8GEef|P+@^6m?vR$Ob8x3vn|GI{0HXH5dAM6r?~!J<I=I)tdI$F@Y|s=! zgM&5)_d9sN!Gj79X^IFJbMUZ(M-(2_v|NbC9JD)lT;T~#Q6Zjm@RUM_rt>A*=-_Dw z&nP^r=@KEHbMU;vrl_VB@ut5Zoqti|C7dSS%L1F_Ic*Wxs*#RY<N??_-=^@YgV!`& zhwYlK#p}Yqp|C^YO=-(p8gJtr58lOl;=M0ReW386rgbuK>tykD_(&jX`HwZV3g0Sx ztMILo{)whGq1%LR6S__4Pc_AajtLzTIwtgIn%aeK7rI^OcA-Dl)FE_-&>cc|-~&zD z@rA~h_{u5A*BV7~$LaV+yl;j7PT_ln9~6F6_(|bsP221u_yxZz{1#i2u$mVP4mAZz zg8t?jzb_arsSZV&YW-FI7JvPeU@+9|Ypx3g!=M3GC;M7_rS-mGptL&D*x2L`hZp#o zf_1?_cmgP?#aAEkgFKO7?NWd3DgGs~qU2O0{;u#xY>LWe{OK<A?8eSmjm|@HArcMp z1QG-a1abuW31kUm2q-wQ^(jS2_zSz-Wf?hcWolAInV~=Nx4}Qy4Kh`sfNx1Czc$nm z8gK9~_89z!y$1U%FbM#A-C?~7qii^V6BQ>JR_qw|aEh^<S8=N0H1--!=M2S}hWl_| z!~Hm0nEs&D{f@pg)YL3mj^P2Et2oc_KptdxFc%sgBFm=nP^mjWpvdqr;nI1y@!G^< z$sS>NBp15x_v&9#Vz`t?fqIwLHTVMlV7Rp2U)LOJDrpP`6qgw;=L&mT9&LCGALtJ9 z7AKE2JdO`?tG(k=#v7i%6Ae$|gWWaW3B4wBrQs<&Rp5}=$KFj`cqkuc_;5Z#@ifEJ zX{X^C*k$Mq+F|HTddu)ku5vf0Pfyt++sraNn`gPX8Dn$j@La|73?IqWijOippN}@Y zfR8bJtZnDAjKK-V@j`cF#sK#<m16DHLyxDOiWeDP%qM`7XV*2<M8bwoWS`+0o@=-k zdqDZ_jh=k>@!no{t0&9aNb(ZHem*HSI<qAKf!O-KyWm}F=jn*1P^1wwt*FW^E69y) z%iiFCV`mJS>16M-e*j(r$X-}T2!n}bkld}q$E748nP6i(I<B{P(;N>pB~TTmBL#*M zZEY?6L%XfD9+J?@X6Mi}cxi{NO0{es;(auO5)`dfNK;5BD7rbrs&*#bf)R_e;(Ivu zqum>sB)i*@bys&&`k-&8Vkg>FBloY#M*mL54!pa(n=$~oor--k+@HEB1CigU*f+&J zv1I?%24QfgVqYnDM@ePZ`8^ndp|QNu0@NIU;r7^LD9tvY*dBIzr#HfSi#olL)?3!; zl~|8x1xhi>_EuUkket2bQ78in{-&g<iZ)j(+G4M*_If2P%|SUT+}lP~WR33XX)?x0 zPpxtw##$xQ{cqI3ZmNAgRvl;6va;@Vapj<{x|L-;)s466vpv>L=&H*t@2PI0Rp*uW zwBMwzx(z+n9c<Ol$}5KLf4=yHO|}hURMP9#o=0i4&070&Csj-@EwbO<VPyY(X(A_A cX5(UOwVl_qthL?2IozAGDziD?#s!J^A9Av{{Qv*} diff --git a/build/classes/br/com/projeto/view/FormMenu.form b/build/classes/br/com/projeto/view/FormMenu.form deleted file mode 100644 index 1fbf862..0000000 --- a/build/classes/br/com/projeto/view/FormMenu.form +++ /dev/null @@ -1,296 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <NonVisualComponents> - <Component class="javax.swing.JTextField" name="txtlogado"> - </Component> - <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> - <SubComponents> - <Menu class="javax.swing.JMenu" name="jMenu1"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/leitor.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Usuários"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem9"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+U"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de usuários"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem9ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu2"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/funcionario.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Funcionários"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem1"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+F"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de Funcionários"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem1ActionPerformed"/> - </Events> - </MenuItem> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem10"> - <Properties> - <Property name="text" type="java.lang.String" value="Alterar Funcionário"/> - </Properties> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu3"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/provider.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Fornecedores"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem2"> - <Properties> - <Property name="text" type="java.lang.String" value="Controle de Forncedores"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem2ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu4"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/boook.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Livraria"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+L"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de Livros"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem3ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu5"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/bookloc.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Empréstimos"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+E"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de Empréstimos"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem4ActionPerformed"/> - </Events> - </MenuItem> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5"> - <Properties> - <Property name="text" type="java.lang.String" value="Histórico de Empréstimos"/> - </Properties> - </MenuItem> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6"> - <Properties> - <Property name="text" type="java.lang.String" value="Controle de Multas"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem6ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu6"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/config.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Configurações"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem7"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+C"/> - </Property> - <Property name="text" type="java.lang.String" value="Configurarações"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem7ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu7"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Sair"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem8"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+S"/> - </Property> - <Property name="text" type="java.lang.String" value="Sair"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem8ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - </SubComponents> - </Menu> - </NonVisualComponents> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="0" pref="357" max="32767" attributes="0"/> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="lblLogado" min="-2" pref="143" max="-2" attributes="0"/> - <EmptySpace pref="569" max="32767" attributes="0"/> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtIdLogado" min="-2" pref="29" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="109" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace pref="10" max="32767" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtIdLogado" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="lblLogado" alignment="1" min="-2" pref="20" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="text" type="java.lang.String" value="Logado como:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblLogado"> - </Component> - <Component class="javax.swing.JTextField" name="txtIdLogado"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="enabled" type="boolean" value="false"/> - <Property name="focusable" type="boolean" value="false"/> - <Property name="opaque" type="boolean" value="false"/> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Id:"/> - </Properties> - </Component> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormMenuAtendente$7.class b/build/classes/br/com/projeto/view/FormMenuAtendente$7.class index c0f53fbb47439e8a5457748ce9288a4bea42f982..63f175f87d5537a8bfd322b664386cfc0cae053c 100644 GIT binary patch delta 9 Qcmcb{a*bs}C=(+G01|Zq#Q*>R delta 9 Qcmcb{a*bs}C=(+C01|Biy#N3J diff --git a/build/classes/br/com/projeto/view/FormMenuAtendente.class b/build/classes/br/com/projeto/view/FormMenuAtendente.class index 94e1c2655c2b4d58d97af5586ba812b3d567e5ca..2a38aa80ddeb1f45dfb0068fc82633d2c945e9e7 100644 GIT binary patch delta 1918 zcmZuyX;f8J6yDzj-ns9*^LP*Np@vIwnIdB1m`YZpW<KYlvMen`LP&TDPG$PSC=)HR zD@|HjQ3_gVud+040!_*k=Xt_;o(ELyY-qJ~Eq~l^@BMvypR>=tXWe^vV8K9tdG*p2 zMAY7hl#~a-U^3VlB!h!NNty>Id!Yg@Np?8xI&cewNm8{zxIly?S8Y&-We-CnLtTM- zl03CqeSy0q)#JdChbVytlA_?8F|&!EbMIzoD$tC#ixFrpsX1afXkj9bcWB8C+{4g{ zA)cYNi8calCACF6ZmGQ;9dIv)9T_@FbVdTheRg!g{p>x!@Ss2<+lLtZT_w7qI~P36 z^*xw;gt?v!UgmnS*PDet?Dgg3eggd^2H;T>k4YrqaY?=L1fTIq69d_{6nM(S(~^=f zh~sAjo)s7@F$B-?>7O@|EXg0mi9;m~<^x9|g;R&|;8IPzU?R=LaDjA5sfaa^Vd6y- zBLp%fWiXLt!Y43NQWi&}Ok@k>NXo9A-e?}-7>TiH&)ztO@jUC77+#i`0RJmIO5MUl zfk`I(k|yC*NfVLF{A7XG1oHTRuS>jvDR#VxsqE$RTGIrkOUmbKlFzH><1GeFzb&bN z=>nz;m@dFHzEK4N??@_St&p|ELKX|Ph#7d-geB=D?==B4*(+rFJ%RTHJ`ng&;3I)q zl8SUaX5(XlPXb4czDA%R#0i-vFh^jn?l~~m77Ki8m5VCpXSY@d%FJ*yI7I6dt!1cW z*voL3VFPUpoVSM{=yMcVVWF{I+9)c;7Ybiu9!T}^r6mvZMW^^OeF+NlQLIpc1qurp zzGC<q3qV2MVF{qRR&qpLKi7Ywun3C<zE$`R-z)rp9~FMWGJ&5JmSdU13j8AQo5CL` zRVc$sW>$e*8OdXl<3}WCrNt)=_hpY}?N5c(C>Quk;cu)}SceLQ^}OtIY~Z?$44V`- zGdE}jws7KBhHVPlQ33Msvg6}(#-;0py_v~rsooS{mcR~$o!AA6h)-uSD<^(LYWiqj zcB_$DX#%?y_FylcXP?4;R9XX6ob7<ZK^(GjRVT+`g(Ensa16(-Qq|pg0w)zt;WWdU zfX7*an6o&ia2^)~E-GB2GKI@1QdCSOiWbm9{q7X5;Hp&_>U9+JPE`umP-S&=B}QMz z4S{Nfn+6F3$}o%|Wds``%CPaw8(O)dzO~3DY{D=>O>|h#YAqb5GVD}Vt2b;S45<u< zp+L5N>6t^v<S4^wget>@8_IB_7!++uGuraH=i0)Q5pF~TPP_d<s1xwjxeRy$X_0eG zARrnwvxOLZg{&S;J2@(7J%J3qKGxKxrTsV2W(uM{6h>QUD+TMXZ3?ZXa&6hGplv!k zih9y^D$!LtG#g3AP3lEKf_4hpC1^K6(4KIu>dR@(ZZ^bIyN5|G+DH2}Z}8o<TrsyQ z2k2mpqVKmgIVSP{zVzL;*4&nPgpTS=I~}9rfyCyG;XgsAb)y}~ty?~$+w<0VXSFxD z#yh9IQ8nIq?Ga6<3v^LiZoUzj)npfR321zULb?jNoFwRqey-}L%I!Ak8eP|AD|K>0 zO@~Cb7I90+wpcR;ts-l0Y^3MLe<QL{HIGP_-2_>V7VU0R^r+qX9cU%#j*6j`S$9-| zv{HFTC0HwQaqVJn?V#qBB7_@+jpl2cK~5^tmdLcG#I=b(i5YZCe<eHU|3M(JKDueU Wgn-W4F4eXRe#P&aU!&uHg7GgDcA<Iz delta 1941 zcmZuy2Xs_b5S{yz?ECxnWwVrEAVJ|!Qcxm<X0U{!v;b<<s0g|VYY2qhu$v9G5EWDm zNW^dK3IU`9EVwENiXvD*rT5-L?=@iXP2%x@hdt-tDR<_*nfY`6mS$FF7B8<}u!xA- z8TBNMK?H-1K`@vMb_OYF1{|y@fk;VqIPBVR3Ped#wT4Tej-;qsqb}3+80s@b3p9`v zUCZ4h5F;sujp#9GD9}h!Y%LYb!EqByniUH)=j&Psw3L*9cs3GDB=QYOTtF*^TN!R+ zXl)`{;C4xE(S}QEYex#&vDu!XgG5JkVz|SORCH$TPKLV#?q+!pLz+YvbmjQsZk*qp zo%gcyK87Cb>&aR#CVI2hhojR4`bzXee-rmhJb(u!^+5*r_>hT*StbcQVj@#g1|DVm zF@eVg21q=Cf!zHd6Hl_#aZgDah+^GvEZiKL#e>T>G1!F1#M1&fl01kvF~mf!iJ=0+ zBn@Rpo{8ZCUP)fId?xY*Mo9A4PS4LH3`i89Eo(uBLZ0_XhG!)0#<M(0UBYvs7|)w{ zLDDD`Nh-o9CiFXbQQ#$R@MVe77-PpPc$Kx+_^h!4uS+W7H7ViKOHjg~-Qy&cvb&Vs zrR*-nSl+1d0&hqvW3G(3GUm!OhYk}^YT`{vC-hyqvWcv{B{2b(z}o_40`CaCEAXDA zX*wV8;{$;YLx+sMMrJdgKc}_VQ;_9xdjqXAd_jM<C*4!%$?M|v`U>0yxjt_I6qi2K zUFc5Eb9-}=GlKc~eor8f>Gpeby*Yu-pol_uUeE)w2ff)tJlVrMgG22iq7eR(z{jD! zwnX3)Yow^cq|hj{F5(W-Iz?+4_A~5ZIK;4#HihQcBM>$j<(4-xF{O>7rI?~H71KZ} z-IwDY>}!(k8}3V0_!QF>W?-hmEQSh(*_dg$9L<a8D13&`1-?+2i?0+y_(tJd%oq4h zVFBhVEX4N$ixhssVuhcvggr|^QP=c2#OE(y?iYn$@teT!3d``P!e3aSu#%5mfK{Bg znqiH?TJ|l(I_1=X>p6OZ!bYsH7CRc*HYsez7HhX7#<f*p8@6+6I}~<emt|M2Y`Ycq zV6T;`Iyv?!?8gCxN*uI`RQJe3IIM64M;VTVR;UUzKaLX$Cvi&Pw89zEC7wmOqFGd- zXg2Bg&*8i^$=S;>ov*o|a1j@*GtRWemrx~eS>X!)7N}OZYLGHu7|ICKvn!8^i_9(b z`vS@cHzGjItPznh)^?jCOc^$7QdEnkLK&uE2if}N4$lheIB7VPp-`oaNK6McvF3>; zR)WiERf=dWi)>D1L>aEoY*%p@>V#U=zW`@ly)r%gzF<D6XF|F)w{hc8-v&VwMrg^+ zEo}`~>aVPmK&$k#dH^9nYslb*v5q(I<XBG|wBO)mvD&m)+J7@`p)g9PI<%FxQMk^{ zre(BTOV-xYb{!o{J!uD3=&YUE+klL#)SJQtjS;j<&~AdD(RDSeSJCR;a!_>b9VSK5 zUfQSq25+i0?>goHRn{<io2{hywEybTn`{N+uRY^19nq0?I!ebv2jiO}>o}d#g|;V` zF8Q=BuUCzBMr#9Ww6j_pQKOyH8qs(<PZzZ0;%_0dn(Tru0!=ScL{~wRGX$0EXNrEN zx?Cn*qAF`xVoLPof2UxhD?A0w{7uzX=zol!re>~c=JJggeSfvpE$RBxYH|S0jJqLY zXl89vO5(K@)Vwu>=@txx(@ZUgQY1~&Qva;vR&A0`U;>@gAI}v1H}Pd!Lv+#dYXUlI SIZw+}{D2>|f4R2*2**DRgS$Nd diff --git a/build/classes/br/com/projeto/view/FormMenuAtendente.form b/build/classes/br/com/projeto/view/FormMenuAtendente.form deleted file mode 100644 index d1fd56f..0000000 --- a/build/classes/br/com/projeto/view/FormMenuAtendente.form +++ /dev/null @@ -1,222 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <NonVisualComponents> - <Component class="javax.swing.JTextField" name="txtlogado"> - </Component> - <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> - <SubComponents> - <Menu class="javax.swing.JMenu" name="jMenu1"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/leitor.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Usuários"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem9"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+U"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de usuários"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem9ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu4"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/boook.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Livraria"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem3"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+L"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de Livros"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem3ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu5"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/bookloc.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Empréstimos"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem4"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+E"/> - </Property> - <Property name="text" type="java.lang.String" value="Controle de Empréstimos"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem4ActionPerformed"/> - </Events> - </MenuItem> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem5"> - <Properties> - <Property name="text" type="java.lang.String" value="Histórico de Empréstimos"/> - </Properties> - </MenuItem> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem6"> - <Properties> - <Property name="text" type="java.lang.String" value="Controle de Multas"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem6ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - <Menu class="javax.swing.JMenu" name="jMenu7"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/iconfinder_Door_enter_entrance_exit_leave_logout_out_quit_4831032.png"/> - </Property> - <Property name="text" type="java.lang.String" value="Sair"/> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Segoe UI" size="18" style="1"/> - </Property> - </Properties> - <SubComponents> - <MenuItem class="javax.swing.JMenuItem" name="jMenuItem8"> - <Properties> - <Property name="accelerator" type="javax.swing.KeyStroke" editor="org.netbeans.modules.form.editors.KeyStrokeEditor"> - <KeyStroke key="Ctrl+S"/> - </Property> - <Property name="text" type="java.lang.String" value="Sair"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jMenuItem8ActionPerformed"/> - </Events> - </MenuItem> - </SubComponents> - </Menu> - </SubComponents> - </Menu> - </NonVisualComponents> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" alignment="0" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="0" pref="357" max="32767" attributes="0"/> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="lblLogado" min="-2" pref="143" max="-2" attributes="0"/> - <EmptySpace pref="569" max="32767" attributes="0"/> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtIdLogado" min="-2" pref="29" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="109" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace pref="10" max="32767" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtIdLogado" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="lblLogado" alignment="1" min="-2" pref="20" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="text" type="java.lang.String" value="Logado como:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblLogado"> - </Component> - <Component class="javax.swing.JTextField" name="txtIdLogado"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="enabled" type="boolean" value="false"/> - <Property name="focusable" type="boolean" value="false"/> - <Property name="opaque" type="boolean" value="false"/> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Id:"/> - </Properties> - </Component> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormMenuUsuario$10.class b/build/classes/br/com/projeto/view/FormMenuUsuario$10.class index e1ee8788f8e29661425b5c1f04820b7194ac5b09..42e6e40b39dad370d0fa69eb7890750625ab9845 100644 GIT binary patch delta 9 Qcmcb>a)D)oKNBMd01^EHvj6}9 delta 9 Qcmcb>a)D)oKNBMZ01@>9s{jB1 diff --git a/build/classes/br/com/projeto/view/FormMenuUsuario.class b/build/classes/br/com/projeto/view/FormMenuUsuario.class index 331797b8c96bf39cb78e44af64084537a2ae65ad..cc56ef59edd07d05bee461d3464c6551571697c8 100644 GIT binary patch delta 3327 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 HsK9>#;t$}5 delta 3394 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 diff --git a/build/classes/br/com/projeto/view/FormMenuUsuario.form b/build/classes/br/com/projeto/view/FormMenuUsuario.form deleted file mode 100644 index f91b7cc..0000000 --- a/build/classes/br/com/projeto/view/FormMenuUsuario.form +++ /dev/null @@ -1,606 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.9" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <NonVisualComponents> - <Component class="javax.swing.JTextField" name="txtlogado"> - </Component> - <Menu class="javax.swing.JMenuBar" name="jMenuBar1"> - </Menu> - </NonVisualComponents> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="40" green="40" id="darkGray" palette="1" red="40" type="palette"/> - </Property> - <Property name="undecorated" type="boolean" value="true"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="menuBar" type="java.lang.String" value="jMenuBar1"/> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="false"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,2,105,0,0,4,23"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> - <GridBagConstraints gridX="0" gridY="2" gridWidth="1" gridHeight="3" fill="0" ipadX="601" ipadY="8" insetsTop="6" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="lblLogado" min="-2" pref="143" max="-2" attributes="0"/> - <EmptySpace pref="607" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace pref="14" max="32767" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="lblLogado" alignment="1" min="-2" pref="20" max="-2" attributes="0"/> - <Component id="jLabel1" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="10" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="text" type="java.lang.String" value="Logado como:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblLogado"> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Id:"/> - </Properties> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> - <GridBagConstraints gridX="1" gridY="2" gridWidth="1" gridHeight="1" fill="0" ipadX="0" ipadY="0" insetsTop="20" insetsLeft="61" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/> - </Constraint> - </Constraints> - </Component> - <Component class="javax.swing.JTextField" name="txtIdLogado"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="enabled" type="boolean" value="false"/> - <Property name="focusable" type="boolean" value="false"/> - <Property name="opaque" type="boolean" value="false"/> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> - <GridBagConstraints gridX="2" gridY="2" gridWidth="4" gridHeight="2" fill="0" ipadX="15" ipadY="0" insetsTop="20" insetsLeft="6" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/> - </Constraint> - </Constraints> - </Component> - <Container class="javax.swing.JPanel" name="jPanel2"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="0" green="0" red="0" type="rgb"/> - </Property> - </Properties> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> - <GridBagConstraints gridX="0" gridY="0" gridWidth="6" gridHeight="1" fill="0" ipadX="721" ipadY="0" insetsTop="0" insetsLeft="0" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="jLabel3" pref="945" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel3" min="-2" pref="54" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Terminal de Consulta"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="jPanel3"> - <Properties> - <Property name="toolTipText" type="java.lang.String" value=""/> - </Properties> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout" value="org.netbeans.modules.form.compat2.layouts.DesignGridBagLayout$GridBagConstraintsDescription"> - <GridBagConstraints gridX="0" gridY="1" gridWidth="3" gridHeight="1" fill="0" ipadX="9" ipadY="12" insetsTop="10" insetsLeft="17" insetsBottom="0" insetsRight="0" anchor="18" weightX="0.0" weightY="0.0"/> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="16" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jScrollPane5" min="-2" pref="366" max="-2" attributes="0"/> - <Group type="102" attributes="0"> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtBuscaLivro" min="-2" pref="242" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="25" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - <Component id="jScrollPane3" min="-2" pref="499" max="-2" attributes="0"/> - </Group> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="9" max="-2" attributes="0"/> - <Component id="txtPrazoEntrega" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="0" pref="9" max="32767" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="lblImagem" min="-2" pref="126" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtBookId" min="-2" pref="93" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel10" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtISBN" min="-2" pref="178" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel11" min="-2" max="-2" attributes="0"/> - <Component id="jLabel23" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtTituloSelect" alignment="0" min="-2" pref="313" max="-2" attributes="0"/> - <Component id="txtStatus" alignment="1" min="-2" pref="313" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <Group type="102" alignment="1" attributes="0"> - <Component id="jLabel20" min="-2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" max="-2" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" alignment="0" groupAlignment="1" attributes="0"> - <Component id="lblAutor" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="lblEditora" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - <Component id="jLabel19" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" max="-2" attributes="0"> - <Component id="txtEditora" alignment="0" max="32767" attributes="0"/> - <Component id="txtAutor" alignment="0" max="32767" attributes="0"/> - <Component id="txtSerie" alignment="0" min="-2" pref="313" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="3" max="-2" attributes="0"/> - <Component id="txtIdioma" min="-2" pref="154" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - <Component id="lblAno" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtAno" min="-2" pref="43" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="lblEdicao" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="txtEdicao" min="-2" pref="45" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </Group> - </Group> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtTituloSelect" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel23" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtStatus" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="103" alignment="1" groupAlignment="3" attributes="0"> - <Component id="txtBookId" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="jLabel10" alignment="1" min="-2" max="-2" attributes="0"/> - <Component id="txtISBN" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtAutor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblAutor" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtEditora" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblEditora" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel19" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSerie" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="11" max="-2" attributes="0"/> - <Component id="lblImagem" min="-2" pref="190" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="lblEdicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEdicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel20" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtIdioma" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="lblAno" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtAno" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="8" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtPrazoEntrega" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jScrollPane3" min="-2" pref="106" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtBuscaLivro" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="jScrollPane5" min="-2" pref="398" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace pref="18" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JTextField" name="txtBuscaLivro"> - <Events> - <EventHandler event="keyReleased" listener="java.awt.event.KeyListener" parameters="java.awt.event.KeyEvent" handler="txtBuscaLivroKeyReleased"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane5"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTable" name="tabelaLivrosFiltro"> - <Properties> - <Property name="model" type="javax.swing.table.TableModel" editor="org.netbeans.modules.form.editors2.TableModelEditor"> - <Table columnCount="7" rowCount="0"> - <Column editable="false" title="Disponibilidade" type="java.lang.Object"/> - <Column editable="false" title="Título" type="java.lang.Object"/> - <Column editable="true" title="Observações" type="java.lang.Object"/> - <Column editable="false" title="Localização" type="java.lang.Object"/> - <Column editable="false" title="Cod" type="java.lang.Object"/> - <Column editable="false" title="ISBN" type="java.lang.Object"/> - <Column editable="false" title="Emprestado" type="java.lang.Object"/> - </Table> - </Property> - <Property name="autoResizeMode" type="int" value="0"/> - <Property name="tableHeader" type="javax.swing.table.JTableHeader" editor="org.netbeans.modules.form.editors2.JTableHeaderEditor"> - <TableHeader reorderingAllowed="true" resizingAllowed="true"/> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="tabelaLivrosFiltroMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_AddingCodePost" type="java.lang.String" value="tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(0)).setPreferredWidth(34); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(1)).setPreferredWidth(170); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(2)).setPreferredWidth(150); tabelaLivrosFiltro.getColumn(tabelaLivrosFiltro.getColumnName(3)).setPreferredWidth(140);"/> - <AuxValue name="JavaCodeGenerator_CreateCodeCustom" type="java.lang.String" value="new javax.swing.JTable() /* { @Override public Component prepareRenderer (TableCellRenderer renderer, int rowIndex, int columnIndex){ Component componenet = super.prepareRenderer(renderer, rowIndex, columnIndex); Object value = getModel().getValueAt(rowIndex,columnIndex); System.out.println("value ===" +value); if(columnIndex == 6){ if(value.equals("true")) { componenet.setBackground(Color.RED); componenet.setForeground(Color.GREEN); } if(value.equals("false")){ componenet.setBackground(Color.GREEN); componenet.setForeground(Color.RED); } }else { componenet.setBackground(Color.WHITE); componenet.setForeground(Color.BLACK); } return componenet; } } */ "/> - </AuxValues> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="lblImagem"> - <Properties> - <Property name="icon" type="javax.swing.Icon" editor="org.netbeans.modules.form.editors2.IconEditor"> - <Image iconType="3" name="/imagens/book_cover.png"/> - </Property> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> - <EtchetBorder bevelType="0"> - <Color PropertyName="highlight" blue="ff" green="ff" id="white" palette="1" red="ff" type="palette"/> - <Color PropertyName="shadow" blue="40" green="40" id="darkGray" palette="1" red="40" type="palette"/> - </EtchetBorder> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel23"> - <Properties> - <Property name="text" type="java.lang.String" value="Título:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel11"> - <Properties> - <Property name="text" type="java.lang.String" value="Status:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtTituloSelect"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtTituloSelectActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtStatus"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtStatusActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtBookId"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="text" type="java.lang.String" value="<html>ISBN/<br>ISSN: "/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtISBN"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtISBNActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtAutor"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblAutor"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Autor:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblEditora"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Editora:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtEditora"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtSerie"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel19"> - <Properties> - <Property name="text" type="java.lang.String" value="Série:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel20"> - <Properties> - <Property name="text" type="java.lang.String" value="Idioma:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtIdioma"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtIdiomaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Localização"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPrazoEntrega"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtPrazoEntregaActionPerformed"/> - </Events> - </Component> - <Container class="javax.swing.JScrollPane" name="jScrollPane3"> - <AuxValues> - <AuxValue name="autoScrollPane" type="java.lang.Boolean" value="true"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JScrollPaneSupportLayout"/> - <SubComponents> - <Component class="javax.swing.JTextArea" name="txtObservacoes"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="columns" type="int" value="20"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - <Property name="rows" type="int" value="5"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="text" type="java.lang.String" value="Ficha Técnica:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtEdicao"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JFormattedTextField" name="txtAno"> - <Properties> - <Property name="editable" type="boolean" value="false"/> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="66" green="66" red="66" type="rgb"/> - </Property> - <Property name="formatterFactory" type="javax.swing.JFormattedTextField$AbstractFormatterFactory" editor="org.netbeans.modules.form.editors.AbstractFormatterFactoryEditor" preCode="try {" postCode="} catch (java.text.ParseException ex) { ex.printStackTrace(); }"> - <Format format="####" subtype="-1" type="5"/> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblAno"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Ano:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="lblEdicao"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Edição:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="text" type="java.lang.String" value="Livro ID:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="12" style="0"/> - </Property> - <Property name="text" type="java.lang.String" value="Filtrar Livro:"/> - </Properties> - </Component> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormMulta$5.class b/build/classes/br/com/projeto/view/FormMulta$5.class index f177b33791eb6bb414cc0e4d44017264f169bdfa..9c95ad9241a6757b50ca2a9f7644ee3d49cc4e2b 100644 GIT binary patch delta 9 QcmdnSvW;bfDH9_H01x#7WdHyG delta 9 QcmdnSvW;bfDH9_D01xc~T>t<8 diff --git a/build/classes/br/com/projeto/view/FormMulta.class b/build/classes/br/com/projeto/view/FormMulta.class index 9dda64925abeb8486e7e6075927bafada14a205d..27209a7ee4db68a9f2aa73dae41c651dd44ee034 100644 GIT binary patch delta 2825 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 F{sBwbKs5jW delta 2811 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 DD2_*9 diff --git a/build/classes/br/com/projeto/view/FormMulta.form b/build/classes/br/com/projeto/view/FormMulta.form deleted file mode 100644 index 9cf0436..0000000 --- a/build/classes/br/com/projeto/view/FormMulta.form +++ /dev/null @@ -1,280 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="focusable" type="boolean" value="false"/> - <Property name="focusableWindowState" type="boolean" value="false"/> - <Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> - <Dimension value="[448, 175]"/> - </Property> - <Property name="undecorated" type="boolean" value="true"/> - <Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor"> - <Dimension value="[448, 175]"/> - </Property> - <Property name="resizable" type="boolean" value="false"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="true"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - <AuxValue name="designerSize" type="java.awt.Dimension" value="-84,-19,0,5,115,114,0,18,106,97,118,97,46,97,119,116,46,68,105,109,101,110,115,105,111,110,65,-114,-39,-41,-84,95,68,20,2,0,2,73,0,6,104,101,105,103,104,116,73,0,5,119,105,100,116,104,120,112,0,0,0,-81,0,0,1,-63"/> - </AuxValues> - - <Layout class="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout"> - <Property name="useNullLayout" type="boolean" value="true"/> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel2"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> - <AbsoluteConstraints x="0" y="22" width="440" height="150"/> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="15" max="-2" attributes="0"/> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNumMulta" min="-2" pref="84" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="33" max="-2" attributes="0"/> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtLeitorId" max="32767" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtEmprestimoId" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="59" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - <Component id="txtDiasAtraso" min="-2" pref="53" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtNomeLivro" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtValorMulta" min="-2" pref="79" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="txtImprimeMulta" min="-2" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - <Component id="btnReceberMulta" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jButton2" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNumMulta" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtLeitorId" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtDiasAtraso" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtEmprestimoId" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtNomeLivro" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtValorMulta" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="txtImprimeMulta" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnReceberMulta" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace pref="10" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Nº da Multa:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="text" type="java.lang.String" value="Livro:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Dias de Atraso:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="text" type="java.lang.String" value="Valor da Multa:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="text" type="java.lang.String" value="Id de Usuário:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="text" type="java.lang.String" value="Referente Empréstimo nº:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="txtImprimeMulta"> - <Properties> - <Property name="text" type="java.lang.String" value="Imprimir"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtImprimeMultaActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="jButton2"> - <Properties> - <Property name="text" type="java.lang.String" value="Fechar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton2ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtNumMulta"> - </Component> - <Component class="javax.swing.JTextField" name="txtEmprestimoId"> - </Component> - <Component class="javax.swing.JTextField" name="txtLeitorId"> - </Component> - <Component class="javax.swing.JTextField" name="txtDiasAtraso"> - </Component> - <Component class="javax.swing.JTextField" name="txtNomeLivro"> - </Component> - <Component class="javax.swing.JTextField" name="txtValorMulta"> - </Component> - <Component class="javax.swing.JButton" name="btnReceberMulta"> - <Properties> - <Property name="text" type="java.lang.String" value="Receber"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnReceberMultaActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="0" green="0" red="0" type="rgb"/> - </Property> - <Property name="opaque" type="boolean" value="false"/> - </Properties> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout" value="org.netbeans.modules.form.compat2.layouts.DesignAbsoluteLayout$AbsoluteConstraintsDescription"> - <AbsoluteConstraints x="0" y="0" width="520" height="30"/> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel3" min="-2" max="-2" attributes="0"/> - <EmptySpace min="0" pref="3" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="jPanel3" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="9" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel3"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="cc" red="66" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="70" max="-2" attributes="0"/> - <Component id="jLabel3" min="-2" pref="306" max="-2" attributes="0"/> - <EmptySpace pref="141" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel3" alignment="0" pref="21" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="MULTA"/> - </Properties> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/build/classes/br/com/projeto/view/FormOptions$33.class b/build/classes/br/com/projeto/view/FormOptions$33.class index d67e75dd9804c6dd6fd53d7da7a04d2b7b2ed2a7..77586f97e4798b6c6ff4d1a8bf7c3aa9c2630c49 100644 GIT binary patch delta 9 QcmX@Wa)4!nJrg4b01&+bg8%>k delta 9 QcmX@Wa)4!nJrg4X01&kTdjJ3c diff --git a/build/classes/br/com/projeto/view/FormOptions.class b/build/classes/br/com/projeto/view/FormOptions.class index b72b747d6b2a47b7222a1e1f5376e6084fe464e8..4f06add21ec0705e10ab72dcb66787815bf43738 100644 GIT binary patch delta 6192 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 delta 6195 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 diff --git a/build/classes/br/com/projeto/view/FormOptions.form b/build/classes/br/com/projeto/view/FormOptions.form deleted file mode 100644 index 9a6ce92..0000000 --- a/build/classes/br/com/projeto/view/FormOptions.form +++ /dev/null @@ -1,873 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> - -<Form version="1.3" maxVersion="1.9" type="org.netbeans.modules.form.forminfo.JFrameFormInfo"> - <Properties> - <Property name="defaultCloseOperation" type="int" value="2"/> - <Property name="resizable" type="boolean" value="false"/> - </Properties> - <SyntheticProperties> - <SyntheticProperty name="formSizePolicy" type="int" value="1"/> - <SyntheticProperty name="generateCenter" type="boolean" value="true"/> - </SyntheticProperties> - <Events> - <EventHandler event="windowActivated" listener="java.awt.event.WindowListener" parameters="java.awt.event.WindowEvent" handler="formWindowActivated"/> - </Events> - <AuxValues> - <AuxValue name="FormSettings_autoResourcing" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_autoSetComponentName" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_generateFQN" type="java.lang.Boolean" value="true"/> - <AuxValue name="FormSettings_generateMnemonicsCode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_i18nAutoMode" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_layoutCodeTarget" type="java.lang.Integer" value="1"/> - <AuxValue name="FormSettings_listenerGenerationStyle" type="java.lang.Integer" value="0"/> - <AuxValue name="FormSettings_variablesLocal" type="java.lang.Boolean" value="false"/> - <AuxValue name="FormSettings_variablesModifier" type="java.lang.Integer" value="2"/> - </AuxValues> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jPanel1" max="32767" attributes="0"/> - <Component id="jTabbedPane2" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jPanel1" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="jTabbedPane2" max="32767" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel1"> - <Properties> - <Property name="background" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="0" green="0" red="0" type="rgb"/> - </Property> - </Properties> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel1" alignment="1" max="32767" attributes="0"/> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel1" min="-2" pref="54" max="-2" attributes="0"/> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel1"> - <Properties> - <Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor"> - <Font name="Tahoma" size="24" style="0"/> - </Property> - <Property name="foreground" type="java.awt.Color" editor="org.netbeans.beaninfo.editors.ColorEditor"> - <Color blue="ff" green="ff" red="ff" type="rgb"/> - </Property> - <Property name="horizontalAlignment" type="int" value="0"/> - <Property name="text" type="java.lang.String" value="Opções"/> - </Properties> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JTabbedPane" name="jTabbedPane2"> - - <Layout class="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout"/> - <SubComponents> - <Container class="javax.swing.JPanel" name="jPanel2"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Geral"> - <Property name="tabTitle" type="java.lang.String" value="Geral"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="-2" pref="20" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="1" attributes="0"> - <Group type="102" attributes="0"> - <Component id="jLabel6" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="txtIp" min="-2" pref="251" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnSaveIp" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="jLabel12" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="txtUserDB" min="-2" pref="251" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnSaveUserDB" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="jLabel15" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="txtPassDB" min="-2" pref="251" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnSavePassDB" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Component id="jLabel16" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="txtmsgRecibo" min="-2" pref="245" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="24" max="-2" attributes="0"/> - <Component id="btnSaveMsgRecibo" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace min="-2" pref="101" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel13" alignment="0" min="-2" pref="146" max="-2" attributes="0"/> - <Component id="lblLibraryLogo" alignment="0" min="-2" pref="143" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="22" max="-2" attributes="0"/> - <Component id="jLabel9" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxPrinter" min="-2" pref="251" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnSavePrinter" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="jLabel11" alignment="0" min="-2" pref="144" max="-2" attributes="0"/> - <Component id="jLabel10" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="txtLibraryName" min="-2" pref="320" max="-2" attributes="0"/> - <Component id="txtLibraryAddress" min="-2" pref="317" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - <Component id="btnSetLibraryLogo" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnLibraryName" alignment="0" min="-2" max="-2" attributes="0"/> - <Component id="btnLibraryAddress" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - <EmptySpace max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" attributes="0"> - <EmptySpace min="-2" pref="12" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel6" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtIp" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnSaveIp" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel12" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtUserDB" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnSaveUserDB" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel15" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnSavePassDB" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="txtPassDB" alignment="0" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnSaveMsgRecibo" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel16" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtmsgRecibo" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="jLabel13" min="-2" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="lblLibraryLogo" min="-2" pref="146" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnSetLibraryLogo" min="-2" max="-2" attributes="0"/> - <Group type="102" attributes="0"> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel9" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxPrinter" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnSavePrinter" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" min="-2" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel10" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtLibraryName" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnLibraryName" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace min="-2" pref="23" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel11" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtLibraryAddress" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnLibraryAddress" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - <EmptySpace pref="59" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JButton" name="btnSaveIp"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSaveIpActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel6"> - <Properties> - <Property name="text" type="java.lang.String" value="IP ou Url do Servidor"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtIp"> - </Component> - <Component class="javax.swing.JLabel" name="jLabel9"> - <Properties> - <Property name="text" type="java.lang.String" value="Impressora Padrão:"/> - </Properties> - </Component> - <Component class="javax.swing.JComboBox" name="boxPrinter"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Selecione>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxPrinterMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JButton" name="btnSavePrinter"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSavePrinterActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel10"> - <Properties> - <Property name="text" type="java.lang.String" value="Nome da Instituição:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel11"> - <Properties> - <Property name="text" type="java.lang.String" value="Endereço da Instituição:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtLibraryName"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtLibraryNameActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnLibraryAddress"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnLibraryAddressActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JTextField" name="txtLibraryAddress"> - </Component> - <Component class="javax.swing.JButton" name="btnLibraryName"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnLibraryNameActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="lblLibraryLogo"> - <Properties> - <Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor"> - <Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo"> - <EtchetBorder bevelType="0"> - <Color PropertyName="highlight" blue="ff" green="ff" id="white" palette="1" red="ff" type="palette"/> - <Color PropertyName="shadow" blue="40" green="40" id="darkGray" palette="1" red="40" type="palette"/> - </EtchetBorder> - </Border> - </Property> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnSetLibraryLogo"> - <Properties> - <Property name="text" type="java.lang.String" value="Selecione"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSetLibraryLogoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel13"> - <Properties> - <Property name="text" type="java.lang.String" value="Logotipo da Instituição"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel12"> - <Properties> - <Property name="text" type="java.lang.String" value="Usuario banco de Dados:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtUserDB"> - </Component> - <Component class="javax.swing.JButton" name="btnSaveUserDB"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSaveUserDBActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel15"> - <Properties> - <Property name="text" type="java.lang.String" value="Senha Banco de Dados:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="btnSavePassDB"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSavePassDBActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JPasswordField" name="txtPassDB"> - </Component> - <Component class="javax.swing.JButton" name="btnSaveMsgRecibo"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnSaveMsgReciboActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel16"> - <Properties> - <Property name="text" type="java.lang.String" value="Mensagem Recibo:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtmsgRecibo"> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="jPanel3"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Biblioteca"> - <Property name="tabTitle" type="java.lang.String" value="Biblioteca"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="136" max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="21" max="-2" attributes="0"/> - <Group type="103" groupAlignment="1" attributes="0"> - <Component id="jLabel5" min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" min="-2" max="-2" attributes="0"/> - <Component id="jLabel3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel2" min="-2" max="-2" attributes="0"/> - <Component id="jLabel7" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" max="-2" attributes="0"> - <Component id="txtPiso" alignment="0" max="32767" attributes="0"/> - <Component id="txtCorredor" alignment="0" max="32767" attributes="0"/> - <Component id="txtPosicao" alignment="0" max="32767" attributes="0"/> - <Component id="txtSecao" max="32767" attributes="0"/> - <Component id="txtDisponibilidade" min="-2" pref="195" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <Component id="btnAddPosicao" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxPosicao" min="-2" pref="225" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnApagarPosicao" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="btnAddCorredor" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxCorredor" min="-2" pref="225" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnApagarCorredor" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="btnAddPiso" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxPiso" min="-2" pref="225" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnExcluirPiso" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Group type="103" groupAlignment="1" max="-2" attributes="0"> - <Group type="102" alignment="1" attributes="0"> - <Component id="btnAddDsiponibilidade" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxDisponibilidade" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="0" attributes="0"> - <Component id="btnAddSecao" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxSecao" min="-2" pref="225" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Component id="btnApagarSecao" min="-2" max="-2" attributes="0"/> - <Component id="btnApagarDisponibilidade" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - </Group> - </Group> - </Group> - <EmptySpace pref="54" max="32767" attributes="0"/> - </Group> - <Group type="102" alignment="1" attributes="0"> - <EmptySpace min="0" pref="0" max="32767" attributes="0"/> - <Component id="jLabel14" min="-2" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="txtTipos" min="-2" pref="195" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="btnAddtipos" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="boxTipos" min="-2" pref="225" max="-2" attributes="0"/> - <EmptySpace type="unrelated" max="-2" attributes="0"/> - <Component id="btnExcluirTipos" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="48" max="-2" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="37" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="jLabel2" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnAddPiso" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxPiso" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnExcluirPiso" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Component id="txtPiso" alignment="1" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnAddCorredor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxCorredor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnApagarCorredor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtCorredor" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel3" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="txtPosicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel4" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnAddPosicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxPosicao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnApagarPosicao" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="btnAddSecao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtSecao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel5" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="boxSecao" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnApagarSecao" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="btnAddDsiponibilidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxDisponibilidade" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnApagarDisponibilidade" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <Group type="103" alignment="0" groupAlignment="3" attributes="0"> - <Component id="jLabel7" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtDisponibilidade" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - </Group> - <EmptySpace max="-2" attributes="0"/> - <Component id="jLabel8" min="-2" max="-2" attributes="0"/> - <EmptySpace min="-2" pref="14" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="btnAddtipos" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="boxTipos" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="btnExcluirTipos" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="txtTipos" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jLabel14" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="57" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel2"> - <Properties> - <Property name="text" type="java.lang.String" value="Piso:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel3"> - <Properties> - <Property name="text" type="java.lang.String" value="Corredor:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel4"> - <Properties> - <Property name="text" type="java.lang.String" value="Posição:"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel5"> - <Properties> - <Property name="text" type="java.lang.String" value="Seção:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtPiso"> - </Component> - <Component class="javax.swing.JTextField" name="txtCorredor"> - </Component> - <Component class="javax.swing.JTextField" name="txtPosicao"> - </Component> - <Component class="javax.swing.JTextField" name="txtSecao"> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="txtSecaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnAddPiso"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddPisoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnAddCorredor"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddCorredorActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnAddPosicao"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddPosicaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnAddSecao"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddSecaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JComboBox" name="boxCorredor"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Lista de Corredores>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxCorredorMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JComboBox" name="boxPiso"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Lista de Pisos>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxPisoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Component class="javax.swing.JComboBox" name="boxPosicao"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Lista de Posições>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxPosicaoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JComboBox" name="boxSecao"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Lista de Seções>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxSecaoMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JButton" name="btnExcluirPiso"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirPisoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnApagarCorredor"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnApagarCorredorActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnApagarPosicao"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnApagarPosicaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnApagarSecao"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnApagarSecaoActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JButton" name="btnAddDsiponibilidade"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddDsiponibilidadeActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel7"> - <Properties> - <Property name="text" type="java.lang.String" value="Disponibilidade:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtDisponibilidade"> - </Component> - <Component class="javax.swing.JComboBox" name="boxDisponibilidade"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="Quantos dias pode ser locado"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxDisponibilidadeMouseClicked"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - <Component class="javax.swing.JButton" name="btnApagarDisponibilidade"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnApagarDisponibilidadeActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JLabel" name="jLabel8"> - <Properties> - <Property name="text" type="java.lang.String" value="Configura para qtos dias o livro pode ser locado ( Zero para Apenas Leitura Interna)"/> - </Properties> - </Component> - <Component class="javax.swing.JLabel" name="jLabel14"> - <Properties> - <Property name="text" type="java.lang.String" value="Tipo de Usuários:"/> - </Properties> - </Component> - <Component class="javax.swing.JTextField" name="txtTipos"> - </Component> - <Component class="javax.swing.JButton" name="btnAddtipos"> - <Properties> - <Property name="text" type="java.lang.String" value="Add"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnAddtiposActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JComboBox" name="boxTipos"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="1"> - <StringItem index="0" value="<Lista de Tipos de Usuários>"/> - </StringArray> - </Property> - </Properties> - <Events> - <EventHandler event="mouseClicked" listener="java.awt.event.MouseListener" parameters="java.awt.event.MouseEvent" handler="boxTiposMouseClicked"/> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="boxTiposActionPerformed"/> - </Events> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value=""/> - </AuxValues> - </Component> - <Component class="javax.swing.JButton" name="btnExcluirTipos"> - <Properties> - <Property name="text" type="java.lang.String" value="Apagar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="btnExcluirTiposActionPerformed"/> - </Events> - </Component> - </SubComponents> - </Container> - <Container class="javax.swing.JPanel" name="jPanel4"> - <Constraints> - <Constraint layoutClass="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout" value="org.netbeans.modules.form.compat2.layouts.support.JTabbedPaneSupportLayout$JTabbedPaneConstraintsDescription"> - <JTabbedPaneConstraints tabName="Aparência"> - <Property name="tabTitle" type="java.lang.String" value="Aparência"/> - </JTabbedPaneConstraints> - </Constraint> - </Constraints> - - <Layout> - <DimensionLayout dim="0"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="39" max="-2" attributes="0"/> - <Component id="jLabel17" min="-2" max="-2" attributes="0"/> - <EmptySpace type="separate" max="-2" attributes="0"/> - <Component id="cboxTema" min="-2" pref="280" max="-2" attributes="0"/> - <EmptySpace max="-2" attributes="0"/> - <Component id="jButton1" min="-2" max="-2" attributes="0"/> - <EmptySpace pref="279" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - <DimensionLayout dim="1"> - <Group type="103" groupAlignment="0" attributes="0"> - <Group type="102" alignment="0" attributes="0"> - <EmptySpace min="-2" pref="38" max="-2" attributes="0"/> - <Group type="103" groupAlignment="3" attributes="0"> - <Component id="jLabel17" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="jButton1" alignment="3" min="-2" max="-2" attributes="0"/> - <Component id="cboxTema" alignment="3" min="-2" max="-2" attributes="0"/> - </Group> - <EmptySpace pref="324" max="32767" attributes="0"/> - </Group> - </Group> - </DimensionLayout> - </Layout> - <SubComponents> - <Component class="javax.swing.JLabel" name="jLabel17"> - <Properties> - <Property name="text" type="java.lang.String" value="Tema Padrão:"/> - </Properties> - </Component> - <Component class="javax.swing.JButton" name="jButton1"> - <Properties> - <Property name="text" type="java.lang.String" value="Salvar"/> - </Properties> - <Events> - <EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="jButton1ActionPerformed"/> - </Events> - </Component> - <Component class="javax.swing.JComboBox" name="cboxTema"> - <Properties> - <Property name="model" type="javax.swing.ComboBoxModel" editor="org.netbeans.modules.form.editors2.ComboBoxModelEditor"> - <StringArray count="2"> - <StringItem index="0" value="Tema Claro"/> - <StringItem index="1" value="Tema Escuro"/> - </StringArray> - </Property> - <Property name="selectedIndex" type="int" value="-1"/> - </Properties> - <AuxValues> - <AuxValue name="JavaCodeGenerator_TypeParameters" type="java.lang.String" value="<String>"/> - </AuxValues> - </Component> - </SubComponents> - </Container> - </SubComponents> - </Container> - </SubComponents> -</Form> diff --git a/dist/Librography.jar b/dist/Librography.jar index c7530f6bd4965212b7273279e379e4a329ce439d..9f920cd15f8b3d012b4dfa55f910972ea3cfa3be 100644 GIT binary patch delta 21481 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 delta 22456 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%0DYwAZj&BkaPPT%muU?Y;4qM|7>|Ku1mJW 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 Lh`E5D1%vy47A;gt diff --git a/dist/lib/yaz4j-1.7.0-SNAPSHOT.jar b/dist/lib/yaz4j-1.7.0-SNAPSHOT.jar new file mode 100644 index 0000000000000000000000000000000000000000..f25f58743255ca3d29a116ccf1c281f7e2f010b1 GIT binary patch literal 50065 zcma%@19TnV`u9`Bwr$%<<HlxV+jbh;wrx9UY}>ZeG*0@S^mozT|9f%Pn#@_rp0hH~ zXMZ2<Jx50T!$$}pFfcG6Z`V}0)fmXeQ6L~7fp<VaNPx4XkOCjIsMKd#Nj@pj&qDGF zG?JekBKR!3>EML!65IouzhV=V5V(NqOey3E`8!Unk>PwJZpd{O%PO=Y!z3Dh<Zk~- z31uk|JO}D9)TfQNKu8`E5j9k@H1w^m&sA7v%lm!Uk6ava`X@(dts)^<JLL=R<~W+( z5~EgJv1X)vE6i&oG?${%`ker%w9A976A(>}q{C>{c8SE&!i66^npM^E`OI*w<sGP; z;vmD?M__jPZL;edC?Jlb<wG?c7xkQ_j&u =C~Oc}0`JicCq<b7`+(Q>dYG5agck zWW+(ie!pj#U)BHu1NvnRfC2vT0tdYNhc*5=%ne|)e~baV`3N|yY>jCD{RoJ^jd0O% zWitH_<KE2w_DO$@GjP^3u(mg`viuKM!2EHAsinzpW8dHc{``*@Ea2TgZpT8$(ct$F z{@20i|93FpKco5AJNVbjaR1X~zhC?|``!$RV^kYQ`yL304q!zhz{UT(eE};=O9Q>P z`zMlhFtBw|aIrR^(KFYvvkRBIu$q=Z;*La76=U^;au{U~6aZ%7GrR+@(H@jA#5m|C z`tqz$)e|$F@;>xlnLU9mcj~m(EAFZzLLx~2K4mra>Ad+M<H^<Q<@FZvD+o0dd?XUr zXQl2Kzqa?tsjKEgDl%lveelxyz0I^DWDJA#0x#Cut^xs77m)$D5+Dv6HWHPFnC%%$ zdMXPVl^R$WnRQat`*J07jq0R!8Zw4KZMUO{Cp$^v!%P_`R=3AcM~&aj1PTMVH$7Nt znty%`Wxm5U2|G^E>%g#2EpXCjvS^8R&+tVAp)Pd_lg~BAlxkJEa7&n>IoM|;wQn?7 zgzl+j+e%Wj533lm`$-pb9kQqLq7ksdh;e>^p|Iv<HKo7RGUpif`i+nTe+1Ds-ykxy zk<|1qjjxeG`iQ1p>G=GcSu!nE1^pwc(xy5Ef;(`60+*0zH%rg*SR6&dl|&zRS+NSQ zgb)^eK%a>QR9C_o$1H8~n56M1W5=LKCSoIIoyBB#EU)6>TF(jlTHAU-wUTL5$T_5i zk5Q3!xN2KFvY!RfL|5Op^9aEXe$Ng2)`4dYzQrg6<un-Zoc8(NAg|vU`rS_@(V&M) zFirm5`)^2|{$;NI-5O<&F0Mp1Y1tpWKk*J*RcPYbI|?-WJ*jiddq`j~3`s`%x8?EO zle-5xr$zZe4jzC#c@sSH5#9R|=m@&mQ$@fPXZogVz!t(0Rtc;z#n{d1d_dpe5u6pC zBq0dwGd+fV6a4Sf>@S`EeF8>Z2UlW20|BXG0RfTyF#-RnKYkNkdO;H%BTFkgdlS9C zO~NF%uj+~(1D!@Vt)!`Adf#D0SyJJ&1->%F!Ns7Zc@RM@jS(fU`F*5bPiJRzi*3D= zI&ZIC5|#N_7TM5HU%s7NJ{MAMVIhQ6RyS{?Ru%F!gceE0J^TH3ZbQh+%X$03>FBxK zi;>}{gXi&!=kp7|&%0K;4LjUdu&>y<4xpC3nIg|e@6-A+9X7+A<w1!ocOqFEcc{;t zDSr|LH(uRkia-1JYKgUJY*!Mk<6lVycP2O|_MRbJB-~>Lcg8zM_HKwixA*dhv?*`n z62FRWdmuQ8v}tWi1;dKC%WTsGw-SFMx|%@1O=uF{)*^aU+$Kc$Npd9{94YFqzKw{G z8FwGo+bRAW*y|;>N@<hXTS)vWzRie`8Q-L}ZHE9W!bNr!)q6nPfp;Yo97x<jbY&1+ zDdMiUZH5pj;;ylci4ZBqMRL{D%SzlqeC5~MNZdhqr4f7~>aMjd8jLIQEVC_)AT7#8 zeHGRlNt_XXAKWWV>`8KE7yL8f-oN*!$a7^cEwLx@Ra$Rl{#PXakT@h0at1m5eB;<0 z4G8kS_v9RTDvLB6D}4msFndoKJe%=~cvZIde#{0x<^)!bTKgeL_{~;jTR);8ot2pR zJ7|HQW=NBu+fy|zCprlzD!x_}Wa}QTSUN1=$jvpZIG$NY^0qjgz<WboP*v$KI?j1N z?lxTuf64q-qf@ERE=;vyC<Vf}<tJ%qiGKTRs@20$yCayHLQ|}2>}ILe$=%^G*-%n} z>gO2T5Tl3;b2T&N`(wXxygm?Tl&k&gpc#(h489uOgpW|)Bt<$_wP~=Bt<#VwPEqdR z+)K=|+4uWvB{Lcw#q=ih#;6ebyS$ThM>m2Mjw{=?91W^-B=O#9sVU+Fhmbv8|8LVv zt+CTCT(ni&S=Xf0%FQ~}@P4KYN|Z_=icG8}BxV^_58(yu-WBw$MGM9R3VS&<&(nV2 zTypbB$eN@GFA~x?`g$grJV1AseYBw3mt`ktLCdDUf2L}T{$Bb+beRcVGac&AEhCqz zQAWN4+4U2sA_L>`!di?FCkf@aXuk=kRn2~p4D!hivKl*AbBSV#U?`$~1+Ue5dJR@< z+d^(2%+dEMifBPBP8U{B3{NEQu_2HThzVBl{Cl9T88FdleEk!P*rnhwl-Knsat7Ya zpdQFkqdE>H6+Trmu#oXR_E@{u=OkA9Yl0CGWU>U-p1Sd<`^Wg`mYK49vXxrMq7fH? zxPlNLS^9i-P4kD}nUu(UEV&MXcwbr)QWuetD`Y4F+P2rb^O>xOQ%Ban&O{d1l4g+E zEiW;$Q6zw4IOxC!9lVwXeyrI5fkwgh=LALw7UL%-3s4>2Qkc>dy?BL;`9wA-i1?6i zE$E2lqH>GoMc*29CF9LGeqMiNWw(@X*%~Z`QbpQV%JNY<auATR|5{zMRGWydQLanm zKm?9Mn9VAJ<C19`Z<WZ_1`$6$CyA-PynCh-soNci>oHo74MDwOo7SJTokVlT`k6YD z0e;Q6mP|UDtzXTOrl~{*Jzd6b6#V*~!ME79FOA7e5FqV`(Ycc3xYN#YZe(mEWgJ2% zLYh>Vy9HDX<YGw5qsW+cW=Ix}<YL62)I4?UC5E)8sjYOjglh}DSLI2yy5z)Yb{}oV zzeH0;`)Gf&6WFl3jWJe`a-2M~#}cC1bu)Z&e|8A8lIk1=<<p4YQQ+_THq~zfkNwR` z-Oy4yX53gd@=Nc^1Z9n*VXV5!<ypxY$(`1w&j(FQE->~)Buq<V$x=M!AIKZ#5Q(xB zlGXfTE`i6xR$(lrCCoIakt$OD1mf|8?}iT_n+DX)`rSqxZq3DJ%vIBhCH#`AveXS~ zR1omGzE<i=mz&7NK$5qHF9`G%$ex>}<XAJ+zCU0Ys}eqJItjt4Q8cw<JhnTmJb~I3 zEGV~<b5LQQ5@k7BoKz3t@6_C;$u;S4dEle1GNQh)WMQH~FMnTp;Py<QHIPw|?49?% z87W&bly$tZiJZGWWxzu4iyMVh_{f+yE9vMDmyqs~JtnsXlLcyfN@|`>6*@)BQSNU% z*fc~_2rV+f3HxPYJ*hB{>vh~Ff#J?0{Qf=J%rLBDn!`e626I#cC!!u-Cm1D<Xv0#A z(+$g94sspYy6*HpX?==Z0VVJGVj0Y>qaf#w@?4Xny>g;LZIGu}5{UR{v**?)GuI@+ zGJ-6Q!u`3jSy0t5fdgfSJY@FWh=WOtAzAzscOe4HF)}-6lm}C#ouz#9CZ&vZsO&)v z2RXGw`M^|erM>Pb7lC*T<T&G#qOWRLMHff$0g8!X*@MjIQ#?G#FAfz*nM>EZi!NQG zqJXR)bnq)t-8_-N_rpaE1;vWssqIC=r{h^IS^3<U+k>JrHaClqV)TuEv%&6qfi6DN ztl~x;)IF?WxxLSFP^?h0Nhl}z!GbxP5zYp!F-UUPT{6~1=l)8oU_v%rg2=&^7Rim5 zg{Ltosdf{&*zAR%t3xmptQ^tVcpJ-U;OcCh>d!&d_`q7JwlL&Ld1@B1Pk{xB#pCNi zp&{Rhze|ooP<8+Z4=Id#mIBY}%lVU3+B}I+@4utvK-FNmZjm`^L0KS!K!Vvy=0fs+ zfso?1^QccD?5W$UcTG}o<iN}b=5*kAupwnXVdI&4#+V-w3q0y*pg7wrF8CIvTP8C# zly(MVnlS=T_gzdzX=dsPY|Zc-LuCTOLtHgAGu%dtkJZKz5*e4EPg4I$;!yrE$z<Zd zCev{>#gM1rlRPfZ%xZ=4;&-WOkF7dBO$Z8TDfnkJduA7*&K%F~y@X|4+mYFOVi?55 zb@%emWk(;`@vmB84Lk$wB$<j@!$M<FBh{PDNohYmyCNi!nbf<86O7kKc>LhfZO1}c z$$j<1iL$k|zsim1rJgWdG7{W*&tVaBkA!PmdNYo0LWpwN`tdIPCL()4Vb#8oX8k#J z<6ccO8FGhIA^3Tj`M?X@`?i?v{SkHT536@C6aL@25$cN*&OqXnA2xiqmQtK7xM`vy zmLI<#q^5HUZrf*ntVk1nZj}2f$rg(FZjyV82m0`dBnL?|nCYbhy>arOoM~Ek!>6Mb zbsgG9nCP0~(L5CNs`X|m`Pq|MQ(yz~Qniid%V~^#NQYZOe!xcL4LdIXK8^l{56uS) zT%o7ShP!A9j_Fn?^vAa3LnW&GXv^s#x3Z8Qn|GH_(WfBK?=+=bpYfyp?ulDgrldMw zMKEb-Ny%Am7P+Ga&ij2hqYE?`>rQGSTB|O}_!6=iy;%Z;!0Q;Pq<9&qM72$b8WrS; z7W2tt)C)}B&Dcs}OHeXV>#G(Q$C|_!2uYMOQyZ%0nt;!!N{T0sPtEq#NzE`6{76Y) zw3w{(DOQ^iD+o_fqW@v6I#wq-gHbS+GS84+8a!dQgd%y8G(J<8apW$EnM5-=J2qQt zLO7!&$t{6uy4+hQDW7~qAQ^I`D~Vhn&ZL<9$RtVE&Ko;cr!fOwAkLhw-y#v)QztM( zG_#kYUO>s@B0)Q=pw}WdLtaqI^dP~>3@p*g<S)_6JeRDQXA)u(Sui7^Y?fl^T3rAl zFExW+;3;X848pWF$W(N+Cn1oc*;S`JBPsEOaNJFaUP<rFsJFgJ9kzhc7H`wprA!Zl z*_LS2yXg@I3gwwnt$oQD1`6$&a23_{gbs`OjHNfV`5`P91Xmx6@g8mm-Z#^T%k&a5 zYyth5V29opmJx^bp1A)6+B5lz7^JiNUd~s`;2GOjORueKlQ4{y@!sL{$R;b=0Q9F} z6^45>y`{~au;EQsbV`uUJ{9Ksk2`){R*cIaojuOon@;G`7|%GldY4aOu^^fH_Rz0i zrx@=A`ct}a=`$Gak#emrP5QrWGKOV$;WExce;Q#kxFiiLgno^)S>BvL!vygfcMiCU zC~}pXLb&TH+&DY@#$Q%o+XNh1g&kTADqfX2yhv}KEtX#%v8Rxtv<a;e+$b;VMk~7E z%iM%&c11V0MOp<jq1&DX^M#79aq(-oE~aa*;v&(lPAytbbB-VNHqtmE>z4bKt2*9# zfaVpBIkM9Z{}s78BJ38y6&ekS^cKPu<xM`yHgIwMVnz#4Vgb#7LGim&5$x{0VoYlx zQv_Ox^uGAwg{_iVi^b#?>{dA^U8iF`XW3)VQ&Dc8QhDj^zG5xBL`z{WS7MOq16{gy zY=NWFYF2I^kE0VC$;Xe^M<5lFohVN;jXG>EmSK53LHv)gY)PJAfzy#Y){p2&#Wj(J z3EEUM;e^SdHcYjc3kJ74D*J2^M&|07$^GICm0jYDR^8CaD_1q6pxOqXyst)m$qaA= z*uOI=>@O7QqvocpeGNVps;X_ZCUB#cGK}mRlG0{y!?3)ayR5Miq<*4F8(s(Jd9wMq z1PW(}E5!YTR8TXqWxqlo(O52=Yk@glch<Yqz-4LPN^|V{%4TZ2e(CjAas6Ib{aJBM zBgE<O1DZ_;fU=+TKU7>ofA4?%RdD%7bxC#e!Ug>F=C4QLLsGEph2+=O+YQ*lGtDt+ z%ff1-ZYmZRTd3<Rvf2yo^@ZIOKraNAoJC_@N=_eQ{mHY`c$cUQWHC#HRz#vR)0+@% z!A~BOjqu7F5Ix;Bw?ywf4(^`;lcVzSiuYbVx#t-U->c|7vJ?1H|M^$#o11VVBn{-j z&?9}a9&!4cW_iaSK?cB~cJ0O(SLGpKoE0$K2eMrC0}<|ML#;{W>4eOyJP&0Yeque? zp>A9E1ea-^SS8<1h!XY%KSy86MQQ<c9iN!6#S~JkZKob;`m9t{#rQGvzie>7YFE@} zxYHLAj%W>U_+r=&+OaebYX{R3J7QU!V_B1oH}6B;q!9o|pcv7aYonJw*BrowkmcvJ z9rI_6=y&g@mZLN9Ae(29=RwS|*UN}#8k808V;)KDeR#w2yYc_T!nfoXAOXO_4#2|n zZ?OEcC!=6uVPNH8|1XT<Ww@o^^TBz106la8%gLHX<LLEcjD`{LO)(CF7SU-;!&L8H zOKI&X`Z*lZ+l{*!$uN#%yd}Iv!f9oAJLZ<^;^yT7Jjp*7;2#3M!hX72B~JF4K|z-z zPAAXa+QE}Q3zEO1)Rzo}j|*ugc~sjbD2iLjJA~8E-os0zs^#%B0t7em;7Br0%ocB0 z!7BNWx`7&>zGh99@_QvAzn%=3f%9BvQ%UuQ%{N9Gj!=0<)85zl8GVJB(iZ&9>#0F* zTT()Fj!!m4J~k`&2kz)Xx@l;ycyOm38U7hu^8FqcR)Gb{4%&KSe$f2iy?BUbJu#c+ zmw#?&1u$7<GzL*H3^MFDiRt*$qFY74I7OfZ)6XRNW*~}X<c@)nsHyaE7>)b*y$=Z{ z`{_nLsZ+3JhzV+!*Fnj~6)TNI0XZ+%rB7^5vadEI@$ie*?@a!rWqH|V`bJ9#K#T3a z(o(e4anvy}*U>dM_*Y`GV^Z(w;a)*dWYj;($~42%1_h^*u|lEF3JSF0VYS8AcctVr zw}#4Y3?l}E;(iNckV3u5>hC2<PnPP;6n(mVy@ts0SH*!TVKLvYitk~`MjDa{)+Xx_ zLFZ=UB$;H-o@C|-@s9{3NE(LP4+UEy%vW5+&%<mL@R?y=h><xZr=~54jfSG_Bioc} zHgZourW!vGnhCa25H$WF!FG$&Cx0>@3)|5ay0ok(OzoitQ`dw_QI!@ual(>4eYke* zj|#?p`)E^i(_~>ZD5;MWY@_@5fp_q3jOk{txCZg``K-q3f#zDJS|{B4@~0^Hj|~y! zeu)mcBEqrGZ?qv841>1gSLFW0>-sP3EvxLi5^0QM=!fjyNNoG;zFja0)x+_epxHrk z1jDtoA34J67R~Lf0%o0n6WRR*vpIyRk<1nQU3EL6ttoKd^z}QJKZ$XeMbhE`h#dnC z+J8e#)Y8OW&cGDV_B7D{7f|6*?NU8-Nd6NRGa%Ev*)kvvmM_tRyp1_DU_^OA-Z?Pl zmZreMqG8iW@2vV1g1tdEv*8v@w7<eQH+j9DvnTL;+E{-FHRY(Sv*DKz{sA-4?=e|S z@e_$cYdd)t$AX=x@gqh2!iYXetr~r(%k;Ga-gfa|+|fvO{6;CT&gKc#O-A1c-Sw_K z9<FV^{6&a^l|GTL`Z#SzAt8V3iSV|pbG3+oRg4h@v~d5j)UGamclQY_uQiElGVrw= z`p!=HHmTv55VQlLI{(GS1%W+FwUa6-4-`ky^+K}zJ9Nwl7N^3rV7v0p_w6VPYFOCg z+Jm~rsgzF8S8ZKOU`_eol7@WFV3mrVm8_G@ksyTgw^h3oI2Wl$Q~So(QQu7eyMg~S zeHXc1qd36q6acaOd(%7Wn49STYBm2K(@RRfMV^hnN1oMtkyAcPG@7E|0(yEfP%B9D zV?eLj6YfgOh2Uxv_EH!SdAP|ye?=a~i`L}GiAE<N>{%$|B9bkcf#?W5e)2ePgmW2? z?CbWYQoHvWh!7qdkc3-80$cqIfphr$uM#d4$M7}b`%zgxUV@2`EcS*{ompbK($Sh% z$yZ*JenlQj)2UntaEldKEHivf4teoUk$dvJ^Yihns1+%z{R}GV?oO?M_>&RRT&2Fn zK92_xcVLfb=0VaU!&bb2`&Aq2nGJ13JRWU<B_xwbj|A$JNGEdg`K}Y}hvcd6#e^r? zZ1kSu_hlIY7?*JlWpwka{N9Azp>+B2UiJl5A5HnZZ&RC40nFxliCX&*{P6h-ah+`_ zhxEx+4@z#qqgKGNMi9mP4npO~G0Nyq#SeTO@(=IdIQ>rJPfkaDl6mj|PTv5>zsn3% zt*k8mg^#~Xt5gp!Tv|9bW>^=#)FELC9Fcky4H>l0a1OW_pA&sT^WZK1K=9YjoDjh- z&`a4M?t!mgeJBlY={Z|lex(Hh_Si{_3zH37D~E7pjL9Rm5_FHk@;)vVmU=#@!(1Jz zhP6#iD7A5vXEH(r=^^~bZ8Rx+>FRJW0*XXkxy~5lzW4Yc7vja&o1cqMw;3_vTVAYb zln6wGGCs!EM7c0bQ-+&I8~@~y^kI}8Aqb&0aOi^VL8Nw?^2_fczIko;-t@Y-FUbM* z<q_-z5y50wPD^J%w6m)M;Z{DQ{v3#Y>73_p5wRK`biz5h{H+|izid|3%)0IKPNVO{ zu+*M)mFyf0$8w)${c5S9>Muw1yDk5;vNDT4f*8QUTmUsN{~Jg2W@S+eYjXn&1510I zw?&wLv3b1AuWZcYgFnSvGA3m!AYmT1N~bP^D6s>)w`tKONo~@YNB#MQQkn?o8Hi_? zO>NTmGa~Df3uCR-dg|%Q(+K5PmSbSFqN6Gc-GN@3Y^;$%#8;Wm)u<&WujJk|V11fJ z+k!><WY5W?I)FgWa}}3p55Bbj8l`>HttLvwo)ME+t4)+kNq^leZ_`ab0)cYiy2KR2 zNlSvouCu!wxn0a%z1O26h1k$w)lGK@Dz611N6g<i{%M25&vYg^$W7;ozxfs~m}}4R z=Di`_j!IMU4($7EIxwRtl?=CK&kNX40dDi`ugusiV7EL@L`<Hk_uE<CR9>IFh>i#G zCyZ_5yCAft_pzwYu^18bDwsjJ3*!g|-V-L7Ya^eeeSt&}BP+~lyO+xvkr*3mgxMc- zSFUm{NTQfUDa-d6r&yF2Yn)C#27Qyn?@0cHbsBKs(*#%>3kNJlV*df_A3zlCP0asF zk>iy_<uQekUR771^p-&0y@%I@Wosa20rn9ETB+{RrqrpX{svFfMOX~)E6g}-yj#<J zAblS<OdP1bD~2p%Lp*>b$G(eupXT+Ac;sZNn?#+D_{ZJjkCly+fQ_FI56VEfbVzAE zlHiR<&erl&jRx)%I}vynAqHYyOy@&M(R8KSSa-x+GS)cY=$WGT>U_0$2SlTk#>l%q zenP-HM1I=>;F0=V3DF90@P*<G3CLxe!C|ySc}O>S_&V|U*7B?l2Q0p<7-~9~l4@VZ zt!<=OANa{L_itkoSb`8!Y8g_hbCy~bm6Jai$<s0j?o)B1dKFtlTJ{-f>N|H$QQIv| zg^Pl)52T~7G?)jN-$bn@6c5BoBitp*!5Ym&o|J}$em_AUVRHFQR*6b-&`@`vx;i<k z&ULidlAJ2h3+PCvWZst;?44*1<;ETK<s{hYebVve+iKv}8kIac(g}cE$>Y*+8lkgJ zfGY+{Rhq&lQ(<{0PIu3W(^N)66H}q^-F<qBVPe1DM~wyC451^BH%4h_{PN2h^+j|G zba0dJJ&-awN5lc0;&eDwqwhV07US1dDKJ;=pu$O_Jl{dQkx93xgp_Kr&q~bH!jg8( zl?KhnD#wb)>fgPu`fgA}LA$EE=%$M%K|vBF<z}FxCAlr(EhBWCO=3$o;+kIM>e+Rs zw!SFRwv1<*1!O2vudE@71Isc?W%pyah$mIt6Y7+l`)!HEtV}dZPQ`k_(<c{ll<0<- z;YimPaYmMM1X6v5rQ&d1XFe!OO-W`hTC6y0S;}@wGzgv*eUK4l$!6@8PF)u4(7xni z#g?ps@wb1dXvt<z$!-zIQ%#l_Y7oMfWX`vcF0xmf<5O+zLt6MjqHvc}ta~`CW`8Q1 zi_qY6IKY?^gC-!ID-yAo<-)l~!+7)Zv(!evhC)wVI$Vj&I`)wpjoXD@k5pxjy-;l) zTe9s$#jz|UwBb;cF9r-Zd^I16TXF~|G7Tcb=ED40B2qET(o?&q<~xSukhAa2{C>nn z9SFL7-dVVqz=drSU)BSGf%}2E4a@bC+p@yyOnsVYWpW0*H}hc^k%D@5r~dX%HZHfy z4UPsO1<g7!zt;xMqS@U&NBO(NB_Fc#t`H#IL&7){F;I%(4CZaIn;LG957MTn>#x}N zEn0jq4_>@Y!;ruq?Lent^mB|g4p#(bk}B8ka>0x?e#ktSzgtKJhwet{<^dB>G%wdx zLtX*bf)6Ntg6Yl#<1Bp=L2d=>G}w#UegZy_TkqP%@j-lLWy=h?ce2UGYB|jJrKnvp zXowTY)|)Or=Tl>!^*qHp#j%egFO;f|%rkXyl5IGPt3+~*EDGw3d8TO@VGh1KK}b|L zg-rw(Fcq>TxCG%Y7STp+HyG|Zxivt^q0xcLj(z1k>UKKpziaYaXo5l*u$tZHDQ>nZ z=JArfyM@=ofnr1_GzVi{r0QRU_~iJcn&s^b4eYBwCY{23Y>~cPDVyh2E>;dlE2Y4D zgN>`J!W2;izfGU`7)0=0J1Be;<f;wL-~$?AM&z@cz+@d!*LPa}OR;;wZnk!>nEQyI z;i$SJ94j20PeY4-oDs1<e{IS5-O>H&0*i}UawtCl0X>2M0TKV<0^jyK2pH?w%G>MM z^1Ij@@Y&kxxcqH-Hg-dLMh0o1)9GwcHRPN9p!5U2Hu|s(oD7^l{xHM0j{*d=d6*9N z5#w?1(IfkLx=>%=YcWj;>R)v!BmN}YX>N?)T6_=7-F~-f*KuGsVdC}k;R^8^TMPvT zoN|^<Txu&tvKvJ|-T0V?B}r5Au3<<jDA%qI*bM$Cou3nInfbQ=30)PDK>H$1DrYGu ziwg_du_4uptr5D9tF4}KI-e9$gG4}ooIxt38>h*Pi%H)1-QYY3biz(cHk6Ggsin0B zM|4+tU{Xw4jKG~{=kbQ^V2hqFcF;y0hbeXudPs%jOoVi^Q1P^ELVR$;DHXyCm0D!< zf~ZjtM_2+Mu=UreFs(d7F3m<*uIKToiPN=mEJsFDX)FX<3tF|CKm-(|_rg2~Ggwc} z-NziLI621ze4jphN~>S2Ru3HHYt00f0F&iqGMtsQN}|ptHsPreI5nJ-5L_3T`E!%% z(Ws_1?yc^9ZfXbsb7f-6{?dcYWO^th4Hn5Xx?LSWnlwWf=@$UZHCGj6gpr{aOsZjU z*pcN1C28<HXFopL1ZDA)G+1$6j8qw{Y0hlR5SjRk^mS-MCg<{Mj;4j2I2y^1UH=c| zpQ2Q2zR+;mfG?H!9&=TupnkZv2BpoWEKpMuzJyi}h-|^EAM-UW&yOS))mu2M1by#3 z(D^~N{QwuZ9eL1wHR~eUu@Y|z$2ctgYhOzQe2@dKz$1lRu0G*9{St|o1xYoS>fnq( z@TwPf`B#<tsh-}F^lhT|hrESah8eT>Uj$B3`G<x5bT{xkNCJsMW`lc*;O5(S?ZLM& zZ$83<k?Ip17L;VHqqV!J(A{F&qATUIf(erN)hJB{p6>DZ(njT?dCm{;#lZ?6W(jQu zJ>p&AMAZszhipJZ)}*uXsYA#z!%M`?a!d)Aycm`Ic$i~r4&x=QoC!=V437fN9Tx8m z5HBjt>lAuynKZj1kX9>`OMho`#TW9p04A!S=%)#uO<QQIDIYkIMc#pw`(8lNn?npt z`F$U`RUL_p1Q7I&BQ)NgJn*E7V%Ff1KFP}vSzOsLX;I~FvLKqgqR@HJV07nO0`j}Y z{#4)nWY|I~AX{7pWQ#oiM}6|jqQVMaWQ4S=wG07=qm_w1;AEqvXJu(;ucf625T_R4 z7jNgkbeSJ5Exp1E*SA3g6A><Oj|(9}-54b><_$?OoDGkcQzr-^6CYYnPf~_yZjA+p z^<?0B{0`i&*P9Xnx8%4?FB_)`C~z(P&hWO8ak;Sb4i-qM+L*s5&711eVbVf1pzf#D zZ(I){e9sI<sE9t;^m#BI6LjS1V>u3vtDmks$a-U!=s>8WP~pJ1KBK*mm6o8~(d_KD z-V$jUYfq7xR!FJh#_b1_#!f4%vsYsaw!(4v%I`8b*Eai2I+Kyu1KcRlJpmjG=-VV` zXu`hEa4v2h`_u36)s$WiHE3}f)F?Z5;tevGF&*9cv#}xX4wP+DBD5QN_;vwXor2?) z>3E*D)m0|xb?^h>yO&c}2*W6o))4s?){pKpF!h4HBzLrkp5>e);^w1`2DInIz8mhr zC_Ffajxv`*NvsdB6*@u-RbUU0l}ZO2b@RUy$)PWhLqKje6v-4hQk=h$VAaf$wtYcb zkRr9GB!)ghF)EasM(xPA^&cj*-(kHOhGy`Ju|YCl<UisO@s5UI=%Eah=%}dXPHoeC z{FR9QPW#V!Fb8wE?gf|!hJblM@So;^iKYEts6C=2X+Ov!1#HYnNg7EY|B#&2aL{3K z?B(~3$`SSO3tx?pb(#&6DD=zc(KEouM}Sld#w8w4m+}*&Iv;bHaG9_hZ^zB7v;sn* zGvMz@@@DFHkT^^t(qCDq`BE%|@67_vEk2z%#egrr%$2f2Y8=1WOT1e;?bOJL3eCET z9FAfHQtC~p`a}>XMk-3p5o^(H&kUA&8{VXGX+DwY_@b@naaYyg>h41IVjS%u#Wlrt zCYV0CW@bl;4L?oHEN9gs>y)c|<TZ(9l?H=>gRdOvXV*bY6Du_8Ith;LBuOEAzs7PA zOsT^+@YNs66-@poH2w``=Nf|N%({tl1!DFfPtjE*!a0&RVZMVtyIxfZu|w_idx{Az z!XJYaz_AyfDvH$vGTL7b4VW<xBvc09*~|_ogyeF$wcL37b@Zlm9QEVg@ZF*=aw5%? z`_1O7sZ$f>A)m|Dt3P13*ub_w`^^eGV*#I3&^>;L(aZCJ`aXmgUv8X+6I>Yi*FMMJ zq5X-IZ1*|b2Y}NSfb;(b)!$_OyLkPh#Kn660d%6yWTv;Se!kHMf@Ya!v_HMiUr4A} zwFuUpu#vtYxSrgk<Zzm2XV^arjAj+$mCVKxLr^Bln%2&6+?}!c7t;j#Qh~0#0JZ`J ziP9weJl6%OS~*Df_ZEmT28BBxOZ^0Op7NYUWGL2?B?pz#BidIw%@<!gjO*AL<$h32 zeM0IWbcj>%Nthv|QsC}1Sr1w<Sg_}e_`<WiyvkEip6U2dtJ<xlQ;G~TH~z%8(Fp6h zDoN_+%qOLo>PV+zT75}dI_Ngg9w08V@Igo8G{~|pLi6si!@!D7F6`&Ax@})PT^4~6 zo;Q)sd8VwN&XR6}P@%~=v-%1|)wjyx%M*liB0s`n#XPp$>JlM`_M7(<W88$dgA^d? z7f=hk<#;3OI#AUquy!0!dERuxbn)F}BN^|wQKv@Aj#4XL_;7W+GTL+T*MdYov~<n6 z3##tWd=XDv&o;f25tk0)_Uk0n@kJ)_<ed(Si=zJo-YbXfKeMxS6Aakh2@3W*x<8>h zXU6Eo1E3ZFpfda?jaqA|N=r+=dFj7xvDC8uTLl>{EsiOR)HfkXB4wC{mRo*>TenRT z5R)C1o((AwAJF?TC&3U=v!C8$#-2oiB;Ij}b|yZQU%bm-tqYd8-HIUy626-*(rLW? z?rwZ%ZB1(fs7QCkFTml0iTUB;Y_-s!6wO}MdN4o0K|?YhjT~a*%bVWZj)SRkvpIo3 z6x^)s94&ZbW(0KwrN<j?22CY{<xd9}3uW&4$(Vp_O}^52DsZoS&tH4F-#XltKk)Dx z)v8>x{E`0cPJ=YYdjt34dm17s9ZkU$lf5))SPl-ph8+A&Hs%;Y2lW`}`VMBkueb1^ z1L2mtNw5vV>?z31qz!C7LhFPcMaDe|)ghV6ptkp=VFsL^0kc)4A5Y!Nhe(gpOGx8q z0>8|VK~8{>m*`a-Vp_huf>LxohR#|kktem$*hrRRT(7o<2`N?TP5Aj^!CfRIiCxi5 za5K8%XD_JCd{}e#>F9nbU40@bPy;vl+}PBT5(VQdHfOu1cGypQxW^-+(YGL5^~G<S zP$VK6;yUIhl-yEF|E;RK>lM!%^xx6`2_5}*oAnKP2>?3d{{Y=kN6)}s%h1HY91yDi zPJKdrhZm46S4v7E%AZ(iAUguX)>na`ScQOwQi|34myF!X71*efs-?yhP`ch^UhVS9 ze1vsFe$MS>HBq^(!b4zaySQtA7<EcYTqxuLny=RH`PSyo^eI_|u3BX9mR6xvA)NpH z8RBOaMP(s1KM9@A4p)9Uv94mG-H{SXSkMDWbev$r!1N*8&EWB1u=x346G5XAY3mWb zMMv7cxt5DZjlFr#(=(ixvU4Wa=Q+xF-_PRC45oE)r)ey%m~B&`gev8HOkjI9nO_u0 z^B_5VmlCGvwi~-ahf3WG?I&-*n^lS0v_Nwb1?$ba@NRaU^81E4)0nlMQD7t_*ao%z zE`JEngY95!Itn(PDW!DW5Kw)mM0=+2GYj7pGei91NToEFXN8K(*EazxvQ{nDweJw- z=E@v(uw)Zf^N8Tag0=g#2}6&fPcg$N;3n9wV<_cyy8P!Psf%ZbQK4Q-Y*c`KV5>a1 zNvhM4X2m_!OpEuIHsNEIj)(wg!qJxxL-cY2hW8VA@zm(%6a9q~?Z1km-`W02{T%xa zG6X<90YIJRf1qw_pl4<K58&a^e|O}?Cc36-8?-V`%vnoK^6DxIai)+zyw~DZ(9Co# z#8N0)ZYG*+@yUE38+~}h(o#WevhnZ}*^LZ4l2hH?J38K}bd|vX$6~}J$<deV21K1} zwvOo%LxI(aqp8@fST;$CAUm3c3V+N$%;fMhAF|+lY99$e#0vTxn!Xid6*?acre3Tk z4?eL*(?#{bH`4;&NSU!$uTkpSR_kFcw^ZhIUmQQ;_TyXi%VypBmpvTLl#28p-I|+N zj_3l+{55z3rIMtlR*eexJoeF6F*lev`0~*H9@V5AS3a(D7r+g*dt&r=th!5x%H3Z> z+PslK!2Ey0knZYN&LNx?C|Wv4VC#B!Hg$V_wI(&e5-lefi|8*wIB@t5tUu08cr{4z zE`0)jd`O-z!ORX#pBdMM14{oZ8HO%}kZgk4<Bhw7mY(E>{Tb>b-9n`GnXw?Nu3V<2 zwIdOUg>~Yn!KhQwGPlBa@Zi8h4up9voo!H}9uaW#9aewAmZB<d9Ldc4Uk&l!S^i1c z*VyU6?|+HXb|$U{T7S#C{G%kr0qyXB4HNm9-dWR^S0HNVBJL#dH!+9E)ywcqiZAu6 zu+D#;R+!55>W>BGgXeNaewN)f2Sn-1s*$#fQ7*>TUr|~ti9TDWn-?LLqrhGQaXQ^> ziAuTWE3cYghrv?976iWHB8Mg$p0UBtUSfU9nzM6zS`5o7QVeQGTjUM+@(=JL`Fiq@ z6Z(NsmG^uz9q^6B6SvFL71)-Rr`U=M$B928+8j={5E412WOnK>9X~jA_N>`Uh@i|W zv>yeu=kG)QtU+<U$lJICOI9UI`)*-_Ua2?#Y`NKVA{Sh(l^&YWgn(iX^+hB*lJ04O ztUJrJS}kX-&IvQ)#BcDsmFaV<A1CmZhzYidBb3q{n-z){Z{Ly;5zZH4?Q8CD><(sw zwr6;cU&e$oz#-A`LO_zlWaIWya6HHgXlo0sTCPC32Y&RZb0SQYC(Y)nrC~>imagX8 zCU0}v@8Gyzy<ugCm{-$ze!~ikz8A|+pfSIQ6Iu}I^-H|J!}}AfyIbwMx8%zdAYQ`% zB;L1r>Ms}VA2sp@wZHQhRMib>_q1i4(Z1B}uACeN>RC|NXp1lhJqsd9WbVfa=W9GN zAJ9r4uQ;|;5O{d*Q-%#z#?IumyGXzei0?^s**d+v2)P{n_F;(A<&<A&6}!LkV)|7G zEyZmi;Ky&UQJuoq#dw_})EF$;H!dGAvo6BdgK&BnY`}+e|HV|=Ae2t=*0;rj+H#+J z#Z0WVrL&{KPUZ`H3tP+0-qm|ljwz9yJnV)KPK|x-_97zta}w?60f3PH{bv+Jo85G! zi=PBD()dzAQ;;%!sVArPs$y~Px5y55X>|xl4qFttLjs9c_JGM!jMD()`LnZ>0}gz{ zdsOCE#qM%`>%6)MCQgu2u{74uiLC8eL<HC}1iFXwt+W<q{pJSLwXy<2Koo|86XKT0 zCmXhv49o~U3N1SdwS4Bk*m?A<zz#Z8k~p5E9={#PGdP!Pmbij$u>ozr59;-}0p!zV zbkEQ+I)HroS`<H;#>5;}XeN;77t-Is{fSgqB$Fo^fHVVul<q$v{kMr1xAe}NXhpHG zFas}b1{y!wckwr6e~?wT&l1=|Aa@U9n(9xgB3X>y`I@ymAtRe+4;Ji$a^#7mJ6|n@ z1jbig>avmS;^=s{F|vdBm3cIElFkAz6dk*kV;}5cJ>NXh%tkN^yL&PKO218XFy0Yk z1oUG$7LJ>rt`Nxj#jDFm=&fLB&$u(Oz0d*gUuCiU5@DG_chQ-8@CozA)rX^5STBnU z>^V=C*0Im^Ei3jtc$cdx0erQs;~JK>9X8XEPtlDVdT`8OOEDO{R&H0?p9*h~0h5me zvjI>K<3Qe-E8EZDkGU>Js#}RuRNuhs&!M7r`$W(~vO~e2PQdb_DXvKgf3zrEzFrzY z=xpof;cJrR`dc-uDE__R1*it~Jo=%B;zR5m{CKg3K(v`K{irGZm4pfzkSJ5Pf>;j0 z0@R@%xrZ<FOCjdP<Uq5hk69=2TQz)$Vnix84GX~S^8&Tj<Zt;?XrHDz!Uy_ulIsU@ zIyt_M@5A`9v}WegB!$xLzZ~=LQ2)d&B80G!2*8~Kz)k;OasPi)E^(`ww^E8o3LCS~ z1-V=NST7#LyY(<41Xz|&&;*e@U$M5@ay8XjGKg@1+%)lpu}lT8p8wc~8i5CbexX_h zRWYB&o%vvN^uX?n$E(uo-D1BTCJ2t&;C66uAxQ@Ob#0~T>}fx|x2j)0HnZ#%CV$2H zu@w$Nn4vQPcwa-x;LAgzcNk2s_NY`o_M@&l89}~-DaI8kGhv%~;M5>D;=zhHrbOHd z=i}w;W>f2lWV>f!?E$nut)5lU?tO1+$38O;xHj~`6;}+dkwnfXe6<De(daPLca6t) z+m_cJHCuRiNUqhFJQu+x7&GVo-v<*f;!rT1<TQb|71-!x9iw^>w)(gU;KW?lutSFi z&!FBP4X7McT3v47sT<=dtELXt>Qx^Xc(h(2&Z@NY?}L^?nSV-bE|mTtltI1quC%_l zb}I{rXpTXiyf}obHY-v75ytFMy3sOQ*|}r5mJ)nTR1~tMXU$a1bwsU2+4woY#KU)~ zNpRoI78_bkuxRZo5?V1n?86X#tQCeikJ!5A)2|-L?`;314#b#-8U>&p1E5a*U#VOD zdU((7?@4xel;m6I>u(D8vw{eUL=^QqhHNB&5d=mCep9%5PB^`eWEJ6n39#@h6e)~I zmKatO!Bwt|5q9Zuwg{FZ^93j4#OV3T(|5?P&{QdtbVhjLv>f{mRB$yfS~c>;!uZ~| zV1%iFt_TXg{Hj?(1h^_On;rN=$<3N?m*NUEtWfL7xFEB&;GK$}+)?jr4&)MPTnXP| zb!FdJfRS5A9VRJ{BdqkvhFZH)t<s7WaJvYIXXo5gKeZIsDjTk#?<DszqkoE@y{zN{ zrzMlRW&6E}Vem#Y%rXxCLXe+bGp*~8t05tpUqmZmyvk$L<s2f9KQQ(V3IiH`nTIV? zc9!Z{#U-a>`B}4+pW>@UxL2k%V9}7goNy$ft0ZH0?Al7k<pI1H6i`*UN7_iOVO*=L zeIqN4Uu4w52ko6glP8b3R%gtMB)yTGze%)w4*b;hBUYUg8PFeL%2P{Amk?P2gy`mL zO8Xrc*9Z9Gr+an?7ImFl+_$QVVT{yQp&_T58&Nv*<=6hI-+}&#`oPM2BI18WZLOnc zrekFAPt?CV^N-zE)SDDBU|S^EK|Ww`WKkkp0(rqKpY+W6vDjgPC@+3Fb5bG*Ria<c z91d6nsWs&;J=w_cZtuqxI4?RR2hymqh^|s!T8ImOi`NcEyek@<aVA~OmgAarY!t;Q zYbfc*{OzALfIj(3JuIlQ1t%NA84M?);s!!GB7BqFKmmeglLvqGF=&JfrDr1d%t?#k zj=k00VOhu8aeYetGG8fanfTUX`8r3V%9Qn)I~>gWr=|%cQ-l~`b`6J9>!wxHt(8%N zPQs%`ZvF!J8aF)GD_7SZ+>Z(EJ7U%M#5!Y$3xEvU<^y>coKgpSN>psQp|Cx6?fk7d zWv}$Bg}+zkrEoV}jH*xycDN$<_(?vfjL8uXg4Y+~tnb|Y>@JjpwiYnCWeJ4Rf!=_? zt@kT%k41gLnPF9#;naBY1Aum^NDn*wEP*i%J-)9ujp8(<UT_1Y*y^kL82A>r!7(f7 zUfux$x8L*TTP`NMm=RJS-T5nU|Bmxd&_EgezHgci0ce`?ziQg%?Mc*sV*Y0@TO;tY zQ6}gk7KIP&eRp}#2l(=k7!tYnigv*)74$6l04M)ZxZ^KLbKj^I<Cf^oH&DRf?Nyb! zSQ&aUwtD@1d4$#mMaG6mVBWow>I(@`<hOA@YOYs8LO6_~t3QEmH;$Ak!f|Yj02iaa zKZhH3usU=Po_La4gnxO*Y4_tBimx8LtDI2*Lb|J7w;?x}#)+8v#eD+LP1)_jL?*|E zDrmcG<%&6rD~~Q|+j00OYv1&+d8utOnDktF#v<`S<vsH`ha7w6S`K`h(2XeA$4}X_ z5q=)?aJlBp?byB9XYMz7MQziaXQ7ZfynSWf?+d^#NHN5dqQmETp)^XD?yxz#L4MYB zcS<!ylSSky$?6O1%?)3-JOG~i;wEsKpa4z3Fc}|G<4ZO(x(t|e-9Dm|c^_k(QXD5} zP$7C$i|&yKh}mYelLt+n8D^*mEz!|(EnQ0wVRaK449W~YdFL#%Q(y<zh$o_}?EUkN zq7Vp)^`oWVHS0?1JXtV!9D%>}Nq)!qC+OviBHCa8=m-F4s{ac5U+U$5G(O+zWse2Y z<IkqRwKj!KRYfW#fb82*-cqmZ|J(QM_4f&NOSUuIPi?;2`Thg?8-<}gS<)ojKwbzr z@{FJU!LrHjh_`gs`)sQ<6ZS3;{Ag;0#0W64b<TS5qnw$VyVgX96&|=BB%D1$69{93 zTby#j1qf-J*!&HL576H~uU51atk{kYU!9M4iMo`|S15|-x2IUCWq7HYRoVn1kI#>{ z@GUgLazbTO;Ah15%mrZIII6v}+6HUE-yPH7D}wtuRFf`G*}C?fJSMcCiO@fxYWE?( zmCN`az;EDDezGRfk#UX{7&DK`t<{$UK|aqw{N&n_s(BN03_#56!zazCGM4A))xt{j zhwiY}QtJ@Y>YPEIO5d{!dw3zha^Drmq2)Ih2;+tvp8V>6^5gD5!dGBJAAJ@)o`N2a z5X_T2k7-so$1ZV%Wxn%U6u8F%KPiuTcqd9P$KQWX1Sh_a+%V8{l>Dpz`8&uz5$~J5 z(8U4}rvMQDxzF!yrTDj|_OB$|*1*oe+};k*4EskL?4NoDtWC|Jki|nZ5{cY*L-%?I zDP{2z02if**U^htf!pX;@>%bW-1NQ+E|G(6S2_;lALT&V{#tUoIoI}9YH9p*d47QW z#_?&9u1Xs}QV8)vk_tZLDt@D~Q9&?^ySul5=VlHiTW0A*ArkyEH&?WuZ4d6S?`{rh zuD}##72^sRH$59lbftqK#_?z*cxgD@aqGgiA-A<}_C-VIspqHX<>jM@mUKhAPRt=T zbigb;H}*|!vu|@qDI$syrnf5+7*xJ-uce)HZm%Eqk|}jhbYFx7%Wptff9OCnpj<wq z3+8$lTF`x<4Xfu>hX5rp#6qIuD|-Fz++Ans2&%j2l-kbg3PJgN4Du7WyS(2fuRfT7 z6Qxusq0x+ow?1+sy45J&ckBS^;Kn3tw0<T@zdp^C1uO0=Q;IG{zHG8t|4nijpb3_7 zG*5Z+r6O}@nU#EPNJOutXQ?@?ZcKwix#Z<7AN%6Qdrs3H5fHAN<n@jm&;(n*R_3ix zVO{i0l*;t_m4*LK^-tb8ERyv9dyux%)3N-Gc6b!0^v<sg{B0$&`-xne5)h*UEa8Et ze0aSDAz-6PTCP&G5l;slRjT)1(J3H^CdH8IM4rid)d%>I@MKp@fAzuKv@~%ufy(sw z0)5b-O-4(S<msgc1H96t@^OGaE)zmouw@`xATac`8y+QPDLikm;A=T>J!N?<HTVil zo!2lb{h*%WM)4+e(50AaMnn)(<N>T?ZeO&RwPfhANI5#eNS}17{*{jTCtUJ#n*Q*# z4Mm1s7=M)Isfy$;kco|=89p){hyWQWN9i1+y5gMnTp`}Yh_0f!6{7tjZFT?ht)>y1 z9Ho<}ta)1uO@`hS&lkUYm{k}NqGs+C0?<-fuCNfg@9HeSyg+;vMH7}Q9jpPYYmmCM zKjSKBy7C@JC_->-5T?a8`fx3v(2bh1-`b-AR;vK@7GSjsP;cde1M02znR@9%J$0V( zdPMp)k++47r7OR>J`ILMN*;kZ%d7;z9;oolw}p)Y9$s6(!iMN4^t>8m|FdG}#~aKy z-~BtzKS6V;=VTP200H5u0s#S@)Bo*TBHo1k>w6{4O?3b2l=P{&e3hS@<2e|E(qXXD z{`xN9one4vfCdXNpAss`X((Q3fCLHSM+Q-mZd04$R;6;Yz7hw4P%-3kjMehxmRY58 z#nSn;`4S6@xfX>pr*RM3t@hNX7}WmTCtpTZ+Pmj**9q>sj?3A`yH8+1h;@Fbj@z2F z>)uYTmj{|;U9I;$Yg{dX!X_k7Nvk8fpJ3N7{2}z_KXAE53B%I6Bn=Ttcy4tGw@>;S z!n=fJa*gjM;ylNrn%>($f9jIX(7#5CE#$s8qn*8S;=DxnyvBUJSHs~R*<~l0V0^%i zMNN9n7z)))3Z=a|G$8TPzJ`cZPHyYpjg-(dx(+~1*h%Gb9r3kt)5*~p;^cBo6uzK; zK#b*KbjcjjN^<|UD?oxv|3Der>2i6YnPj2uKDvu5@p{xH-9|Uy{9FvmqX*p==tcjK zHiRnCp}$}0d}BqT#rO~~)QIy8Yc?!_LB~ge5sN^QFEN~Cue+@?y_6g8hObQr*uSE9 zDPklylm{7GAyJZKuQ$Dx`{R<|?*(V7<Uv%Lq&?}zP_8ErHdd9yBl+fgw_|yya_P+R zgPyN2Ca*M9*9Y!pyol_3x}+gE5>R^d;k@V}I+C8`Fl~mIAu^KO_GPp)ZJclehKM0& z62v44eOs_tfn*6?hU6g~i2}Oh;a%%Uma$yPJ7Y#T4oPU?o?;U);_#jX!npB>dOx_9 zaY$hSNS1omK!lO^WALui9-35WK~%6r-Oo$zDk-X{QUtT3p~TDm=8)!@Ri2}d#*1h| z-DC1_9Kr%>&s)Y65tEZ_5-E-LLNik%N;DkPxCi7+txQd1@w~ja{Cm?1cuhK<c$Og) zu>IRB5_#{!C4sYtSwIO=gJ4tPC{+2QWhmnI#wSKB$%2_Hg^MVO@_gW5y!9DYQH0P` zfSQ7%+kN^JDzYfbxZLQ_*Kw|EuYIrCr;>zRkGj8nDd-CS#Hy|#!TRMM!nRuU!>V>_ z))yma@~|_#%VDV8BL-Fu*~c60N{h(8<wQT9YQd3FL4qo19fkGY;3s8jb+(O6IILGT z6Ac{V$hyEBa<Oa80w<)bb9^C7V1!=gHZ*QmasC&JYy~!CQ(?9Ou&oF4MB)VhT<Yv{ zh@qjd-Mu~$N6Ms^SWxBpn!+FN9(p(0sF8D2B<;fKtvs~tv?Yk(EHG=C;=zPh3ZT@u zLv;lao7yZwL#GoNgApV)Kk7{xlO;h6<amm)`6Y)p+d;Ohz3=`UUlB?y50>Ff6&+$p zAbl5O1dN!?8-k=JJ2<M6c0jsR-FLJ}&kheke~!vG6q8#-FPNk#BA@CW4@*uT#m`W~ z#_76mj1){fWTzK09q50sIFBG!fIzQ0RDaDHAkKyhpI|?EsZ+8_xdcbh?2*3r8EzXJ zNnKk{u2>NRTxe(fRiuU|!BL@H9o9xPf2?Z>Uvw+VV53<-I*wSsj$nd6STKwuIlK>i zOkT$K<b7~AB47iE&sCdS4SPI_OIAKHmPI&uj9Sq};iK2o&qW|*6j#-5Z<c5&iay^Q zUus)_R`OvgoqEz0I71}Rd{qo~SB}<CW@`EO0X&bftH^h|`$FCthWo1HEukM{$i0ji z>uJ-FME(7TWbokC1Ff%}kPPUZb_!&4Q$wjq;l(UN@&*<379fe1VG1xh;dP3{-$BGe z`#xWVmxEz)sJn(vbtc|WwQ`5itcIQrz^`ES*$M{glNQNCU$QI+KX$h;Qqz2<O~j1# zZObc7r|aZ$*t)>CxdzYre{}t0o2c6oEDFxDZQHhMmTlX%jajyB+qP}n)-2n%_TJ~* zUhC=ZAMk#9b42Edj1i%h@~#AX_!O%$S)QNhvIX}(I9Hs=n-E!VL>Y?@mIPv$;a2vf zM48aDH$6wP<0pHSAD2iTHWIo_CHy{cc}Y+%xaqJg!Q}6^+Yax048J0->ma&~3C;); zLTDsVSiq5zvq30{e$0X^1aw*WI{Ps`H`iyI?XH4WVBB}5qayK?`@(B(QjP6-AQ{La zZ0yu0l<0h3u^fgY+K=XC+CMd1P~l|dn1mh;)(mv2<f+EckmM0)N#geC(!iT<D9n6V zK5PuXNjEcJ$R4?Vn5OyldbRb`b2cd<G_c4-HWo?3-VodV)TtC)-LE1ig3|W#cFZju zgm~%GaEGf^=+iwJZR$Pk9K?^Xj0$$b^+$*nqD8Kc(pox@)r4{IG@4Nrc;IdeO=3&Q zb>if2KDy3ms8xrkWqyQmK$O#I`gyXZ{9leNp@WUBXii#$5~P)OAW_;UJ-KmNVix~m z%oZoUC_*ZAFcq^Os&R8x#H|TQeF@X%AmdSwSW(XDU^fN%ZB}(ybPh|cfhrrkDY#`l zhr}>UiHSt&M2}GF6%Tfm$Ha?gddNm0a%8o1x{&6`V}rGW*QuY72BF+>8ocip2<?Y1 zFHUWul&=mgCwBq);U@CUU>!KwmoIi-rG!fZ4?`l28|@}sY>7wO%3aX)Wm1ZSNNadq zAu%en38mw)yCgeC3~+Or%bGQdMorw6^-;gBb;wNOgn?XrOL&^;^1+(GGaoISsf2pI zt?nX%`gwr*bdv}-{3g5^l=p}$%oSa$^eZ8MxwY)(h|TX{_L32(k|Jdbwv7ZM^7Z|F z;US+tUOv;4l$3sV0u_j*!~Ce1_m?;bF2B5E=B-@YGF6d^Vv=02QpQ2(<iit|3p*D= zZ!h^czHhPU3M1_qr$_uPhW^%lM{Oh*ONmcaavZ$ig)t|Dfx~t9q8)M9C4E^(2bEzx z*&cGnO1%nO9?)&>(`$AU%E6~UN3nCX6P?SeHqpXc@9j`6qRFu!okVIf!n}w2!*o1G zX?6h)^pIp~h=!%WqxFF3dbZN#sq|$rzQBMm=SJI(xW-}P%q|(4F|u+IW|dntXs`~w z*2aO4>$X-DqJC~E&np~oZ%QX06~`YVx%^6Ml+anAl`zvmNhCpLn^<nI%oz$pd~8_9 z)mZ81AZbfBeRGnu`k1OiH|Opm!ek3OFp?}~!LJwt?C;DjceJQ<+vKnN7$9Pp^1@-R zW|)y>%$)AiU=F5lXXh0rLzj6Q$QOEAt%>`M8Nn)Q&>45=5*?;SpD1P0jCTRmUX_>o z8%4}Ut`oun$y47Bh|DSKe8QzK<zAWbUAb=qKO;}X3}!kLZEjzNd=od^n$Q|_e5W}W ziC_U{O&sX%r=KSoI&veg$A;C~KbiEABIUeJOwx5p8fGB&&C2V;3KrGUBii6jg%u3M z>`BD1Du!G%s)K*tDI=#>OfBz`UV>|LDR4=IXf_r&w@POe4Cqvehj3x!b@$fEhIBCF z-3|b8ZVr4rTR1wm=4AH;tRsL&+3b|p!rnW%1v22S91~$5UfCqRqMqIaHp_*SGzoKZ zSI~%{U-3Rc*9wK81!Al#;OHzTpWR?y+;S$cH5xj(X=+vvc&<a@Y_CKgxl=j6$Y~Z0 zjI3MW@ansI7gx>gIg;wqzan<e?^(Y2lj4;Ow5;DcZQE@vo~h-(hM{zvtBGjnaUju^ z`E#24X^UxA&M%*@Dst(J@Jd;@OXyC?YKtMDrEo5r-#c6B^#WkxM2Vt2zVVOnPabBH zir5w%z~AA+8l!~NmBt;iG1~e^8;)wSXXi*S0&>b6S7Pm-`wNXwM7p*vR~|sqlpa`B z35(+SW=<G&qt4qS$f{53V4UA2Rvs`qkWsj1Mo%=U;HWaG4`AZX=vi_=PGJY3!dd{V z{zdRd%99>Z30AAAT43mBmv@oO>_bdcOWmJCozEZ*;aT_i>fj%-#=O){fNO17x+Q+H z0FZ9*jEyd-tt+ut$QmkeR9m=LTYysQiBMaRT#cS+bir|DY!lEtp3ASaks6_5>2D2o zz^gf$bLMW(9)po`VQ7=zC_S*j-I_c^{c@v<dFoXK@A{i=B7yzL_3k<nG<7i)vv9uT zXxe}UxZjfFy~yMRl|Fb~OyNC&>0L3%wKYuob(+`DrTLNEwkzx9JxRO`h9r{Uw}+Gg z@yQT7)FS*jxoDdI8tzdc+`xs90>9ERcXG2asx!XB{uX{w>m~dxFmjTcV7De$)Lib< zBG0mL;#1z<gL7<CKFhL0m&#N#A1U@CgzM&pFT#Vh6yEMDnlMK8H5D*#++E2{1m<NC zW^qg!0uON{+Ugi*Uaq;bu!t$Bo0LAZdCJjl<o;#Z?w<k}x%vCrnD6VGQ*YDCh^gNl zCzehGbs>`|l159>0aah!Fd;Oylunxd7i~z^A3Km=LZ@`jF+w%@vWBO0^E>r>&%dsU z{6JNaE{SnfdSye;hk;u`tBZP$>~OSf8R<$&Fh8rr16aGNKjNu+1K9k0@DeL4soKCK zY)h^sfU{L6D*_cx<A<n&ELs6v=1Q=lFmwe|<~eZp$wM-BONt|ZjgjZ|cv~#Uu@-ET z7V3}`axpx>3wVUhc<ZrkQbW@Z?)lhjGws{>X-eCNz{6#1xVvF;7WFmkkbrvF-ta{Y z(PZhveMq$)v9@jvri!O>w`4NB73VcT&!?=usVh;l@w*L<6Mk+%xu)73{H09Vp%gCD zDVxr^x!)vrx0Wx5m!CHVgUug>rbRD;jJHSIv<_3C;Od}-Nn*mX62Mdvzzow*MK01# zCO20|RNLf<RS_za#B3jj#TAyvq-itGv76|!(`A(?BCKPV&^}*~BMFEkX|`8Ld@?R* zloUGiapOZEQ7GHMrI0{MI_Cz5qqytrpqcRu<*rHQVNXMcZE(NY>vZ1^7~}!$k#nmx z#q<~(mL-CdX({_4=O$J1!S*pX7@W*~HiaI)-)`<*3GIE3Tgn!OZve3isBP(im@Lpu zYs*Oh<XQcL`F0H9Hjmsr`=D9`&&vpN*wS5(BAW2zNZn7_&`&9?&%F*KJNMVY4b#Wk zAJ0a;uZd`W_S%IaomW$bTkw~N&IhOu6}1~`Hd7v9ae_riLde?&w-On*5}l_R@0gmN zd^>73nG$@#4nz^xkw<AbkCJG-?w_5Ecugs|M<OE3dHUXDC1=7i2P3*XKDwsWWjLL{ z6rmT#_;OE?{fQee#eHr^ad+|kUWCtidNJ5h$aLSzAy&Fhz#7Pn&VC7GqULy@JIoLH zxN4vUdbMF~>9h9X<Z4hGj?Sw<2BF~_q+tz`VXT{CLIzL;18ib4k=bN)jDzt#8YYJA zU{|Tqwq#&jc7wvwOF`pSR?Rz;T}o+o+%Cz-Z0|?h4{;0-K$}FGExvmqSa~-ptf1cu zp>aDQJ*lHqlUmjEvF|1Nsn9qDJ@x=Ro2ltR)uRHcsk7W~e*~tuZbEM2D2xEorX`fq zXmMpwXYB$zFG*-Xm5hs&`gHef_unaBxT047#O&dbK4C&qS}I!);gZ~lj=yM9t0<Y? zRy4dUk@CiTi4!&NBfTiq;mFlT#m~vgk*=HG(6M}*aWKdz-1%M&{uVj@tvvP}g!J9V z_?;&4MYl)QR#RBdtzyEvvaI^0X{C8|)0A*OJT~3YOZtJO_|kHNm+)Kv*gOE^_|`mC zuc8x4_=rcS+6N8km?XK;0v|wR6$?JjdESxAmaaMgDGyt+R;iAm{zGsJyeCs?)qDe; ziDLzCt`he=DlRBRpG-I{BQbdF4zeqJd~-<!EFX-k0jO>h;(#9GK%>7^CTwpAQn)Nr zNG6rgw2#)Zj2VEs2+_GxNvTm>Yp!@4@{+VWqY8y4qNLPp6{LfbF$$VT>uUXpJgTza zhV<KFyhrAtrNZ23CRnG)Je9PfB_*22Rqb4SrP4#Yj?0;tT!cr+%3VpiKml<P$x~gS zd{U}Re6dO<hoyJf5=QP(!!=Izs<{~XiFN2{1hXN4MWLLyWu>1ty5F=F!H3Ro$F;ZL zGRwif`0qvtIU1fya2ef`BDEOo0`-P}CJpK#LOnoCynoCZ^o<eBX^t!ZH0hqRS`DI% z^lqF@;BWq2Sx)epu?^CO8_*Kq-x4x6ris~De}GV=iEr_&EeTITN$bUzKRGmzXEZa! zkXFjVG6fOA_Vk*Ba-{dQ2<)?|Z-x7P%D}@M#rNU4#pc46(z8~*+BCW>E(RHKe2dm@ z?@xgWkOuNrOU1O;!O%v_-a(75GMc+4duc}W*|qjy`_;@GMWgIQr{_IGVz-;x3<G<e z9l+>X<JcwUh?mwg3We`vKDw*K$K8rBMY-6-*+Jn{h)?#JspGuA;%GQV_SyF`ZrS;# zdX!|YVv;_PZey)>xge%EZXzy3!+Plwl3o@u-H-xBLm)-(%n(7cVKO2^_@|R57@Db4 zj`qimgRpDq#G>e+blRxNFcj^|3EN8hI8<b+ZOPlZn>ccRo-AJOu}jy9#+1m_B<@Q_ zg*eBs{&Hj9+AJ{Ll^P<%oQVj<Y*A*^N}Ec-Xq7;U7Hu%gyCqDI5>4%;s1Ipb#RN(% zSPXeu-SZw7>QtFv91n^#2bEP3fx$H&FYPOsTo8r9r6C+C;7H6YGFTLv85aY}DM(o! zC8UCKGp{CEv}aUe11ohWUG&n@6PT)F7Vh60nNZ`ghLH!Ih=5{(iQ_Z2rE?gk>`7E! z4Pk6kNmGun4-<UvSZ>|}84O;brU6)&H=l7b^G!M4vIZJ#gO0Jk`V6o+gagI_Q}_I? z`~cNTZ+SL-ov;t0@I_IUy-I3N_&}|u&}P@{C?p_8LB+Nx%i6kC)1oMJX3HSLt@8I4 zNV#fk`HKXzci!)yVa!1U%Qub5EhBHJIX_Ffq=s!M2@2GO9V6O9m>24sl__^XL5q}# zZpo0V#zKR<P;0fH*Q}htVE-+jj}Z`FAOuyD{#Y-dX!fPFF+R3i7L7=Q?jY6~%xqOl zq9a7C(~;@6KyhnQiX^Mm%|WIUc-Uf)(LXoGJZRJrjn5O^$l-w#9MrRX06OaJh(Ln1 z&p3*0U|G+x@vCmr+W>e2#on+r%3<@EgU@&$btu)qGc27)Lm*hwXhVn5E_{PA@<2pb z0DQO5>Yg#(H<E^cakM;8Ob^k)b|QbjnVLipPg0Mns>N9Sw6n!H)qxk&Hr}{0?{%as zX1JB21IdbYX~$m^<voILoBEp0QoF!r;F9!wY;eNZl3rIrQNoH~x5|9ggiGEAjcgq0 zFlio8xpDo;(~>?LpSHvtxMue`aI&uzNVafIxy^J!Lx*WYJR{-eaFh4avzgaA<a9wM zkp*0kqMB~C<PsmFWcL{bhI=V6!3yRBcCPniG;E$RVh!^}@m^=3VQ}HbNtncfo^o!i zS)x%;DIdE`yj+N4<8cL}*ca<&vNI|4DCfxNmcoX5TLRU#LEX!RKVqiO5hW;?=Brx^ z!(|mxn$&vy7R)4%18znYIUTfNHj{E7%YcgcKXpB=VMg1FN2yZ&i&t8wtYqPX$;y&4 z;O`Wn=dFOFw00mG6{K_kIdjRxtSQm~N3%eJ-+y{Z?^ULNBZN-*st$Rn=_ulK!LJ<K z4IOBRBR7mMF?j{dm(STW2l2Mr+}9MW>tMSQrgL@1^P+0`nqEAr0pU{93DoPu*Pz&; zcQ27{#G3eoB)FB6!aXhZtqQ9#kET}K6YX29k1(-i%S_sFUwk6%iuR%rOB`hmS<qEw zzNCvxB@SJY^(v(!53(;Pqc0wbFRaWLU-J8F<-2Q#{T{jF9?3CZA{3UPjJ|I3Rx!}k z5+A0}-z+xwqx`VtTGT{5xk^VSWM7g-U!sX0E$rzIWzaWn0E#xw3P+3>XW~Vao{2Sa zKE$f}7hA>{UsA+m`_|l0w%`9%b^nvs{x{?O%qv?F@UzAW`TzOo@&7X3KYl!pPWm=Z zj{l>+otM-VH5ib=Zjjg#mtjC$?aeJ!&kUYfreHiY#ps{?SJ6OmhU4_@hKrakMK1(@ z^ZiyTA#3?V7D@-*b3Y?3<1lb@a$U3Ys}@AppcV-zr|*TW>K?^Bk`<*W$*8xMlTs$# z^knJSy==X;^zneG7oR^EvMLdofD{V}np8YK#ohYJn*Iz_0pd~|i+Hm);ZiTW?_){W ztBR5XM<_zN1Lu7_W?cNow~QlE<Tf)(!R8<@C#4;ohj{>BIzAsVJjkCl?|~AeK#<0X zxsN(v$TIj6_2|25njzJBneH}I_Rbx2!O5_rO~Nk&fBnJ#y>d!mKsk1a)b?H&R6IQ* zlP9&Z$9kZsIt(PuZOvK>G^^XqsnkU(y-(qqfyCT@IXB6Y4Dv~Nbi!q_d;@$Nux}{( z!K!)L-JGPXf0;!xcKpa1a5;@k0<f$zd_>TuftQU*A(2zPhwI?TG8ll3qP#}pdd<5} zFQ&<@k80hjbVTEldKiBxYcGV=rG<Wz2!@!=V5FD`dRQ!6a@}IH>exN4Pe=*e2v!!< zbWi79b%F8{<M-c8!wS*~0aO9d+ug(chuUNwo5k7;yrmq?$KhN4cTw+V^%|d={mb7R zJmW(8#oOG|S{T7RtA1%BP40<vV2|s29Jo*cyno$rj&t!q<pQ3jdf_=mxFc~1q6=){ zcZ6aPWAaAA$Yv7;As&!#nK{KX1!mx9@=rof<e>&5PD%ESozmSvx+FS-b;!Ddx~09q zy7;}&yklN?-vDj}9}24PH;AWm@sNJ=|0eMX-X`>k_Tm3P{0x6#d4svteBj!DK7|{^ zo68C1cymk<R_)PI?U_HD`3f>BxZe2w^`AY?KWq2jRULsmA`kXc(aVTGyPW^OdmITF z@&DCxl&ZNWvM_wLA2z%IIL9b}14S(Wi9fgnJP7g@3p@!r%3_^sb3>Yui^&2HR{d@F z^?SGN=U=j%5xB2kzKJngEG!)jj=NVO-Ypf|obBZuCQmuO-)~sIqWi9SYH@wef^|Fg z*nrw))~hdb81=ku45t4?H|T_6)f%t6yas6$jSi8hI3*hCtv94HjRaP$5dXbFvoh~} zGM7yxyRf=k-9OB?1na@>P-~6-`95HxCcXJWl|iKMPgJsMRYD<A%1XX8$(3CWTOdf* z1ZfvzTB6GuOD>b@sHHiaglekd0RU4?DraEhN^9Aa=bW!$83&~hUXa=7`>853;P4hU zCHZLXQ}?lZQpDz+&{-pVrA;sEU5Z@fAhAi>d-DucV~_x(U~nYuP%rlI3@tsw1(SX8 z)%_nO1KtHGAelqRx^S{p#f1o~AZgA?8rkW$ewPWw6$i~_o0yh87s9iZKRDtwu&xtd z0<l+LtRDuJ4WD{G@9Sf-S;6{SHG$)Q<j>W@Ene;>C*2kGB%SCRN}bM)VoGDj1avqG zU_mt0vM(GaT6k8J_?PlVNzPX9tnJ%L*zcG2FvZFJb1>@aWCkFxMiR`sCA8l972mO9 zEITOymmm4gNf$7?cs8O8`DmwP36|tlc-?dqJ_~bBDg%j0ndh<#9?~5Mxc%7b|1got zYZ0ebfI3-9kdE~GrJwf9D;cQ|O%<t<?}aBxG;>`SIj@-*Q*W9qo)(q8RePUoRCEs% z+TNjDy-}n|Ob0gc9n{4d;J{Cw-*tBXGB+)=2LMiC8BrZ$jWN+8SR^riV~!a@o+HZ0 z8=!<9cJfFs37T`&W^HF%!3L~C268DHm+ny5D_?#?j2S^kZ9r|+x$trsPW0%UWRmpV z*p&Z*)5^#-iSwXMez9PLttY;u&-TfMz832rHAdmtYaS%kZSWyCZ#1`5DnE{zFl20} z<42u)aL%QVDBV2C&ySX$vVLGHUlN{$&I|~8;6fbKt+to9om}t>t&H>1O>F&ZgtOpP z(Pn^)qReK9h=%ACaT>CY#l_5&pHT|QYg^MiUP$&~(8Z#J&$a$l8aX82ASBGFM{b`) zb6h+rK*NjJJ`1&WI&Eg>J-^PhEI_wbe_l%Fp|^Za$=)ki^-=3iM6-X2EVeXSOj`eA zHIS^<h7g#1dw>&8;wq^gVnq9Z8()ACWnz{IO_XMi%-x6BAjQJFDOm9!rgq({lir8z zkePpn#XAg{Hxi4yovuxxa9>`v-B~WRYpDPHO~0uB*ETQFVyP8evXO<>VV^mz5M&A6 z0tWuchW%=e+9NyR6)-7=YaX@vVq}OB`8hWgHzupi>#blrxmbJNHykv>Y2k4*|KJRi zShnznn$~!=`Lv>svPCLqtSHgc8e_wnhGj-tN}d15=!jM6g^W1o?mQ4_rP{8h*y}pV z^2EB&ToGnI+cLJF7>TRYp&J>MDb<{l9^<SfIa|Gkl-g%{dFXG<M+$dk#u^mPY*~2n zYmDL=a|W-XmXf|cT&3c-`=jWeJe<;N+NN|RGxEROFJ$PxrFa*)n%=H?c1TuoJ6!+( ztO9U<7>WzKLNoH<?4cfrY=Qs=`OyWiNw-<i`LRj1(Ibg$$X;RZ9C6NE`)LQaD9xih z_dEu%^zin5*#D#kKnw;TpTMu}fU^<cs$?v<F%5A5iXzw&Y%}z0?y>Jfw8GrFv;x^f z$`Ectl)zv6cOb|vd`<VN4|;-MlW>DQ6Ku<NawEgz{V^ZBM}7v}gC6pY-RBj0)d^G| zlr;LL-@{(x5%|I_^57A1Nr9+==aqT)@c)}l+$R3+9)4#+Oy?h@mf!ABpAo{i54ai{ zQ5$#~+bMABAEHLmVLYxV_l4*+h`9$j)FttuTrQe*UMJ!roA8C<hI-4f&m;Tp>GwjX zu%nazIFUF*bwjyt*;uneafNmGEv?Zb?6X7Ka~+%GI(F@uIP!i2upbhLH~0F6&ddLi z`1Xxa^}FN|El?NHNBD)sE8vBus)y(!`|$Vdo2Ym9V%7(Q?ZwRZe+7L1>>U5@DVOIz z?F{56J>th92kl=yMaov+Nb3K}0-{tl9Fdf<zna@JFY5zY8)t=kQQ;K>MUdqo39TvA zV61;E<U6h7t=C*Su-LH75NdW&Q0QJLZEq}$Nu37mz3emhbZ^GUMsE4Pet~^VlhTv{ z4~su#?tJ=8UqxyD{s7j)>Yl3wz<>dxC#NqoQ1hoNWhbZ4=f^MDkKKf;U?)_klQ=XZ zN@pnFPYphB6W=w4so7PAsp(USOB&1!?+os$J!B-MukP!Gfbp(nc`y_ZNI*<i+7nBo zFyB<(6TkHDy@1@0X5+Pag;X&nolG!kM_!fD_*tQFXF<4gQ8Z1sT<W#>i<RGp`kUpX zv>;PYtX8wArH^ZT5iniE#!tF&EN~dSH4jz{n%VW!QmSR&e%wApx_fK@!(_ZhW)&Tk z3d-?YmhW#foVgI+oOzc#AU}um_*?}xdZGP3giTj;Lcnqy=<0JZuOPJWJOgNvgCw_3 zQ=DH)r5O;Xu6;%z<JnIF1ffD56)ehCp^2x7n!CHz@#jd1AO9t9S>gYbo(kI`%v2j; z*gQ12Ip(wTY_yl3)S4U(Y+`fwM;%;}a2E<01kf-3S5f2FS*9|$)eOmFA)vGBbQ!7^ z)~$rk^g3E_wd%z($>+HnI)$GiXK|cL?bBBsIlNBYgb|JN<gOD)6>!U4PtqmLnvBkL zpq=?iVbby~=rp}OpzVHRbjwY1bVzMn9B$(zxAHp3_S|hXbm40?D^zF60rfOQXUzeS z*Qn5&)XJm(6T`+-%f*Y>xo~kwiL+OvtW&0_1iz+rhJ_~~(znux>5J9~h*#c$Bt^A^ zDI+3|?$}Lxp|pGy-^fa9Y3`X!vEUj66&f|6a{Ni|G6r6-7FM)>vd4l#1y|$j!jOzf zxSwzzi3|zj&Vy-alxAP;H461_{N}oC{Zg)PlRUjPZeGo=6p^MHB`K-2pz`~100kgh z-p^zuZC&f<cHI7eqw$N~Xq6m8RQE$9DJo!Ntir;&Q5Tp9Sd9xtH3du#Gn4_tS;b5` zr;{$G?u*?B#p3JWHWCM7kYxhPayj#ZW=@kU(^e1TQ}>BFK+Dm~oMsN8sj?x!Jsfe_ zzf#oBoh=DyB7YNY!JNoL;h@F*)TVF4>#Zhh$TS}^74%>-0Iu6b6pk%7oUgerw3kkI zB@KaeIjzdL^8yJ2-4*RFe|%1>?P9FkL5-97fLQILLWE#q?3SniS0iaQv5v&^k(02J z2_!IfkBd2&wfc0^jGSQWfX3KY`YzxLR&q(PCT5#&#A)~H-Enh+r>i21w&t$mQqgoo z(h;iY$IT>IQ{oa|?ygc1-cc+qg)~vanx{!s#WEb#)^OPNjT^N?7%T>B^p#u8wgd2% zY?eYXEHL0AZEQbKrGx1g#i#-_y^o%9L@Fa$g30L|ZgQRYBrl=%0#~s)O$Ne+UKOHm z$S$0rsajd%mc=cYBC>=4C+7TB{*qpks}RPpu6hyW3{hqdSZpg>+96olLtM5-I=6;D zzNAUN1zETEp?>y}eo9}|gBeyj0`?rpTNz(!-eBPpA?IDHbIXuRT%5cb-vYlo`Q-p_ z+!A}bK@7M-a-q)|L+4^~VXU~ifp*+5zn9Jr*cdRTWULBO@xkTbgkGAOwAh2%`|0@a zX}mrIw9FFJs^;qI?fj-s+{gqEk}AJ~o5<f)$HY@ht&5%o5hZK0fxW09WWa(w%;HEu zdeUO|ocV_O&vgDzy!<zk+USEwe*75iApL(Ksoekc?f;v~i<He}u~d<H;5H%;U^C3| zD;bC>+z74&n&abt#&iljw&FsexLLiJOoD+(V>tO!-!oscB1AbVmK}w%o-zy1?To(F zA#v@aflliyo|Db@tE|_98eJbC`iLs@H+$)UM{=9NS-*@E_z@ZoFN%;ha+?u$Uz7pv ztI@q`Y*d5RNKZ`Ef>u01Hk<JQ5*RpUYD+hAc-r=8BKq!gm5DW=gZH(qzl5@r`KE2t z^HeiV5+>%+E+_>r0{ClsEf;EQ{Rv4&QB@!FF2?WXv@OjvRgv{=+Htho{6om0HCLE) zQI*#0M^=3m8Zv3uoVJ?LM^jMT88%qApNKQ{#B62yb2RdTGv!CA7w?{2Ce8z^bxD*h zW~&(@OY!f!^nZC;EC4@Yq}+3|<2xX6S1d(@F)Y>QZo~#wB8RHPNB~=kXTr@0Do8v| zgWU1q-OX3uk?+Kz3XLkbgDoSow-*@I_-7<xPLC_{%L<Ki+OM|f$82N<%K0k0O$X!l z9TjzK3(Y!M@&_TWe45O7YmHPM_>PpvY7Buf{Kgb%sG6;lVLbCRws)9tYG5b0#{tEV zVMgq`2BXvLo~$+BYR=I6YoqzKX6<o-00(>^k)rEdm-m>Am@6+v32F|oxR>R7gQIQx zV(GHy`ZVt*K@q(90Z1w}1cX)RZ-IAihte$JPkDkSF8|i|n-xb>vvrVXeR8H*G#G)1 z?5H+KdwnHAN`0JsLS))1<4z9qHPANISK;{ek!t(Yw^))6Onk?DS(dc2?eME48@0g^ zSgL<}OWXJ`P5Qz^0i71D`Wk<XJJm-GBfhkT<r*z_mQQp~H_}nGg+cg?yz|oszT}w( z+<?szbObqSHN&3B@DiaHEupLao@JbLXLJT;xaVs35gt+Db_%@7SezsvEPEi}R7?{z z`#nb)Xditr%dV5V1D`(_iDVlaS|F6UyAk1)aVH<Q3$Z9s4sSu?>|C0pguD-(9o7SZ zybQl$Cq7^dqv|#Zhgl3*hAS<YIWkYiSRiq1nJM`hIqh_eUbh(IoCFkVmzf`J{?#21 zEGuuSQ6~Aq=j?3Qh@o;mY{ntwoB%26L<LgD$1h%#bmkf2Z|LPTj;D%|dgK=MvC`I) z*ZR3CdcH{n;0k1jiGlgb;7Wdfiv-IXXLy>~xN@o?-6Kr=dHi4zy!1Go@Br&!mm;o< z-^XLHWs8poHwxw+$JB}$D@yP+m>NvYdqg|AKrQMc7;w5$$c>S@n1?vqg>uayU<>5i zBJr2e9xop*2D#+Q6C{&A)tmdH6ZSK*zHlx!&?f?y1E+wF#OOAxc>lh}ISZPj{z&~Q zMqMokv^dX%bPZ0olsEPBzwe{|2^0SYkoFj6kI*0eb@LB#h4rsdOwPgB#N6$_=Boea zY9BWy^Wzj9{4J6xKL}!MuPd{Uc+wBkFFY5UYe0|L6$`3q1<1q>3+hEmm(7gp^$TxY zZ3|!Ta2LD1{Hyw{y#4t8;uDAu&=TMU0ZI=SiWF6vngN}{T#{}IKJ29YBTkdWMzzxa zM4}^pvt94znv2a}pOehme!em#&~sXnMZv^TCT)ebl}dRN<#RjBOE2^YyTzdCRWaY< zNZX!D(^Pt|IRP3e%BK|F*Mkw5v8vw8ZN3gqids>84P_H)D_+U#k9Jd$a_b~+mhKVL zkjU-Z!$YfE&0ToZVeE+!go&dp?^iGD_gFsXr3)XkL7#cMu|4@xhAF5{Ye_mN1LVM< z1bhYfoJq))zsmYb$GC_t!f&qHYMheo4RFDS=fU-gF+@Q#JA*ASEc86QYF@ll%<xKa z`Si+|%DS$5$fx}4kyB_h=V-<ObTYd2F+y(vMQC6K@j{BbPot8tX?&sVd|bJw(DC&( z?||zzQI=EOQ1g8cGQ&UYlAozh{evowB2LEt)7}2_xBdHv8iF8AFaLCeF0fy}Q2zBp z|M4rclr0sJRMCB85Lb=VZQ?RO>;)r&VPY}mE%~X`8W)Mp1m!>C*N8`)?AM|uf+>7X z@yx#YxUyt?1-KOb;xIl<Oy3eXqc1&O9D(+s4H-F7o;y=cx{h;P>2v{72Z%6;QWNY* zA}bgHTT%Pyc@xarXb&7GL+bF!*#;dH<+|Z*TZpM8)Z*s?+URW}J|*j@Cr*c1`dr8& zJM_Is^o9FZptWbpH`k`xqV<z7^3SBbMP<|5m1W)<-GgtMFHULcuIKAc(P>?wv+^AK zYN4M=2lPG)XBRmIPn)&(p}Win_Seo;{J1PV`VRX;wHK$HvleH&M4;PtFgBn+%{M5> zTpv#yGseIGG1ji@omN)&wv+Y@phk*~i5=loud1y#b*EMDVpLU`+-GvUf)3jqt9886 z=cuwFAfC|=kFFy+_c5D=n>kyoN3;<sH{52oORDn+D3Dpmp>7oo%nPi7@=7MRtST%O zZ_5<9(41N)ddb7g9jHuIvj}?(L&e6ko7MFd`Z$cxNz;#2r4mw{9p@-iTYlF5{eAT3 zXDTf`UKa8#)EmlBT21A}6c3S9>=7}@lX@xwDt(k!Opz;+2i^_^0!C8QaP$@Ue&)ey z3!*wLIbK#9nlxs?F``yw7O5mxa*NQGqHIy|=LgC+Fb<H*H&y=5+(zi-JrRG)VZ280 z&V!`jx<(|T^J>h!n`*}*t`HQu)JbKNs3erN5~pY7ZLW<lK`cU0uMo+4SqWxkG&KaA zeW8Zv<S1>r6!uiY^ozAUv+<YusoJ-iE?{8?Wf`aOK&TDWSEU(@es`j+JByNw3|Iw% z>c{#hxx(knt@9pV61*v>&zo_}w&a8=-V8T-*ADKS@(Sq@VQz|^HYL0H!CJ#*rJVtZ z`FcnwYm5-gaf(?4!;?D7GqOt!2YMt$4xK7LCK&+Yc@`VuqKk0jyZ|Q{eE`aP_I(lE z{t48FKnsI^zL^8h-$8D~9L5t@4}A&)?Y6_w70U1dQ2#SI-3Y)T<8WdgS-~y{F9JTz z0f<Zl4p?|>Y5gbjhH$7e!H$$~lXo*0j17EwAyBM-F?l=6V<TkTzzHe)+vQJnWAf~m zzzA+)4nrEgQ^@HyyU@%quSbEm=jpTV`!oF3NZN{1L}wq;`XSpW)LbY#p5E@T+U|1# zCa5<|Tybz+x2yF_uorLJSjtNQLU9GMg<Pp1awPAa=^t*1IJTBpA<&%p*jAwf0+5t1 z^_&ApAN(*~`>wbH=&1(cTadt+CcfaC2sCDu3Huuw1w`7eA;R~R`pxtM<Sd}pkN>VG z{(1cW4GepBQ6^hIz<~S{oB5;5|A!!7;lD;B{|Drizik&pkiWIk7j4p;!xl`O)J4bj zCeZMyoUr7`Ed?jqi)bu4)yT;mG8OF@Tn^a-{?-7R$66%qvXNfKq(4nJBeE4LpuBo@ zKX0GhU)^tOe|=tGKmSU$hackDOz(wO$!Fe7wi6w;K-S-k+83=9S4)XQDpo*dyc%1L zt)n>T4$KK0NT&a!-uI1@ORmEao`>2(NY;jcBmNktw{e`R$AVs~H)e~_ew;ZP*v~6N zql#(1x>m)rTGVJ7>FC&CnW<UU&`-TPN!L%y6d19+D88y>M4pC@_Z)?%Rfn0TS6r6v zUT~K`dFs|+GZUuJOt;`xvex!`kI+9!+jg<`4(36NLd3Lm2q8$K!7KMI6&7U47z#JM zFmWVtt)&&{ph0^=V!ABaFI~U4ZaP|s#We}ofNogZB>yItPoiGfBV`C~p#1`_Qf@CU z=r%|#eC1h^zp%)dC9D?0T@CFdllpR)S^1sMbFl8XE~#Qh1i0bF9<lXCu!0>oG)xuM zg1yDKf%tUVVc={PWqWP_m4JJwjDR)(SUqyXG0&hi;2aDE)JQY1E4`%FkdcMfn8iyh zr~sZkr?k+RDV1e98Lbaq7#{eE?gK=Ej<-x29MMXgi93gD^++PV_QVp0<;}l8Ksk8B zRZjSK0==6reeZ(|LLmqnca-+ZSzg4}R4WPmpbngFe*?+g-GYI5lVpoBIj}|bI0C38 zo_y{nnT4||*_f*nAvYasNulw5ag5c~G+3wPk6wl%)#AB!h~h?d_N!6m{6O5_zIHts z;I7ZBb*}e1u6F`iP&CZW%T*P$2q))EpaE`ypUp*n2PN^jh^;-FJjR$ub~mdwoW|61 z?_E#}c$d956SItA<S@luPH<};>KWCM`vG7#;AR@1=|e&D9Rn6JS?Bz#D>~IjK$&4+ zg+yV<E!=AlJS8^2hx9Q+iV%UDt<?M{yJSP#FZp)a#Nm~fVDNeyVnwrb!EMt{{yixp zFX*;(Rnl#O^?}2SFPUNOi%ux)dv0&Nc4+%GQFTIF{e(M-Nci9ZG{8ND-yh@V;!;sE z2KGjXs<MJ<xKR$~#E@Ckct>Tr{vh)HhLcJ`H=?1>vE*ow%)U@X^uHd%V@vAzj9aA) zbRm%S`^dx;no`U}(8^m2y~?fSVf_fmHx0-t#;xES@wOi#{yNVij=8`<yscmp*SxIy zs3SGDZie{mqZwuACdH&8)DRWkMb@JUn)SvC1P*5m+C{9Ykgsq#0jdB=-IJxo-?GeK za2dc$3AY6KfuB9D)vh}HBH1tSl8qr>gnQVu`?US~Z>;7&Vc_2Yf#<J*0{#OKwLi?< zzehoZ|314@G<G6p_#a9HDbC0u@gsi~(^#pe;N5NLssR_$i18z!!1DtGQN*f|_ze!! zON|?>SvM>C4+fAu9*z~b(&5r0(8rH%{T_cYX{Q0Pm^5)U-S)cny!O7Hy8iv!7XW>D z0drBGPm~AIfu*znPw>uBa{vcsfV13QH6$1T=DEMMMsOrlW)uulgeB4(-4tBIJ;rZ} zNhtz`YlUZYHr}brX}_tBt251Q*zq+|%$`BykNrm75U`+UBOzh)Bz(Hd3WuQgyvvJ$ zk7bnS%v2M!I%Yz(u}QM@OtR+=dOQI}B*)0!w$t$B5xeyUWt}UWJm`9Gn&u&w|9teY z3WkMZf1?gf>Kb8A0c=J=og#AbMOA{UUJAapF`3uMzPf&gjKPv~i%B?_dihAprgil` zH5xeElr>WvLza_)xpji3LTq|smWx!}GdQ~ku3YV5P?q>4#8q1V<M7N03%`)Z_>?DV zPLnZ$b5S}NF+do{ff@#zDc2bYE$gN;3>=KqZk!(}GnN^Dj9-KqGkq8ZPz=M=?CTC8 z1|iuQO?z2q6GOtD<|YD3s2^Es+(!d+7uiymox`iu@*}XW?)Z2;xQ57vd@Sug>I`8t z6(I>45Q5Wuq_P!*;D9=cxx@6t=&Vv-4uMt5ud1QsEQdsmjN~Cl=F@<H?`)%XSQc|y zNSb`Bf_oG)39?DRxHNMg7cqtYg5W6eo%`ig#xglkv=m5@Ke!fnv$ObE5~>~H+o+B6 z=2%sv$bhp4-tT(1g23H#w0~UQRFFX30wf=-X>#o_Q~{det(;oyVQ_d?xCO=wNWO6R zJ=Wj?dA);C-~8onsBnNM%yuX>3U+rFbX3nk(n(3^oaaxb2rKhNiA}wNMs?4RdHumk z*ClcJHP5*CUf@|q!Ykt#E1m?G=J4D^lb;hWLlj7+kY7OCk$DwRGZiGwDf?_5Ugko= z1ot0^PN|~MVD+(c<WCLNDY^w<6bC&QOvT8vN*iAQES@RHHSMbJ6e03d^YTN>e6hX9 z*JCtW^ZjRqRjhk;|3l9F^Vt0RK;g`fE%N*jGaf&4_<zEg|35*=|L=kN-*IYEz3@do zLh&J8+ghVe;6p^zBB&P{{7XuZo7fB?OyEx}%?BPFtTR7m0*=Jmpzo4WQMFE4rDAPK zhl(P+E>U5|KL#=%-o<Zu{p@qq@&)mjlJmsDlwjPj#&>!&(0#8nbHp*jaous<>3U1^ z%kt(Kv2r*L{;F3V1ujr7vVid(!<-kZKfq1Q11@CMOC~r+^;Qf%CYT;>#OMRWyqkQ= zkP=t*wg{fmjyaU<@V$^(R{Z`5e%xMaNL2v*pyGZurbO9`CXnQ%J@Ye|c?WtA!%Na* zM41~)fF>Ji{}o?mbP<Zbvvl7Go-Rl(#E@`rk-PB5+Ps@cp@+(mZen|Zvb*F*cBmtN zTMk$?RS(_4l2@W2BH>4u-AE0xgd^^mdsgdXG^M9VWg6+WE~P;ODPcvFBwpAN+35e4 zDIJi!w%Am0xt+!HY<-S%wbf;<X<F04VqEAM;y$0k7=sR(=mJu1J(%F~dx_>0eG%?d zI;}Cy?3`ZFd~VhlR?UOc(DDAR^T?S4)0Lf3WBFc8FUvgb>=E*+tOFncvIG6HxU6c- z$0BD(Ut@TAQZ7gTdhs1Gv+PuC_))0ECWG;b)cdT9RJ$zQBm*oSJp~)J4^m~ZZJXH1 zGPjJ%I%Ann(&-o(MB^>Cpt4s(5`Z9R5Vd*8mrvG+yuFdCYUJ7Zd>|W&1W06kD8Xm3 zNz}A|vY~j%7MoBX9sB+dL(}J5=mc*F07<YlnKhbbQPk*ac4T<kn^LAc{JIml4f`p= zj@+^cEb4Moi?FGKD1*5vWz~jJ$?xn*wGUJ>CM)m7A;-G4sw{I`hD&8T%V`9|@$BNQ zu|v7#c2qKbhctV)RpXHG6{Sv@M95VxsI&l+_1Z_L`0|PihnYtA`%NUOR{97&T}leK zmw9FhkpYp+?zQ;7`_MB~rmb@VWi)HF%_q!T@99!akualhn~y&Lvj_G>NgCZ2OOzmN zODKh@;N+ZxkJH!+HWye%4(`k>3DQ-B3bSLz)d#>QCiaAjNt3Jgh7A->G!v9s6oAak z1;PVctFi`%23D6$Zy@F{7dHqnc>N*DnM-!Cwq|M(a2DvpJ}|cXo&M|Cl86w7e6m)x zV2pynNz)?geN#4+qQt+6?6>OU&%|;N>KMZUOY!FD!x>->T66aZNs*~LXq}O%$7i;q zFqr0S=|3X0zKPZfVB**l$ny6>UgDT-&07Oo)P?T}kSu*F_sCw#{KqRot!k}5YoSKB zUebbd4(fxcUV_4PE!@C*=5H)Nf>Cn$j8bZnnR<+OgQOAm6mS6*CHreIc0XWyPCU?7 z&h&^igNQtxKoe2)&Y)k^^X5fhrIOYn$P9`JVX4lJe?3{e0DYD2$-XpzYVN<HnSX`% z+)4q6hN|!~p(M`al19u++0+NmRISG4FF0nQ=v4=qO58Utn$V>BY@d-#@^YrR*0rtt z9mi^eAh8^9Z=hZB1Ou+SWOJ&TzKpM+bi#6(u@IH`yL!8`Ca<QiyggPXS@tfHDBZzW z;|P;{BEznl?_YB46{T|l7;(LH`P~;>x;gcBQ>%{<Jj~Ih(U~rMoxIqjZOM@;)2`?c zf<`RznVA=RigNM!>27paopEZT<H8)AK}mC<cl|T1w{UVA%W+$Fh%A~6SGD8Izm%?i z;&pS@6x4NTTj{EuCXEvg4^DQ7*;GVKpOw{<!$FMMcXI?IZ~DTB-c@y=y1b4~J*mMz z-&LU1gf4x@NRgE+b$M7+*pGUjfpbxt(r1O>dS<4?<ZUnwY}*#jyWHJGC9m30AM^}z z$pvz~j?9nH>EeGRs1wg1o=k{F-XCd#KrVBAcD%?UcDk|InGkux-O`yc^wh1QhZ~R( z$r&J#Utt8;0)MG}f&<pAx&sgAjVla*`=4NQR9V^jjk8K@QOWsl)WI`+F;tE?FxxdF zJlp+53yhFjfo5i_m9X>FwS<0p)(th7AdLurBoB+o6M9^XAaG_VqdTDf<_ogK*;~3g zuDnrb%*)CbIuzxJGoR^8f1@JL>g~*iw1zH9sfWZImPbWG8H)Z9aNu}(36(|yQnGiX zj#s}aBq*yMlqKkZc?zF89g-VoZiZWD!b5%W>jU_7lsM7ijC@o@sqU&yvr>jLMuS*- zD|a8Lar)h5Lny(2j)w;ol$PH`<$EAU4BIUfK?HhYj@UUi<Pd)7e}hod_E*<_m!DB( z&D!KOvj!JrnK|WVk}A)~leES-t;rBNA!KA(UAt;&9JFp^IhSR;YnXN6x8ZP+yF-{S z4k7VoXUr&WaTC~Bkf#e3g=;5-Qof*@dU2~x>%zI*WAmu$<n0(Nh~IhvN_tof%Pst^ zz!;&4#`3H6HJ>UtP#gELLykM<W4B9d@RJ;}T%v3`Mt%zXR6b`<W&s=MqXN$yZnm2Z zs4Ofmgf}8tAb<h`X^0I_A03!vTk;fAmg)JnT6JBn)1lwwM+D*&^@jG%Ebs~5!q0k! z-vJ=a6z2v_lX`Fc&EFU@+DL4VQM~eQ|BHfKYMLhuI(u&$iT!l9Gi1}6B;4OTwu6l` zHQCO#DZo55j{equT3jM)a`=FlcW+S8Bj?b9p~?d@#{k>A@e<-;e<4ydQNu|CJ9h{X zV`#$}%~ib80>KTgLiwR$_jk>mI5I^-sfz)c;#bgUN1{E8zfIoi059GEZpbyV#{C5O z@>8wSrUwfJ&~!ggbVho|7}E}lk%LVvew+WaTx`tFu@xt6ij!3;=2mh}Ce`u^c1qJ- zcK8NKDMy=zB)Q)S`L#Qzmw($E;Mp4?kW2j15s6B=Vze@Ysv+v43Fyq!hDos89cwTM zbYU-*9f-V^3TN2Rg1I%rq>Z?J1?uO+UnQN13OTy_*)zaDFNfcGWQ7ZYjRM%toi!I_ zq0s~`XIjgBj3v9B5;B>25H%-al{ds5AfkU88uDjm!8uyh)qDXSAvw?Ka{2r0sf|kH z`!>K`StAXO&Yr)|uFMtiU9^V1TGngADHPsNYPLI$#gf3b^_n~rh7P$eKENwJ$ji7y z;-ecZbPCmx*5<VYLxMH|$BwZBSde823ke@-`y<eR(`Yef?nvR(znzq{!<UX<u1$-r zU7#JsUEo79ul2WK5kbDbT?C?h|7!~M&q?dwGuXJAe))e4R|kIrdHy|vDgJm%{NqaF zoS^xiE6vFF0_|2ktpYjCc3Jo=s&RyhFoh6FDqkx%vN-*%z8a}<-Cx!YO@AL)Jn!cr zFlpdO(zmM+#_Tj&4b4%L6PM}NtclFm$M+4mU&cxv`uMiH*pLp&%=Ez!9GlDbWMSe! z5Ne>}5<ljgn@jdF1U78mpv{A^;I5f^jf1f|Pao-z!96tB8p;_R$_Uf3t^2Jq>?5&L zIfQgp^kzRVX7o;VU9{@fH#ZQ!ICshy#&+vX@83Y5aoS>FS<a&Sw4Ai}W>(zc!PiaN z*9sI5wRiUV%GtpwcD?pU1a(;spDs|g+4I^YQm4>3e_izNB+R`V%xs{IXA0mDc4>Fd zRB^gmF0U_F*BVE6DVH4I)t)676lvx;&qHUmH=#r3gk<Y-Ol@K3MV7BTSl@2O&85jx zCLr>mXxLr0qp{mq3kPy-H%Hfpy}Rk<<53_1p)<^d+>_!OtPc`#o1lNAO+vAmv0`T9 zg<m!WNA}-t1_5a@AO5UIsTML_2`AcgQr|5JZ<$D|cPX_WD4I;foR6i^R<qa#_)=H| z=U=I&vlCx_GpS?PY!K$kP$f-Uke&~_N#6zEOPXq#k?#DAce5o13P^-tYu`%tgQo?A zfMto)R9&&SZ(#Id^UPJpiJ*GOWUzhVBca~K+R%c`q++7orO;7p$*5CkznbEiJs4X< zB@rwk((6Z&d+=p`ze8Sbd7iF=ncc<^hqmaKpe$Qq2(3;~cB;LF9nNnFZK@L|X=pG; zWB~gb-v|!I%-)v~t*)_JaONv8=@APgQGik~braQbl;RP+HU!*MM!^?lcu4de68aa# z7qdr*o?bfX+Av*(ZCbWgH`?qLr;FN4W<~2`4~#>w1e8;J{a2g$&l3K3ad$~Cy+QpH zcH0l7_ir7||0(YOT`!VUtQE18(Rn0wSRt?^5FtUz`6AK-=j9};0QaHhC4d!R6wH@e zt*!!#Hl#_{l-6ax@}?Its3NoKcFrSzkKb-)pnyZr_>6YB=A3LhPCH&r9A5i=y&&~c z`-BsQy`n3q#TLXEstuAcMDr#U%oyFbStT3Y2Sp#D8?+W3xB%-8>*)y(-*a|{=iyaw zE<06Tke{{|^r_iv%j-H!iU=|@pTbNyMf5Mks#h&jwT&DntZi*pTb_iws@m9EZK=~P zNjyUaHN|JH!t0c=))1`L=77U!=m@&?xmerE4<tRL0Wf9+s+A{0*xM|*40+t|HJ93^ zZom?aEtMN{W|(Xx@A%N4Ual%-aEi!VL6oHP37_LhoG_8iW95IvzQ$fA58<9D(?|{s zo-rCLlZ2tW1Zv*85YrJ97Hi+fr8!Eq#8Y`VZ&cYSMA}WY+tC~mu^=Z=_&EhP2Ug<f z^T_E^v+6uZUG$}^-%miO%QW@z8X)aFlsm%&oJmC#o~_B)48<gnYBW++pT&uLY+BC? zwA7;&2`uEd4j)cVMiQSIWGAjSj9Bfd1qEGd>$~4qg=$aHh}S8+eAJ1DXVxu@MJ$<Y zA+}hl*X|+dB>e&nW-!o0R)vAy^N+59@e0WIGsjr#Z2@JqU+HySWwe8PKJz6D(faNR zt}_hB7FCi8QSmfzpFw1qscy$a{DQ!1!8#a!s@Hl8@WZo@BP$<B7_(&5-S3Z14E{=> zwbuxdUfeiCV$1#9EQ>R=MasMMXsllTZj;^|&{6&Pi?@>=JaM+7bvz)rEwjOS+LM{Z z`YjU9CNt{Pp<>??IZw1;J|8x=BK8Is0{f5@M8s`x)UUp5U2Zu?KuCvl(m`zGl{*#k zvz&W8KUk<<AtimWDwz!c$TZy`g5%zK!F2~&z4(aQCuHs%n)3!u1qiNxKOGav5uA|W z5yj_n{)7M9M;U6zgew$&!v}aSgdEW-A+m_R*Z~sopfDIyT!MGGHE@D=PO&<swkPfr zCl4ra<uwD!#8*(y%7fkQmp3i5_n*-z`i)X(Azl1t7HmxD>w@RCyhuq%qgcjZ_Vz!m z<raa91*t~L81drb5#W;bg5qqcIC+WSwjW$>Das>p!=Bh67<fnQf_?{1)DzeArZRis zbUdOqQQn~zO(h`;{gmu^r;*FRIke<CD89FtWk$3VlAlnwX!OnTx84t3iQAya3V5D! z$ub-e5*z|jZ=oD4s*?2Vj^Nr4&M;!9s_bMPKrWbUH{jgj9C|dI!jJaW;ozdcK$pN2 zpf!8mfRg?f-7Yr5->7h6`)gtQrZEJ<-h~$y(^kHL*}itDV4fS;on?H0yptg>VvmlS z4mWsUIf6}DFaHhQ{3mMs8&7h!OOSPcmca@?4HNxegvEdGM9J8}`hS38E%)O^&IkX+ zDxSew3};zoTiU|v-}X@KhQOU@07nB7v(Y+8V-3iF^6(o1616YjckfS1h>ax*&A{~J z^z^gde}hdM?RN14s<^4GDjE$9SB7x|lERJp<^G?>&H^mT<!j&w3P>s44blzL-Q6h- zOLsTYN_R^)(%mH`-AK2Blyvhg_g)qJyx0Hm?DOvK!~D*9r}mwhGv{mupJAVNb3k2d zCiakW=vb}b#lIkc`alI{%AhX|AR1%vS6jXHXkf*wKRi>Tjb@`qh#TvbA#&%!f+l_r z;l{D_R^haBSj>`0R+-%z;o|fvo$0{!QP_q4+qE5;Eccz_8KdF@<ut!tnjnKr(HHMD zIV3@?@niUwllD}WHCUz{Bm8y<0yyd}X!>PtBDUa!2}GC<K?05}(Jv%?yh-hZDHSBy z;3iv_<QxSZgG_o|pB#o7&^BJcY*c_Fkt!eAhT5dG^G2izCXO@7zRiI7BGpSfPloSv zVb3=Na4XoNT5W1|Qj0V^F3o#7f8OpLt^+nfJgwqA(9ON{QEWeFp}_qw<H`F~@vxGp z&`_f8o@QA7-=KdN0g_+hA47aU#XI9kv|B3C3gi0q$k9m~SR}^EVJk8M^L(D{;lx;R zv8uE$n;YR4pSJx6sI!i}R{(C-T@Z%D%-uTRhG@7}M92xesc!qJ`-}UcSMManU(Jjd zT)4Y7U!J=!vVI=&^l%4F!%QV91tZzA20naiisN}BS|`i7$wZ6=CW~rAc33y!2*2d* zgU8N%%D7^N^%;q~q~{5C-Q!3!`JkYuN4n|}%oxJ~%$Qa%h=J;()~sHVPU5OfMXO?1 zdqkzkdt1-hUNC*QpzJ=lWD*#4?P3yum}?v_r8Z@?VI-9jvy_mSi6*KjCfl}NRyE<I z3BHh5QstMQJcdd@r<>(`SGQK*>9s9G6C<d@ilH_dS24EY-!t7#rf<`1$m*vVBX-!H zH^f0BGIo4mH;z{BoREPv?ICqBF6e7+s-hKyb{6}tR}GM@!qDe36X(<$NG9IA&ZZ-p zi=tFOyNs+bQ8?cDIHxdB6Tzs}9?N*}vYIkLC#Mpmv-q>v)~mV-j|=7vHyuq(`0Qax z;Tkx3VNHmZ5)+ZNxmJetv}`_%LluYo9&m>Y4dJ#{Budz#p*Rov((Oi~EPE2_<Uwo( z+7Q#gY4AWRyIOFuTB+_JfNVHtK36KKNDKFbBWL&m48+oY+ShD-K_u~)#}xsgI17sa zR%g{-Xf3-03p)AIZ5xx^eRmrBB^5{V{myYIFdWE@u8Dm)rpxzvSZA7_cwT=6w@7<8 zuTjbMxwlYhy|I8dVQl3EIk*9>=@Mt7<r0{i(Gm(5{XU&V#qm&w$r2*%ST6Z)=&gAR zxVwys!;&aiDp?#Xg-{$TN*gCT>p+v0iW0gotZCe7@?j$>+CesnTO78r8VvKx^*Ux# zunHnki=6E~0>dF#H>Qj9E}OR@>t|*qNP?kK647F#y{6M~n(I78&j)}97;CZuZp5)q z=M&#(NR%*cYfQHucth%o7MbzQG^+7#(MKQ$VFuFQ*49HRsrdz7lponLgwl}1m`vsb z%u<OjC&*)rZW0TVVIl209M7hEA-Z=RK+Ls%>%cUR7Y;0+$;zXXd`6>Pc69LO)llL@ zq-KGZ5rO#;nJi9BjM|*|Tnr+0EWZ*a>I7w25mZ>FaRb0UGuCAK+fkTvd$h>68n7)( z*jwk?HgR7qbeoXIVm-JSADN~kMii*2WkI=2gV%B4FG{*`?8cL;xJf6-T+a|EIfV3e z;YRc|kjp|z6u&5bD9qb)k~`&8%a?vpE7$17aRD9NZIt}w4OVc!j(IghU2)*?J4LfE zZoz8;!beM3i3QUv<ux9b$OBpmBlPuq@M=s)0<#%m``-SRWs2@q#%I_`E?a1IA^FS< zXHB`DbfdAZA|ZKhv!uG=J4^{9i1N7RWs5j?fvaawj%QqC9;ujhJ`MOSVYvJ_ux+*8 zN~5rDQ;`B?Z)wdwcrYG1n`awhg6E@m8AxbD9|SvK&h8UeGi*@14L~}6Iffm%4Xs_w z-iG+N8^w)xoA8_>{PO9!Ib#~4>(i~rq1w3h)4?25=mtTw-d<oVXeWF4aCGePoUJ;I z{SH_OmI?zm$TPUv`pmlX()opBBbk}9!X=?x@18N;2wkRy7O`SqTh}*XINY4I+%2!) zAMPFwgpbs?wmpFRRUAM|7lH@BR=_iM{{+bqbg~0j=mY-o$RDFPYk{bYq|uFIsB37| z<LApGCQi2W$_j5oE;(oTdEP5_(XZjpeUT)$BN*EHRaT#Z;uLuBFJ3%xH_wg@Cs5=# zB)Q^Kta@+DK?GMVk~xyh8rL+XX1M1**m!d~)B>_*MdObzvDwr4ynUS%+?u#+!vtn( zzYa??uBkC}6D{K`;~B%5T)leC04!_crvOnm;v`jL8~$!8Y+KMK*ouSU_o|X!nVph{ zWeM{KJ1*5m%-4-Pm1a{|V~YorUKM*((x@6GvF;{ZedY$Jukg;%FODQ;LwANCgNf8| z?8ou}ea(jKRc`oolxYL?il8T`=G}>lE|nI};u|jS7<>e4bSLA0dtIyAa)-=j1?&?- z%wO3;6~CEJCAhA<lA0)pRGzg;YX0yAZ(Xh9xb_7UXj$Sqgw2yd$B6jta+>@VV;{Ks z+3?EoF^lTW=}!k@%Y&m^D|2dkJ2&lo##FTGro*g46&iy+SU$d_!jf>0{p-a76<$)- zVMz6)36a~^h@KGwQc;L2(%W-aUvBp8#wwRt%+e=kzH4j1)6-sJ>3Zxx8@0_*SwKHw zW8U6M8;ahe&DV_$rj@C^gz09Q_9n8GCxCC0u|%(}m7tlyikHAGtlW!uj;S;l+3VZ0 z>}a)mDuxbM1nB1Vgyyeh(<cy$$6F_CdNnkd$V2q*Liq1kByLuQ)K6s_eES~_#%R1+ z=boWEFGll_zyja&6z7r%;bakMPx%%QrX830p+0!8g-NB@Af}FU(&GSSlKE|n^ulL% z{k`mH)-4Gp<gb_pwhJyRg`>G)8+mQ}?3WG_$s0Q?AH)^*0gn#Z+chCGho=n(DmdE` zTp<r1fy-}xGk-HK?yFP-e*-pS`SFHmwzixl6lVoy*fu#+T21o|G8bgxGTxT&SZY<? z1uD7C@KK-ioBc=h`Jdl3@<@{%vmf<C9}Tt$*x3`rEC_AacZr%y%<^hMQs~W;G+dGN zz+{+w*dg8m8H_x|iexFNTvMBFP@`9mQ*-I{41J03k}TkTqBC<u=*L*b=$r%QE`KGq z6EXfWxGAJ>5iZ(V2p*j(^R-A%2R6u6YYB`<B#7`Dm&0>Z(j3QOntcZUPpstoP$P01 ztl%E!dm%(mDI(#sJtB!v>$=6qxde+?1zGqW*(}PHMMuKqRk&R~zksmDj`A$j*HkE= zX?k+koA3A8pS_s`7;3L&gi;$8256qb0|N2_*qbE<6?mycrG#kAbsPW|G{C(x>c5WA z{_Q%F#>+R5B(2h-GYuJ)Vlv)bEMYS1HoJi5@m;Z~KeD>J?Gnmf~PY$XvNlhz_Q z#+eq?A`_QPdEL4OJQK~*jMckL%sFlIXT*XFVCZlzV!7EgLCzFUgzAdA9tpiQ^EE;^ zctd=6Jz}}1=}IHS{bbRTSu@v7v;*dm3&DwS5ap{qokoH<#&5lezR+8TcA-O3()-VD z7(|71b~T<V=~}+T^sFe{PvLg0_PKSoaf3rt{-F1^M+8AGo_IP%rd1CoQo`E)t8O0j zs+a)A7cvgq1>sUm-!2NAkuzMEMK262J&2sr4YHxBC{hr$n^^VRQmj?btS-^SGW4em zPRt!B0y=0T;OsYA*M<w{Nj?>aT2hN4-?E!vXx(@>@D8*^N9l?+TW+O7Za*CkC&;!E zC495XCi3Bs9+K_}M1jdOd@?Y`Qc5%w`9@Qah|r@)Sw&}+E>;98$?I$?atlIi6y)eo zH&`Q{FGy7ck=M_qaACl-t#5HKj8Y1zu?tqKgE1vHT}go#r9;AUial7A+Ncw|zxzaN zJ!wM^OBOyyq736ojQZ(JmVQ$X8K`Qy8ShB<*chUn)k|JCe=aOHEIn8M2>N|q1P94- zKAKL87jiaVAO#GAP^b1`3F8=np=7dOi-|}ISe_%jGn|bNtj|(G%5sAm4I@WOhCu0K zZB99)C!|A^i_&}FEv67q<cLtzW&*uoS?nTqF#Yc8l}S;w&C=s#sPHo6rj4gmI&y=% zC+zFi&m)l8beB5==|^55f<l_}MeN7LSPP?GBb3Fks#9hhKfl&2KaWvg)22e@Xv`4} zGK#fnlzeHj^a@o<3c*gK8i@eX5?)FLuBr!O17($q<(BpBSzjGi{jt%f?Wvb0&*t3= zCmZtSplbUdK^Zb*_2^2?1sfry`Z#nFFbl_Pk>A0HQE8IB@1v*O-M(PAcrOP@@Oald z7z!^fwXldqLKS474$d)uPTgRqQy=w)(a?JBYwiBWEPStze0bz1%h9`RdU4}nDi|E+ z9K_!3W3YoFY`N%@K6+;O#yHp>NFqf#nptJ)fahjBkK5_fK$W~r&b>wX?WD@_ZBrPL zR|*91o%tx$CUnURrYxtRE$EN)+*~4^62s5h(5mq=B5&CS@v+N&OCI?+=x;1kle{C& zVa(BHN=dN;8ueUqUo;G8JQC`OLQndf|CJ*oe~f7ajN29=2+x-oF~PgylhTZ?`E){Z z#5v}^Wr-p<ntJn<Iu=w%#{gOb>F#Kq3Kq2pJp_O1BXbt$mpyGE_?My2P#GJSoKf_R z;d-e1XQ(X}X~G?k$1`gDp+rD~h{2djS6hr?xSKL`Qdl7-{n)j!Nj4bMOCN0+PZ1<L z$?ms+d^Ktt-)9@pe<U_wqyX6fI!@a#&}pP`Q39^MOQLR7nZXy%>SrVQnnEC;B<z_7 z*CM|(7k}tpKt+6iXNa?pFV`TU3qv_Uq@acUBPsZ{#hae9e%(UZGUZ0!BQ+rhd0t9H zhiAGo$cs`-y`MiCJJQkE2N^ss!LQ9Bi|g~A;A1VclggosvHRdZU@1g(7()g0x%k$W z=ja6iY`UGkC{5Tdk?;!t3#TZ2ll-B!I+3yjdL!^;rSREO>~WusI82_9ryApMy0!1C zuhT!A^P5XiU>5Y{8{nyzK+rwsa%Y2-hO&gzHFh7>q;RMo#E2DIu*0gIu(hi*Wni=P zeTRVc+R&eeJavmGse)17-qMt}$cYP2hC|{ts<W6OB{t4-Dz_tI9QSeO3A!|ml#>8h zito~1pEAT#1)F{ZjNnE>V^}UyX5!6BtthjyJvO%96rot?MZ%9W?LNT?)FRYZ$XW-p zSvd$gmb`i*;ha?MI+3#zR8<gx16{MuAz-e1cttx(ubAIL)pzyG_FtS>nWMn;^ACR& zO@BSA(#fw^l`?jrh(kx3JVgm^i*7<n!v>RWxLB!#DOUq$hm;;AaH!sw6XU3`N|j<m ziQ;A}fKNCTVifgcDm{d3Pc#vProEkp*HJ7HS3^;pUR`|X>a*hnf@sH+v+{c05|MTT z1xCb~vS6nGI`|Be+DlwkEo>a=u38MUejguK0Yjp&ie3}!F=R>l&OwSiVtvIDWNS>N z>$$1}vL}j*6Ffuejj<ZwW;N*g&-B4RckRCIISov_Le_p~2>LWs#hb_Z4H3L9pF=Go zk}bjrq`68pPxroCe@?S6ati_}hD7}lQDFWoECm{wqe4mT>_F*!ft(44YK!^AwrTD> zH0k@$@a52|b;0uM?y1?p>{zGtnjBrQH&|A_sA3FXq0pgPI7P_=Fbb>JB%tb;TJs`q z@G@oaN+4WWyzO4}JJrLcxH-7$SA9z&XmCGBfYv$@wLHqK{E|dh9A&CeF(?1E)Nhy$ z4lSayG-fB*dc2`B5t@X+2LpqnDL<cr2ZFmcF5RS7@o7_njWTe9aJ*tAhoL*<2BrF0 zmWhm7aoQ$&YtEssMx7zXAZEk+L(UB*2Lt`im7)X-O|!|`0Y&Iu0|sT@>=Mx19piIV zrrMnl5NYIoD3ZM4?rG3hJ>@7+Yb|BuLEHFx!eW$wDk7&(+xBbOQgKpp-sfYva(x>` zPdb#>-Im@d8G-B9o#(*dOlHFw2j(Z7ev8KZlys1VQE+{9DIQxI91*WE=34u)I8iR> zgzKiP!cr-4^~6IK@Rpe{i!&=?(7{uo%5{ca%mlmP>J-L77$U7A(o-dN`8AAz%CZN3 zgA`cFr0Zt7DlNqjW#sLQ8nX><OhV}MWXXi#oiO09jX*#yiDA^LvgNmLYXgf~O@al4 zGZlLA@fIUb>=j*dt2HsPsn`PoA0H2sYV=lbl$u5FI_#qc6!JPp+juN6t*st7rbZuK zg8SSKu=x|9*)c{T6JHVy4890x>LQHLi)Hz6{Yc1==74KiQ{O}$qm59%T<tk$02-6a zXaP;t5<PEY_7I2JOMmxuWyf?`oKr8L8Svu(9M#;n>_`<!-0Ik2%?s9gn}gsEL!(`Y zY7{3j&Tm=|0(zgNUc)9`@n1QOYOmoyq^a*wFnE^Xk%iz~gUs>TC{=~@F((+qXzui7 z-O^IO@0_!g%w?;(AvGS?D7YD1*^_FSK+BI_*N#DWc3vekP~4pT<*ZXkXFj)7g6!=L zw0*Yv1mlO~7+m7)%2zc-K2*3_bxgrq0Q>bTjkT6$I7R6&6GGT;L9Y~O*;g>X4Qmt} zo<^lA#=O-RMshYv2!aXG_c8XJhAG>o;j5lqS6(xO*z?F|Ds^#@i*yka#4$XmNX}f< z!{Z``*M%o0T_sgm)Oe)x!bD&vC&r;z7R&LZJQ_X14Bpo@bx@8=x)-V`_T)g+eNz)| zN=2`bNt!|5!^2{;uT3Ov{(Z8?;nM}~w%ITno~Rf!`vSIWUI2}<yEjeH!3HS!l<MP1 zT*(Hs$_>g)Xj7>eTX*_ax@x+_d66jW9ekDztRg@dcVu9A;Ngfdf)7&Y7nqeGnU?oX zh>``xDS^?~I(y8cPp-HN4qtJlL<t?!7%N;>dmZbe@ym77;>6OeWS&MbHw+0o=CPBz z;-=6}Zs=IOFa5G7n?LuhqQ>7%^YCWQy8epX^!gGN*HdMfP)$a$jidaULt@#@)6^Sk zOE-;^cY#i&nq%k$r=bh0I6dG136Oryt!B8u<VdsFH>99{aztLIPbR%4O<BY&v(8EO zCbe5ae;tAn<-OV~jiC#kV!anM&+6i;1h``2=yS)V3J<c78#j3D3pX31Z+-VPZRH^q zvvs&;=#;UN5cd;#4_>Ht`I8rWZe?=u+BmH7h&jKtQtStLLJ|%x4hw2$IY@sTKzF6J zCT}lYyat+t**HnW|DuL^#(wC-p!=ubejhDOY^;1teE(Mi2`&bFYe&9B;g=%WC>0-+ z^zD$Z*qmKKzFcH?J>D<XxAIS(^_UdYog*q*g71N>%zIy5XC=m~(|>*jrZ9B#Zfu3G z`sPia-=_&;;K_;0O#7X3tsN8^wg{&$=5_kB8UXm><?xuekMj*7aYQl9ILByGRD35P z>s={b`$AtOEWaptYlLFMB|1_B9Y0A0U`ER6fh2|w@YSVV)#vcvEP5(y7Ry`yedzrD zG~(w3!wWdUsF2dHQUOjZG=Q(WNKpU71jEY4(h6W>XAH2Fcc2!Nq!g8u6)8}#q7;!B z6j9ulq!b^Jr=4UNW7t?1qxncfwJ%XNKqEF)DDj@YcV%6SlDt<!T!Q*hAfMnzxu8IX z!$ULJ<Njk9JD+PTFmKK)ey6&>_V?~9_ETk7pvn;TM!9mpIgtX;@d^e|<(~$GKUX;Z zUXkxqb#_yjK)%`4k7Q<WR)xgJ_vM);N+5bn8VHNz`vy(YpO^<jEvREH0S1Oa$H4ow zqH&>pzS?%PN=@~sBmf>kK(Il3-bDGd$U)JRdA2_Ns9~?k`Ox5ikMBIQ<!Ynpa+m!y zc`w;@&~eBoV6o+r3&i#V5^kckkGJL7Qah|BWmm|7O_X;MXKiNy#~gWT3mMJg!SZaa zWT*q#St!KfaXLti%Rc9`=DpSJXN@Y}v)RMg2R6BGb5z2vYqL#U>VfVD->7j<R$pTs zQ=sjqLqQx`GsE>JxUQ{hl6j_LVaLW@B6BQtFkZ=UU5NzVu;9k6k{s9wP<zS@UMmE0 zkP6})Ea^CV3TWaSFVW@i8Xg?fLU5lhq2gSP`e>a4ZM1}34t*h{FZPjAl=g$Y4V#?c zhAvBCX+++lA~$9&)j(+~?Xy4H3*@3|HlL{0l;kmgD^%rVOB63+^z@OVG-U)5sqy^t zIRvxd$C>jXJH1XUGn`?2E_&9@h*Y3{vwCHc19a4|#2saMJnp8H3-h&9weExdU9clo zdalBKql)kP;@*GNsB!pIUTu#r?w~=Vc)p^RK@({<6<MijhW1t5pD?6oSs-$+X=i!Y zi1rgIN&BX1$>&*#B8mKjn%9LKZ)Iprz9c&&3-0(wHxtnyeBGT~0bMnNUc=I`Fq>Eu z%|Bl@VyWXvdv9Q+t!6Ss`*NU+T9?WMR=A31G3Qv#P0`9-ASxo*&pU#t%}IqTDQZ_= zIv%gjEN!$ctI7LBpSH4$YPztG;;f0sB2O6F9H}QiV&ecojTUDM-pCqcEziE7>hqxq zHkb%vQZ}Sd3+p?ai4HQo@pA{iGMfup)ieqNP|`CnTkYP-@JWgZVx+5xAw!cUYbqoO z6Ae&gipz}N{TJqvEbs=9D1w<~`Z94bI^qq<n*2meOfN6lvhdxpnMCC9QqfTtG7_38 z^U%{7_!DGU0i4j|u$hB-Z+v6Np^1cp7|3#`Cynxrn2G^As%25-PxC#431Oai%IzB( zBvZm#g!9*rvqk&2l68jx)MV&_q_itLT%VK#<3-E)E!S1R;*!kB8<+^c4_=a3h&V=k zOROSR5@}gqr7r{{ipo?)2xYI?uTHy|zZ;4<6AbDo?31LTQTNI_f=lvQb%z=R)Cq#i zWwjA~tzuebmnu;N3i@hR+>xvRlOcFi+i{yO%5Ve{ak=3ESp{2qCv4XF+hCIBSA&SF z?JA9ZPH`Rw{m%p?s*w^U`WU?xIloQ&MUJe+R(D^l;P1RIUF*oOvoa8|MmDwL;;giF zvdf$#PEZ#F=~H<Bf!?dvc%CZa%_Md(WuW7!`Dljd>_TX)uo_d8H<DbFW?|@wAi-#> z6tZEaU?(e!a+@jnjrWvdWrn2o3SQOPYL>y6Y9hEgwv@uxI>AM8d#RpsV%kZ9abDWV zWjAC`znm4zvxY#=rBw2T@UYv+OuUzcXEko$a2xZNsE{pJv61&yNat-x9XBUkp%#>_ zgRcmEt?~(kYZcA9;S|>bITT6T`A;wv^wr5Y3ihE=$q)Pr0zqZ-0tsZ_uh8=$Wv*ol z1aI&fNApzm`<gil<fCN<(#sCIlhA1KAdJ;3nc%<hkBB5M{=jr#gZ#}Nu$I(7gFmDr zT@oYOY!{A9r-Y2Gn;fX9GEhHKMv)<hyjmu&&F9jgB#fy4?ZXqD1gen`@s)3ARiTql z+RM6P0h83^8DhwY9|RN?R@oFK5Tfe5q>jb9M80ZOd-x2JWXfSAtuJ79U-+)3#-O_d zn-Coae+h?=XQbqeKo@pv&mxFajivlRIcRtrS=<(zh4SnLfTfQfb~97NiBn6T*)_ek z>m&RZv|UKra`FiK$H8eaM~o##Ol6_vew2XPY6BMceA{G=BKPZ!H-iU+ufFnBY)2l( zRe-m@!X7@}qA`jPz$kUZ_5qDIIdXu3ASR@|<^M|WCM}nOQXOf*gy`eS!`v_Sm5nYL zZvN;E+)6p6n}!+zdKlen2LB4nQ_&PZ!;~J-&xh&-Wc^nQ+R7-~TOZlHV0Yt{8)5-~ zSqSI`&ks~2u(5C-k(xT7Q}wT;vl=i~AM3=n65ocYSAkIs#FwqS@&t7!B~<5n(=Ru$ zwh|>}Q*i1#=9Xx(PVc02Qo`9Lz%!dT-f}tlv02u$$LzYla@1A5+z-r(0yKo=v3dqp z9H;s7W47z0%xj|6rMY)-fbv&~>dvF*JHrfN*juxUUuxx7(fMmO2X8I3zgDQ}@xCPD zAee^_trdprtE9r{RoGOiq#s65`52~6GA}1`GW200hZv#F0>_5cjba!WGVscpKh>ho zbV?fmB@;bMa4lWnWe>>Sc7(HI-$}e<oLL)Lg*tA@l4bTz9X8IVY-{zdI;Jm6#~p6< zh^$v&8|Rn!R{={~+ron$wPPJ~^$@aFkk0Rj#ke^FuI(?EkHZ$9rE0<8d2)|)s;Br! zX-a#=P1!;kqXg1ou0mRYE>Aqy23sC@k@f;qO+4SEgObZT4D>>zp7<!juHWyFh1#E` zYn>Geh2kuJcpl(r;cb}-$Ev*20$mVVo>q}niYpi}77u05z9aMHh7_D<Mkz!wXXnsP z_2rm%(X|UkctPq?^sB_uMw-}#soWHy%`%qP2=IA}K_fNkP9WJ{{`HT7H>dsN24m*^ zy~ov^16tB?^&DU2N%21_!B6}`z!#!I-Rfk=K+YK-Olwl+1wSiN2g&6tsp3l-o1rYc z$NX9~!ZZ_y(8hc`ht4KSR@i;MlGwd3prLe$lpN^@NxljuJ?$doVg=IE*=^xN!x8t# z_0ij`1XRU@8}YEOaA_F>TB*y@=r+zx@dY&L+;O9+*reSgX6zb(<syOww2+uFD;n8) zId&N%{?C!AsxM+sS#tMr!e{%9LQSK<ZW^!7!DY~mSU@eWLAsc+xO@u+T{aGUUodOc zQ_MlojrfH^Im%NjD=7nA$bTGza1O}FR(Va_NUdWPr!v@Y;0=;$K(FNm<$<EOOs=#v z5$|nE3pPdXSF&3F?tSmqS`(6}W0(06Rv2&8LwI5DdJ35#(i7RwF!l9MP`74LO52|g zzeBA*jInA8AcLwVpSB9FR(EMW<sqFmfDT+DSrs(!K9MQ2(_UGEJxH=n91rW=q#_^L zS?u{LIhT=i?iLhU-!G%LoM@C2)se%J-S6NwH<!~*mePGWmo6vNzCtaD|DK0GszKAj z$JJ53n5!q|QZ{rm809P}e-U=g<IJh)9o{b90sC7wX5v#_@)KDP?kIQM>{Esti1(lg zADK`Y&;eTmRc=Y9*_u^U$7o*ddPlR`3F6qGdy$J<IZ4ck{j>}ePiMChe1k8>U0y6# z4%T}l6Cl2<Y3phAKa!Fdt~j@doW+k`!3pkc%KF&RUvjzG4OUH%YK))St9wCIhJ;wx zPmY=m9j_P{FSzT)5@;=v8f<rtlt0ST)FFY|l7ffclWWL2s^;jMWtll_eNoLNQ1ncX z5hs0J82z+cL@sQWzQ<Dc9p4@iUqqK;Qpi{Op!UTjwK`#0)glO4!eKSX=T)Fuf@BaL zZSe|K6SzF{#d;-Z^vB!1=u`N<xuVP9{4C7G?{Rn|8ez5lwe+!6g^IY_FgzpePmvBc zj1l%2IJ{E;eq7zQN6r^#pr5`7=5&fnT*Ohy6=rak7i(NZkeu>$;hV54b>W?ox<OHU zLLdvv>cWuQ+tjtgw2~jf6w(fss+X~wvX46JVF60$n@b`LHEXZ|$O*y;aZ$>Vl^>of zEEv)G5kbW+N_f7EX%P)u$mpz5H3z!4TEO=HSn@I~h1|`b5Hm*n@l-ryeg9e^7HAuY z0pMG-RR@)gEa~)KDax3tlJTcvM)O%pO>w@Ll!F<izS(Eu2Dq&dSq^c<8VINY5mXL= z`LatDYc_i41c;?^eZ3mCY$qyEYqth`(H(?cGuqBnDw>?ny*;Pc(^)4T4G0J`rrPq^ z77!+G3dl3SBn|<;9(W{~Ntj5(0(=KQpq|0%j>f2E$Hy@BXn;?cQOgGS4t_u`gY~l3 zh~unWP#AR+sZ)T4)g1(PE+8k;87#g9n)vgs;Fu<*{>PNI#SG5zb^J%D73>VV(DXeA zc7xPQR|L(fJ<W$OI5a_2%0gwO&3vQuP)c5=tYJxf1y_l1H($4fh}_zCb?FA#GJ#H1 zfx9*L=N}JeCh>7Q8-74bq1^vxDa0=;anI2}h-{x!I}Z}4&osdbH2mT-r3|zN>j3Lj z3L-^Dv=ECP84{MPN|hklmfjGG5NPh!F!}}b6d_axy3_sy+adR(JC6~qD6y+=blF1D z`xE0C=!Ue-#HIb&VdPaCy7ubUZAwgH+Id_iu4Y*I?WS5#VDzewK3G?1!ndK9)P5i` zUtHd0eU?>U(`)2JxQ8ZJjjK>3d{e1d;UK*;mIH}%2t)UIazX`gThR4<(bGzRFuK{% zP}fUm`sw3mg6shH+0SZ+S&H?fSScDQ+i{rdg}UGJ+zRd1g>J%lq4YPt$t*bbE8T7i zI%8A^=XFLd!eCkBO;i%T`}9(=^D($iyo!YOQ$)t)J>+2wSN){kBeao(h5CbQ7e`c> z&D187wU1C8Mp`A6uk>koJXPG`X(!+Wqb%5w2$4dL=P0IwJi<oMr?!d6<k1MCE%M*s zPEvy-pyB7rw#x?UA$8O7iq!2!xbWoLU|PQ6aMXZxfyk*^6%!x%9G~SPk%{D7$dzkn zaPe25w)+((BmM{!2@DAY5)u;RZe~0e30>0<oL=$+D-;QM{hqSC?%w^FCrk25i3$nI zD^N=c{Y`)Z0Rh?|-4VX$xVr)my#14&gY59a0hvDt_p{y2Z@>TJ-4$rj^iR6W#stiE zH{1QM96<5+awz|k<L^zv|H}9C7Vji^KF9}f(gXYz1NuKD!+jSFaz`k8K)8!;cVGIi z#q;bz-g#i&AI0<cPUnARzO!KeJKYI}0(QP%GXLBr{V&X&AJ?B4-v7efFV4SP%w5Id z7*<5n0JG5oYmMkT3wX`)@&JDOyJZTZzXk;bXDh(p3l@K?_mdcY@U{dC76e2M7%PzU z0r3_n<0tWF1@Rf{(g_&r7+P4`+8OKpo;r#Ut-}W_Vg#U8BoC<8KzFwPMiu<t2!0Rc z{p9N}0fe#wp^Oipkie$(JLu2V8U<r>fTg|NA0$}pH=5i@5ClqKc_5)0c$D<NB`8|x zIOrIg>FAmP{vd_TG>irZC}j)yx(mJfJ!N?r0gcIjCq>l4*iH^$0?@Mq=>GxUMrK<h z4g`|}Z{Z<)6=+%dd$@y+nX&#~?c@*e%}&WIcp$tL_<C5aLBM6Q-@)%pBmV$ZeyNWj z1_W{dHD>x=7Qkzk*Eis4_<w_nnp>Fx%mEg5I(EjE7Jm@2?f==k7TBCafMX=~0}&~} zk3U8Hz$n@ooBh5K=I7OCPymgeF8*;g{+*WPl}>OUbvGRG8|m1{+v(WwIoknvZESR$ ze~&yH4xUN^7QhU!0Jy*N{we@mph3n@?S2W&YoKMN<zQ*754>1w>D_rZ*V57hO4I^= zad-W_unD*?3wJ}W0Z<rF;U6i>iv-yH|5cc=h28IYq-$3p-awuWkVpK3c2|2RWdFhY zFBP3qBlTi{$Q&S&{sFQN7<K$#RkYIjD^xMCB>u5M`yQ+K*C7x6WQF;TUjXDYJm9wi z*Qfu)H_*`ohCwzk2ABa${`Y0Fi+u_m2o!L4{)zg5fNEfu{F8u(;k18M-p9!Cv+r-q zJDKi3*tW(l0Ih$iLO0inM|V|d0#ujqfx5Q9;`vu~@7mt)?_XFXl{*3mOaTIE9{`1b z9sFN`|6}!u2qG-T0qGe)I`Ec%q%1Ec=0DN@hspzCNJhO2avurA-)&cXPg!0Rtbf8= z{`ClB`)}>yv!&P2{TR$Y(J1VHLR<aqR`TD__hY#OJIRlf<#o&PC$zOaz{dIC!1p7F zQ~to-_3tlSe**t^OTHhg`r$8CAJ3o3zr-W|wVT|JkNmI}8~FYN|0VeKuju=MD1Z-5 zKT?)gmcXy*@4+X2-%sv4|9?1k#=iPD67Z4cei(~imAmiz`RCK-U3Hmh{u}Z~41r%^ z_uZe~9drAhvb<XL@53HAkNy>M-v#1B2$acv$OFHrze4W2-Me#<^F3vGiCa8?{OUXL zSI~VoUBE}WA1TWV%j!Pp-c<Tm#C=CTcmBM-C*b&FcOP-zyVtLb`@Tya-j9;gL&jY@ zzjs>pSJ3?fxIZT;clDj?`diTNTjKqrjt?;ue)loIoZbCZoBJo69@aJFo8Mr5ugm=t zIKW5NA1TXACHPm!&!bVls&e0a{h=z?A@?Z{&hGpQxo<T~@I#Ti(glyY5BWLIcxd;2 zpZ7ak+waIMukqObm{R^d7yQTa_CE7>+v`7>Oqu@^^XF#!ef00P!GEH^0MS2x$A8}b n?`!n_8py*M^)7wDd9Z{fBmM;Vj12<94E&>p2i{8g-KYNpUs3B4 literal 0 HcmV?d00001 diff --git a/nbproject/private/private.properties b/nbproject/private/private.properties index 4d43b3b..e95c762 100644 --- a/nbproject/private/private.properties +++ b/nbproject/private/private.properties @@ -1,10 +1,22 @@ compile.on.save=true do.depend=false do.jar=true +file.reference.caelum-stella-core-2.1.2.jar=F:\\Desktop\\Librography\\dist\\lib\\caelum-stella-core-2.1.2.jar +file.reference.commons-collections4-4.4.jar=F:\\Desktop\\Librography\\dist\\lib\\commons-collections4-4.4.jar +file.reference.commons-compress-1.19.jar=F:\\Desktop\\Librography\\dist\\lib\\commons-compress-1.19.jar +file.reference.commons-math3-3.6.1.jar=F:\\Desktop\\Librography\\dist\\lib\\commons-math3-3.6.1.jar +file.reference.core-3.3.0.jar=F:\\Desktop\\Librography\\dist\\lib\\core-3.3.0.jar +file.reference.darcula-1.0.0.jar=F:\\Desktop\\Librography\\dist\\lib\\darcula-1.0.0.jar +file.reference.dom4j-2.1.3.jar=F:\\Desktop\\Librography\\dist\\lib\\dom4j-2.1.3.jar +file.reference.java-json.jar=F:\\Desktop\\Librography\\dist\\lib\\java-json.jar +file.reference.javase-3.3.0.jar=F:\\Desktop\\Librography\\dist\\lib\\javase-3.3.0.jar file.reference.log4j-1.2-api-2.14.1.jar=F:\\Desktop\\goldenowl\\Netbeans\\jar-classpath\\log4j-1.2-api-2.14.1.jar file.reference.log4j-api-2.14.1.jar=F:\\Desktop\\goldenowl\\Netbeans\\jar-classpath\\log4j-api-2.14.1.jar file.reference.log4j-core-2.14.1.jar=F:\\Desktop\\goldenowl\\Netbeans\\jar-classpath\\log4j-core-2.14.1.jar +file.reference.poi-5.0.0.jar=F:\\Desktop\\Librography\\dist\\lib\\poi-5.0.0.jar +file.reference.poi-ooxml-5.0.0.jar=F:\\Desktop\\Librography\\dist\\lib\\poi-ooxml-5.0.0.jar file.reference.poi-ooxml-full-5.0.0.jar=F:\\Desktop\\goldenowl\\Netbeans\\jar-classpath\\poi-ooxml-5.0.0.jar +file.reference.poi-ooxml-lite-5.0.0.jar=F:\\Desktop\\Librography\\dist\\lib\\poi-ooxml-lite-5.0.0.jar file.reference.xmlbeans-5.0.0.jar=F:\\Desktop\\goldenowl\\Netbeans\\jar-classpath\\xmlbeans-5.0.0.jar javac.debug=true javadoc.preview=true diff --git a/nbproject/project.properties b/nbproject/project.properties index 04781aa..dbd3e14 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -30,22 +30,34 @@ dist.javadoc.dir=${dist.dir}/javadoc endorsed.classpath= excludes= file.reference.caelum-stella-core-2.1.2.jar=../jar-classpath/caelum-stella-core-2.1.2.jar +file.reference.caelum-stella-core-2.1.2.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\caelum-stella-core-2.1.2.jar file.reference.commons-collections4-4.4.jar=../jar-classpath/commons-collections4-4.4.jar +file.reference.commons-collections4-4.4.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\commons-collections4-4.4.jar file.reference.commons-compress-1.19.jar=../jar-classpath/commons-compress-1.19.jar +file.reference.commons-compress-1.19.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\commons-compress-1.19.jar file.reference.commons-math3-3.6.1.jar=../jar-classpath/commons-math3-3.6.1.jar +file.reference.commons-math3-3.6.1.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\commons-math3-3.6.1.jar file.reference.core-3.3.0.jar=../jar-classpath/core-3.3.0.jar +file.reference.core-3.3.0.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\core-3.3.0.jar file.reference.darcula-1.0.0.jar=../jar-classpath/darcula-1.0.0.jar +file.reference.darcula-1.0.0.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\darcula-1.0.0.jar file.reference.dom4j-2.1.3.jar=../jar-classpath/dom4j-2.1.3.jar +file.reference.dom4j-2.1.3.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\dom4j-2.1.3.jar file.reference.java-json.jar=../jar-classpath/java-json.jar +file.reference.java-json.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\java-json.jar file.reference.javase-3.3.0.jar=../jar-classpath/javase-3.3.0.jar +file.reference.javase-3.3.0.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\javase-3.3.0.jar file.reference.log4j-1.2-api-2.14.1.jar=../jar-classpath/apache-log4j-2.14.1-bin/log4j-1.2-api-2.14.1.jar file.reference.log4j-api-2.14.1.jar=../jar-classpath/apache-log4j-2.14.1-bin/log4j-api-2.14.1.jar file.reference.log4j-core-2.14.1.jar=../jar-classpath/apache-log4j-2.14.1-bin/log4j-core-2.14.1.jar file.reference.poi-5.0.0.jar=../jar-classpath/poi-5.0.0.jar +file.reference.poi-5.0.0.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\poi-5.0.0.jar file.reference.poi-ooxml-5.0.0.jar=../jar-classpath/poi-ooxml-5.0.0.jar file.reference.poi-ooxml-full-5.0.0.jar=../jar-classpath/poi-5.0.0/poi-ooxml-full-5.0.0.jar file.reference.poi-ooxml-lite-5.0.0.jar=../jar-classpath/poi-ooxml-lite-5.0.0.jar +file.reference.poi-ooxml-lite-5.0.0.jar-1=..\\goldenowl\\Netbeans\\jar-classpath\\poi-ooxml-lite-5.0.0.jar file.reference.xmlbeans-5.0.0.jar=../jar-classpath/xmlBeans/xmlbeans-5.0.0.jar +file.reference.yaz4j-1.7.0-SNAPSHOT.jar=..\\goldenowl\\Netbeans\\jar-classpath\\yaz4j-1.7.0-SNAPSHOT.jar includes=** jar.compress=true javac.classpath=\ @@ -67,7 +79,19 @@ javac.classpath=\ ${file.reference.xmlbeans-5.0.0.jar}:\ ${file.reference.dom4j-2.1.3.jar}:\ ${file.reference.commons-compress-1.19.jar}:\ - ${file.reference.poi-ooxml-lite-5.0.0.jar} + ${file.reference.poi-ooxml-lite-5.0.0.jar}:\ + ${file.reference.java-json.jar-1}:\ + ${file.reference.poi-5.0.0.jar-1}:\ + ${file.reference.darcula-1.0.0.jar-1}:\ + ${file.reference.caelum-stella-core-2.1.2.jar-1}:\ + ${file.reference.commons-collections4-4.4.jar-1}:\ + ${file.reference.commons-compress-1.19.jar-1}:\ + ${file.reference.commons-math3-3.6.1.jar-1}:\ + ${file.reference.core-3.3.0.jar-1}:\ + ${file.reference.dom4j-2.1.3.jar-1}:\ + ${file.reference.javase-3.3.0.jar-1}:\ + ${file.reference.poi-ooxml-lite-5.0.0.jar-1}:\ + ${file.reference.yaz4j-1.7.0-SNAPSHOT.jar} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false diff --git a/notas.txt b/notas.txt index 1c28132..fbc9961 100644 --- a/notas.txt +++ b/notas.txt @@ -1 +1,4 @@ --- remover VISIBLE e linha com create table if no exist \ No newline at end of file +-- remover VISIBLE e linha com create table if no exist + reativar e ver tema + carateres estranhios mysql + incluir dbpass,dbuser,ipserver dentro dos zip e remover create dos bat \ No newline at end of file diff --git a/src/br/com/projeto/jdbc/ConexaoBanco.java b/src/br/com/projeto/jdbc/ConexaoBanco.java index ac41448..200f9c5 100644 --- a/src/br/com/projeto/jdbc/ConexaoBanco.java +++ b/src/br/com/projeto/jdbc/ConexaoBanco.java @@ -59,7 +59,7 @@ public class ConexaoBanco { String contentPass; contentPass = new String(Files.readAllBytes(Paths.get(dbpassPath))); - String url = "jdbc:mysql://" + contentIP + ":3306/applibrography"; //Nome da base de dados + String url = "jdbc:mysql://" + contentIP + ":3306/gowl"; //Nome da base de dados String user = contentUser; //nome do usuário do MySQL String password = contentPass; //senha do MySQL diff --git a/src/br/com/projeto/view/FormLogin.java b/src/br/com/projeto/view/FormLogin.java index f213c16..9ab8bac 100644 --- a/src/br/com/projeto/view/FormLogin.java +++ b/src/br/com/projeto/view/FormLogin.java @@ -180,7 +180,7 @@ public class FormLogin extends javax.swing.JFrame { /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel. * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html */ - + /* OptionsDao optionsdao = new OptionsDao(); String temaPadrao = optionsdao.retornaOption(30); if (temaPadrao.equals("Tema Claro")) {