ROS.60050 r    !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~,lLine Color Palette., FlText Color Palette&$ lFill Color&$In lLine Color&$ lText Color#!lSymbols0.lFill Pattern Palette0.lLine Pattern Palette*(lSymbol Palette lRedo lUndo97lSelects objects on the layout><"lSelects a single object in a groupRe86lRotates the selected objects><"lRotates a single object in a groupUS9lZooms in on the layout (hold Shift and click to zoom out)US9lChanges the shape of polygon/polyline or freehand objects-+lDraws a rectanglens(& lDraws a line,*lDraws an ellipse(& lDraws an arc+)lDraws a polygon,*lDraws a polyline53lDraws a rounded rectangle31lDraws a freehand object53lPlaces text on the layout97velPlaces a symbol on the layout 0800 0808namecontentclassattrstypemodalitytitleiconnamecanclosecanmaximizecanminimizenavigationwdhtcontentgenattrscanresizecontentstackdimensionchildstacksviewspringsnaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfield`rP$00x "ROSATTRI r50g0b0p&00x $hh5 r25g25b50$00x")h`r0g50b75*08x (qrs 00r75g75b75SS*08x (gs 00r88g88b75SSTRUCTSstruct types*hh(ROSTK2RESVtk2 reserved$pp"VG_COLORVG_COLOR+pp $&'()VG_COLORITEMIDa@+pp $&'()VG_COLORCELLIDa@-pp &()*+VG_COLORNAME_SET@ /pp (*+,-VG_COLORNAME_LENGTH /pp (*+,-VG_COLORCOLOR_NAMEx'pp "#$%VG_COLORRED )pp "$%&'VG_COLORGREEN )pp "$%&'VG_COLORBLUE # 08000@0808BD1 $ P0_04_JAN_200310_59_11BEGIN EXIT_FORM;  END;+WHEN-BUTTON-PRESSED (MAINBLK.PUSH_BUTTON37)a>ͫͫͫͫͫͫͫSQLFORMS $ͫͫͫͫͫͫͫͫͫͫͫͫͫͫͫ08"PKG INIT"""T1ͫͫͫͫͫͫͫ0D 22k &'&'&'GEGE $4!00 1llipse(& lDraws an arc+)lDraws a polygon,*lDraws a polyline53lDraws a rounded rectangle31lDraws a freehand object53lPlaces text on the layout97velPlaces a symbol on the layout 0800 0808namecontentclassattrstypemodalitytitleiconnamecanclosecanmaximizecanminimizenavigationwdhtcontentgenattrscanresizecontentstackdimensionchildstacksviewspringsnaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfieldx0lBD1 $"P0_04_JAN_200301_52_37BEGIN DECLARE pl_id PARAMLIST; theformname VARCHAR2(20); BEGIN IF :MAINBTNGRP IN (1) THEN theformname := 'D:\470\CUSTOMERS'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (2) THEN theformname := 'D:\470\SUPPLIERS'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (3) THEN theformname := 'D:\470\EXPENSES'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (4) THEN theformname := 'D:\470\REVENUES'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (5) THEN theformname := 'D:\470\STOCK'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (6) THEN theformname := 'D:\470\ACCPAY'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (7) THEN theformname := 'D:\470\INVOICES'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; -- CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; IF :MAINBTNGRP IN (8) THEN theformname := 'D:\470\CASHBOOK'; /* Try to lookup the 'TEMPDATA' parameter list */ pl_id := GET_PARAMETER_LIST('tempdata'); IF ID_NULL(pl_id) THEN CALL_FORM(theformname); ELSE CALL_FORM(theformname,hide,no_replace,no_query_only,pl_id); END IF; --CALL_FORM('ONE', no_hide, do_replace, query_only); END IF; END; END;+WHEN-BUTTON-PRESSED (MAINBLK.PUSH_BUTTON36)ͫͫͫͫͫͫͫw SYSSTANDARD TOOLS FORMS40 SQLFORMS FORMS4C $ͫͫͫͫͫͫͫͫͫͫͫͫͫͫͫ088 ,"PKG INIT""PL_ID"ID"THEFORMNAME""#&(.1246    ,< ͫͫͫͫͫͫͫ0D 4@l  P,<P(T.\T\ $<&'<d$d,&',t$Jt] U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ |(.T \<&'<$,&',$J] U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ (.t |<&'<$,&',$J] U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ (. <&'<$,&',$J] U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ (.   <&'<$,&',$$J$^ U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ ,(0.808 <&'<@$@,&',P$JP^ U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ X(\.d\d <&'<l$l,&',|$J|^ U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ (. <&'<$,&',$J^ U&'&'&'&'&'<GE GE GE,G E4$ G&'&'&'&'<GEGE GId,$ !P4P;x &)*&)*D:\470\CUSTOMERStempdataD:\470\SUPPLIERSD:\470\EXPENSESD:\470\REVENUES D:\470\STOCK D:\470\ACCPAYD:\470\INVOICESD:\470\CASHBOOK'",(<(T(\4d(t8<(@X(\t(x|(((̸(((** 4*$8<*0@X*8\t@*Px|*\*dl*|***(>C f    !HMp*+RW!z"#%45*\+a-./1>?6k7p9:; =QRB~CEFGIdeNOQRS0UwxZ[]^_Eaij x$|<T\t|    $8<ingvgmielstringsqvgmisrstringmksqlstringb`vgmior_helpstringvgmied_helpstringvgmiplstringvttxtstringa_vgegfildstringB@vgianalystring'%vgiangtvstring&$vgiassbgstringvgegtlktstringvgeicpalstringvgmipl_helpPr(00x "$%&RI r50g0b0(00x "$%& r75g0b0(00x "$%& r88g0b0(00x "$%&00 r100g0b0(00x!" $&r0g0b50*00x "$ &(r25g0b50@ST*00x "$ &(r50g0b50_C*00x "$ &(r75g0b50OR*00x "$ &(r88g0b50OR,00x $& (* r100g0b50(00x!" $&r0g0b75*00x "$ &(r25g0b75@+*00x "$ &(xr50g0b75 *00x "$ &(r75g0b75%*00x "$ &(r88g0b75%,00x $& (* r100g0b75(00x!" $&8r0g0b88*00x "$ &(r25g0b88@P0*00x "$ &(GIr50g0b88*00x "$ &(SEr75g0b88TT*00x "$ &(ͫr88g0b88,00x $& (*MS r100g0b88(00x"# $&0 r0g0b100,00x $& (*! r25g0b100@,00x $& (*" r50g0b100,00x $& (*# r75g0b100,00x $& (*$ r88g0b100,00x $& (*% r100g0b100&00x  "$0&gray*00x " $ &('darkgray&00x "$(cyanr*00x" $ &( )darkcyan(00x " $&*gray80333333(00x " $&se+gray76=p=p=p(00x " $&rc,gray72GGG(00x " $&ly-gray68QQQ'00x! "$%a .r0g25b0@)00x " $&'aw/r25g25b0@@ngl)00x " $&'0r50g25b0@ree)00x " $&'1r75g25b0@lac)00x " $&'2r88g25b0@7ve+00x $ &() t3 r100g25b0@*00x" $ &( 4r0g25b50@namecontentclassattrstypemodalitytitleiconnamecanclosecanmaximizecanminimizenavigationwdhtcontentgenattrscanresizecontentstackdimensionchildstacksviewspringsnaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfield`r<hh: "FRM50_BUFFER table contains user's buffer.hh,0ROSATTRIBSclass attributes+hh)ROSLFDESCros lf descrip)hh'ROSOBJMAPros name->id0g0+hh)0ROSSTRINGStk2 uiStrings0*hh(0ROSSTRUCTSstruct types50*hh(0ROSTK2RESVtk2 reserved50PhhN0TOOL_MODULEtable contains information about different module$pp"VG_COLORVG_COLOR+pp $&'()VG_COLORITEMIDa@&+pp $&'()VG_COLORCELLIDa@&-pp &()*+VG_COLORNAME_SET@ (/pp (*+,-VG_COLORNAME_LENGTH /pp (*+,-VG_COLORCOLOR_NAMEx0'pp "#$%VG_COLORRED )pp "$%&'VG_COLORGREEN 25g)pp "$%&'VG_COLORBLUE 50g 08000@0808BD1 $ P0_04_JAN_200310_59_11BEGIN EXIT_FORM;  END;+WHEN-BUTTON-PRESSED (MAINBLK.PUSH_BUTTON37)a>ͫͫͫͫͫͫͫSQLFORMS $ͫͫͫͫͫͫͫͫͫͫͫͫͫͫͫ08"PKG INIT"""T1ͫͫͫͫͫͫͫ0D 22k &'&'&'GEGE $4!00 10 0800($00x !"0black(00x " $&white%00x "#acgreen)00x# $&'@ darkgreen(00x " $&gray96 = = =(00x " $&50gray92zzz(00x " $&pegray88(00x " $&izgray84(((%00x !"#atr0g0b0co(00x "$%&st r25g0b0@snaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfieldpr,00x $ & (*BU5 r25g25b50@@,00x $ & (*6 r50g25b50@,00x $ & (*7 r75g25b50@,00x $ & (*8 r88g25b50@,00x $ & (*9 r100g25b50@*00x" $ &(:r0g25b750@UC,00x $ & (*; r25g25b75@@,00x $ & (*< r50g25b75@,00x $ & (*ma= r75g25b75@,00x $ & (*> r88g25b75@,00x $ & (*_C? r100g25b75@*00x" $ &(_C@r0g25b885@&,00x $ & (*_CA r25g25b88@@,00x $ & (*-B r50g25b88@,00x $ & (*+C r75g25b88@,00x $ & (* D r88g25b88@,00x $ & (*%E r100g25b88@*00x# $ &(%F r0g25b100@,00x $ & (*G r25g25b100@@,00x $ & (*BH r50g25b100@,00x $ & (*4_I r75g25b100@,00x $ & (*ENJ r88g25b100@.00x & ( *,37K r100g25b100@ͫ$00x  !"Lred(00x "$%&ͫMdarkred$00x "Nblue(00x"# $&Odarkblue(00x " $&Pgray64\(\(\((00x " $&Qgray60ffffff(00x " $&Rgray56ppp(00x " $&Sgray52zzz'00x! "$%ͫTr0g50b0)00x " $&'Ur25g50b0@)00x " $&'Vr50g50b0&)00x " $&'GWr75g50b0)00x " $&' Xr88g50b0+00x $ &()Y r100g50b0*00x" $ &(Zr0g50b50ac,00x $ & (* $[ r25g50b50@,00x $ & (*ac\ r50g50b50,00x $ & (* ] r75g50b50,00x $ & (*^ r88g50b50,00x $ & (*ay_ r100g50b50x " $&pegray88(00x " $&izgray84(((%00x !"#atr0g0b0co(00x "$%&st r25g0b0@snaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfieldr*00x" $ &(BU`r0g50b750,00x $ & (*a r25g50b75@,00x $ & (*b r50g50b75,00x $ & (*c r75g50b75,00x $ & (*d r88g50b75,00x $ & (*e r100g50b75*00x" $ &(fr0g50b885,00x $ & (*g r25g50b88@,00x $ & (*mah r50g50b88,00x $ & (*i r75g50b88,00x $ & (*_Cj r88g50b88,00x $ & (*_Ck r100g50b88*00x# $ &(_Cl r0g50b100,00x $ & (*-m r25g50b100@,00x $ & (*+n r50g50b100,00x $ & (* o r75g50b100,00x $ & (*%p r88g50b100.00x & ( *,%q r100g50b100'00x "$% ryellow+00x $ &()Bs darkyellow*00x "$ &(4_tmagenta.00x &( *,ENu darkmagenta(00x " $& vgray48(00x " $&!wgray44\\\(00x " $&ͫxgray40(00x " $&ygray36ףף'00x! "$%zr0g75b0)00x " $&'{r25g75b0@()00x " $&'ay|r50g75b00)00x " $&'p}r75g75b0)00x " $&'z~r88g75b0!+00x $ &() r100g75b0&.08x& ( *,00r0g75b50008x ( * ,. 00r25g75b50@008x ( * ,.0 00r50g75b50008x ( * ,. 00r75g75b50008x ( * ,." 00r88g75b50008x ( * ,. ( 00r100g75b50.08x& ( *,ac00r0g75b750008x ( * ,.  00r25g75b75@008x ( * ,.8g 00r50g75b75x $ & (*ay_ r100g50b50x " $&pegray88(00x " $&izgray84(((%00x !"#atr0g0b0co(00x "$%&st r25g0b0@snaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfieldr008x ( * ,.BU 00r75g75b75008x ( * ,.  00r88g75b75008x ( * ,.0g 00r100g75b75.08x& ( *,b700r0g75b885008x ( * ,. 00r25g75b88@008x ( * ,. 00r50g75b88008x ( * ,. 00r75g75b88008x ( * ,. 00r88g75b88008x ( * ,.0 00r100g75b88.08x' ( *, 00r0g75b100b8008x ( * ,. $ 00r25g75b100@008x ( * ,. & 00r50g75b100008x ( * ,.- 00r75g75b100008x ( * ,.  00r88g75b100208x * , .05g 00r100g75b100.08x & ( *,00custom1 &.08x & ( *,00custom2 .08x & ( *,00custom3B.08x & ( *,00custom4,08x $ & (*000gray32,08x $ & (*00gray28QQQ,08x $ & (*000gray24,08x $ & (*00gray20+08x% &() 00r0g88b0-08x & (*+$00r25g88b0@-08x & (*+00r50g88b0)-08x & (*+0g00r75g88b00-08x & (*+b000r88g88b0/08x ( *,- 00r100g88b0$.08x& ( *,&00r0g88b50 *008x ( * ,. 00r25g88b50@008x ( * ,. 00r50g88b50008x ( * ,. 00r75g88b50008x ( * ,. 00r88g88b50008x ( * ,. 00r100g88b50.08x& ( *,00r0g88b750 *008x ( * ,. 00r25g88b75@008x ( * ,. 00r50g88b75008x ( * ,. 00r75g88b75g50b50x " $&pegray88(00x " $&izgray84(((%00x !"#atr0g0b0co(00x "$%&st r25g0b0@snaturalshrinkstretchelasticitydirectionspringcntsubviewslabeltabstopgroupmnemonicvalueisdefaultinfogroupsborderusenavigableinnerwdinnerhtismappedouterwdouterhtselectstylemaxlencwidthitemcntitemsxyenabledstring 08000@ 0800P`0800 3800038000380003800038000380003p 8headerfield r008x ( * ,.BU 00r88g88b75008x ( * ,.  00r100g88b75.08x& ( *,0g00r0g88b885008x ( * ,.b7 00r25g88b88@008x ( * ,. 00r50g88b88008x ( * ,. 00r75g88b88008x ( * ,. 00r88g88b88008x ( * ,. 00r100g88b88.08x' ( *,0 00r0g88b100008x ( * ,. 00r25g88b100@008x ( * ,. $ 00r50g88b100008x ( * ,. & 00r75g88b100008x ( * ,.- 00r88g88b100208x * , .0  00r100g88b100.08x & ( *,00custom5.08x & ( *,00custom6 &.08x & ( *,00custom7 .08x & ( *,00custom8B,08x $ & (*00gray16 ,08x $ & (* (00gray12GGG,08x $ & (* (00gray8,08x $ & (* (00gray4-08x& (*+ (00r0g100b0/08x ( *,-  00r25g100b0@/08x ( *,- 00r50g100b0/08x ( *,- 00r75g100b0/08x ( *,- 00r88g100b0/08x ( *,- 00r100g100b0.08x' ( *, 00r0g100b50008x ( * ,. 00r25g100b50@008x ( * ,. 00r50g100b50008x ( * ,. 00r75g100b50008x ( * ,. 00r88g100b50208x * , .0 00r100g100b50.08x' ( *,00 00r0g100b75008x ( * ,.00 00r25g100b75@008x ( * ,.00 00r50g100b75008x ( * ,.00 00r75g100b75008x ( * ,.00 00r88g100b75208x * , .0ay 00r100g100b75 .08x' ( *, 00r0g100b88at008x ( * ,.0 00r25g100b88@008x ( * ,.tr 00r50g100b88008x ( * ,.t 00r75g100b88008x ( * ,.bo 00r88g100b88208x * , .0o 00r100g100b88cw008x( * ,.bl 00r0g100b100208x * , .0 00r25g100b100@P208x * , .0  00r50g100b100208x * , .03 00r75g100b100208x * , .00 00r88g100b100208x * , .0 00r100g100b100*:BFV(Z^bd(nrt(~(( SQL*FormsLFORM50D:\470\ONE.fmb?xg 3xg 3<;Copyright (c) Oracle Corporation 1990. All Rights Reserved.Kg<s (0l|3;a k'Pn/,``A'oONEilj$kT\USl$  8dl 8HTdTransactions: Base Accounts: Please Select your desired operation:ABC COMPANYData EntryCash BookInvoiceAccounts payablesStock RecordRevenue RecordExpenses RecordSupplier RecordCustomer RecordMODULE1&ExitSu&bmit1m}GGGG3~XVVV VX>>>>>>>>USONEMODULE1WINDOW1DEFAULT&SMARTBAR ( 8%H/MAINBLKMAINBLK x !(8tPuliDylDP\/ZMAINBTNGRPMAINBTNGRPCANVAS2PAGE3blackwhite ?  D p d>xxt]uidy lgh jik/MZ~RADIO_BUTTON20RADIO_BUTTON20Customer Record1whitedarkredMicrosoft Sans Serif >x   t]uidy l  g h jik/MZ~RADIO_BUTTON21RADIO_BUTTON21Supplier Record2whitedarkredMicrosoft Sans Serif >x   t]uidy l  g (h jik /MZ~RADIO_BUTTON22RADIO_BUTTON22Expenses Record3whitedarkredMicrosoft Sans Serif >x   0t]uidy l 8 Dg Th jik /MZ~RADIO_BUTTON23RADIO_BUTTON23Revenue Record4whitedarkredMicrosoft Sans Serif >x 4 H \t]uidy l d pg h jik /MZ~RADIO_BUTTON24RADIO_BUTTON24Stock Record5whitedarkredMicrosoft Sans SerifL>x`ttAuidy lgh jik /MZ~RADIO_BUTTON25RADIO_BUTTON25Accounts payables6whitedarkredMicrosoft Sans Serif|>xtAuidy lgh jik /MZ~RADIO_BUTTON26RADIO_BUTTON26Invoice7whitedarkredMicrosoft Sans Serifl>xtAuidy lgh jik/MZ~RADIO_BUTTON27RADIO_BUTTON27Cash Book8whitedarkredMicrosoft Sans Serif !,tu iKyl8DgPh jik:l/Z~PUSH_BUTTON36PUSH_BUTTON36Su&bmitCANVAS2PAGE3blackwhiteMicrosoft Sans SerifE8D/:WHEN-BUTTON-PRESSEDWHEN-BUTTON-PRESSED!t u iKyl g,h jik:H/Z~PUSH_BUTTON37PUSH_BUTTON37&ExitCANVAS2PAGE3blackwhiteMicrosoft Sans SerifE8hD/:WHEN-BUTTON-PRESSEDWHEN-BUTTON-PRESSED x  -_^DoiyDl/ZMd$h CANVAS2CANVAS2WINDOW1darkredY@X LXlh[x/ZMr]PAGE3PAGE3Data Entrydarkrednone 0 "<#@! %tui6y [/rTEXT5TEXT5nonewhitenone"U#T(8CMPTXT6CMPTXT6$WX%V Glghjikm/ZM~TEXTSTR7TEXTSTR7ABC COMPANYdarkredMicrosoft Sans Serif& '%t,u>iyq[z/rrr{MFRAME11FRAME11noneyellowyellowtransparentdarkredMicrosoft Sans Serif' %t:uSiy [/rTEXT12TEXT12nonewhitenone(U(P)T `pCMPTXT13CMPTXT13*W+V( G(lTgdh jikm/ZM~TEXTSTR14TEXTSTR14Please Select your desired operation:darkredMicrosoft Sans Serif@, L%tHuiCy[Xdp|/rTEXT29TEXT29nonewhitenone-U.TCMPTXT30CMPTXT30/W|0V Glgh jikm/ZM~TEXTSTR31TEXTSTR31Base Accounts: darkredMicrosoft Sans Serifl 1  %t'uiCy[    /rTEXT32TEXT32nonewhitenone2U !$3T!4!DCMPTXT33CMPTXT334W!d!5V !G!l"g" h jikm/ZM~TEXTSTR34TEXTSTR34Transactions: darkredMicrosoft Sans Serif#6 #%tXuhiTy[##(#4/rLINE35LINE35nonewhitesolid$7 $,%tSuiYyD  $@$P$\/MrrROUNDRECT43ROUNDRECT43darkredyellowyellow8LK jj0l&&[&''' g'4h jikUMZr~3M !"#$%&'()*+,-./ 01 2x3456789:;dblackdarkredtransparentblackblacktransparentMicrosoft Sans Serif9Oj'p':N'iyDkWINDOW1WINDOW1;e@'(8<d(H(XCDEFGH(AMAINBTNGRPMAINBTNGRP=](x>^'(MAINBTNGRP?(P0_04_JAN_200301_52_37iewblpbox><iewbupbox<:Propertieswindow0.Menu Editorwindow,*optrunbox"  optaccbox Optionswindow intermediate1windowNew ChartwindowModule RoleswindowList ElementswindowComplex Datawindow convertwindow  Tables/Columnswindow   Module Accesswindowilvim_helpstringhfilvis_helpstringomilviu_helpstringjhilvibc_helpstringecilvbastring][ilvixstring\ZiewvfnboxTRiewvldboxQO iewvqrboxNLoptwizbox!ilvkv_helpstringrpilvit_helpstringpniewlweboxCAiewbfnboxA?iewbipbox;9out_popupmenu/-iewbwizard64 Code Editormenu+)iewlitboxFDiewbmdbox@> optgenbox ilvil_helpstringnlilvitstringa_ilvibcstringVTilvie_helpstringgeilvihstringZXiewlbkboxECiewbtybox86iewbwebox75ilvisstring`^ilvkvstringcailvotstringb`ilvidstring^\ilviustring[Yship View