From d07f7045100da224ab876e837ebf57d074b08af7 Mon Sep 17 00:00:00 2001 From: flashlan Date: Thu, 2 Dec 2021 20:35:07 -0300 Subject: [PATCH] refeito setupMysql.bat --- README.md | 4 +- Windows Setup/data | Bin 20951410 -> 20951410 bytes Windows Setup/setupMysql.bat | 8 +- 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 4067 -> 4152 bytes .../br/com/parg/viacep/ViaCEPBase.class | Bin 5207 -> 5235 bytes .../br/com/parg/viacep/ViaCEPEvents.class | Bin 225 -> 277 bytes .../br/com/projeto/dao/EmprestimoDao.class | Bin 17502 -> 17451 bytes .../br/com/projeto/dao/FornecedorDao.class | Bin 7685 -> 7658 bytes .../br/com/projeto/dao/FuncionarioDao.class | Bin 10255 -> 10225 bytes .../classes/br/com/projeto/dao/LivroDao.class | Bin 13441 -> 13402 bytes .../classes/br/com/projeto/dao/MultaDao.class | Bin 4228 -> 4213 bytes .../br/com/projeto/dao/OptionsDao.class | Bin 11091 -> 11070 bytes .../br/com/projeto/dao/ReciboDao.class | Bin 9205 -> 9175 bytes .../br/com/projeto/dao/UsuarioDao.class | Bin 10706 -> 10673 bytes .../br/com/projeto/jdbc/ConexaoBanco$1.class | Bin 832 -> 829 bytes .../br/com/projeto/jdbc/ConexaoBanco.class | Bin 2972 -> 2960 bytes .../br/com/projeto/jdbc/TestarConexao.class | Bin 1020 -> 1017 bytes .../br/com/projeto/model/Fornecedor.class | Bin 826 -> 923 bytes .../classes/br/com/projeto/model/Insert.class | Bin 3912 -> 3885 bytes .../br/com/projeto/model/Options.class | Bin 3037 -> 3110 bytes .../br/com/projeto/model/Utilitarios.class | Bin 9668 -> 9608 bytes .../br/com/projeto/model/XlsxProcess.class | Bin 4092 -> 4071 bytes .../br/com/projeto/view/FormCartao$5.class | Bin 570 -> 570 bytes .../projeto/view/FormCartao$PrintObject.class | Bin 2057 -> 2048 bytes .../br/com/projeto/view/FormCartao.class | Bin 16226 -> 16296 bytes .../br/com/projeto/view/FormCartao.form | 370 +++++ .../projeto/view/FormDetalhesLivro$3.class | Bin 598 -> 598 bytes .../com/projeto/view/FormDetalhesLivro.class | Bin 12733 -> 12830 bytes .../com/projeto/view/FormDetalhesLivro.form | 458 ++++++ .../com/projeto/view/FormEmprestimos$1.class | Bin 2427 -> 2494 bytes .../com/projeto/view/FormEmprestimos$45.class | Bin 592 -> 592 bytes .../br/com/projeto/view/FormEmprestimos.class | Bin 57310 -> 57356 bytes .../br/com/projeto/view/FormEmprestimos.form | 1440 +++++++++++++++++ .../projeto/view/FormFornecedores$15.class | Bin 596 -> 596 bytes .../com/projeto/view/FormFornecedores.class | Bin 23993 -> 24051 bytes .../br/com/projeto/view/FormFornecedores.form | 707 ++++++++ .../projeto/view/FormFuncionarios$16.class | Bin 596 -> 596 bytes .../com/projeto/view/FormFuncionarios.class | Bin 26501 -> 26559 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 781 -> 778 bytes .../br/com/projeto/view/FormLeitor.class | Bin 37626 -> 37654 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 781 -> 778 bytes .../br/com/projeto/view/FormLivros.class | Bin 38449 -> 38486 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 9055 -> 9137 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 13237 -> 13325 bytes .../classes/br/com/projeto/view/FormMenu.form | 296 ++++ .../projeto/view/FormMenuAtendente$7.class | Bin 598 -> 598 bytes .../com/projeto/view/FormMenuAtendente.class | Bin 11151 -> 11239 bytes .../com/projeto/view/FormMenuAtendente.form | 222 +++ .../com/projeto/view/FormMenuUsuario$10.class | Bin 592 -> 592 bytes .../br/com/projeto/view/FormMenuUsuario.class | Bin 21127 -> 21191 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 15801 -> 15862 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 33057 -> 33121 bytes .../br/com/projeto/view/FormOptions.form | 873 ++++++++++ dist/Librography.jar | Bin 494502 -> 494465 bytes nbproject/private/private.properties | 19 +- nbproject/project.properties | 82 +- src/br/com/projeto/jdbc/ConexaoBanco.java | 3 + src/br/com/projeto/view/FormLivros.form | 4 +- src/br/com/projeto/view/FormLivros.java | 6 +- 74 files changed, 8306 insertions(+), 81 deletions(-) create mode 100644 build/classes/.netbeans_automatic_build create mode 100644 build/classes/.netbeans_update_resources create mode 100644 build/classes/br/com/projeto/view/FormCartao.form create mode 100644 build/classes/br/com/projeto/view/FormDetalhesLivro.form create mode 100644 build/classes/br/com/projeto/view/FormEmprestimos.form create mode 100644 build/classes/br/com/projeto/view/FormFornecedores.form create mode 100644 build/classes/br/com/projeto/view/FormFuncionarios.form create mode 100644 build/classes/br/com/projeto/view/FormLeitor.form create mode 100644 build/classes/br/com/projeto/view/FormLivros.form create mode 100644 build/classes/br/com/projeto/view/FormLogin.form create mode 100644 build/classes/br/com/projeto/view/FormMenu.form create mode 100644 build/classes/br/com/projeto/view/FormMenuAtendente.form create mode 100644 build/classes/br/com/projeto/view/FormMenuUsuario.form create mode 100644 build/classes/br/com/projeto/view/FormMulta.form create mode 100644 build/classes/br/com/projeto/view/FormOptions.form diff --git a/README.md b/README.md index 280e828..29820f6 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,8 @@ Library Manager System writen in Java-Swing available for Windows, Linux and Mac **BUGS?^^ * regra de negocio emprestimo? atrasado mas marca como dias restantes e ta gerando multa -* imagens livros esta sobrescrevendo ao salvar e salva a mesma para (reseta ISBN ao salvar e abrir imagem) -* botao salver em cartao faz nada +* livro cadastro dublica se alterar isbn +* botao salver em cartao faz nada (abrir explorer na url) diff --git a/Windows Setup/data b/Windows Setup/data index b03d2b1c78a18fbec8c223287ca2c2641c3b9aff..78256c3977f2ea6b769f949fbf2af30d1371841f 100644 GIT binary patch delta 1392 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 o0jXj}2Il0{f{6}&%8U%GK#fccY%Gin>V!Z delta 47 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 delta 4001 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 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| diff --git a/build/classes/br/com/projeto/dao/FuncionarioDao.class b/build/classes/br/com/projeto/dao/FuncionarioDao.class index c51ad1fc3af3a03239544a8a95cdfbabaf1f2308..c33377c903a3c0410ee0e0f901b8914a37e57857 100644 GIT binary patch delta 1942 zcmZuxS#%Ud6uobj?wXzoxM4_4z??`J5Cc#2)8cB*gQn1$~uXN^_JGg*+?2uofK^#LI zQ<0K2pvaOnsIWy=t*}+rB;{mKTMu3045t3ICS746%G@>T6*x^;49q=o(g$`m=g8z(Rw+rzoY7xfJ? zX>e?*&qp*Qw%os-=z1sLoJd2R26L2m809(V%sr9enr@&GngtxC=|&o@X^dF;0yhba z6&NRQv%oC^;{_%N+$u0p;5LCt0=ElH7MMa)HHDq-fox-%rU(@{;XuD6o2F~BsZi4$ zG|H(D98pCyL(`p9?5wnosS+yHR7O*sr-OZsa;hM7c2bi%IUXIVjZ&qiDw?Tj7FBDy zi)Ir%QSNlNSl&oEcfN;aYpM~rSAzaXI9gby={|9EY0)gZcuF{8S5|VYR${8kF1Dwa zmD-x-h;K&h;+e(asHXeH^+xP+O>^DK33h3L9knC8b)E!_(wQZ8l)VSU3r5OH%8Tt1 zyR?c!54r`@!bMRjc*yl4MFrskp7XHl*_Bn{0?s``vmHvx^J}W3`A&Y)45jH&nome` zHW+EGH9dx9nigQErpIZab2O=5Ey7Ywi)o3oy46ssa1OQV7PQIHR6-noB9_^Dh%(ZX zL3lP+k{l!NYCPv;reqo+i9PR(Olb(Nffrqn3`u!YGvcWiV%e#yDCb4I1Ru7ctz_Bq zVjrHuGX6$f$nWcN$lf0ldrw@}p|H+Gu8DdRIVRSc=nW)~DQc#GS3@HWTa!TMNP#>qH0zKxWbII|RLlQ^^X32r`~DJQ>zw}J8! z+|Dz~av8-%3yEm$;dh1kA3DsUE-qJ`$_9g*zKe~q!e1H#~fms(9uHie@k%lF7iz49OJ1=vqY0<3)Tik<`*jD#0ie70jny{!vq_ddJ zzf)*0wotxw`J*xG@eEUX8Uu#00} zT#f;*o<8@SdWtF|V8*WtYY@LqyZQbD&HM-AdetW~?pYba=K_~dhzWh_p4?}D1BrBs A<^TWy delta 2056 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 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;V4>`Yb|YUZ3~K^bwF`e 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 L%X(*OV6OTb^2w&| diff --git a/build/classes/br/com/projeto/dao/ReciboDao.class b/build/classes/br/com/projeto/dao/ReciboDao.class index 6df8c9aec07522b90d1a07e455abf6defe48a241..4c73c4679fe93ff26840230228ddbaa861938528 100644 GIT binary patch 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 delta 1617 zcmZXU2Xs_L7=`cMHnX#n5I{g`Fo>c^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>( diff --git a/build/classes/br/com/projeto/dao/UsuarioDao.class b/build/classes/br/com/projeto/dao/UsuarioDao.class index cde572c017da5b800d5fa4fd06e83b7d85708591..281f76725a701282d8a2cb22b9b144900470f82c 100644 GIT binary patch delta 2183 zcmZuxX_Qpe5&pi{%f0>jj&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+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}vQdST-CU diff --git a/build/classes/br/com/projeto/jdbc/ConexaoBanco.class b/build/classes/br/com/projeto/jdbc/ConexaoBanco.class index 0e4265d80bfd56be317d0c239aa0fb4f5f98b1e6..0124a240d0f88cdc1694d7b4917bfdfc5c0ed232 100644 GIT binary patch delta 440 zcmX|;J5N+m6otQg8MDtEP67cEGO;igJT;L7LNSRE5{E$$M0u&e!0>)4!w4uZc`2YM zBG+ePLBkI)bQDuSu&}W(k(xh1YbT!DknHSlWhHwTYkkYz%3b*RZ$AZ;@kNtQRH)Xt zM1$mUOHmV~fLh5>TCbVlhh-o_M3KFN= zS3N?nCPY-x=d)iiknf8@%@D)Fh%l;n2 z8D_m>_iy%`VV>v0f?<&*!xfgjleF-~6~hZ&3af@S)`eGw*K8Qx@YX92TrJ+@okLEz zw6vuBT0D^$9qLYw4J6}5h1}>#<@-W3licFKz1xxXxzxsME`*s6Sr=RavuwmN}W?DRdp6;IzAsC{qlEZ6)0z3Q$k8O zqVY*ZDW+c05GBFUP&uYK&Iv`M;-sQUaY}Jo(JZuR&d{o9qg|6jhj3Onr%BVPInRYC zU37=6N62UjNGW{IlYgk(T-kxRm$5GXE(QdVg)$SmrM%P o{|k(15^7@q=)e=V?pm#j;jqifr;bvGF~<@P$yF{JpW9Uh>-RZZ;s5{u diff --git a/build/classes/br/com/projeto/jdbc/TestarConexao.class b/build/classes/br/com/projeto/jdbc/TestarConexao.class index 6bf8990536a77cc4318f5b3519f83823a2c7a08f..b6fda3cf7fcad7c93e9a1374bceb3b1bbe683d9b 100644 GIT binary patch delta 149 zcmWm8xedZV6adj#2Yj3j6gfa(%3KxSagBm-7Iy-{~7Xt@_ zA_s#eh}HrT+8{!Qok5qKL2sh_WoDqV$x@6y;`$5*j0~K~`FW|yC5b8d>uo+22lnv2ByhsOs@Q>;^LF@m~5CO7{n&8W%6W|WDo+X R`psk}imFNqXa*C5Gyn*UCyf9A delta 101 zcmbQuzKc!e)W2Q(7#J8#7!Q>?i!q2yW@7f7e27V8ay+v-CnJLd&{QS{NdScf B5H|n- diff --git a/build/classes/br/com/projeto/model/Insert.class b/build/classes/br/com/projeto/model/Insert.class index 4a4498cb82da24ad2c315f76cbad511621826174..b81ada3c5708f9908ac0cd34d622cd6c4e56989f 100644 GIT binary patch delta 698 zcmXAn>r;(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 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;U7O1Sg7{NO3XekAh+=3L~cz+kI4%;#3nD~Hf8q& J$}ll_0RU0IDir_# delta 95 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 T&ECMGu4;?S`|y=FwJ7@!bCjo+ diff --git a/build/classes/br/com/projeto/model/XlsxProcess.class b/build/classes/br/com/projeto/model/XlsxProcess.class index be57f1b9e0b4f3c3fbc77e4ce94d5ed25b7e29ca..ac43e4bc8cd3f2314cf66343b82dfd80be5d363b 100644 GIT binary patch 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)<= delta 480 zcmWlW$xl;Z6vcnO*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 diff --git a/build/classes/br/com/projeto/view/FormCartao$5.class b/build/classes/br/com/projeto/view/FormCartao$5.class index ff3f1b3f4fca977562ff8f024d659371e0b8cd15..ea9f7290ea5ac608dbc04fcec269b694b6502781 100644 GIT binary patch delta 9 QcmdnRvWsPdB@-h901!O_X#fBK delta 9 QcmdnRvWsPdB@-hD01!n2aR2}S diff --git a/build/classes/br/com/projeto/view/FormCartao$PrintObject.class b/build/classes/br/com/projeto/view/FormCartao$PrintObject.class index 5291b3a54d828ffaefa29a55a6513474d1598bc8..8a32f302ee2fe4eefc4fedaea11240345ed89bad 100644 GIT binary patch delta 292 zcmWmAxlRI67>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 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?#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 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 diff --git a/build/classes/br/com/projeto/view/FormCartao.form b/build/classes/br/com/projeto/view/FormCartao.form new file mode 100644 index 0000000..e38a889 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormCartao.form @@ -0,0 +1,370 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/classes/br/com/projeto/view/FormDetalhesLivro$3.class b/build/classes/br/com/projeto/view/FormDetalhesLivro$3.class index b6fa6765cce15af276f695beda62d11266a31e64..83023f5efbc3b6f5925b43c3e1c3bc61e7e69ea8 100644 GIT binary patch delta 9 Qcmcb{a*bs}C=(+C01|Biy#N3J delta 9 Qcmcb{a*bs}C=(+G01|Zq#Q*>R diff --git a/build/classes/br/com/projeto/view/FormDetalhesLivro.class b/build/classes/br/com/projeto/view/FormDetalhesLivro.class index b3eca7fa9f6444ab1916e04085573d1e220797b9..e92e5bae76a2ae16f32f4cd984920e3273b9814f 100644 GIT binary patch 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<43KxTJAVnbztG>}+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 diff --git a/build/classes/br/com/projeto/view/FormDetalhesLivro.form b/build/classes/br/com/projeto/view/FormDetalhesLivro.form new file mode 100644 index 0000000..94e42ee --- /dev/null +++ b/build/classes/br/com/projeto/view/FormDetalhesLivro.form @@ -0,0 +1,458 @@ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/classes/br/com/projeto/view/FormEmprestimos$1.class b/build/classes/br/com/projeto/view/FormEmprestimos$1.class index 1b4b3e6f8a5f6ba6e6465747f2991f0addd5d607..d2bec00ca30b5c77e2403f110e582e688a395fa1 100644 GIT binary patch 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` 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` diff --git a/build/classes/br/com/projeto/view/FormEmprestimos$45.class b/build/classes/br/com/projeto/view/FormEmprestimos$45.class index fafa20201039898d4b297b7048ec3c5d4dc70729..df4a75237e0a04d29a8fc6c42fe7228b417110bb 100644 GIT binary patch delta 9 Qcmcb>a)D)oKNBMZ01@>9s{jB1 delta 9 Qcmcb>a)D)oKNBMd01^EHvj6}9 diff --git a/build/classes/br/com/projeto/view/FormEmprestimos.class b/build/classes/br/com/projeto/view/FormEmprestimos.class index 48137495698eb932006b6dffc3ae827fd0bdec90..bac0936eb250e19fb829baa65961ece336eb71db 100644 GIT binary patch delta 10524 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 W(r+u;R^sV5!4_%`j>8F^V*dw-291jV delta 10521 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 VCc23R(C + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + +
+ + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + + + + +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + <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 b975f1577800c422e79952e3fc56ffeaa944435c..8532d90b8c76b629a3c6ba99947df5e156e405f0 100644 GIT binary patch delta 9 Qcmcb@a)o6>FcTvK01`z4w*UYD delta 9 Qcmcb@a)o6>FcTvO01{0CzW@LL diff --git a/build/classes/br/com/projeto/view/FormFornecedores.class b/build/classes/br/com/projeto/view/FormFornecedores.class index 82baee47bf1f5163393759fc088dde1b53b16dd2..bdde80ce1de303d296d0cea1ac7eb202fa90fa6f 100644 GIT binary patch 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! delta 3751 zcmZve2Xs|M6M%PSHraifO*bJ4q<{h;1R@aw3YrKaq7eK+I*PFYQX(aah(=LCQBb)G zcEARTVtIrv#X?gl_O94aK><N2LU86i;6LVYPu_QDcDBsS?oRIB<*;-)RBx<Zwo)n8 zS{FMQgsFm41ZjeFK|Mi+AXAVfs4r+B$QI-Xat-D=m4FQejY8aVs#B$Sn!(0SrDBsf zY>N4D*bEB<%?%bBY*Fo02DWrqgr|$tN>D5~L(p1qrl3U7M$lGpmf&nbJ3)I{;2a0n z^5VSixduy}YK{%Xi86!dIn^?%bTHV_sa8?td^VS0C+T#7!Ol*VMB6Vk*u|-{qRK@E zFLtVZROxE4o5a*GsDk1|8Q53QPtZSD0VUO{Z?xyN1_wJeAgT-z`%uAkf?<N;f)Rp| zf=a>lf>8!XOAuoWj&*7%R*7<h!5f_#j^iY(n+%S(c(YTLI6)%2MR2P@&SiB=yv^e6 z(lF8B9ZrqIJ7vgSA)JJhMZH^akHaZ=ufhA|J=NhfykD9hkX{dpI$hMj;zI@>c4{&^ z!O59naHdmJqRJx{AC)BWGLJcRzcikOGpY?f?$q?C_K3kJ3_fY_DT}i#d~b2K#W@zA zw)l+2XDvQw@p+4LEzYy}g2fk|dKl+ReqR#2ELb3T#o?>?n!(qdnlDqAVpz6hp?F^- zSQNs=xP+x*Tq^o931qnhvO@5Nw5^mrt1PaT{a<78O^a_?eA@<7DJ#?9Ca2a#Bin3n zi&Go1%HmcNETqC}i`y)+`#)Ix(c(`Qf3~>Y;x86|wfLLG9Ts<5{N1Vd@eju*V3)z& z2KQL})2W@f*Qp)2PY%Oh2LE<y5AL^kz~VuRha_pY82rbnOgwDyh{IYu>ePNxY$33O zhKTpImc1cuDaKH&0~F0zvW7wqVnuV7;tY8Qj)TA{6wez-36>HqB^gR~ki_jUh*BJ- z;$55+l3Pw`a(no~mQXrNRFA!kN*SVN3bI@^v%ZK81lfWdL9T$Wd<O9heW?)#L44&i z=rpHhQe#U^95tnUL(Lo%$jvOE0!z)sSZJw*rIwb8`0CT?0=fFcS3iOH>L*ZZaqmn) zNwuLimiXQ$5a0V!;(MP;?c_vGl&muP5?6p$#1)``&NWo(pd&W4RK{;QPrz;^PzM2D z|Cw~YrA~$}aL`rU>PnqOI$NX*1zkjKZ|EXJ7xRvErml{<QF(~E(<LJP&ruKRY3Wi2 zyV=I*B`v)T^)b}fP(MTc4Gl0f(7{!_0$oOz8yXZo9J4^j_vJEa=nAfihAM&uZcZ#; zR6ZENyf_gHIbA^)|FOQ3qYmfB4+MP`-=JVZ!lYz&nVkZqM^p?Q2`W85NKQ%(@)G0V z>Yy<3Q2aF!2ac^CZkluuO5cSw9<~d%2v!Te6nrK4TJSM^;^7<k*2B-DZWHM}k=}<* z!Jw4JDK#+5)3r3%!&I2&X$TDsW~Ah2Tt~w=4o|~r1V`d&BvpF4o<;>*QrdJMO=Ap= z^;AVSc)F3sdAdn3UU0Kug5Vaxt%7R7ZGzhc69sn&?xedsEDHBd-2ya;h6Q<<`Q@!V z)X-#4chfzf60WPbp`xhb#<4{mD~DH(7Sj|@_tJf!;!l_^s2n*KRP3b{Ln=p9NSCRe zrqTVL9-#YzS!ucSAWyv}Et{rO5Nu0pFrbDW^7JsxFf`NCqx6`k$LUE=Ptj~cb38pw zvq2?BrXOB0a&S@4A(f*!+GprlL(h47o?h_uBF*>ok_>%@UiP$r=7WkUuN)EV&M1g2 z_Vfz9D$&HA;psJcJ-jGA7jkPT>}es@cv?imJT0aro|e)wL(4s_pe543tc|BPXr-rB zwA#}edQ;|q%g{TX*3o)T8)&2W_pYb+qHDh|9X5$mn>}rz^})c5Y}!g61QRmm(1(#p zzp^!)W?uNCKxg$&s-Zw~^r@%M=u1!;!B&?+p1un1$?8F0(>K94S$Rp{disvGNx$zs z{Xjp46Y7_N-9SG{s(uc7H<)zAcKXH8ud?!Qo_5G7+9_N5J5Nu42zCi}3-$>96zmo3 z6Z|FkTd-enfJS*bC=(nK^&hGX+Gm%94tqL6wV?8X-Eny_o{nl2%+5~N8Z-vWvd_t? z(&V+KF<!@TPIas{URyyZNX{wC)=uO&v3niwb%IXxI!Ssa>y%(*PF_l?KE>-ao$hr# zoxw+1X9lx#+9hSN7rH+CqZ`mTP>q7sIhldZEiB2VaYpBOovZVVZs>I*eX7@|>BdGk z@w%zb=Yv>2bi|caykavMUO<7kKRhunn3TINwz=1Zx<$BW-hmis8SdI-Jn14(1;OkV z1>t?o+8~@B6c%0st-{j_uZc^4)xc{8UN;anuu!Q(Do_A5L44Z_V-~?I1>yc}Tc=hp zh9!z(pH>>8(wY;}cgH2A;=90e@VrvkDNe&uSf+q(4sC+vETQ>2W;m>1iF{bifHzpu z@Ctu8Hdgj%>_kNd*prp~r@+7}-S0mzTA|dQaDLZa(CkfkOKEjbT@7!;J1RygxIDUW zL|O~$6etV5VSP|mo|Od~IKt2oRb*fzltKOcgFG043tKR@yeux-9i?IgtIFG+(4}}` zcd>8g=}^jF(5?F&xm)1_MeKL+@g-S0wxlZHC3khtPUT2GG_XM;`N;5Cu8`r}OS16n zweTrV#^n}1gO?PlR2T@K!xxGosYp}tM^qv21Z2pQ6@7R-7u;Y>k4w^yuM+}E0kVaw zFngUB9O#j8!gDUlk+ya{|KG;tIns7(r0u&%L|mxDb9#=4__ZJn4b^J+9)1Y&d!3iV z0sLs-r@BYuAzqPde0XxN&T#H=XI984b|y(Jg!S+&Cnr<Qhq*BC*ajymtW_%_v&l}x z@*MpCB=CI}bXp9*L~_~dL@s-s$YnS96@KHsaz@e>9#tKVoe|FL4$17!WEFzn;g9gq zK26}tUGOJwYl%wc1G<-^xi}*2W9f>B^cPE25$SK1lzI^M!vQ`oGJUSHwJK!bAV8x7 zDyD;hLzf!(hku9pcO*H<LM<E(Cig2&M<oZGpI8Jr7)cfpDcD@s#7B@#8e@Wb{p*b4 zT(c>bM-8fLijFcoYHnRqbd<$Vu&b_#j}%Ync)~UV>Z}!=Fpf>tCpUREtvk6Xo=u4Z zPdZ@&oBEvGl*p!8CpRUrY5Tz9g8$@D?kZw3XB0672J?HFss~p|ij@sIUN)+9H}!x$ xia*HtgY=QIOq|B=Clufmesg`Ix%{4|0T<KTw6-jhKITu*PjrYr=l2&n^e;wN4MYF{ diff --git a/build/classes/br/com/projeto/view/FormFornecedores.form b/build/classes/br/com/projeto/view/FormFornecedores.form new file mode 100644 index 0000000..5dea4af --- /dev/null +++ b/build/classes/br/com/projeto/view/FormFornecedores.form @@ -0,0 +1,707 @@ +<?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 71e4d457b3702be8818d0a6e4d3ac4778ce87403..49875b97c27ab641ae09f7753ddb5e51dcbc9c6e 100644 GIT binary patch delta 9 Qcmcb@a)o6>FcTvK01`z4w*UYD delta 9 Qcmcb@a)o6>FcTvO01{0CzW@LL diff --git a/build/classes/br/com/projeto/view/FormFuncionarios.class b/build/classes/br/com/projeto/view/FormFuncionarios.class index 2317afe68ef6cbd4fe57fd85b37c78b54fe12b60..484f061a554317f6b9272b5aba6ddd0786785e1c 100644 GIT binary patch delta 4204 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 delta 4133 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 X7@%5ICoO?ms4Qwpk<^;oHWc|^-MWV# diff --git a/build/classes/br/com/projeto/view/FormFuncionarios.form b/build/classes/br/com/projeto/view/FormFuncionarios.form new file mode 100644 index 0000000..dd413ea --- /dev/null +++ b/build/classes/br/com/projeto/view/FormFuncionarios.form @@ -0,0 +1,840 @@ +<?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 007bf2744146c493f16858cfc18c79585876b536..9a57b806457e135cdafbf8cf593765e03f0a242c 100644 GIT binary patch delta 9 QcmdnPvWI1ZH4`HP01#yYZvX%Q delta 9 QcmdnPvWI1ZH4`HT01#~gcK`qY diff --git a/build/classes/br/com/projeto/view/FormLeitor$23.class b/build/classes/br/com/projeto/view/FormLeitor$23.class index 0ffb8482c1520ed15598fe549ecdd890ac2d3fa8..e65a8abf19c894c0a815a1eef2126b7d58eab614 100644 GIT binary patch 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 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 diff --git a/build/classes/br/com/projeto/view/FormLeitor.class b/build/classes/br/com/projeto/view/FormLeitor.class index b29172fae7425dbe435dd3275e3217310a36224a..2a4ed95248a7dc9721e8d006260bafef1361d544 100644 GIT binary patch delta 6802 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 delta 6662 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 diff --git a/build/classes/br/com/projeto/view/FormLeitor.form b/build/classes/br/com/projeto/view/FormLeitor.form new file mode 100644 index 0000000..6ed8ec9 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormLeitor.form @@ -0,0 +1,1022 @@ +<?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 4e44a2bfbaddbf6608651b7511b59b0099a1db50..15d127ca8b55b6902f24f2f62bba70024efe80db 100644 GIT binary patch delta 9 QcmdnPvWI1ZH4`HP01#yYZvX%Q delta 9 QcmdnPvWI1ZH4`HT01#~gcK`qY diff --git a/build/classes/br/com/projeto/view/FormLivros$27.class b/build/classes/br/com/projeto/view/FormLivros$27.class index a67aafc02df21c3db9e90b50dc516fbce2d8eefb..c1126c325d322e503e6092884e9b42350a38b879 100644 GIT binary patch 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 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 diff --git a/build/classes/br/com/projeto/view/FormLivros.class b/build/classes/br/com/projeto/view/FormLivros.class index 9ec45397f06dafe56a072f5d528fcf953819b653..0ca8731bb91f35e0192002398fae518e8bd6ef9c 100644 GIT binary patch delta 7465 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 delta 7461 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 R1++3<tVkCFE<zs{{}<5`BRT*8 diff --git a/build/classes/br/com/projeto/view/FormLivros.form b/build/classes/br/com/projeto/view/FormLivros.form new file mode 100644 index 0000000..daab638 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormLivros.form @@ -0,0 +1,971 @@ +<?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="0" attributes="0"> + <Component id="jButton3" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="btnXlsxExport" 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 d942c634230feb0d2bc63e391abe981a86c64550..5c9035019ad6ae6ac854cc99884628dd95b0c150 100644 GIT binary patch delta 9 QcmdnSvW;bfDH9_D01xc~T>t<8 delta 9 QcmdnSvW;bfDH9_H01x#7WdHyG diff --git a/build/classes/br/com/projeto/view/FormLogin.class b/build/classes/br/com/projeto/view/FormLogin.class index b01a28aff48eff9614f624d92c6540175e13cbcd..062b880c50d73d5134405b555d33e0fb4daf4220 100644 GIT binary patch delta 1651 zcmZ8hd05m%7=B-1cYZsJLWmNfoEDY`DVCa9B8g;VC7KkJt+*n(?&9u(cXZjMnEKPa z@B2hpwY0L#PSftgPAe@f?as0?b!PF8p7z;&zxVyV`Hq>{XAT!M^sC)}cK03tUAa@D z46hk@U1Bo!8}^340SO28yR<kc@TP>-B;GQfw+*}_@UBF&Cii;+?@Poti4O!mlxWc; zJ~C?$8TeS>6I1+C1GS$Cd@hlKFHE1q0$*DAN+K0sn^s2*92NM+*l#TyGxoT^cM{q7 z-ejC`;Us=A@<+pd68Kr-7yN2GzZv*l;uQWc@TY;(Ci<5N{B7YM3$<s=ghvGal{kxY z79mMSN%UZ}jxffe!>l+i=#<E#Fiy*&%c2yFl_;RFsPtCYOtLvn=q8NQO&D+3MY<Cc zjBH_KqMng0U2Mf9BQKVyEn~7tzC<4(Q}od>MX<F*iMfChwh>GfOfxg3OJ*?B#Vocp z>{63;nZ<0$cD!8j3bwb{!HAB6og^wufePkWyi#I4J4<$9uEnkr^}3XXtBmLB4uahT zy9@RZyvAZr!D}UIbgmBe61+}gf)UrVw_sklT~s57WcdRXoqV3qFpt|8>{RTp4wQR} zJT)F~p3mnGxkHtHUyx{BG|FA$&hff^6*<M#RaF5`FgU~=@KyRMf;|aGjoVx8AzanI z@{ykM(VpS<q3B~VeFXFE12KbmLpa0XW#TTuzWPe~jxYCAMG6ZR*xQ^_twmU@umOwh zUgBU@KNc$9$o@q0NK^N?P)@$z>klYQ=S_-5yxHz(wTT^|cnfb;yiM!DR$BBx7TV*i zG-ojf5lQym_@pwEF<9|-4iPL-ypyGhWxQK)C`*aB|Lkd`KM)eUN72n;isc-kSiwrc zQHrDKHSRHrKKd1_I94&h5q6xbn=_~wVzpi5N{z2k9LMpd;{?TtoMcaQb#_ixoWgtU z23K8SE$<V&-&A_Qz=NjJLuQ<*Mm}t+S1LZjQo+X*r*XPs9cL&$fjY&RoTWIMHj!aZ zi^*^(&f#2pv+SPoByGWYiu1WZaG~NNE>>K^rHae!b22M!x#9}06kMganuYp`^4-32 zkJmk1Z)FYF+Ig{=x$C%IU&|oR7<YQU*B#K24csWWNpUl`5Y7RWV}@1ht!|~QSZ|Iu z-F7?D?Om~Jo%P&Cq}g=|ZDiYA!3M=fhQrfUFq+#N<LAV1M|f^xdk3S!dy{h<$@BE< z)EvZo{aa892C)!P(D!ejN}V}$36|<t0O*NXn60g0%dlLpwUCPySgF^>qdit>7L8<N zVl~zv25a@o)`&WXEI0(p1l9?xk9<o&fzkw>XZ~JC(<(EY>Io!aBQ|Nj$rXq?g9J*r zuo+vz{`3HAx1s?~4AlLWpiy@l5n*A?CPvtH&1OW{4$T_%6g%;hX24!Nja}MW8h7Iv zJ$;;xKO33ebn6J0nbaxpoIpin%snK~_B0%Q1jZH%1d3Axf|`U{B;t9U<J6Oe@It($ ztG{SZ%FJ!K@4^W=@sc?q9eG(t_GRW){x704U(pq!@G7Qg+h1>Tg0|*U&}5Kz!Pc`2 mw(0mu{m$LdJ6S)j*}MznaBV#?)Gux}M{3=QkMi-}$>#xdHe;>; delta 1552 zcmZ8hXLwXa6g_8?-Fa^^zzV?_l8~51f&xYiQbaK!5)=gyP*G7>AYdRQkc27_8&-nA zLkPY1nk*%Nq9`^LEZ7@1!~#-ms0iNK@Wan<_q+F;d*|MJ-pqSb)#XrL`M$F|cLQk6 zT^fDyrZxLDCg6ZYZz;U3;l}}2$U6$}YB;szppCp|&HD-;Xw<0<f2i=0MzEHAtni6O zgIe;bUHh3epDTP}n;){K{7Z$eG?MVOo%4;tw+;?#G{$#!)DdgGSNOsDA07N;{ZWNu z8X5T6RvdS60w*m!WzjDRziRx3-)-a%YffwYiNCD*+nO^r`;SeWb#TsMIjq7Xiq!Nm z#$l|cp8<{bRFa|N(6uX$Dr$`!#@V28SjS;q#d;cfjB^;2N8tsU^>JK=uz?I=yhROV z5-+qg!P1LFBNJUVVv?oF8s&YNVv8Hg7BW?~j;V@i8hz{m^x?&d>53t%sfp$#Z0a(D z%`CdqR$b<>xn>Kt)V!RT4zIAJmEx5eLu`W~%yQUT^D4H{Y|C~I+iPr;R${KUkq#{s zuTi{Kv7_R34zm?=G)7CUBs(eQYK*hwdUjUKi!}39)60rITqmU1MezoaDgwP^e{bFx z8R;)%s78h>cKvTxLU$fJFn>f@L2*&3;!WPkz+`7ODh*bn(wn6Ahi+y!!|uF=s5>+~ zI-D6EQ<j-qTv%LUFoit~Z)H!f$VrLoW!Rgy8Qv~@mXjKD2fKMSPHLbJ?<5jt1QU{N z!Ci)Tv#;VkhW*&zFwB95gV^5-y74XY4F_|G;e8xtSjZy9V#5&}X~QLkr7SZX#nFai zILzzewhfFm9LMoqh1)oIzu^Q<v?C@Nmh%B`m)k1vpy5M&*gNG`bbf@B6(6;o9<%0g z+vy2A|4B=qvfYaer?9``RKsbUZa9OU;Y?H*KEqjtvsvlw)lFmOaISYuw@aGGO2zqx z3%F2mk>O%4F<i=JhReO|xKR2E!<Ag6xY}?HyAf_~xM*O0VR(={)LO11QoPN9ly-*e zxj~MhcmD8jT5e&uq*%_*a3eP<ZZ@o9H4*4uFnqwMQo{%<4Y$}GP4lY!X<j2!*Ylgo zm@VAuEjCR8+YGm}CbG|z#&AcZV{m3HcSa7zH}{i~bBURLzYlV_UYFEq{pMh<e4;=H zOveoI7R|$aP`=_UEWkqe<gRFrMS^0Gh;%H*62xMutW1XQ976CbEK^vnup;_j2`a3r zFLn0aX_HovUfWM00c)^U;<i@7cLw#T;bI-uNA{$ZuzUkHBY>VVZw{(t+TbXv7BoJJ zB7&wy(H23~qGBty2?F+DJ8Hx`*df22qQ0KwcSY6PX)WPer2&O!6`qUA+)V;aPQ%|x z;rU()FZ4=M*dyS@2Jv`FY67CP410qPUdAil{`9Pdub$tb0A8~@B$?MG(=e1(@V|^y z?voBayn%`0yUIh36L0n9MLm#n-fv`EY?Ay5xrFY`PL!K3g9AVoh#wkDxehZpTzDf^ J@agQte*s)cK{)^b diff --git a/build/classes/br/com/projeto/view/FormLogin.form b/build/classes/br/com/projeto/view/FormLogin.form new file mode 100644 index 0000000..262904f --- /dev/null +++ b/build/classes/br/com/projeto/view/FormLogin.form @@ -0,0 +1,172 @@ +<?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 da06d2523c96c59fbb79d54c41525894e649cf49..1fe9f0ea89d7057ee20f6877d17a573dcd1f46c1 100644 GIT binary patch delta 9 QcmdnOvV~=XF%u&L01w3iR{#J2 delta 9 QcmdnOvV~=XF%u&P01wRqUjP6A diff --git a/build/classes/br/com/projeto/view/FormMenu.class b/build/classes/br/com/projeto/view/FormMenu.class index cce8b1108ed67b99bf2dbd54866e3fb2c3f31e08..b94516d700e947a1920df83ca105fa3b82e3b684 100644 GIT binary patch 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*} 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 diff --git a/build/classes/br/com/projeto/view/FormMenu.form b/build/classes/br/com/projeto/view/FormMenu.form new file mode 100644 index 0000000..1fbf862 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormMenu.form @@ -0,0 +1,296 @@ +<?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 63f175f87d5537a8bfd322b664386cfc0cae053c..c0f53fbb47439e8a5457748ce9288a4bea42f982 100644 GIT binary patch delta 9 Qcmcb{a*bs}C=(+C01|Biy#N3J delta 9 Qcmcb{a*bs}C=(+G01|Zq#Q*>R diff --git a/build/classes/br/com/projeto/view/FormMenuAtendente.class b/build/classes/br/com/projeto/view/FormMenuAtendente.class index 2a38aa80ddeb1f45dfb0068fc82633d2c945e9e7..94e1c2655c2b4d58d97af5586ba812b3d567e5ca 100644 GIT binary patch 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 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 diff --git a/build/classes/br/com/projeto/view/FormMenuAtendente.form b/build/classes/br/com/projeto/view/FormMenuAtendente.form new file mode 100644 index 0000000..d1fd56f --- /dev/null +++ b/build/classes/br/com/projeto/view/FormMenuAtendente.form @@ -0,0 +1,222 @@ +<?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 42e6e40b39dad370d0fa69eb7890750625ab9845..e1ee8788f8e29661425b5c1f04820b7194ac5b09 100644 GIT binary patch delta 9 Qcmcb>a)D)oKNBMZ01@>9s{jB1 delta 9 Qcmcb>a)D)oKNBMd01^EHvj6}9 diff --git a/build/classes/br/com/projeto/view/FormMenuUsuario.class b/build/classes/br/com/projeto/view/FormMenuUsuario.class index cc56ef59edd07d05bee461d3464c6551571697c8..331797b8c96bf39cb78e44af64084537a2ae65ad 100644 GIT binary patch delta 3394 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 delta 3327 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 HsK9>#;t$}5 diff --git a/build/classes/br/com/projeto/view/FormMenuUsuario.form b/build/classes/br/com/projeto/view/FormMenuUsuario.form new file mode 100644 index 0000000..f91b7cc --- /dev/null +++ b/build/classes/br/com/projeto/view/FormMenuUsuario.form @@ -0,0 +1,606 @@ +<?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 9c95ad9241a6757b50ca2a9f7644ee3d49cc4e2b..f177b33791eb6bb414cc0e4d44017264f169bdfa 100644 GIT binary patch delta 9 QcmdnSvW;bfDH9_D01xc~T>t<8 delta 9 QcmdnSvW;bfDH9_H01x#7WdHyG diff --git a/build/classes/br/com/projeto/view/FormMulta.class b/build/classes/br/com/projeto/view/FormMulta.class index 27209a7ee4db68a9f2aa73dae41c651dd44ee034..9dda64925abeb8486e7e6075927bafada14a205d 100644 GIT binary patch delta 2811 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 DD2_*9 delta 2825 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 F{sBwbKs5jW diff --git a/build/classes/br/com/projeto/view/FormMulta.form b/build/classes/br/com/projeto/view/FormMulta.form new file mode 100644 index 0000000..9cf0436 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormMulta.form @@ -0,0 +1,280 @@ +<?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 77586f97e4798b6c6ff4d1a8bf7c3aa9c2630c49..d67e75dd9804c6dd6fd53d7da7a04d2b7b2ed2a7 100644 GIT binary patch delta 9 QcmX@Wa)4!nJrg4X01&kTdjJ3c delta 9 QcmX@Wa)4!nJrg4b01&+bg8%>k diff --git a/build/classes/br/com/projeto/view/FormOptions.class b/build/classes/br/com/projeto/view/FormOptions.class index 4f06add21ec0705e10ab72dcb66787815bf43738..b72b747d6b2a47b7222a1e1f5376e6084fe464e8 100644 GIT binary patch delta 6195 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 delta 6192 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 diff --git a/build/classes/br/com/projeto/view/FormOptions.form b/build/classes/br/com/projeto/view/FormOptions.form new file mode 100644 index 0000000..9a6ce92 --- /dev/null +++ b/build/classes/br/com/projeto/view/FormOptions.form @@ -0,0 +1,873 @@ +<?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 66bca755f24567777b84d403fd58e1f79daf8b46..fafb4eb7ff0b181c27c18d52d8a9de9bfef243d5 100644 GIT binary patch delta 16245 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 delta 16798 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 diff --git a/nbproject/private/private.properties b/nbproject/private/private.properties index e95c762..2da6e95 100644 --- a/nbproject/private/private.properties +++ b/nbproject/private/private.properties @@ -1,23 +1,6 @@ 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 -user.properties.file=C:\\Users\\orfeu\\AppData\\Roaming\\NetBeans\\8.2\\build.properties +user.properties.file=C:\\Users\\flash\\AppData\\Roaming\\NetBeans\\8.2\\build.properties diff --git a/nbproject/project.properties b/nbproject/project.properties index dbd3e14..a6add9d 100644 --- a/nbproject/project.properties +++ b/nbproject/project.properties @@ -29,68 +29,48 @@ dist.jar=${dist.dir}/Librography.jar 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 +file.reference.AbsoluteLayout.jar=lib/AbsoluteLayout.jar +file.reference.caelum-stella-core-2.1.2.jar-1=lib/caelum-stella-core-2.1.2.jar +file.reference.commons-collections4-4.4.jar=lib/commons-collections4-4.4.jar +file.reference.commons-compress-1.19.jar-1=lib/commons-compress-1.19.jar +file.reference.commons-math3-3.6.1.jar-1=lib/commons-math3-3.6.1.jar +file.reference.core-3.3.0.jar-1=lib/core-3.3.0.jar +file.reference.darcula-1.0.0.jar-1=lib/darcula-1.0.0.jar +file.reference.dom4j-2.1.3.jar-1=lib/dom4j-2.1.3.jar +file.reference.java-json.jar=lib/java-json.jar +file.reference.javase-3.3.0.jar=lib/javase-3.3.0.jar +file.reference.log4j-1.2-api-2.14.1.jar=lib/log4j-1.2-api-2.14.1.jar +file.reference.log4j-api-2.14.1.jar=lib/log4j-api-2.14.1.jar +file.reference.log4j-core-2.14.1.jar=lib/log4j-core-2.14.1.jar +file.reference.mysql-connector-java-5.1.23-bin.jar=lib/mysql-connector-java-5.1.23-bin.jar +file.reference.poi-5.0.0.jar=lib/poi-5.0.0.jar +file.reference.poi-ooxml-5.0.0.jar=lib/poi-ooxml-5.0.0.jar +file.reference.poi-ooxml-lite-5.0.0.jar-1=lib/poi-ooxml-lite-5.0.0.jar +file.reference.xmlbeans-5.0.0.jar=lib/xmlbeans-5.0.0.jar +file.reference.yaz4j-1.7.0-SNAPSHOT.jar=lib/yaz4j-1.7.0-SNAPSHOT.jar includes=** jar.compress=true javac.classpath=\ ${libs.MySQLDriver.classpath}:\ - ${file.reference.java-json.jar}:\ - ${file.reference.javase-3.3.0.jar}:\ - ${file.reference.core-3.3.0.jar}:\ - ${file.reference.caelum-stella-core-2.1.2.jar}:\ ${libs.absolutelayout.classpath}:\ - ${file.reference.poi-5.0.0.jar}:\ - ${file.reference.darcula-1.0.0.jar}:\ - ${file.reference.poi-ooxml-5.0.0.jar}:\ - ${file.reference.commons-math3-3.6.1.jar}:\ - ${file.reference.commons-collections4-4.4.jar}:\ - ${file.reference.log4j-core-2.14.1.jar}:\ - ${file.reference.log4j-1.2-api-2.14.1.jar}:\ - ${file.reference.log4j-api-2.14.1.jar}:\ - ${file.reference.poi-ooxml-full-5.0.0.jar}:\ - ${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.java-json.jar-1}:\ - ${file.reference.poi-5.0.0.jar-1}:\ - ${file.reference.darcula-1.0.0.jar-1}:\ + ${file.reference.AbsoluteLayout.jar}:\ ${file.reference.caelum-stella-core-2.1.2.jar-1}:\ - ${file.reference.commons-collections4-4.4.jar-1}:\ + ${file.reference.commons-collections4-4.4.jar}:\ ${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.darcula-1.0.0.jar-1}:\ ${file.reference.dom4j-2.1.3.jar-1}:\ - ${file.reference.javase-3.3.0.jar-1}:\ + ${file.reference.java-json.jar}:\ + ${file.reference.javase-3.3.0.jar}:\ + ${file.reference.log4j-1.2-api-2.14.1.jar}:\ + ${file.reference.log4j-api-2.14.1.jar}:\ + ${file.reference.log4j-core-2.14.1.jar}:\ + ${file.reference.mysql-connector-java-5.1.23-bin.jar}:\ + ${file.reference.poi-5.0.0.jar}:\ + ${file.reference.poi-ooxml-5.0.0.jar}:\ ${file.reference.poi-ooxml-lite-5.0.0.jar-1}:\ + ${file.reference.xmlbeans-5.0.0.jar}:\ ${file.reference.yaz4j-1.7.0-SNAPSHOT.jar} # Space-separated list of extra javac options javac.compilerargs= diff --git a/src/br/com/projeto/jdbc/ConexaoBanco.java b/src/br/com/projeto/jdbc/ConexaoBanco.java index ac41448..a208800 100644 --- a/src/br/com/projeto/jdbc/ConexaoBanco.java +++ b/src/br/com/projeto/jdbc/ConexaoBanco.java @@ -52,6 +52,7 @@ public class ConexaoBanco { } catch (IOException ex) { Logger.getLogger(FormOptions.class.getName()).log(Level.SEVERE, null, ex); } + String contentUser; contentUser = new String(Files.readAllBytes(Paths.get(dbuserpPath))); @@ -62,9 +63,11 @@ public class ConexaoBanco { String url = "jdbc:mysql://" + contentIP + ":3306/applibrography"; //Nome da base de dados String user = contentUser; //nome do usuário do MySQL String password = contentPass; //senha do MySQL + //System.out.println(url + user + password); Connection conexao = null; conexao = (Connection) DriverManager.getConnection(url, user, password); + return conexao; diff --git a/src/br/com/projeto/view/FormLivros.form b/src/br/com/projeto/view/FormLivros.form index bcb250e..daab638 100644 --- a/src/br/com/projeto/view/FormLivros.form +++ b/src/br/com/projeto/view/FormLivros.form @@ -157,9 +157,9 @@ <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"/> + <Group type="103" groupAlignment="0" attributes="0"> <Component id="jButton3" alignment="0" min="-2" max="-2" attributes="0"/> + <Component id="btnXlsxExport" min="-2" max="-2" attributes="0"/> </Group> <EmptySpace pref="42" max="32767" attributes="0"/> </Group> diff --git a/src/br/com/projeto/view/FormLivros.java b/src/br/com/projeto/view/FormLivros.java index fe83957..05baea6 100644 --- a/src/br/com/projeto/view/FormLivros.java +++ b/src/br/com/projeto/view/FormLivros.java @@ -287,9 +287,9 @@ public class FormLivros extends javax.swing.JFrame { .addGap(18, 18, 18) .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 278, javax.swing.GroupLayout.PREFERRED_SIZE) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) - .addGroup(tabConsultaUsuariosLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE) - .addComponent(btnXlsxExport) - .addComponent(jButton3)) + .addGroup(tabConsultaUsuariosLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) + .addComponent(jButton3) + .addComponent(btnXlsxExport)) .addContainerGap(42, Short.MAX_VALUE)) );