#ifndef MAKE_ID
#define MAKE_ID(a,b,c,d) ((ULONG) (a)<<24 | (ULONG) (b)<<16 | (ULONG) (c)<<8 | (ULONG) (d))
#endif

/* Libraries */
#include <libraries/mui.h>
#include <libraries/gadtools.h> /* for Barlabel in MenuItem */
#include <exec/memory.h>

/* Prototypes */
#include <proto/muimaster.h>
#include <proto/exec.h>
#ifdef __SASC
#include <clib/alib_protos.h>
#else
#include <proto/alib.h>
#endif /* __SASC */

#include "FreeGUI.h"
#include "FreeExtern.h"
#include "Hook_utility.h"
static char *GetMBString(APTR ref)
{
	char *aux;

	aux = Get_String(ref);
	if (aux[1] == '\0') return(&aux[2]);
	else                return(aux);
}

struct ObjApp * CreateApp(void)
{
	struct ObjApp * ObjectApp;

	APTR	MNlabel2Project, MNlabel2About, MenuPrincipalAboutMUI, MNlabel2BarLabel0;
	APTR	MNlabel2Hide, MNlabel2Quit, MNlabel2Program, MenuPrincipalLastFiveCalls;
	APTR	MenuPrincipalBarLabel2, MNlabel2ThisMonth, MNlabel2OtherMonth, MenuPrincipalGlobal;
	APTR	MenuPrincipalDatePeriod, MenuPrincipalAnual, CheckCosts, CheckCosts2;
	APTR	MenuPrincipalBarLabel3, MPManualInputCall, MenuPrincipalGeneration;
	APTR	MPFirstGenerationMiami, MNlabel2Settings, MNlabel2Configuration, MenuPrincipalHelp;
	APTR	MenuPrincipalMain, MenuPrincipalUsage, MenuPrincipalHistory, PaiDeTodos;
	APTR	EspacoEntreLabel, GrupoBota1, BotaoCheckCustos, BotaoDesseMes, BotaoCheckMes;
	APTR	BotaoGlobal, BotaoConsultaAnual, BotaoUltimasCinco, BotaoPrefs, BotaoAbout;
	APTR	EspacoFinal, PaiDoGerando, LabelGerando, LabelPercentualGerando, PaiDesseMes;
	APTR	GrupoContornoDesseMes, GrupoDoMes, LogoutBar, GrupoDesseMesRodape;
	APTR	PaiDesseMesBotoes, DesseMesBotaoOk, BotaoDessaSemana, DesseBotaoRates;
	APTR	DesseBotaoAllCalls, PaiDaConfiguracao, GrupoPastas, ConfPastaProgram;
	APTR	GrupoSettingsConfig, obj_aux0, obj_aux1, obj_aux2, obj_aux3, GrupoConfigMenus;
	APTR	ConfPastaMiamiLog, ConfPastaLogMiami, ConfPastaLogOpcoes, obj_aux4;
	APTR	obj_aux5, obj_aux6, obj_aux7, ConfPastaDataBase, GrupoDatabase, obj_aux8;
	APTR	obj_aux9, GrupoTimeExceded, obj_aux10, obj_aux11, obj_aux12, obj_aux13;
	APTR	GrupoHTML, obj_aux14, obj_aux15, obj_aux16, obj_aux17, obj_aux18;
	APTR	obj_aux19, GrupoBrowser, obj_aux20, obj_aux21, ConfPastaLimits, obj_aux22;
	APTR	obj_aux23, obj_aux24, obj_aux25, obj_aux26, obj_aux27, ConfPastaProvider;
	APTR	PrefsGrupoFreeHours, obj_aux28, obj_aux29, obj_aux30, obj_aux31, PrefsGrupoDiaInicial;
	APTR	obj_aux32, obj_aux33, obj_aux34, obj_aux35, ConfPastaIgnore, GrupoFoneInvalidos;
	APTR	ConfPastaCosts, GrupoLimitesPastas, GrupoLimitesProgram, GrupoLimitesCategorias;
	APTR	GrupoLimitesCategoriesBotao, GrupoLimitesCategoriesOutros, obj_aux36;
	APTR	obj_aux37, obj_aux38, obj_aux39, GrupoLimitesDeCusto, GrupoLimiteOrigem;
	APTR	obj_aux40, obj_aux41, obj_aux42, obj_aux43, GrupoLimiteList, GrupoLimitesECusto;
	APTR	obj_aux44, obj_aux45, obj_aux46, obj_aux47, obj_aux48, obj_aux49;
	APTR	GrupoLimitesBotoes, GrupoLimitesBotoes2, ConfRegister, GrupoConfRegSeparate;
	APTR	PrefsGrupoCountry, obj_aux50, obj_aux51, PrefsGrupoPaiBotoes, ConfGrupoBotoes;
	APTR	ConfBotaoSave, ConfBotaoUse, ConfBotaoCancel, PaiDoAbout, GrupoImagem;
	APTR	FreedomImage, GrupoBotoes, AboutBotaoOk, MNlabel379Menu, MNlabel379ActualDate;
	APTR	PaiDaSelecaoOutroMes, LabelSelectDate, GrupoOtherMes, GrupoOtherDia;
	APTR	GrupoOtherAno, BarraOutroMes, PaiDosBotoesOtherMonth, OutroMesBotaoOK;
	APTR	OutroMesDatePeriod, OutroMesBotaoCancel, PaiDaImportacaoRegistro;
	APTR	ImportaRegistroPaiBotoes, ImportaBotaoAceitar, ImportaBotaoCancelar;
	APTR	PaiDiaSemana, GradeDoSemanal, GradeDoSemanal2, LabelBranco, LabelTotalLigacoes;
	APTR	LabelTimeOnLine, LabelPercentual, LabelCusto, LabelSegunda, Labelterca;
	APTR	LabelQuarta, LabelQuinta, LabelSexta, LabelSabado, LabelDomingo, LabelTotal;
	APTR	PaiSemanalBotoes, GrupoDasCinco, GradeDoCinco, LabelDasCinco, GradeDasCinco2;
	APTR	LabelCincoBranco, LabelCincoData, LabelCincoLogin, LabelCincoTimeOnLine;
	APTR	LabelCincoPhone, LabelCincoStatus, LabelCincoCost, LabelCincoFirst;
	APTR	LabelCincoSecond, LabelCincoThird, LabelCincoFourth, LabelCincoLast;
	APTR	GrupoLastAtual, PaiCincoBotoes, CincoBotaoOk, CincoBotaoUpdate, GrupoDeInputManual;
	APTR	GrupoInputLabelTop, BarraInput, GrupoBotoesInput, InputBotaoSave;
	APTR	InputBotaoCancel, GrupoInputSalvaValores, LabelInputSaveValores, GrupoInput2Botoes;
	APTR	Input2BotaoSave, Input2BotaoCancel, GrupoTodasLigacoes, LabelTodasLigacoes;
	APTR	LabelPercentualTodasGeracoes, TodasLigacoesBotaoOK, GrupoSelecionePeriodo;
	APTR	PeriodoLabelTop, obj_aux52, obj_aux53, obj_aux54, obj_aux55, PeriodoGrupoBotoes;
	APTR	PeridoBotaoAccept, PeriodoCancel, GrupoQuery, LabelQuery, GrupoMsg;
	APTR	GrupoMsg2, MNlabel3667Project, MNlabel3667About, MNlabel3667AboutMUI;
	APTR	MNlabel3667BarLabel5, MNlabel3667Iconified, MNlabel3667Exit, MNlabel3667Program;
	APTR	MNlabel3667LastFiveCalls, MNlabel3667BarLabel6, MNlabel3667ThisMonth;
	APTR	MNlabel3667OtherMonth, MNlabel3667GStats, MNlabel3667DatePeriod, MNlabel3667Anual;
	APTR	CheckCostsG, CheckCostsG2, MNlabel3667BarLabel7, MNlabel3667CallInput;
	APTR	MNlabel3667Generation, MNlabel3667FirstMiami, MNlabel3667Settings;
	APTR	MNlabel3667Configuration, MNlabel3667Help, MNlabel3667Main, MNlabel3667Usage;
	APTR	MNlabel3667History, GrupoJanelaPrincipal2, GrupoBota2, CostImageB;
	APTR	ThisImageB, OtherImageB, GlobalImageB, AnualImageB, LastCImageB, PrefsImageB;
	APTR	AboutImageB, GrupoConsultaAnual, CAnualLabel, CAnualBarraFinal, CAnualBarraYear;
	APTR	GrupoCAnualAno, BarraOutroMesC, CAnualBotoes, CAnualBotaoOK, CAnualBotaoCancel;
	APTR	GrupoConsultaAnualLista, LabelConsultaAnualLista, CAnualPercentual;
	APTR	CAnualListBotaoOK, GrupoJanelaPedidoRegistro, PedidoBarra, GrupoBotoesPedidoRegistro;
	APTR	BotaoPedidoAccept, BotaoPedidoCancel, MNlabel5971Menu, MNlabel5971ActualDate;
	APTR	GrupoSelecionaMes, LabelSelectDate2, GrupoOtherAno2, BarraOutroMes2;
	APTR	PaiDosBotoesOtherMonth2, OutroMesBotaoOK2, OutroMesBotaoCancel2, GrupoCheckCosts;
	APTR	GrupoCheckCosts1, GrupoCheckCosts2, GrupoCustoFinal, PaiBotoesCheckCosts;
	APTR	CheckCostsBotaoOK, GrupoPrincipalRates, GrupoRatesP, GrupoRates, x300;
	APTR	x2400, x9600, x14400, x16800, x19200, x21600, x24000, x26400, x28800;
	APTR	x30666, x31200, x31250, x32000, x33600, x38400, x45333, x46666, x48000;
	APTR	x49333, x50666, x52000, x54666, x57333, x57600, x64000, RatesBotoes;
	static struct Hook GeracaoHook;
	static struct Hook SalvaConfiguracaoHook;
	static struct Hook PreparaEsseMesHook;
	static struct Hook CarregaEsseMesHook;
	static struct Hook CarregaConfiguracaoHook;
	static struct Hook TestaRegistroHook;
	static struct Hook PreparaOutroMesHook;
	static struct Hook DiminuiDiaHook;
	static struct Hook AumentaDiaHook;
	static struct Hook DiminuiAnoHook;
	static struct Hook AumentaAnoHook;
	static struct Hook DataAtualHook;
	static struct Hook AcertaAboutHook;
	static struct Hook GerarImportacaoRegistroHook;
	static struct Hook AplicacaoHideHook;
	static struct Hook AboutMUIHook;
	static struct Hook HelpMainHook;
	static struct Hook HelpUsageHook;
	static struct Hook HelpHistoryHook;
	static struct Hook CarregaSemanaHook;
	static struct Hook LimpaSaidaHook;
	static struct Hook CarregaUltimasCincoHook;
	static struct Hook SalvaNovoInputHook;
	static struct Hook TestaRegistro2Hook;
	static struct Hook SalvaInputManualHook;
	static struct Hook PreparaOutroMesTodasHook;
	static struct Hook TestaConfiguracaoHook;
	static struct Hook CarregaPeriodoHook;
	static struct Hook PreparaGlobalHook;
	static struct Hook AnualAumentaAnoHook;
	static struct Hook AnualDiminuiAnoHook;
	static struct Hook ConsultaAnualHook;
	static struct Hook AdicionaLimiteHook;
	static struct Hook RemoveLimiteHook;
	static struct Hook LimpaLimitesHook;
	static struct Hook DoubleClickLimitesHook;
	static struct Hook SalvaCategoriaHook;
	static struct Hook SelecionaCategoriaDefaultHook;
	static struct Hook DoubleClickCategoriaHook;
	static struct Hook DeletaCategoriaHook;
	static struct Hook GeraPedidoRegistroHook;
	static struct Hook TestaRegistroAnualHook;
	static struct Hook TestaRegistroCustoHook;
	static struct Hook DiminuiAno2Hook;
	static struct Hook AumentaAno2Hook;
	static struct Hook PreparaChequeCustosHook;
	static struct Hook CarregaEsseCheckCostHook;
	static struct Hook CarregaRatesHook;
	static struct Hook DiminuiMesHook;
	static struct Hook AumentaMesHook;
	static struct Hook AbreHtmlHook;

	if (!(ObjectApp = AllocVec(sizeof(struct ObjApp),MEMF_PUBLIC|MEMF_CLEAR)))
		return(NULL);

	ObjectApp->STR_FreedomLabel = GetMBString(MSG_FreedomLabel);
	ObjectApp->STR_LabelGerando = GetMBString(MSG_LabelGerando);
	ObjectApp->STR_LabelMesUso = NULL;
	ObjectApp->STR_LabelMesUsadas = GetMBString(MSG_LabelMesUsadas);
	ObjectApp->STR_LabelMesExedentes = GetMBString(MSG_LabelMesExedentes);
	ObjectApp->STR_LabelCost = GetMBString(MSG_LabelCost);
	ObjectApp->STR_LabelCostAverage = GetMBString(MSG_LabelCostAverage);
	ObjectApp->STR_LabelMesNumero = GetMBString(MSG_LabelMesNumero);
	ObjectApp->STR_LabelMesMedia = GetMBString(MSG_LabelMesMedia);
	ObjectApp->STR_LabelMesMaior = GetMBString(MSG_LabelMesMaior);
	ObjectApp->STR_LabelMesMenor = GetMBString(MSG_LabelMesMenor);
	ObjectApp->STR_LabelMesData = GetMBString(MSG_LabelMesData);
	ObjectApp->STR_LabelMesLow = GetMBString(MSG_LabelMesLow);
	ObjectApp->STR_LabelPrimeiraLigacao = GetMBString(MSG_LabelPrimeiraLigacao);
	ObjectApp->STR_LabelUltimaLigacao = GetMBString(MSG_LabelUltimaLigacao);
	ObjectApp->STR_NrLogoutGoodMes = GetMBString(MSG_NrLogoutGoodMes);
	ObjectApp->STR_NrDownResetMes = GetMBString(MSG_NrDownResetMes);
	ObjectApp->STR_NrQuedaLinhaMes = GetMBString(MSG_NrQuedaLinhaMes);
	ObjectApp->STR_TextDefault = NULL;
	ObjectApp->STR_GrupoConfLabelName = GetMBString(MSG_GrupoConfLabelName);
	ObjectApp->STR_GrupoConfLabelOrg = GetMBString(MSG_GrupoConfLabelOrg);
	ObjectApp->STR_GrupoConfLabelEmail = GetMBString(MSG_GrupoConfLabelEmail);
	ObjectApp->STR_GrupoConfLabelKey = GetMBString(MSG_GrupoConfLabelKey);
	ObjectApp->STR_GrupoConfLabelKeyReal = GetMBString(MSG_GrupoConfLabelKeyReal);
	ObjectApp->STR_GrupoConfLabelCountry = GetMBString(MSG_GrupoConfLabelCountry);
	ObjectApp->STR_TextAbout = NULL;
	ObjectApp->STR_LabelSelectDate = GetMBString(MSG_LabelSelectDate);
	ObjectApp->STR_WeekLabelTop = NULL;
	ObjectApp->STR_ValorSegunda = GetMBString(MSG_ValorSegunda);
	ObjectApp->STR_TimeSegunda = GetMBString(MSG_TimeSegunda);
	ObjectApp->STR_PercentualSegunda = GetMBString(MSG_PercentualSegunda);
	ObjectApp->STR_CustoSegunda = GetMBString(MSG_CustoSegunda);
	ObjectApp->STR_ValorTerca = GetMBString(MSG_ValorTerca);
	ObjectApp->STR_TimeTerca = GetMBString(MSG_TimeTerca);
	ObjectApp->STR_PercentualTerca = GetMBString(MSG_PercentualTerca);
	ObjectApp->STR_CustoTerca = GetMBString(MSG_CustoTerca);
	ObjectApp->STR_ValorQuarta = GetMBString(MSG_ValorQuarta);
	ObjectApp->STR_TimeQuarta = GetMBString(MSG_TimeQuarta);
	ObjectApp->STR_PercentualQuarta = GetMBString(MSG_PercentualQuarta);
	ObjectApp->STR_CustoQuarta = GetMBString(MSG_CustoQuarta);
	ObjectApp->STR_ValorQuinta = GetMBString(MSG_ValorQuinta);
	ObjectApp->STR_TimeQuinta = GetMBString(MSG_TimeQuinta);
	ObjectApp->STR_PercentualQuinta = GetMBString(MSG_PercentualQuinta);
	ObjectApp->STR_CustoQuinta = GetMBString(MSG_CustoQuinta);
	ObjectApp->STR_ValorSexta = GetMBString(MSG_ValorSexta);
	ObjectApp->STR_TimeSexta = GetMBString(MSG_TimeSexta);
	ObjectApp->STR_PercentualSexta = GetMBString(MSG_PercentualSexta);
	ObjectApp->STR_CustoSexta = GetMBString(MSG_CustoSexta);
	ObjectApp->STR_ValorSabado = GetMBString(MSG_ValorSabado);
	ObjectApp->STR_TimeSabado = GetMBString(MSG_TimeSabado);
	ObjectApp->STR_PercentualSabado = GetMBString(MSG_PercentualSabado);
	ObjectApp->STR_CustoSabado = GetMBString(MSG_CustoSabado);
	ObjectApp->STR_ValorDomingo = GetMBString(MSG_ValorDomingo);
	ObjectApp->STR_TimeDomingo = GetMBString(MSG_TimeDomingo);
	ObjectApp->STR_PercentualDomingo = GetMBString(MSG_PercentualDomingo);
	ObjectApp->STR_CustoDomingo = GetMBString(MSG_CustoDomingo);
	ObjectApp->STR_ValorTotal = GetMBString(MSG_ValorTotal);
	ObjectApp->STR_TimeTotal = GetMBString(MSG_TimeTotal);
	ObjectApp->STR_PercentualTotal = GetMBString(MSG_PercentualTotal);
	ObjectApp->STR_CustoTotal = GetMBString(MSG_CustoTotal);
	ObjectApp->STR_LabelDasCinco = GetMBString(MSG_LabelDasCinco);
	ObjectApp->STR_FirstData = GetMBString(MSG_FirstData);
	ObjectApp->STR_FirstLoginTime = GetMBString(MSG_FirstLoginTime);
	ObjectApp->STR_FirstTimeOnline = GetMBString(MSG_FirstTimeOnline);
	ObjectApp->STR_FirstPhone = GetMBString(MSG_FirstPhone);
	ObjectApp->STR_FirstStatus = NULL;
	ObjectApp->STR_FirstCost = GetMBString(MSG_FirstCost);
	ObjectApp->STR_SecondData = GetMBString(MSG_SecondData);
	ObjectApp->STR_SecondLoginTime = GetMBString(MSG_SecondLoginTime);
	ObjectApp->STR_SecondTimeOnline = GetMBString(MSG_SecondTimeOnline);
	ObjectApp->STR_SecondPhone = GetMBString(MSG_SecondPhone);
	ObjectApp->STR_SecondStatus = NULL;
	ObjectApp->STR_SecondCost = GetMBString(MSG_SecondCost);
	ObjectApp->STR_ThirdData = GetMBString(MSG_ThirdData);
	ObjectApp->STR_ThirdLoginTime = GetMBString(MSG_ThirdLoginTime);
	ObjectApp->STR_ThirdTimeOnline = GetMBString(MSG_ThirdTimeOnline);
	ObjectApp->STR_ThirdPhone = GetMBString(MSG_ThirdPhone);
	ObjectApp->STR_ThirdStatus = NULL;
	ObjectApp->STR_ThirdCost = GetMBString(MSG_ThirdCost);
	ObjectApp->STR_FourthData = GetMBString(MSG_FourthData);
	ObjectApp->STR_FourthLoginTime = GetMBString(MSG_FourthLoginTime);
	ObjectApp->STR_FourthTimeOnline = GetMBString(MSG_FourthTimeOnline);
	ObjectApp->STR_FourthPhone = GetMBString(MSG_FourthPhone);
	ObjectApp->STR_FourthStatus = NULL;
	ObjectApp->STR_FourthCost = GetMBString(MSG_FourthCost);
	ObjectApp->STR_LastData = GetMBString(MSG_LastData);
	ObjectApp->STR_LastLoginTime = GetMBString(MSG_LastLoginTime);
	ObjectApp->STR_LastTimeOnline = GetMBString(MSG_LastTimeOnline);
	ObjectApp->STR_LastPhone = GetMBString(MSG_LastPhone);
	ObjectApp->STR_LastStatus = NULL;
	ObjectApp->STR_LastCost = GetMBString(MSG_LastCost);
	ObjectApp->STR_UpdateCall = GetMBString(MSG_UpdateCall);
	ObjectApp->STR_LabelInputTop = GetMBString(MSG_LabelInputTop);
	ObjectApp->STR_LabelInputSaveValores = GetMBString(MSG_LabelInputSaveValores);
	ObjectApp->STR_Input2Phone = NULL;
	ObjectApp->STR_Input2DateLogin = NULL;
	ObjectApp->STR_Input2DateLogout = NULL;
	ObjectApp->STR_Input2TimeLogin = NULL;
	ObjectApp->STR_Input2TimeLogout = NULL;
	ObjectApp->STR_Input2TimeOnline = NULL;
	ObjectApp->STR_Input2Status = NULL;
	ObjectApp->STR_LabelTodasLigacoes = GetMBString(MSG_LabelTodasLigacoes);
	ObjectApp->STR_PeriodoLabelTop = GetMBString(MSG_PeriodoLabelTop);
	ObjectApp->STR_Msg1 = GetMBString(MSG_Msg1);
	ObjectApp->STR_Msg2 = GetMBString(MSG_Msg2);
	ObjectApp->STR_Msg3 = GetMBString(MSG_Msg3);
	ObjectApp->STR_Msg4 = GetMBString(MSG_Msg4);
	ObjectApp->STR_Msg5 = GetMBString(MSG_Msg5);
	ObjectApp->STR_Msg6 = GetMBString(MSG_Msg6);
	ObjectApp->STR_Msg7 = GetMBString(MSG_Msg7);
	ObjectApp->STR_Msg8 = GetMBString(MSG_Msg8);
	ObjectApp->STR_Msg9 = GetMBString(MSG_Msg9);
	ObjectApp->STR_Msg11 = GetMBString(MSG_Msg11);
	ObjectApp->STR_Msg10 = GetMBString(MSG_Msg10);
	ObjectApp->STR_Msg12 = GetMBString(MSG_Msg12);
	ObjectApp->STR_Msg13 = GetMBString(MSG_Msg13);
	ObjectApp->STR_Msg14 = GetMBString(MSG_Msg14);
	ObjectApp->STR_Msg15 = GetMBString(MSG_Msg15);
	ObjectApp->STR_Msg16 = GetMBString(MSG_Msg16);
	ObjectApp->STR_Msg17 = GetMBString(MSG_Msg17);
	ObjectApp->STR_Msg18 = GetMBString(MSG_Msg18);
	ObjectApp->STR_Msg19 = GetMBString(MSG_Msg19);
	ObjectApp->STR_Msg20 = GetMBString(MSG_Msg20);
	ObjectApp->STR_Msg21 = GetMBString(MSG_Msg21);
	ObjectApp->STR_Msg22 = GetMBString(MSG_Msg22);
	ObjectApp->STR_Msg23 = GetMBString(MSG_Msg23);
	ObjectApp->STR_Msg24 = GetMBString(MSG_Msg24);
	ObjectApp->STR_Msg25 = GetMBString(MSG_Msg25);
	ObjectApp->STR_Msg26 = GetMBString(MSG_Msg26);
	ObjectApp->STR_Msg27 = GetMBString(MSG_Msg27);
	ObjectApp->STR_Msg28 = GetMBString(MSG_Msg28);
	ObjectApp->STR_Msg29 = GetMBString(MSG_Msg29);
	ObjectApp->STR_Msg30 = GetMBString(MSG_Msg30);
	ObjectApp->STR_Msg31 = GetMBString(MSG_Msg31);
	ObjectApp->STR_Msg32 = GetMBString(MSG_Msg32);
	ObjectApp->STR_Msg33 = GetMBString(MSG_Msg33);
	ObjectApp->STR_Msg34 = GetMBString(MSG_Msg34);
	ObjectApp->STR_Msg35 = GetMBString(MSG_Msg35);
	ObjectApp->STR_Msg36 = GetMBString(MSG_Msg36);
	ObjectApp->STR_Msg37 = GetMBString(MSG_Msg37);
	ObjectApp->STR_Msg38 = GetMBString(MSG_Msg38);
	ObjectApp->STR_Msg39 = GetMBString(MSG_Msg39);
	ObjectApp->STR_Msg40 = GetMBString(MSG_Msg40);
	ObjectApp->STR_Msg41 = GetMBString(MSG_Msg41);
	ObjectApp->STR_Msg42 = GetMBString(MSG_Msg42);
	ObjectApp->STR_Msg43 = GetMBString(MSG_Msg43);
	ObjectApp->STR_Msg44 = GetMBString(MSG_Msg44);
	ObjectApp->STR_Msg45 = GetMBString(MSG_Msg45);
	ObjectApp->STR_Msg46 = GetMBString(MSG_Msg46);
	ObjectApp->STR_Msg47 = GetMBString(MSG_Msg47);
	ObjectApp->STR_Msg48 = GetMBString(MSG_Msg48);
	ObjectApp->STR_Msg49 = GetMBString(MSG_Msg49);
	ObjectApp->STR_Msg50 = GetMBString(MSG_Msg50);
	ObjectApp->STR_Msg51 = GetMBString(MSG_Msg51);
	ObjectApp->STR_Msg52 = GetMBString(MSG_Msg52);
	ObjectApp->STR_Msg53 = GetMBString(MSG_Msg53);
	ObjectApp->STR_Msg54 = GetMBString(MSG_Msg54);
	ObjectApp->STR_Msg55 = GetMBString(MSG_Msg55);
	ObjectApp->STR_Msg56 = GetMBString(MSG_Msg56);
	ObjectApp->STR_Msg58 = GetMBString(MSG_Msg58);
	ObjectApp->STR_Msg59 = GetMBString(MSG_Msg59);
	ObjectApp->STR_Msg60 = GetMBString(MSG_Msg60);
	ObjectApp->STR_Msg61 = GetMBString(MSG_Msg61);
	ObjectApp->STR_Msg62 = GetMBString(MSG_Msg62);
	ObjectApp->STR_Msg63 = GetMBString(MSG_Msg63);
	ObjectApp->STR_Msg64 = GetMBString(MSG_Msg64);
	ObjectApp->STR_Msg65 = GetMBString(MSG_Msg65);
	ObjectApp->STR_Msg66 = GetMBString(MSG_Msg66);
	ObjectApp->STR_Msg67 = GetMBString(MSG_Msg67);
	ObjectApp->STR_Msg68 = GetMBString(MSG_Msg68);
	ObjectApp->STR_Msg69 = GetMBString(MSG_Msg69);
	ObjectApp->STR_Msg70 = GetMBString(MSG_Msg70);
	ObjectApp->STR_Msg71 = GetMBString(MSG_Msg71);
	ObjectApp->STR_Msg72 = GetMBString(MSG_Msg72);
	ObjectApp->STR_Msg73 = GetMBString(MSG_Msg73);
	ObjectApp->STR_Msg74 = GetMBString(MSG_Msg74);
	ObjectApp->STR_Msg75 = GetMBString(MSG_Msg75);
	ObjectApp->STR_Msg76 = GetMBString(MSG_Msg76);
	ObjectApp->STR_Msg77 = GetMBString(MSG_Msg77);
	ObjectApp->STR_Msg78 = GetMBString(MSG_Msg78);
	ObjectApp->STR_Msg79 = GetMBString(MSG_Msg79);
	ObjectApp->STR_Msg80 = GetMBString(MSG_Msg80);
	ObjectApp->STR_Msg81 = GetMBString(MSG_Msg81);
	ObjectApp->STR_Msg82 = GetMBString(MSG_Msg82);
	ObjectApp->STR_Msg83 = GetMBString(MSG_Msg83);
	ObjectApp->STR_Msg84 = GetMBString(MSG_Msg84);
	ObjectApp->STR_Msg85 = GetMBString(MSG_Msg85);
	ObjectApp->STR_Msg86 = GetMBString(MSG_Msg86);
	ObjectApp->STR_Msg87 = GetMBString(MSG_Msg87);
	ObjectApp->STR_Msg88 = GetMBString(MSG_Msg88);
	ObjectApp->STR_Msg89 = GetMBString(MSG_Msg89);
	ObjectApp->STR_Msg90 = GetMBString(MSG_Msg90);
	ObjectApp->STR_Msg91 = GetMBString(MSG_Msg91);
	ObjectApp->STR_Msg92 = GetMBString(MSG_Msg92);
	ObjectApp->STR_Msg93 = GetMBString(MSG_Msg93);
	ObjectApp->STR_Msg94 = GetMBString(MSG_Msg94);
	ObjectApp->STR_MsgJaneiro = GetMBString(MSG_MsgJaneiro);
	ObjectApp->STR_MsgFevereiro = GetMBString(MSG_MsgFevereiro);
	ObjectApp->STR_MsgMarco = GetMBString(MSG_MsgMarco);
	ObjectApp->STR_MsgAbril = GetMBString(MSG_MsgAbril);
	ObjectApp->STR_MsgMaio = GetMBString(MSG_MsgMaio);
	ObjectApp->STR_MsgJunho = GetMBString(MSG_MsgJunho);
	ObjectApp->STR_MsgJulho = GetMBString(MSG_MsgJulho);
	ObjectApp->STR_MsgAgosto = GetMBString(MSG_MsgAgosto);
	ObjectApp->STR_MsgSetembro = GetMBString(MSG_MsgSetembro);
	ObjectApp->STR_MsgOutubro = GetMBString(MSG_MsgOutubro);
	ObjectApp->STR_MsgNovembro = GetMBString(MSG_MsgNovembro);
	ObjectApp->STR_MsgDezembro = GetMBString(MSG_MsgDezembro);
	ObjectApp->STR_MsgDomingo = GetMBString(MSG_MsgDomingo);
	ObjectApp->STR_MsgSegunda = GetMBString(MSG_MsgSegunda);
	ObjectApp->STR_MsgTerca = GetMBString(MSG_MsgTerca);
	ObjectApp->STR_MsgQuarta = GetMBString(MSG_MsgQuarta);
	ObjectApp->STR_MsgQuinta = GetMBString(MSG_MsgQuinta);
	ObjectApp->STR_MsgSexta = GetMBString(MSG_MsgSexta);
	ObjectApp->STR_MsgSabado = GetMBString(MSG_MsgSabado);
	ObjectApp->STR_Msg95 = GetMBString(MSG_Msg95);
	ObjectApp->STR_Msg96 = GetMBString(MSG_Msg96);
	ObjectApp->STR_Msg97 = GetMBString(MSG_Msg97);
	ObjectApp->STR_Msg98 = GetMBString(MSG_Msg98);
	ObjectApp->STR_Msg99 = GetMBString(MSG_Msg99);
	ObjectApp->STR_Msg100 = GetMBString(MSG_Msg100);
	ObjectApp->STR_Msg101 = GetMBString(MSG_Msg101);
	ObjectApp->STR_Msg102 = GetMBString(MSG_Msg102);
	ObjectApp->STR_Msg103 = GetMBString(MSG_Msg103);
	ObjectApp->STR_Msg104 = GetMBString(MSG_Msg104);
	ObjectApp->STR_FreedomLabel2 = GetMBString(MSG_FreedomLabel2);
	ObjectApp->STR_Janela2StatusBar = NULL;
	ObjectApp->STR_CAnualLabel = GetMBString(MSG_CAnualLabel);
	ObjectApp->STR_LabelConsultaAnualLista = GetMBString(MSG_LabelConsultaAnualLista);
	ObjectApp->STR_LabelPedidoRegistro = GetMBString(MSG_LabelPedidoRegistro);
	ObjectApp->STR_LabelSelectDate2 = GetMBString(MSG_LabelSelectDate2);
	ObjectApp->STR_LabelCheckCosts = NULL;
	ObjectApp->STR_CheckContaProvedor = GetMBString(MSG_CheckContaProvedor);
	ObjectApp->STR_CheckTotalHoras = GetMBString(MSG_CheckTotalHoras);
	ObjectApp->STR_CheckContaTelefonica = GetMBString(MSG_CheckContaTelefonica);
	ObjectApp->STR_CheckHorasExtras = GetMBString(MSG_CheckHorasExtras);
	ObjectApp->STR_CheckCustoTotal = GetMBString(MSG_CheckCustoTotal);
	ObjectApp->STR_RatesLabel = NULL;
	ObjectApp->STR_Edt300 = NULL;
	ObjectApp->STR_Edt2400 = NULL;
	ObjectApp->STR_Edt9600 = NULL;
	ObjectApp->STR_Edt14400 = NULL;
	ObjectApp->STR_Edt16800 = NULL;
	ObjectApp->STR_Edt19200 = NULL;
	ObjectApp->STR_Edt21600 = NULL;
	ObjectApp->STR_Edt24000 = NULL;
	ObjectApp->STR_Edt26400 = NULL;
	ObjectApp->STR_Edt28800 = NULL;
	ObjectApp->STR_Edt30666 = NULL;
	ObjectApp->STR_Edt31200 = NULL;
	ObjectApp->STR_Edt31250 = NULL;
	ObjectApp->STR_Edt32000 = NULL;
	ObjectApp->STR_Edt33600 = NULL;
	ObjectApp->STR_Edt38400 = NULL;
	ObjectApp->STR_Edt45333 = NULL;
	ObjectApp->STR_Edt46666 = NULL;
	ObjectApp->STR_Edt48000 = NULL;
	ObjectApp->STR_Edt49333 = NULL;
	ObjectApp->STR_Edt50666 = NULL;
	ObjectApp->STR_Edt52000 = NULL;
	ObjectApp->STR_Edt54666 = NULL;
	ObjectApp->STR_Edt57333 = NULL;
	ObjectApp->STR_Edt57600 = NULL;
	ObjectApp->STR_Edt64000 = NULL;

	ObjectApp->STR_GrupoPastas[0] = GetMBString(MSG_GrupoPastas0);
	ObjectApp->STR_GrupoPastas[1] = GetMBString(MSG_GrupoPastas1);
	ObjectApp->STR_GrupoPastas[2] = GetMBString(MSG_GrupoPastas2);
	ObjectApp->STR_GrupoPastas[3] = GetMBString(MSG_GrupoPastas3);
	ObjectApp->STR_GrupoPastas[4] = GetMBString(MSG_GrupoPastas4);
	ObjectApp->STR_GrupoPastas[5] = GetMBString(MSG_GrupoPastas5);
	ObjectApp->STR_GrupoPastas[6] = GetMBString(MSG_GrupoPastas6);
	ObjectApp->STR_GrupoPastas[7] = GetMBString(MSG_GrupoPastas7);
	ObjectApp->STR_GrupoPastas[8] = NULL;
	ObjectApp->PrefsComboMenuContent[0] = GetMBString(MSG_PrefsComboMenu0);
	ObjectApp->PrefsComboMenuContent[1] = GetMBString(MSG_PrefsComboMenu1);
	ObjectApp->PrefsComboMenuContent[2] = NULL;
	ObjectApp->STR_GrupoLimitesPastas[0] = GetMBString(MSG_GrupoLimitesPastas0);
	ObjectApp->STR_GrupoLimitesPastas[1] = GetMBString(MSG_GrupoLimitesPastas1);
	ObjectApp->STR_GrupoLimitesPastas[2] = NULL;
	ObjectApp->ComboMoedaContent[0] = GetMBString(MSG_ComboMoeda0);
	ObjectApp->ComboMoedaContent[1] = GetMBString(MSG_ComboMoeda1);
	ObjectApp->ComboMoedaContent[2] = NULL;
	ObjectApp->ComboCostContent[0] = GetMBString(MSG_ComboCost0);
	ObjectApp->ComboCostContent[1] = GetMBString(MSG_ComboCost1);
	ObjectApp->ComboCostContent[2] = GetMBString(MSG_ComboCost2);
	ObjectApp->ComboCostContent[3] = GetMBString(MSG_ComboCost3);
	ObjectApp->ComboCostContent[4] = GetMBString(MSG_ComboCost4);
	ObjectApp->ComboCostContent[5] = GetMBString(MSG_ComboCost5);
	ObjectApp->ComboCostContent[6] = GetMBString(MSG_ComboCost6);
	ObjectApp->ComboCostContent[7] = GetMBString(MSG_ComboCost7);
	ObjectApp->ComboCostContent[8] = NULL;
	ObjectApp->ComboMesContent[0] = GetMBString(MSG_ComboMes0);
	ObjectApp->ComboMesContent[1] = GetMBString(MSG_ComboMes1);
	ObjectApp->ComboMesContent[2] = GetMBString(MSG_ComboMes2);
	ObjectApp->ComboMesContent[3] = GetMBString(MSG_ComboMes3);
	ObjectApp->ComboMesContent[4] = GetMBString(MSG_ComboMes4);
	ObjectApp->ComboMesContent[5] = GetMBString(MSG_ComboMes5);
	ObjectApp->ComboMesContent[6] = GetMBString(MSG_ComboMes6);
	ObjectApp->ComboMesContent[7] = GetMBString(MSG_ComboMes7);
	ObjectApp->ComboMesContent[8] = GetMBString(MSG_ComboMes8);
	ObjectApp->ComboMesContent[9] = GetMBString(MSG_ComboMes9);
	ObjectApp->ComboMesContent[10] = GetMBString(MSG_ComboMes10);
	ObjectApp->ComboMesContent[11] = GetMBString(MSG_ComboMes11);
	ObjectApp->ComboMesContent[12] = NULL;
	ObjectApp->ComboSelectContent[0] = GetMBString(MSG_ComboSelect0);
	ObjectApp->ComboSelectContent[1] = GetMBString(MSG_ComboSelect1);
	ObjectApp->ComboSelectContent[2] = GetMBString(MSG_ComboSelect2);
	ObjectApp->ComboSelectContent[3] = NULL;
	ObjectApp->ComboStatusInputContent[0] = GetMBString(MSG_ComboStatusInput0);
	ObjectApp->ComboStatusInputContent[1] = GetMBString(MSG_ComboStatusInput1);
	ObjectApp->ComboStatusInputContent[2] = NULL;
	ObjectApp->CAnualMes1Content[0] = GetMBString(MSG_CAnualMes10);
	ObjectApp->CAnualMes1Content[1] = GetMBString(MSG_CAnualMes11);
	ObjectApp->CAnualMes1Content[2] = GetMBString(MSG_CAnualMes12);
	ObjectApp->CAnualMes1Content[3] = GetMBString(MSG_CAnualMes13);
	ObjectApp->CAnualMes1Content[4] = GetMBString(MSG_CAnualMes14);
	ObjectApp->CAnualMes1Content[5] = GetMBString(MSG_CAnualMes15);
	ObjectApp->CAnualMes1Content[6] = GetMBString(MSG_CAnualMes16);
	ObjectApp->CAnualMes1Content[7] = GetMBString(MSG_CAnualMes17);
	ObjectApp->CAnualMes1Content[8] = GetMBString(MSG_CAnualMes18);
	ObjectApp->CAnualMes1Content[9] = GetMBString(MSG_CAnualMes19);
	ObjectApp->CAnualMes1Content[10] = GetMBString(MSG_CAnualMes110);
	ObjectApp->CAnualMes1Content[11] = GetMBString(MSG_CAnualMes111);
	ObjectApp->CAnualMes1Content[12] = NULL;
	ObjectApp->CAnualMes2Content[0] = GetMBString(MSG_CAnualMes20);
	ObjectApp->CAnualMes2Content[1] = GetMBString(MSG_CAnualMes21);
	ObjectApp->CAnualMes2Content[2] = GetMBString(MSG_CAnualMes22);
	ObjectApp->CAnualMes2Content[3] = GetMBString(MSG_CAnualMes23);
	ObjectApp->CAnualMes2Content[4] = GetMBString(MSG_CAnualMes24);
	ObjectApp->CAnualMes2Content[5] = GetMBString(MSG_CAnualMes25);
	ObjectApp->CAnualMes2Content[6] = GetMBString(MSG_CAnualMes26);
	ObjectApp->CAnualMes2Content[7] = GetMBString(MSG_CAnualMes27);
	ObjectApp->CAnualMes2Content[8] = GetMBString(MSG_CAnualMes28);
	ObjectApp->CAnualMes2Content[9] = GetMBString(MSG_CAnualMes29);
	ObjectApp->CAnualMes2Content[10] = GetMBString(MSG_CAnualMes210);
	ObjectApp->CAnualMes2Content[11] = GetMBString(MSG_CAnualMes211);
	ObjectApp->CAnualMes2Content[12] = NULL;
	ObjectApp->ComboMes2Content[0] = GetMBString(MSG_ComboMes20);
	ObjectApp->ComboMes2Content[1] = GetMBString(MSG_ComboMes21);
	ObjectApp->ComboMes2Content[2] = GetMBString(MSG_ComboMes22);
	ObjectApp->ComboMes2Content[3] = GetMBString(MSG_ComboMes23);
	ObjectApp->ComboMes2Content[4] = GetMBString(MSG_ComboMes24);
	ObjectApp->ComboMes2Content[5] = GetMBString(MSG_ComboMes25);
	ObjectApp->ComboMes2Content[6] = GetMBString(MSG_ComboMes26);
	ObjectApp->ComboMes2Content[7] = GetMBString(MSG_ComboMes27);
	ObjectApp->ComboMes2Content[8] = GetMBString(MSG_ComboMes28);
	ObjectApp->ComboMes2Content[9] = GetMBString(MSG_ComboMes29);
	ObjectApp->ComboMes2Content[10] = GetMBString(MSG_ComboMes210);
	ObjectApp->ComboMes2Content[11] = GetMBString(MSG_ComboMes211);
	ObjectApp->ComboMes2Content[12] = NULL;

	InstallHook(&GeracaoHook,Geracao,ObjectApp);
	InstallHook(&SalvaConfiguracaoHook,SalvaConfiguracao,ObjectApp);
	InstallHook(&PreparaEsseMesHook,PreparaEsseMes,ObjectApp);
	InstallHook(&CarregaEsseMesHook,CarregaEsseMes,ObjectApp);
	InstallHook(&CarregaConfiguracaoHook,CarregaConfiguracao,ObjectApp);
	InstallHook(&TestaRegistroHook,TestaRegistro,ObjectApp);
	InstallHook(&PreparaOutroMesHook,PreparaOutroMes,ObjectApp);
	InstallHook(&DiminuiDiaHook,DiminuiDia,ObjectApp);
	InstallHook(&AumentaDiaHook,AumentaDia,ObjectApp);
	InstallHook(&DiminuiAnoHook,DiminuiAno,ObjectApp);
	InstallHook(&AumentaAnoHook,AumentaAno,ObjectApp);
	InstallHook(&DataAtualHook,DataAtual,ObjectApp);
	InstallHook(&AcertaAboutHook,AcertaAbout,ObjectApp);
	InstallHook(&GerarImportacaoRegistroHook,GerarImportacaoRegistro,ObjectApp);
	InstallHook(&AplicacaoHideHook,AplicacaoHide,ObjectApp);
	InstallHook(&AboutMUIHook,AboutMUI,ObjectApp);
	InstallHook(&HelpMainHook,HelpMain,ObjectApp);
	InstallHook(&HelpUsageHook,HelpUsage,ObjectApp);
	InstallHook(&HelpHistoryHook,HelpHistory,ObjectApp);
	InstallHook(&CarregaSemanaHook,CarregaSemana,ObjectApp);
	InstallHook(&LimpaSaidaHook,LimpaSaida,ObjectApp);
	InstallHook(&CarregaUltimasCincoHook,CarregaUltimasCinco,ObjectApp);
	InstallHook(&SalvaNovoInputHook,SalvaNovoInput,ObjectApp);
	InstallHook(&TestaRegistro2Hook,TestaRegistro2,ObjectApp);
	InstallHook(&SalvaInputManualHook,SalvaInputManual,ObjectApp);
	InstallHook(&PreparaOutroMesTodasHook,PreparaOutroMesTodas,ObjectApp);
	InstallHook(&TestaConfiguracaoHook,TestaConfiguracao,ObjectApp);
	InstallHook(&CarregaPeriodoHook,CarregaPeriodo,ObjectApp);
	InstallHook(&PreparaGlobalHook,PreparaGlobal,ObjectApp);
	InstallHook(&AnualAumentaAnoHook,AnualAumentaAno,ObjectApp);
	InstallHook(&AnualDiminuiAnoHook,AnualDiminuiAno,ObjectApp);
	InstallHook(&ConsultaAnualHook,ConsultaAnual,ObjectApp);
	InstallHook(&AdicionaLimiteHook,AdicionaLimite,ObjectApp);
	InstallHook(&RemoveLimiteHook,RemoveLimite,ObjectApp);
	InstallHook(&LimpaLimitesHook,LimpaLimites,ObjectApp);
	InstallHook(&DoubleClickLimitesHook,DoubleClickLimites,ObjectApp);
	InstallHook(&SalvaCategoriaHook,SalvaCategoria,ObjectApp);
	InstallHook(&SelecionaCategoriaDefaultHook,SelecionaCategoriaDefault,ObjectApp);
	InstallHook(&DoubleClickCategoriaHook,DoubleClickCategoria,ObjectApp);
	InstallHook(&DeletaCategoriaHook,DeletaCategoria,ObjectApp);
	InstallHook(&GeraPedidoRegistroHook,GeraPedidoRegistro,ObjectApp);
	InstallHook(&TestaRegistroAnualHook,TestaRegistroAnual,ObjectApp);
	InstallHook(&TestaRegistroCustoHook,TestaRegistroCusto,ObjectApp);
	InstallHook(&DiminuiAno2Hook,DiminuiAno2,ObjectApp);
	InstallHook(&AumentaAno2Hook,AumentaAno2,ObjectApp);
	InstallHook(&PreparaChequeCustosHook,PreparaChequeCustos,ObjectApp);
	InstallHook(&CarregaEsseCheckCostHook,CarregaEsseCheckCost,ObjectApp);
	InstallHook(&CarregaRatesHook,CarregaRates,ObjectApp);
	InstallHook(&DiminuiMesHook,DiminuiMes,ObjectApp);
	InstallHook(&AumentaMesHook,AumentaMes,ObjectApp);
	InstallHook(&AbreHtmlHook,AbreHtml,ObjectApp);

	ObjectApp->FreedomLabel = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FreedomLabel,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	EspacoEntreLabel = VSpace(3);

	BotaoCheckCustos = SimpleButton(GetMBString(MSG_BotaoCheckCustos));

	BotaoDesseMes = SimpleButton(GetMBString(MSG_BotaoDesseMes));

	BotaoCheckMes = SimpleButton(GetMBString(MSG_BotaoCheckMes));

	BotaoGlobal = SimpleButton(GetMBString(MSG_BotaoGlobal));

	BotaoConsultaAnual = SimpleButton(GetMBString(MSG_BotaoConsultaAnual));

	BotaoUltimasCinco = SimpleButton(GetMBString(MSG_BotaoUltimasCinco));

	BotaoPrefs = SimpleButton(GetMBString(MSG_BotaoPrefs));

	BotaoAbout = SimpleButton(GetMBString(MSG_BotaoAbout));

	GrupoBota1 = GroupObject,
		MUIA_Group_Columns, 4,
		MUIA_Group_SameSize, TRUE,
		Child, BotaoCheckCustos,
		Child, BotaoDesseMes,
		Child, BotaoCheckMes,
		Child, BotaoGlobal,
		Child, BotaoConsultaAnual,
		Child, BotaoUltimasCinco,
		Child, BotaoPrefs,
		Child, BotaoAbout,
	End;

	EspacoFinal = VSpace(2);

	PaiDeTodos = GroupObject,
		MUIA_Group_HorizSpacing, 130,
		MUIA_Group_VertSpacing, 0,
		Child, ObjectApp->FreedomLabel,
		Child, EspacoEntreLabel,
		Child, GrupoBota1,
		Child, EspacoFinal,
	End;

	MNlabel2About = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2About),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2AboutChar),
	End;

	MenuPrincipalAboutMUI = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalAboutMUI),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalAboutMUIChar),
	End;

	MNlabel2BarLabel0 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MNlabel2Hide = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Hide),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2HideChar),
	End;

	MNlabel2Quit = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Quit),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2QuitChar),
	End;

	MNlabel2Project = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Project),
		MUIA_Family_Child, MNlabel2About,
		MUIA_Family_Child, MenuPrincipalAboutMUI,
		MUIA_Family_Child, MNlabel2BarLabel0,
		MUIA_Family_Child, MNlabel2Hide,
		MUIA_Family_Child, MNlabel2Quit,
	End;

	MenuPrincipalLastFiveCalls = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalLastFiveCalls),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalLastFiveCallsChar),
	End;

	MenuPrincipalBarLabel2 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MNlabel2ThisMonth = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2ThisMonth),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2ThisMonthChar),
	End;

	MNlabel2OtherMonth = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2OtherMonth),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2OtherMonthChar),
	End;

	MenuPrincipalGlobal = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalGlobal),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalGlobalChar),
	End;

	MenuPrincipalDatePeriod = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalDatePeriod),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalDatePeriodChar),
	End;

	MenuPrincipalAnual = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalAnual),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalAnualChar),
	End;

	CheckCosts = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_CheckCosts),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_CheckCostsChar),
	End;

	CheckCosts2 = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_CheckCosts2),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_CheckCosts2Char),
	End;

	MenuPrincipalBarLabel3 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MPManualInputCall = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MPManualInputCall),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MPManualInputCallChar),
	End;

	MNlabel2Program = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Program),
		MUIA_Family_Child, MenuPrincipalLastFiveCalls,
		MUIA_Family_Child, MenuPrincipalBarLabel2,
		MUIA_Family_Child, MNlabel2ThisMonth,
		MUIA_Family_Child, MNlabel2OtherMonth,
		MUIA_Family_Child, MenuPrincipalGlobal,
		MUIA_Family_Child, MenuPrincipalDatePeriod,
		MUIA_Family_Child, MenuPrincipalAnual,
		MUIA_Family_Child, CheckCosts,
		MUIA_Family_Child, CheckCosts2,
		MUIA_Family_Child, MenuPrincipalBarLabel3,
		MUIA_Family_Child, MPManualInputCall,
	End;

	MPFirstGenerationMiami = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MPFirstGenerationMiami),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MPFirstGenerationMiamiChar),
	End;

	MenuPrincipalGeneration = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalGeneration),
		MUIA_Family_Child, MPFirstGenerationMiami,
	End;

	MNlabel2Configuration = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Configuration),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel2ConfigurationChar),
	End;

	MNlabel2Settings = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel2Settings),
		MUIA_Family_Child, MNlabel2Configuration,
	End;

	MenuPrincipalMain = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalMain),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalMainChar),
	End;

	MenuPrincipalUsage = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalUsage),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalUsageChar),
	End;

	MenuPrincipalHistory = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalHistory),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MenuPrincipalHistoryChar),
	End;

	MenuPrincipalHelp = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MenuPrincipalHelp),
		MUIA_Family_Child, MenuPrincipalMain,
		MUIA_Family_Child, MenuPrincipalUsage,
		MUIA_Family_Child, MenuPrincipalHistory,
	End;

	ObjectApp->MenuPrincipal = MenustripObject,
		MUIA_Family_Child, MNlabel2Project,
		MUIA_Family_Child, MNlabel2Program,
		MUIA_Family_Child, MenuPrincipalGeneration,
		MUIA_Family_Child, MNlabel2Settings,
		MUIA_Family_Child, MenuPrincipalHelp,
	End;

	ObjectApp->JanelaPrincipal = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaPrincipal),
		MUIA_Window_Menustrip, ObjectApp->MenuPrincipal,
		MUIA_Window_ID, MAKE_ID('0', 'W', 'I', 'N'),
		WindowContents, PaiDeTodos,
	End;

	LabelGerando = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelGerando,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->GaugeGeracao = GaugeObject,
		GaugeFrame,
		MUIA_FixHeight, 10,
		MUIA_Gauge_Horiz, TRUE,
		MUIA_Gauge_Max, 100,
	End;

	LabelPercentualGerando = ScaleObject,
		MUIA_Scale_Horiz, TRUE,
	End;

	PaiDoGerando = GroupObject,
		Child, LabelGerando,
		Child, ObjectApp->GaugeGeracao,
		Child, LabelPercentualGerando,
	End;

	ObjectApp->EspereGerando = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_EspereGerando),
		MUIA_Window_ID, MAKE_ID('1', 'W', 'I', 'N'),
		MUIA_Window_CloseGadget, FALSE,
		WindowContents, PaiDoGerando,
	End;

	ObjectApp->LabelMesUso = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesUso,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesUsadas = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesUsadas,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesExedentes = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesExedentes,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelCostAverage = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelCostAverage,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesNumero = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesNumero,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesMedia = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesMedia,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesMaior = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesMaior,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesMenor = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesMenor,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesData = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelMesLow = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelMesLow,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelPrimeiraLigacao = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelPrimeiraLigacao,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelUltimaLigacao = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelUltimaLigacao,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoDoMes = GroupObject,
		MUIA_Group_Columns, 2,
		Child, ObjectApp->LabelMesUsadas,
		Child, ObjectApp->LabelMesExedentes,
		Child, ObjectApp->LabelCost,
		Child, ObjectApp->LabelCostAverage,
		Child, ObjectApp->LabelMesNumero,
		Child, ObjectApp->LabelMesMedia,
		Child, ObjectApp->LabelMesMaior,
		Child, ObjectApp->LabelMesMenor,
		Child, ObjectApp->LabelMesData,
		Child, ObjectApp->LabelMesLow,
		Child, ObjectApp->LabelPrimeiraLigacao,
		Child, ObjectApp->LabelUltimaLigacao,
	End;

	LogoutBar = MUI_MakeObject(MUIO_BarTitle, GetMBString(MSG_LogoutBarTitle));

	ObjectApp->NrLogoutGoodMes = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_NrLogoutGoodMes,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->NrDownResetMes = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_NrDownResetMes,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->NrQuedaLinhaMes = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_NrQuedaLinhaMes,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoDesseMesRodape = GroupObject,
		MUIA_Group_Columns, 3,
		Child, ObjectApp->NrLogoutGoodMes,
		Child, ObjectApp->NrDownResetMes,
		Child, ObjectApp->NrQuedaLinhaMes,
	End;

	GrupoContornoDesseMes = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		Child, ObjectApp->LabelMesUso,
		Child, GrupoDoMes,
		Child, LogoutBar,
		Child, GrupoDesseMesRodape,
	End;

	DesseMesBotaoOk = SimpleButton(GetMBString(MSG_DesseMesBotaoOk));

	BotaoDessaSemana = SimpleButton(GetMBString(MSG_BotaoDessaSemana));

	ObjectApp->BotaoHtml = SimpleButton(GetMBString(MSG_BotaoHtml));

	DesseBotaoRates = SimpleButton(GetMBString(MSG_DesseBotaoRates));

	DesseBotaoAllCalls = SimpleButton(GetMBString(MSG_DesseBotaoAllCalls));

	PaiDesseMesBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, DesseMesBotaoOk,
		Child, BotaoDessaSemana,
		Child, ObjectApp->BotaoHtml,
		Child, DesseBotaoRates,
		Child, DesseBotaoAllCalls,
	End;

	PaiDesseMes = GroupObject,
		Child, GrupoContornoDesseMes,
		Child, PaiDesseMesBotoes,
	End;

	ObjectApp->JanelaDesseMes = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaDesseMes),
		MUIA_Window_ID, MAKE_ID('2', 'W', 'I', 'N'),
		WindowContents, PaiDesseMes,
	End;

	ObjectApp->ConfPrecision = StringObject,
		MUIA_Frame, MUIV_Frame_String,
	End;

	obj_aux1 = Label2(GetMBString(MSG_ConfPrecision));

	obj_aux0 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux1,
		Child, ObjectApp->ConfPrecision,
	End;

	ObjectApp->ConfUnit = StringObject,
		MUIA_Frame, MUIV_Frame_String,
	End;

	obj_aux3 = Label2(GetMBString(MSG_ConfUnit));

	obj_aux2 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux3,
		Child, ObjectApp->ConfUnit,
	End;

	GrupoSettingsConfig = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoSettingsConfigTitle),
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux0,
		Child, obj_aux2,
	End;

	ObjectApp->PrefsComboMenu = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->PrefsComboMenuContent,
	End;

	GrupoConfigMenus = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoConfigMenusTitle),
		Child, ObjectApp->PrefsComboMenu,
	End;

	ConfPastaProgram = GroupObject,
		MUIA_Group_SameSize, TRUE,
		Child, GrupoSettingsConfig,
		Child, GrupoConfigMenus,
	End;

	ObjectApp->STR_RequestMiamiLog = String("", 80);

	ObjectApp->RequestMiamiLog = PopButton(MUII_PopUp);

	ObjectApp->RequestMiamiLog = PopaslObject,
		MUIA_Popasl_Type, 0,
		MUIA_Popstring_String, ObjectApp->STR_RequestMiamiLog,
		MUIA_Popstring_Button, ObjectApp->RequestMiamiLog,
	End;

	ConfPastaLogMiami = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_ConfPastaLogMiamiTitle),
		MUIA_Group_HorizSpacing, 100,
		Child, ObjectApp->RequestMiamiLog,
	End;

	ObjectApp->LabelVisualGeneration = CheckMark(TRUE);

	obj_aux5 = Label2(GetMBString(MSG_LabelVisualGeneration));

	obj_aux4 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux5,
		Child, ObjectApp->LabelVisualGeneration,
	End;

	ObjectApp->LabelGenerationStartup = CheckMark(FALSE);

	obj_aux7 = Label2(GetMBString(MSG_LabelGenerationStartup));

	obj_aux6 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux7,
		Child, ObjectApp->LabelGenerationStartup,
	End;

	ConfPastaLogOpcoes = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_ConfPastaLogOpcoesTitle),
		MUIA_Group_HorizSpacing, 100,
		Child, obj_aux4,
		Child, obj_aux6,
	End;

	ConfPastaMiamiLog = GroupObject,
		Child, ConfPastaLogMiami,
		Child, ConfPastaLogOpcoes,
	End;

	ObjectApp->DataBaseName = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "Freedom:FDataBase",
		MUIA_String_MaxLen, 256,
	End;

	obj_aux9 = Label2(GetMBString(MSG_DataBaseName));

	obj_aux8 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux9,
		Child, ObjectApp->DataBaseName,
	End;

	GrupoDatabase = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoDatabaseTitle),
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux8,
	End;

	ObjectApp->ExcededTime = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "1000:00:00",
	End;

	obj_aux11 = Label2(GetMBString(MSG_ExcededTime));

	obj_aux10 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux11,
		Child, ObjectApp->ExcededTime,
	End;

	ObjectApp->ExcededYear = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "01.01.1985",
	End;

	obj_aux13 = Label2(GetMBString(MSG_ExcededYear));

	obj_aux12 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux13,
		Child, ObjectApp->ExcededYear,
	End;

	GrupoTimeExceded = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoTimeExcededTitle),
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux10,
		Child, obj_aux12,
	End;

	ObjectApp->HtmlCheck = CheckMark(TRUE);

	ObjectApp->HtmlName = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "Freedom:Htmp_Rep",
		MUIA_String_MaxLen, 256,
	End;

	obj_aux15 = Label2(GetMBString(MSG_HtmlName));

	obj_aux14 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux15,
		Child, ObjectApp->HtmlName,
	End;

	ObjectApp->CheckReports = CheckMark(FALSE);

	obj_aux17 = Label2(GetMBString(MSG_CheckReports));

	obj_aux16 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux17,
		Child, ObjectApp->CheckReports,
	End;

	ObjectApp->CheckGlobalHtml = CheckMark(FALSE);

	obj_aux19 = Label2(GetMBString(MSG_CheckGlobalHtml));

	obj_aux18 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux19,
		Child, ObjectApp->CheckGlobalHtml,
	End;

	GrupoHTML = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoHTMLTitle),
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->HtmlCheck,
		Child, obj_aux14,
		Child, obj_aux16,
		Child, obj_aux18,
	End;

	ObjectApp->STR_Browser = String("", 80);

	ObjectApp->Browser = PopButton(MUII_PopUp);

	ObjectApp->Browser = PopaslObject,
		MUIA_Popasl_Type, 0,
		MUIA_Popstring_String, ObjectApp->STR_Browser,
		MUIA_Popstring_Button, ObjectApp->Browser,
	End;

	ObjectApp->CheckLocalHost = CheckMark(TRUE);

	obj_aux21 = Label2(GetMBString(MSG_CheckLocalHost));

	obj_aux20 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux21,
		Child, ObjectApp->CheckLocalHost,
	End;

	GrupoBrowser = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoBrowserTitle),
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->Browser,
		Child, obj_aux20,
	End;

	ConfPastaDataBase = GroupObject,
		MUIA_Group_SameSize, TRUE,
		Child, GrupoDatabase,
		Child, GrupoTimeExceded,
		Child, GrupoHTML,
		Child, GrupoBrowser,
	End;

	ObjectApp->InputLimitTime = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "30",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux23 = Label2(GetMBString(MSG_InputLimitTime));

	obj_aux22 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux23,
		Child, ObjectApp->InputLimitTime,
	End;

	ObjectApp->HoraExtra = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "3",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux25 = Label2(GetMBString(MSG_HoraExtra));

	obj_aux24 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux25,
		Child, ObjectApp->HoraExtra,
	End;

	ObjectApp->ContaProvedor = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "50",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux27 = Label2(GetMBString(MSG_ContaProvedor));

	obj_aux26 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux27,
		Child, ObjectApp->ContaProvedor,
	End;

	ConfPastaLimits = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_ConfPastaLimitsTitle),
		MUIA_Group_Horiz, TRUE,
		MUIA_Group_SameSize, TRUE,
		Child, obj_aux22,
		Child, obj_aux24,
		Child, obj_aux26,
	End;

	ObjectApp->PrefsFreeHInicio = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux29 = Label2(GetMBString(MSG_PrefsFreeHInicio));

	obj_aux28 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux29,
		Child, ObjectApp->PrefsFreeHInicio,
	End;

	ObjectApp->PrefsFreeHFim = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux31 = Label2(GetMBString(MSG_PrefsFreeHFim));

	obj_aux30 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux31,
		Child, ObjectApp->PrefsFreeHFim,
	End;

	PrefsGrupoFreeHours = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_PrefsGrupoFreeHoursTitle),
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux28,
		Child, obj_aux30,
	End;

	ObjectApp->PrefsDiaInicial = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "1",
		MUIA_String_MaxLen, 3,
	End;

	obj_aux33 = Label2(GetMBString(MSG_PrefsDiaInicial));

	obj_aux32 = GroupObject,
		MUIA_Group_Columns, 2,
		MUIA_Weight, 10,
		Child, obj_aux33,
		Child, ObjectApp->PrefsDiaInicial,
	End;

	ObjectApp->ProviderRetornaMes = CheckMark(TRUE);

	obj_aux35 = Label2(GetMBString(MSG_ProviderRetornaMes));

	obj_aux34 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux35,
		Child, ObjectApp->ProviderRetornaMes,
	End;

	PrefsGrupoDiaInicial = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_PrefsGrupoDiaInicialTitle),
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux32,
		Child, obj_aux34,
	End;

	ConfPastaProvider = GroupObject,
		Child, PrefsGrupoFreeHours,
		Child, PrefsGrupoDiaInicial,
	End;

	ObjectApp->GrupoFoneInput = StringObject,
		MUIA_Frame, MUIV_Frame_String,
	End;

	ObjectApp->GrupoFoneInputCheck = CheckMark(TRUE);

	GrupoFoneInvalidos = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoFoneInvalidosTitle),
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->GrupoFoneInput,
		Child, ObjectApp->GrupoFoneInputCheck,
	End;

	ConfPastaIgnore = GroupObject,
		Child, GrupoFoneInvalidos,
	End;

	ObjectApp->CategoriesList = FloattextObject,
		MUIA_Frame, MUIV_Frame_InputList,
	End;

	ObjectApp->CategoriesList = ListviewObject,
		MUIA_Listview_DoubleClick, TRUE,
		MUIA_Listview_List, ObjectApp->CategoriesList,
	End;

	ObjectApp->CategorieBotaoDefault = SimpleButton(GetMBString(MSG_CategorieBotaoDefault));

	ObjectApp->CategorieBotaoDeleta = SimpleButton(GetMBString(MSG_CategorieBotaoDeleta));

	GrupoLimitesCategoriesBotao = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->CategorieBotaoDefault,
		Child, ObjectApp->CategorieBotaoDeleta,
	End;

	ObjectApp->TextDefault = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_TextDefaultTitle),
		MUIA_Text_Contents, ObjectApp->STR_TextDefault,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoLimitesCategorias = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoLimitesCategoriasTitle),
		Child, ObjectApp->CategoriesList,
		Child, GrupoLimitesCategoriesBotao,
		Child, ObjectApp->TextDefault,
	End;

	ObjectApp->CategDiretorio = StringObject,
		MUIA_Frame, MUIV_Frame_String,
	End;

	obj_aux37 = Label2(GetMBString(MSG_CategDiretorio));

	obj_aux36 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux37,
		Child, ObjectApp->CategDiretorio,
	End;

	ObjectApp->CategValorDefault = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "0.0",
	End;

	obj_aux39 = Label2(GetMBString(MSG_CategValorDefault));

	obj_aux38 = GroupObject,
		MUIA_Group_Columns, 2,
		MUIA_Weight, 40,
		Child, obj_aux39,
		Child, ObjectApp->CategValorDefault,
	End;

	GrupoLimitesCategoriesOutros = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux36,
		Child, obj_aux38,
	End;

	GrupoLimitesProgram = GroupObject,
		Child, GrupoLimitesCategorias,
		Child, GrupoLimitesCategoriesOutros,
	End;

	ObjectApp->NomeCategoria = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 30,
	End;

	obj_aux41 = Label2(GetMBString(MSG_NomeCategoria));

	obj_aux40 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux41,
		Child, ObjectApp->NomeCategoria,
	End;

	ObjectApp->NomeMoeda = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 30,
	End;

	obj_aux43 = Label2(GetMBString(MSG_NomeMoeda));

	obj_aux42 = GroupObject,
		MUIA_Group_Columns, 2,
		MUIA_Weight, 50,
		Child, obj_aux43,
		Child, ObjectApp->NomeMoeda,
	End;

	ObjectApp->ComboMoeda = CycleObject,
		MUIA_Weight, 20,
		MUIA_Cycle_Entries, ObjectApp->ComboMoedaContent,
	End;

	GrupoLimiteOrigem = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux40,
		Child, obj_aux42,
		Child, ObjectApp->ComboMoeda,
	End;

	ObjectApp->LimitesLista = ListObject,
		MUIA_Frame, MUIV_Frame_InputList,
	End;

	ObjectApp->LimitesLista = ListviewObject,
		MUIA_Listview_DoubleClick, TRUE,
		MUIA_Listview_List, ObjectApp->LimitesLista,
	End;

	GrupoLimiteList = GroupObject,
		Child, ObjectApp->LimitesLista,
	End;

	ObjectApp->LimitesHInicio = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux45 = Label2(GetMBString(MSG_LimitesHInicio));

	obj_aux44 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux45,
		Child, ObjectApp->LimitesHInicio,
	End;

	ObjectApp->LimitesHFinal = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux47 = Label2(GetMBString(MSG_LimitesHFinal));

	obj_aux46 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux47,
		Child, ObjectApp->LimitesHFinal,
	End;

	ObjectApp->LimiteCusto = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "0.0",
		MUIA_String_MaxLen, 10,
	End;

	obj_aux49 = Label2(GetMBString(MSG_LimiteCusto));

	obj_aux48 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux49,
		Child, ObjectApp->LimiteCusto,
	End;

	ObjectApp->ComboCost = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->ComboCostContent,
	End;

	GrupoLimitesECusto = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, obj_aux44,
		Child, obj_aux46,
		Child, obj_aux48,
		Child, ObjectApp->ComboCost,
	End;

	ObjectApp->LimitesAdicona = SimpleButton(GetMBString(MSG_LimitesAdicona));

	ObjectApp->LimitesDeleta = SimpleButton(GetMBString(MSG_LimitesDeleta));

	ObjectApp->LimitesClearAll = SimpleButton(GetMBString(MSG_LimitesClearAll));

	GrupoLimitesBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->LimitesAdicona,
		Child, ObjectApp->LimitesDeleta,
		Child, ObjectApp->LimitesClearAll,
	End;

	ObjectApp->LimitesBotoes2Save = SimpleButton(GetMBString(MSG_LimitesBotoes2Save));

	GrupoLimitesBotoes2 = GroupObject,
		Child, ObjectApp->LimitesBotoes2Save,
	End;

	GrupoLimitesDeCusto = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoLimitesDeCustoTitle),
		Child, GrupoLimiteOrigem,
		Child, GrupoLimiteList,
		Child, GrupoLimitesECusto,
		Child, GrupoLimitesBotoes,
		Child, GrupoLimitesBotoes2,
	End;

	GrupoLimitesPastas = RegisterObject,
		MUIA_Register_Titles, ObjectApp->STR_GrupoLimitesPastas,
		Child, GrupoLimitesProgram,
		Child, GrupoLimitesDeCusto,
	End;

	ConfPastaCosts = GroupObject,
		Child, GrupoLimitesPastas,
	End;

	ObjectApp->GrupoConfLabelName = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelName,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterName = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 40,
	End;

	ObjectApp->GrupoConfLabelOrg = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelOrg,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterOrganization = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 50,
	End;

	ObjectApp->GrupoConfLabelEmail = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelEmail,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterEmail = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 50,
	End;

	ObjectApp->GrupoConfLabelKey = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelKey,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterKey = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 256,
	End;

	ObjectApp->GrupoConfLabelKeyReal = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelKeyReal,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterKeyReal = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 256,
	End;

	ObjectApp->GrupoConfLabelCountry = TextObject,
		MUIA_Weight, 30,
		MUIA_Background, MUII_WindowBack,
		MUIA_Text_Contents, ObjectApp->STR_GrupoConfLabelCountry,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->RegisterCountry = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 30,
	End;

	ObjectApp->RegisterCity = StringObject,
		MUIA_Frame, MUIV_Frame_String,
	End;

	obj_aux51 = Label2(GetMBString(MSG_RegisterCity));

	obj_aux50 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux51,
		Child, ObjectApp->RegisterCity,
	End;

	PrefsGrupoCountry = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->RegisterCountry,
		Child, obj_aux50,
	End;

	GrupoConfRegSeparate = GroupObject,
		MUIA_Group_Columns, 2,
		Child, ObjectApp->GrupoConfLabelName,
		Child, ObjectApp->RegisterName,
		Child, ObjectApp->GrupoConfLabelOrg,
		Child, ObjectApp->RegisterOrganization,
		Child, ObjectApp->GrupoConfLabelEmail,
		Child, ObjectApp->RegisterEmail,
		Child, ObjectApp->GrupoConfLabelKey,
		Child, ObjectApp->RegisterKey,
		Child, ObjectApp->GrupoConfLabelKeyReal,
		Child, ObjectApp->RegisterKeyReal,
		Child, ObjectApp->GrupoConfLabelCountry,
		Child, PrefsGrupoCountry,
	End;

	ObjectApp->PrefsBotaoExport = SimpleButton(GetMBString(MSG_PrefsBotaoExport));

	ObjectApp->PrefsBotaoImport = SimpleButton(GetMBString(MSG_PrefsBotaoImport));

	PrefsGrupoPaiBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->PrefsBotaoExport,
		Child, ObjectApp->PrefsBotaoImport,
	End;

	ConfRegister = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_ConfRegisterTitle),
		Child, GrupoConfRegSeparate,
		Child, PrefsGrupoPaiBotoes,
	End;

	GrupoPastas = RegisterObject,
		MUIA_Register_Titles, ObjectApp->STR_GrupoPastas,
		Child, ConfPastaProgram,
		Child, ConfPastaMiamiLog,
		Child, ConfPastaDataBase,
		Child, ConfPastaLimits,
		Child, ConfPastaProvider,
		Child, ConfPastaIgnore,
		Child, ConfPastaCosts,
		Child, ConfRegister,
	End;

	ConfBotaoSave = SimpleButton(GetMBString(MSG_ConfBotaoSave));

	ConfBotaoUse = SimpleButton(GetMBString(MSG_ConfBotaoUse));

	ConfBotaoCancel = SimpleButton(GetMBString(MSG_ConfBotaoCancel));

	ConfGrupoBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ConfBotaoSave,
		Child, ConfBotaoUse,
		Child, ConfBotaoCancel,
	End;

	PaiDaConfiguracao = GroupObject,
		Child, GrupoPastas,
		Child, ConfGrupoBotoes,
	End;

	ObjectApp->JanelaConfiguracao = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaConfiguracao),
		MUIA_Window_ID, MAKE_ID('3', 'W', 'I', 'N'),
		WindowContents, PaiDaConfiguracao,
	End;

	FreedomImage = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Freelogo.iff",
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 117,
		MUIA_FixWidth, 186,
	End;

	ObjectApp->TextAbout = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TextAbout,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoImagem = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, FreedomImage,
		Child, ObjectApp->TextAbout,
	End;

	AboutBotaoOk = SimpleButton(GetMBString(MSG_AboutBotaoOk));

	GrupoBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, AboutBotaoOk,
	End;

	PaiDoAbout = GroupObject,
		Child, GrupoImagem,
		Child, GrupoBotoes,
	End;

	ObjectApp->JanelaAbout = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaAbout),
		MUIA_Window_ID, MAKE_ID('4', 'W', 'I', 'N'),
		WindowContents, PaiDoAbout,
	End;

	LabelSelectDate = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelSelectDate,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MesBotaEsquerda = TextObject,
		ButtonFrame,
		MUIA_Weight, 30,
		MUIA_Background, MUII_ButtonBack,
		MUIA_Text_Contents, GetMBString(MSG_MesBotaEsquerda),
		MUIA_Text_PreParse, "\033c",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
	End;

	ObjectApp->ComboMes = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->ComboMesContent,
	End;

	ObjectApp->MesBotaoDireita = TextObject,
		ButtonFrame,
		MUIA_Weight, 30,
		MUIA_Background, MUII_ButtonBack,
		MUIA_Text_Contents, GetMBString(MSG_MesBotaoDireita),
		MUIA_Text_PreParse, "\033c",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
	End;

	GrupoOtherMes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->MesBotaEsquerda,
		Child, ObjectApp->ComboMes,
		Child, ObjectApp->MesBotaoDireita,
	End;

	ObjectApp->DiaBotaEsquerda = SimpleButton(GetMBString(MSG_DiaBotaEsquerda));

	ObjectApp->TextDia = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 3,
	End;

	ObjectApp->DiaBotaoDireita = SimpleButton(GetMBString(MSG_DiaBotaoDireita));

	GrupoOtherDia = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->DiaBotaEsquerda,
		Child, ObjectApp->TextDia,
		Child, ObjectApp->DiaBotaoDireita,
	End;

	ObjectApp->AnoBotaEsquerda = SimpleButton(GetMBString(MSG_AnoBotaEsquerda));

	ObjectApp->TextAno = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 10,
	End;

	ObjectApp->AnoBotaoDireita = SimpleButton(GetMBString(MSG_AnoBotaoDireita));

	GrupoOtherAno = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->AnoBotaEsquerda,
		Child, ObjectApp->TextAno,
		Child, ObjectApp->AnoBotaoDireita,
	End;

	ObjectApp->ComboSelect = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->ComboSelectContent,
	End;

	BarraOutroMes = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	OutroMesBotaoOK = SimpleButton(GetMBString(MSG_OutroMesBotaoOK));

	OutroMesDatePeriod = SimpleButton(GetMBString(MSG_OutroMesDatePeriod));

	OutroMesBotaoCancel = SimpleButton(GetMBString(MSG_OutroMesBotaoCancel));

	PaiDosBotoesOtherMonth = GroupObject,
		MUIA_Group_Horiz, TRUE,
		MUIA_Group_SameSize, TRUE,
		Child, OutroMesBotaoOK,
		Child, OutroMesDatePeriod,
		Child, OutroMesBotaoCancel,
	End;

	PaiDaSelecaoOutroMes = GroupObject,
		Child, LabelSelectDate,
		Child, GrupoOtherMes,
		Child, GrupoOtherDia,
		Child, GrupoOtherAno,
		Child, ObjectApp->ComboSelect,
		Child, BarraOutroMes,
		Child, PaiDosBotoesOtherMonth,
	End;

	MNlabel379ActualDate = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel379ActualDate),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel379ActualDateChar),
	End;

	MNlabel379Menu = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel379Menu),
		MUIA_Family_Child, MNlabel379ActualDate,
	End;

	ObjectApp->MenuSelecionaData = MenustripObject,
		MUIA_Family_Child, MNlabel379Menu,
	End;

	ObjectApp->JanelaSelecionaMes = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaSelecionaMes),
		MUIA_Window_Menustrip, ObjectApp->MenuSelecionaData,
		MUIA_Window_ID, MAKE_ID('5', 'W', 'I', 'N'),
		WindowContents, PaiDaSelecaoOutroMes,
	End;

	ObjectApp->STR_DirImportaRegistro = String("", 80);

	ObjectApp->DirImportaRegistro = PopButton(MUII_PopUp);

	ObjectApp->DirImportaRegistro = PopaslObject,
		MUIA_Popasl_Type, 0,
		MUIA_Popstring_String, ObjectApp->STR_DirImportaRegistro,
		MUIA_Popstring_Button, ObjectApp->DirImportaRegistro,
	End;

	ImportaBotaoAceitar = SimpleButton(GetMBString(MSG_ImportaBotaoAceitar));

	ImportaBotaoCancelar = SimpleButton(GetMBString(MSG_ImportaBotaoCancelar));

	ImportaRegistroPaiBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ImportaBotaoAceitar,
		Child, ImportaBotaoCancelar,
	End;

	PaiDaImportacaoRegistro = GroupObject,
		Child, ObjectApp->DirImportaRegistro,
		Child, ImportaRegistroPaiBotoes,
	End;

	ObjectApp->JanelaDeImportacaoRegistro = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaDeImportacaoRegistro),
		MUIA_Window_ID, MAKE_ID('6', 'W', 'I', 'N'),
		WindowContents, PaiDaImportacaoRegistro,
	End;

	ObjectApp->WeekLabelTop = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_WeekLabelTop,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelBranco = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelBranco),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	LabelTotalLigacoes = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelTotalLigacoes),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	LabelTimeOnLine = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelTimeOnLine),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	LabelPercentual = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelPercentual),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	LabelCusto = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelCusto),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	LabelSegunda = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelSegunda),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorSegunda = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorSegunda,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeSegunda = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeSegunda,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualSegunda = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualSegunda,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoSegunda = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoSegunda,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	Labelterca = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_Labelterca),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorTerca = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorTerca,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeTerca = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeTerca,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualTerca = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualTerca,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoTerca = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoTerca,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelQuarta = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelQuarta),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorQuarta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorQuarta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeQuarta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeQuarta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualQuarta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualQuarta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoQuarta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoQuarta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelQuinta = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelQuinta),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorQuinta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorQuinta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeQuinta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeQuinta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualQuinta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualQuinta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoQuinta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoQuinta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelSexta = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelSexta),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorSexta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorSexta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeSexta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeSexta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualSexta = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualSexta,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoSexta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoSexta,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelSabado = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelSabado),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorSabado = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorSabado,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeSabado = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeSabado,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualSabado = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualSabado,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoSabado = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoSabado,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelDomingo = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelDomingo),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorDomingo = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorDomingo,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeDomingo = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeDomingo,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualDomingo = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualDomingo,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoDomingo = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoDomingo,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelTotal = TextObject,
		MUIA_Text_PreParse, "\033r",
		MUIA_Text_Contents, GetMBString(MSG_LabelTotal),
		MUIA_InnerLeft, 0,
		MUIA_InnerRight, 0,
	End;

	ObjectApp->ValorTotal = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ValorTotal,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->TimeTotal = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_TimeTotal,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PercentualTotal = TextObject,
		MUIA_Weight, 50,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PercentualTotal,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CustoTotal = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CustoTotal,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	GradeDoSemanal2 = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_Group_Columns, 5,
		Child, LabelBranco,
		Child, LabelTotalLigacoes,
		Child, LabelTimeOnLine,
		Child, LabelPercentual,
		Child, LabelCusto,
		Child, LabelSegunda,
		Child, ObjectApp->ValorSegunda,
		Child, ObjectApp->TimeSegunda,
		Child, ObjectApp->PercentualSegunda,
		Child, ObjectApp->CustoSegunda,
		Child, Labelterca,
		Child, ObjectApp->ValorTerca,
		Child, ObjectApp->TimeTerca,
		Child, ObjectApp->PercentualTerca,
		Child, ObjectApp->CustoTerca,
		Child, LabelQuarta,
		Child, ObjectApp->ValorQuarta,
		Child, ObjectApp->TimeQuarta,
		Child, ObjectApp->PercentualQuarta,
		Child, ObjectApp->CustoQuarta,
		Child, LabelQuinta,
		Child, ObjectApp->ValorQuinta,
		Child, ObjectApp->TimeQuinta,
		Child, ObjectApp->PercentualQuinta,
		Child, ObjectApp->CustoQuinta,
		Child, LabelSexta,
		Child, ObjectApp->ValorSexta,
		Child, ObjectApp->TimeSexta,
		Child, ObjectApp->PercentualSexta,
		Child, ObjectApp->CustoSexta,
		Child, LabelSabado,
		Child, ObjectApp->ValorSabado,
		Child, ObjectApp->TimeSabado,
		Child, ObjectApp->PercentualSabado,
		Child, ObjectApp->CustoSabado,
		Child, LabelDomingo,
		Child, ObjectApp->ValorDomingo,
		Child, ObjectApp->TimeDomingo,
		Child, ObjectApp->PercentualDomingo,
		Child, ObjectApp->CustoDomingo,
		Child, LabelTotal,
		Child, ObjectApp->ValorTotal,
		Child, ObjectApp->TimeTotal,
		Child, ObjectApp->PercentualTotal,
		Child, ObjectApp->CustoTotal,
	End;

	GradeDoSemanal = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		Child, ObjectApp->WeekLabelTop,
		Child, GradeDoSemanal2,
	End;

	ObjectApp->SemanaBotaoOk = SimpleButton(GetMBString(MSG_SemanaBotaoOk));

	PaiSemanalBotoes = GroupObject,
		Child, ObjectApp->SemanaBotaoOk,
	End;

	PaiDiaSemana = GroupObject,
		Child, GradeDoSemanal,
		Child, PaiSemanalBotoes,
	End;

	ObjectApp->JanelaDiaSemana = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaDiaSemana),
		MUIA_Window_ID, MAKE_ID('7', 'W', 'I', 'N'),
		WindowContents, PaiDiaSemana,
	End;

	LabelDasCinco = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelDasCinco,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelCincoBranco = Label(GetMBString(MSG_LabelCincoBranco));

	LabelCincoData = Label(GetMBString(MSG_LabelCincoData));

	LabelCincoLogin = Label(GetMBString(MSG_LabelCincoLogin));

	LabelCincoTimeOnLine = Label(GetMBString(MSG_LabelCincoTimeOnLine));

	LabelCincoPhone = Label(GetMBString(MSG_LabelCincoPhone));

	LabelCincoStatus = Label(GetMBString(MSG_LabelCincoStatus));

	LabelCincoCost = Label(GetMBString(MSG_LabelCincoCost));

	LabelCincoFirst = Label(GetMBString(MSG_LabelCincoFirst));

	ObjectApp->FirstData = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FirstLoginTime = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstLoginTime,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FirstTimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstTimeOnline,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FirstPhone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstPhone,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FirstStatus = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstStatus,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FirstCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FirstCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelCincoSecond = Label(GetMBString(MSG_LabelCincoSecond));

	ObjectApp->SecondData = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->SecondLoginTime = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondLoginTime,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->SecondTimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondTimeOnline,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->SecondPhone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondPhone,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->SecondStatus = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondStatus,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->SecondCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_SecondCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelCincoThird = Label(GetMBString(MSG_LabelCincoThird));

	ObjectApp->ThirdData = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ThirdLoginTime = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdLoginTime,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ThirdTimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdTimeOnline,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ThirdPhone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdPhone,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ThirdStatus = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdStatus,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ThirdCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_ThirdCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelCincoFourth = Label(GetMBString(MSG_LabelCincoFourth));

	ObjectApp->FourthData = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FourthLoginTime = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthLoginTime,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FourthTimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthTimeOnline,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FourthPhone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthPhone,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FourthStatus = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthStatus,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->FourthCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FourthCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	LabelCincoLast = Label(GetMBString(MSG_LabelCincoLast));

	ObjectApp->LastData = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastData,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LastLoginTime = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastLoginTime,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LastTimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastTimeOnline,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LastPhone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastPhone,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LastStatus = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastStatus,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LastCost = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LastCost,
		MUIA_Text_PreParse, "\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	GradeDasCinco2 = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_Group_Columns, 7,
		Child, LabelCincoBranco,
		Child, LabelCincoData,
		Child, LabelCincoLogin,
		Child, LabelCincoTimeOnLine,
		Child, LabelCincoPhone,
		Child, LabelCincoStatus,
		Child, LabelCincoCost,
		Child, LabelCincoFirst,
		Child, ObjectApp->FirstData,
		Child, ObjectApp->FirstLoginTime,
		Child, ObjectApp->FirstTimeOnline,
		Child, ObjectApp->FirstPhone,
		Child, ObjectApp->FirstStatus,
		Child, ObjectApp->FirstCost,
		Child, LabelCincoSecond,
		Child, ObjectApp->SecondData,
		Child, ObjectApp->SecondLoginTime,
		Child, ObjectApp->SecondTimeOnline,
		Child, ObjectApp->SecondPhone,
		Child, ObjectApp->SecondStatus,
		Child, ObjectApp->SecondCost,
		Child, LabelCincoThird,
		Child, ObjectApp->ThirdData,
		Child, ObjectApp->ThirdLoginTime,
		Child, ObjectApp->ThirdTimeOnline,
		Child, ObjectApp->ThirdPhone,
		Child, ObjectApp->ThirdStatus,
		Child, ObjectApp->ThirdCost,
		Child, LabelCincoFourth,
		Child, ObjectApp->FourthData,
		Child, ObjectApp->FourthLoginTime,
		Child, ObjectApp->FourthTimeOnline,
		Child, ObjectApp->FourthPhone,
		Child, ObjectApp->FourthStatus,
		Child, ObjectApp->FourthCost,
		Child, LabelCincoLast,
		Child, ObjectApp->LastData,
		Child, ObjectApp->LastLoginTime,
		Child, ObjectApp->LastTimeOnline,
		Child, ObjectApp->LastPhone,
		Child, ObjectApp->LastStatus,
		Child, ObjectApp->LastCost,
	End;

	ObjectApp->UpdateCall = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_UpdateCall,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoLastAtual = GroupObject,
		MUIA_Frame, MUIV_Frame_Group,
		MUIA_FrameTitle, GetMBString(MSG_GrupoLastAtualTitle),
		Child, ObjectApp->UpdateCall,
	End;

	GradeDoCinco = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		Child, LabelDasCinco,
		Child, GradeDasCinco2,
		Child, GrupoLastAtual,
	End;

	CincoBotaoOk = SimpleButton(GetMBString(MSG_CincoBotaoOk));

	CincoBotaoUpdate = SimpleButton(GetMBString(MSG_CincoBotaoUpdate));

	PaiCincoBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, CincoBotaoOk,
		Child, CincoBotaoUpdate,
	End;

	GrupoDasCinco = GroupObject,
		Child, GradeDoCinco,
		Child, PaiCincoBotoes,
	End;

	ObjectApp->JanelaCincoLigacoes = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaCincoLigacoes),
		MUIA_Window_ID, MAKE_ID('8', 'W', 'I', 'N'),
		WindowContents, GrupoDasCinco,
	End;

	ObjectApp->LabelInputTop = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelInputTop,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->LabelInputPhone = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_FrameTitle, GetMBString(MSG_LabelInputPhoneTitle),
		MUIA_String_MaxLen, 20,
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	ObjectApp->LabelInputDateLogin = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_FrameTitle, GetMBString(MSG_LabelInputDateLoginTitle),
		MUIA_String_Contents, "01.01.1997",
		MUIA_String_MaxLen, 11,
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	ObjectApp->LabelInputHourLogin = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_FrameTitle, GetMBString(MSG_LabelInputHourLoginTitle),
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 20,
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	ObjectApp->LabelInputTimeOnline = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_FrameTitle, GetMBString(MSG_LabelInputTimeOnlineTitle),
		MUIA_String_Contents, "00:00:00",
		MUIA_String_MaxLen, 20,
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	ObjectApp->ComboStatusInput = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->ComboStatusInputContent,
	End;

	GrupoInputLabelTop = GroupObject,
		Child, ObjectApp->LabelInputTop,
		Child, ObjectApp->LabelInputPhone,
		Child, ObjectApp->LabelInputDateLogin,
		Child, ObjectApp->LabelInputHourLogin,
		Child, ObjectApp->LabelInputTimeOnline,
		Child, ObjectApp->ComboStatusInput,
	End;

	BarraInput = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	InputBotaoSave = SimpleButton(GetMBString(MSG_InputBotaoSave));

	InputBotaoCancel = SimpleButton(GetMBString(MSG_InputBotaoCancel));

	GrupoBotoesInput = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, InputBotaoSave,
		Child, InputBotaoCancel,
	End;

	GrupoDeInputManual = GroupObject,
		Child, GrupoInputLabelTop,
		Child, BarraInput,
		Child, GrupoBotoesInput,
	End;

	ObjectApp->JanelaDeInputManual = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaDeInputManual),
		MUIA_Window_ID, MAKE_ID('9', 'W', 'I', 'N'),
		WindowContents, GrupoDeInputManual,
	End;

	LabelInputSaveValores = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelInputSaveValores,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2Phone = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2PhoneTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2Phone,
		MUIA_Text_PreParse, "\033c\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2DateLogin = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2DateLoginTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2DateLogin,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2DateLogout = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2DateLogoutTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2DateLogout,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2TimeLogin = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2TimeLoginTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2TimeLogin,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2TimeLogout = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2TimeLogoutTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2TimeLogout,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2TimeOnline = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2TimeOnlineTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2TimeOnline,
		MUIA_Text_PreParse, "\033c\033b",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Input2Status = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_Input2StatusTitle),
		MUIA_Text_Contents, ObjectApp->STR_Input2Status,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	Input2BotaoSave = SimpleButton(GetMBString(MSG_Input2BotaoSave));

	Input2BotaoCancel = SimpleButton(GetMBString(MSG_Input2BotaoCancel));

	GrupoInput2Botoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, Input2BotaoSave,
		Child, Input2BotaoCancel,
	End;

	GrupoInputSalvaValores = GroupObject,
		Child, LabelInputSaveValores,
		Child, ObjectApp->Input2Phone,
		Child, ObjectApp->Input2DateLogin,
		Child, ObjectApp->Input2DateLogout,
		Child, ObjectApp->Input2TimeLogin,
		Child, ObjectApp->Input2TimeLogout,
		Child, ObjectApp->Input2TimeOnline,
		Child, ObjectApp->Input2Status,
		Child, GrupoInput2Botoes,
	End;

	ObjectApp->JanelaInputSalvaValores = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaInputSalvaValores),
		MUIA_Window_ID, MAKE_ID('1', '0', 'W', 'I'),
		WindowContents, GrupoInputSalvaValores,
	End;

	LabelTodasLigacoes = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelTodasLigacoes,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ListTodasLigacoes = FloattextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_ReadList,
	End;

	ObjectApp->ListTodasLigacoes = ListviewObject,
		MUIA_Listview_Input, FALSE,
		MUIA_Listview_List, ObjectApp->ListTodasLigacoes,
	End;

	ObjectApp->GaugeTodasLigacoes = GaugeObject,
		GaugeFrame,
		MUIA_FixHeight, 10,
		MUIA_Gauge_Horiz, TRUE,
		MUIA_Gauge_Max, 100,
	End;

	LabelPercentualTodasGeracoes = ScaleObject,
		MUIA_Scale_Horiz, TRUE,
	End;

	TodasLigacoesBotaoOK = SimpleButton(GetMBString(MSG_TodasLigacoesBotaoOK));

	GrupoTodasLigacoes = GroupObject,
		Child, LabelTodasLigacoes,
		Child, ObjectApp->ListTodasLigacoes,
		Child, ObjectApp->GaugeTodasLigacoes,
		Child, LabelPercentualTodasGeracoes,
		Child, TodasLigacoesBotaoOK,
	End;

	ObjectApp->JanelaTodasLigacoes = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaTodasLigacoes),
		MUIA_Window_ID, MAKE_ID('1', '1', 'W', 'I'),
		WindowContents, GrupoTodasLigacoes,
	End;

	PeriodoLabelTop = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_PeriodoLabelTop,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->InputPeriodo1 = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "01.01.1990",
		MUIA_String_MaxLen, 15,
	End;

	obj_aux53 = Label2(GetMBString(MSG_InputPeriodo1));

	obj_aux52 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux53,
		Child, ObjectApp->InputPeriodo1,
	End;

	ObjectApp->InputPeriodo2 = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_Contents, "01.01.1997",
		MUIA_String_MaxLen, 15,
	End;

	obj_aux55 = Label2(GetMBString(MSG_InputPeriodo2));

	obj_aux54 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, obj_aux55,
		Child, ObjectApp->InputPeriodo2,
	End;

	ObjectApp->BarraPeriodo = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	PeridoBotaoAccept = SimpleButton(GetMBString(MSG_PeridoBotaoAccept));

	PeriodoCancel = SimpleButton(GetMBString(MSG_PeriodoCancel));

	PeriodoGrupoBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, PeridoBotaoAccept,
		Child, PeriodoCancel,
	End;

	GrupoSelecionePeriodo = GroupObject,
		Child, PeriodoLabelTop,
		Child, obj_aux52,
		Child, obj_aux54,
		Child, ObjectApp->BarraPeriodo,
		Child, PeriodoGrupoBotoes,
	End;

	ObjectApp->JanelaSelecionaPeriodo = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaSelecionaPeriodo),
		MUIA_Window_ID, MAKE_ID('1', '2', 'W', 'I'),
		WindowContents, GrupoSelecionePeriodo,
	End;

	ObjectApp->GaugeQuery = GaugeObject,
		GaugeFrame,
		MUIA_FixHeight, 10,
		MUIA_Gauge_Horiz, TRUE,
		MUIA_Gauge_Max, 100,
	End;

	LabelQuery = ScaleObject,
		MUIA_Scale_Horiz, TRUE,
	End;

	GrupoQuery = GroupObject,
		Child, ObjectApp->GaugeQuery,
		Child, LabelQuery,
	End;

	ObjectApp->JanelaGeracaoQuery = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaGeracaoQuery),
		MUIA_Window_ID, MAKE_ID('1', '3', 'W', 'I'),
		MUIA_Window_CloseGadget, FALSE,
		WindowContents, GrupoQuery,
	End;

	ObjectApp->Msg1 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg1,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg2 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg2,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg3 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg3,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg4 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg4,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg5 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg5,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg6 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg6,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg7 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg7,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg8 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg8,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg9 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg9,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg11 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg11,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg10 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg10,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg12 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg12,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg13 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg13,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg14 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg14,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg15 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg15,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg16 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg16,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg17 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg17,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg18 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg18,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg19 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg19,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg20 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg20,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg21 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg21,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg22 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg22,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg23 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg23,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg24 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg24,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg25 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg25,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg26 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg26,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg27 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg27,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg28 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg28,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg29 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg29,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg30 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg30,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg31 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg31,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg32 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg32,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg33 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg33,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg34 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg34,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg35 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg35,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg36 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg36,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg37 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg37,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg38 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg38,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg39 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg39,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg40 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg40,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg41 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg41,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg42 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg42,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg43 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg43,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg44 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg44,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg45 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg45,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg46 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg46,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg47 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg47,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg48 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg48,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg49 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg49,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg50 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg50,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg51 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg51,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg52 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg52,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg53 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg53,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg54 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg54,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg55 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg55,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg56 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg56,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg58 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg58,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg59 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg59,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg60 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg60,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg61 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg61,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg62 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg62,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg63 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg63,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg64 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg64,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg65 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg65,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg66 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg66,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg67 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg67,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg68 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg68,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg69 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg69,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg70 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg70,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg71 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg71,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg72 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg72,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg73 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg73,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg74 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg74,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg75 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg75,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg76 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg76,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg77 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg77,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg78 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg78,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg79 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg79,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg80 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg80,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg81 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg81,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg82 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg82,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg83 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg83,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg84 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg84,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg85 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg85,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg86 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg86,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg87 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg87,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg88 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg88,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg89 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg89,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg90 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg90,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg91 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg91,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg92 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg92,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg93 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg93,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg94 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg94,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgJaneiro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgJaneiro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgFevereiro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgFevereiro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgMarco = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgMarco,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgAbril = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgAbril,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgMaio = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgMaio,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgJunho = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgJunho,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgJulho = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgJulho,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgAgosto = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgAgosto,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgSetembro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgSetembro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgOutubro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgOutubro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgNovembro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgNovembro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgDezembro = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgDezembro,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgDomingo = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgDomingo,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgSegunda = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgSegunda,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgTerca = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgTerca,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgQuarta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgQuarta,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgQuinta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgQuinta,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgSexta = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgSexta,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->MsgSabado = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_MsgSabado,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg95 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg95,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg96 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg96,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg97 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg97,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg98 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg98,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg99 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg99,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg100 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg100,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg101 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg101,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg102 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg102,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg103 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg103,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->Msg104 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Msg104,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoMsg2 = VirtgroupObject,
		VirtualFrame,
		Child, ObjectApp->Msg1,
		Child, ObjectApp->Msg2,
		Child, ObjectApp->Msg3,
		Child, ObjectApp->Msg4,
		Child, ObjectApp->Msg5,
		Child, ObjectApp->Msg6,
		Child, ObjectApp->Msg7,
		Child, ObjectApp->Msg8,
		Child, ObjectApp->Msg9,
		Child, ObjectApp->Msg11,
		Child, ObjectApp->Msg10,
		Child, ObjectApp->Msg12,
		Child, ObjectApp->Msg13,
		Child, ObjectApp->Msg14,
		Child, ObjectApp->Msg15,
		Child, ObjectApp->Msg16,
		Child, ObjectApp->Msg17,
		Child, ObjectApp->Msg18,
		Child, ObjectApp->Msg19,
		Child, ObjectApp->Msg20,
		Child, ObjectApp->Msg21,
		Child, ObjectApp->Msg22,
		Child, ObjectApp->Msg23,
		Child, ObjectApp->Msg24,
		Child, ObjectApp->Msg25,
		Child, ObjectApp->Msg26,
		Child, ObjectApp->Msg27,
		Child, ObjectApp->Msg28,
		Child, ObjectApp->Msg29,
		Child, ObjectApp->Msg30,
		Child, ObjectApp->Msg31,
		Child, ObjectApp->Msg32,
		Child, ObjectApp->Msg33,
		Child, ObjectApp->Msg34,
		Child, ObjectApp->Msg35,
		Child, ObjectApp->Msg36,
		Child, ObjectApp->Msg37,
		Child, ObjectApp->Msg38,
		Child, ObjectApp->Msg39,
		Child, ObjectApp->Msg40,
		Child, ObjectApp->Msg41,
		Child, ObjectApp->Msg42,
		Child, ObjectApp->Msg43,
		Child, ObjectApp->Msg44,
		Child, ObjectApp->Msg45,
		Child, ObjectApp->Msg46,
		Child, ObjectApp->Msg47,
		Child, ObjectApp->Msg48,
		Child, ObjectApp->Msg49,
		Child, ObjectApp->Msg50,
		Child, ObjectApp->Msg51,
		Child, ObjectApp->Msg52,
		Child, ObjectApp->Msg53,
		Child, ObjectApp->Msg54,
		Child, ObjectApp->Msg55,
		Child, ObjectApp->Msg56,
		Child, ObjectApp->Msg58,
		Child, ObjectApp->Msg59,
		Child, ObjectApp->Msg60,
		Child, ObjectApp->Msg61,
		Child, ObjectApp->Msg62,
		Child, ObjectApp->Msg63,
		Child, ObjectApp->Msg64,
		Child, ObjectApp->Msg65,
		Child, ObjectApp->Msg66,
		Child, ObjectApp->Msg67,
		Child, ObjectApp->Msg68,
		Child, ObjectApp->Msg69,
		Child, ObjectApp->Msg70,
		Child, ObjectApp->Msg71,
		Child, ObjectApp->Msg72,
		Child, ObjectApp->Msg73,
		Child, ObjectApp->Msg74,
		Child, ObjectApp->Msg75,
		Child, ObjectApp->Msg76,
		Child, ObjectApp->Msg77,
		Child, ObjectApp->Msg78,
		Child, ObjectApp->Msg79,
		Child, ObjectApp->Msg80,
		Child, ObjectApp->Msg81,
		Child, ObjectApp->Msg82,
		Child, ObjectApp->Msg83,
		Child, ObjectApp->Msg84,
		Child, ObjectApp->Msg85,
		Child, ObjectApp->Msg86,
		Child, ObjectApp->Msg87,
		Child, ObjectApp->Msg88,
		Child, ObjectApp->Msg89,
		Child, ObjectApp->Msg90,
		Child, ObjectApp->Msg91,
		Child, ObjectApp->Msg92,
		Child, ObjectApp->Msg93,
		Child, ObjectApp->Msg94,
		Child, ObjectApp->MsgJaneiro,
		Child, ObjectApp->MsgFevereiro,
		Child, ObjectApp->MsgMarco,
		Child, ObjectApp->MsgAbril,
		Child, ObjectApp->MsgMaio,
		Child, ObjectApp->MsgJunho,
		Child, ObjectApp->MsgJulho,
		Child, ObjectApp->MsgAgosto,
		Child, ObjectApp->MsgSetembro,
		Child, ObjectApp->MsgOutubro,
		Child, ObjectApp->MsgNovembro,
		Child, ObjectApp->MsgDezembro,
		Child, ObjectApp->MsgDomingo,
		Child, ObjectApp->MsgSegunda,
		Child, ObjectApp->MsgTerca,
		Child, ObjectApp->MsgQuarta,
		Child, ObjectApp->MsgQuinta,
		Child, ObjectApp->MsgSexta,
		Child, ObjectApp->MsgSabado,
		Child, ObjectApp->Msg95,
		Child, ObjectApp->Msg96,
		Child, ObjectApp->Msg97,
		Child, ObjectApp->Msg98,
		Child, ObjectApp->Msg99,
		Child, ObjectApp->Msg100,
		Child, ObjectApp->Msg101,
		Child, ObjectApp->Msg102,
		Child, ObjectApp->Msg103,
		Child, ObjectApp->Msg104,
	End;

	GrupoMsg2 = ScrollgroupObject,
		MUIA_Scrollgroup_Contents, GrupoMsg2,
	End;

	GrupoMsg = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, GrupoMsg2,
	End;

	ObjectApp->JanelaMsg = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaMsg),
		MUIA_Window_ID, MAKE_ID('1', '4', 'W', 'I'),
		WindowContents, GrupoMsg,
	End;

	ObjectApp->FreedomLabel2 = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_FreedomLabel2,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	CostImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Costs.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	ThisImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/This.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	OtherImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Other.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	GlobalImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Global.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	AnualImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Anual.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	LastCImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/LastC.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	PrefsImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/Prefs.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	AboutImageB = ImageObject,
		MUIA_Image_Spec, "5:Freedom:Images/About.iff",
		MUIA_InputMode, MUIV_InputMode_RelVerify,
		MUIA_Frame, MUIV_Frame_ImageButton,
		MUIA_Image_FreeVert, TRUE,
		MUIA_Image_FreeHoriz, TRUE,
		MUIA_FixHeight, 31,
		MUIA_FixWidth, 40,
	End;

	GrupoBota2 = GroupObject,
		MUIA_Group_Horiz, TRUE,
		MUIA_Group_SameSize, TRUE,
		Child, CostImageB,
		Child, ThisImageB,
		Child, OtherImageB,
		Child, GlobalImageB,
		Child, AnualImageB,
		Child, LastCImageB,
		Child, PrefsImageB,
		Child, AboutImageB,
	End;

	ObjectApp->Janela2StatusBar = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Janela2StatusBar,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoJanelaPrincipal2 = GroupObject,
		Child, ObjectApp->FreedomLabel2,
		Child, GrupoBota2,
		Child, ObjectApp->Janela2StatusBar,
	End;

	MNlabel3667About = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667About),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667AboutChar),
	End;

	MNlabel3667AboutMUI = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667AboutMUI),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667AboutMUIChar),
	End;

	MNlabel3667BarLabel5 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MNlabel3667Iconified = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Iconified),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667IconifiedChar),
	End;

	MNlabel3667Exit = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Exit),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667ExitChar),
	End;

	MNlabel3667Project = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Project),
		MUIA_Family_Child, MNlabel3667About,
		MUIA_Family_Child, MNlabel3667AboutMUI,
		MUIA_Family_Child, MNlabel3667BarLabel5,
		MUIA_Family_Child, MNlabel3667Iconified,
		MUIA_Family_Child, MNlabel3667Exit,
	End;

	MNlabel3667LastFiveCalls = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667LastFiveCalls),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667LastFiveCallsChar),
	End;

	MNlabel3667BarLabel6 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MNlabel3667ThisMonth = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667ThisMonth),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667ThisMonthChar),
	End;

	MNlabel3667OtherMonth = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667OtherMonth),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667OtherMonthChar),
	End;

	MNlabel3667GStats = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667GStats),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667GStatsChar),
	End;

	MNlabel3667DatePeriod = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667DatePeriod),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667DatePeriodChar),
	End;

	MNlabel3667Anual = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Anual),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667AnualChar),
	End;

	CheckCostsG = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_CheckCostsG),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_CheckCostsGChar),
	End;

	CheckCostsG2 = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_CheckCostsG2),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_CheckCostsG2Char),
	End;

	MNlabel3667BarLabel7 = MUI_MakeObject(MUIO_Menuitem, NM_BARLABEL, 0, 0, 0);

	MNlabel3667CallInput = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667CallInput),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667CallInputChar),
	End;

	MNlabel3667Program = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Program),
		MUIA_Family_Child, MNlabel3667LastFiveCalls,
		MUIA_Family_Child, MNlabel3667BarLabel6,
		MUIA_Family_Child, MNlabel3667ThisMonth,
		MUIA_Family_Child, MNlabel3667OtherMonth,
		MUIA_Family_Child, MNlabel3667GStats,
		MUIA_Family_Child, MNlabel3667DatePeriod,
		MUIA_Family_Child, MNlabel3667Anual,
		MUIA_Family_Child, CheckCostsG,
		MUIA_Family_Child, CheckCostsG2,
		MUIA_Family_Child, MNlabel3667BarLabel7,
		MUIA_Family_Child, MNlabel3667CallInput,
	End;

	MNlabel3667FirstMiami = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667FirstMiami),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667FirstMiamiChar),
	End;

	MNlabel3667Generation = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Generation),
		MUIA_Family_Child, MNlabel3667FirstMiami,
	End;

	MNlabel3667Configuration = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Configuration),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667ConfigurationChar),
	End;

	MNlabel3667Settings = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Settings),
		MUIA_Family_Child, MNlabel3667Configuration,
	End;

	MNlabel3667Main = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Main),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667MainChar),
	End;

	MNlabel3667Usage = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Usage),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667UsageChar),
	End;

	MNlabel3667History = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667History),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel3667HistoryChar),
	End;

	MNlabel3667Help = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel3667Help),
		MUIA_Family_Child, MNlabel3667Main,
		MUIA_Family_Child, MNlabel3667Usage,
		MUIA_Family_Child, MNlabel3667History,
	End;

	ObjectApp->MN_label_3667 = MenustripObject,
		MUIA_Family_Child, MNlabel3667Project,
		MUIA_Family_Child, MNlabel3667Program,
		MUIA_Family_Child, MNlabel3667Generation,
		MUIA_Family_Child, MNlabel3667Settings,
		MUIA_Family_Child, MNlabel3667Help,
	End;

	ObjectApp->JanelaPrincipal2 = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaPrincipal2),
		MUIA_Window_Menustrip, ObjectApp->MN_label_3667,
		MUIA_Window_ID, MAKE_ID('1', '5', 'W', 'I'),
		MUIA_Window_SizeGadget, FALSE,
		WindowContents, GrupoJanelaPrincipal2,
	End;

	CAnualLabel = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CAnualLabel,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CAnualBarraInitial = MUI_MakeObject(MUIO_BarTitle, GetMBString(MSG_CAnualBarraInitialTitle));

	ObjectApp->CAnualMes1 = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->CAnualMes1Content,
	End;

	CAnualBarraFinal = MUI_MakeObject(MUIO_BarTitle, GetMBString(MSG_CAnualBarraFinalTitle));

	ObjectApp->CAnualMes2 = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->CAnualMes2Content,
	End;

	CAnualBarraYear = MUI_MakeObject(MUIO_BarTitle, GetMBString(MSG_CAnualBarraYearTitle));

	ObjectApp->CAnualEsquerda = SimpleButton(GetMBString(MSG_CAnualEsquerda));

	ObjectApp->CAnualText = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 10,
	End;

	ObjectApp->CAnualDireita = SimpleButton(GetMBString(MSG_CAnualDireita));

	GrupoCAnualAno = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->CAnualEsquerda,
		Child, ObjectApp->CAnualText,
		Child, ObjectApp->CAnualDireita,
	End;

	BarraOutroMesC = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	CAnualBotaoOK = SimpleButton(GetMBString(MSG_CAnualBotaoOK));

	CAnualBotaoCancel = SimpleButton(GetMBString(MSG_CAnualBotaoCancel));

	CAnualBotoes = GroupObject,
		MUIA_Group_Horiz, TRUE,
		MUIA_Group_SameSize, TRUE,
		Child, CAnualBotaoOK,
		Child, CAnualBotaoCancel,
	End;

	GrupoConsultaAnual = GroupObject,
		Child, CAnualLabel,
		Child, ObjectApp->CAnualBarraInitial,
		Child, ObjectApp->CAnualMes1,
		Child, CAnualBarraFinal,
		Child, ObjectApp->CAnualMes2,
		Child, CAnualBarraYear,
		Child, GrupoCAnualAno,
		Child, BarraOutroMesC,
		Child, CAnualBotoes,
	End;

	ObjectApp->JanelaConsultaAnual = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaConsultaAnual),
		MUIA_Window_ID, MAKE_ID('1', '6', 'W', 'I'),
		WindowContents, GrupoConsultaAnual,
	End;

	LabelConsultaAnualLista = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelConsultaAnualLista,
		MUIA_Text_PreParse, "\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ListConsultaAnual = FloattextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_ReadList,
	End;

	ObjectApp->ListConsultaAnual = ListviewObject,
		MUIA_Listview_Input, FALSE,
		MUIA_Listview_List, ObjectApp->ListConsultaAnual,
	End;

	ObjectApp->CAnualGauge = GaugeObject,
		GaugeFrame,
		MUIA_FixHeight, 10,
		MUIA_Gauge_Horiz, TRUE,
		MUIA_Gauge_Max, 100,
	End;

	CAnualPercentual = ScaleObject,
		MUIA_Scale_Horiz, TRUE,
	End;

	CAnualListBotaoOK = SimpleButton(GetMBString(MSG_CAnualListBotaoOK));

	GrupoConsultaAnualLista = GroupObject,
		Child, LabelConsultaAnualLista,
		Child, ObjectApp->ListConsultaAnual,
		Child, ObjectApp->CAnualGauge,
		Child, CAnualPercentual,
		Child, CAnualListBotaoOK,
	End;

	ObjectApp->JanelaConsultaAnualLista = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaConsultaAnualLista),
		MUIA_Window_ID, MAKE_ID('1', '7', 'W', 'I'),
		WindowContents, GrupoConsultaAnualLista,
	End;

	ObjectApp->LabelPedidoRegistro = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelPedidoRegistro,
		MUIA_Text_PreParse, "\0338\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->PedidoNick = StringObject,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_PedidoNickTitle),
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	ObjectApp->PedidoFreedomCall = StringObject,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_FrameTitle, GetMBString(MSG_PedidoFreedomCallTitle),
		MUIA_String_MaxLen, 256,
		MUIA_String_Format, MUIV_String_Format_Center,
	End;

	PedidoBarra = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	BotaoPedidoAccept = SimpleButton(GetMBString(MSG_BotaoPedidoAccept));

	BotaoPedidoCancel = SimpleButton(GetMBString(MSG_BotaoPedidoCancel));

	GrupoBotoesPedidoRegistro = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, BotaoPedidoAccept,
		Child, BotaoPedidoCancel,
	End;

	GrupoJanelaPedidoRegistro = GroupObject,
		Child, ObjectApp->LabelPedidoRegistro,
		Child, ObjectApp->PedidoNick,
		Child, ObjectApp->PedidoFreedomCall,
		Child, PedidoBarra,
		Child, GrupoBotoesPedidoRegistro,
	End;

	ObjectApp->JanelaPedidoRegistro = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaPedidoRegistro),
		MUIA_Window_ID, MAKE_ID('1', '8', 'W', 'I'),
		WindowContents, GrupoJanelaPedidoRegistro,
	End;

	LabelSelectDate2 = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelSelectDate2,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->ComboMes2 = CycleObject,
		MUIA_Cycle_Entries, ObjectApp->ComboMes2Content,
	End;

	ObjectApp->AnoBotaEsquerda2 = SimpleButton(GetMBString(MSG_AnoBotaEsquerda2));

	ObjectApp->TextAno2 = StringObject,
		MUIA_Frame, MUIV_Frame_String,
		MUIA_String_MaxLen, 10,
	End;

	ObjectApp->AnoBotaoDireita2 = SimpleButton(GetMBString(MSG_AnoBotaoDireita2));

	GrupoOtherAno2 = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, ObjectApp->AnoBotaEsquerda2,
		Child, ObjectApp->TextAno2,
		Child, ObjectApp->AnoBotaoDireita2,
	End;

	BarraOutroMes2 = RectangleObject,
		MUIA_Rectangle_HBar, TRUE,
		MUIA_FixHeight, 8,
	End;

	OutroMesBotaoOK2 = SimpleButton(GetMBString(MSG_OutroMesBotaoOK2));

	OutroMesBotaoCancel2 = SimpleButton(GetMBString(MSG_OutroMesBotaoCancel2));

	PaiDosBotoesOtherMonth2 = GroupObject,
		MUIA_Group_Horiz, TRUE,
		MUIA_Group_SameSize, TRUE,
		Child, OutroMesBotaoOK2,
		Child, OutroMesBotaoCancel2,
	End;

	GrupoSelecionaMes = GroupObject,
		Child, LabelSelectDate2,
		Child, ObjectApp->ComboMes2,
		Child, GrupoOtherAno2,
		Child, BarraOutroMes2,
		Child, PaiDosBotoesOtherMonth2,
	End;

	MNlabel5971ActualDate = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel5971ActualDate),
		MUIA_Menuitem_Shortcut, GetMBString(MSG_MNlabel5971ActualDateChar),
	End;

	MNlabel5971Menu = MenuitemObject,
		MUIA_Menuitem_Title, GetMBString(MSG_MNlabel5971Menu),
		MUIA_Family_Child, MNlabel5971ActualDate,
	End;

	ObjectApp->MN_label_5971 = MenustripObject,
		MUIA_Family_Child, MNlabel5971Menu,
	End;

	ObjectApp->JanelaSelecionaMesCustos = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaSelecionaMesCustos),
		MUIA_Window_Menustrip, ObjectApp->MN_label_5971,
		MUIA_Window_ID, MAKE_ID('1', '9', 'W', 'I'),
		WindowContents, GrupoSelecionaMes,
	End;

	ObjectApp->LabelCheckCosts = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_LabelCheckCosts,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CheckContaProvedor = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CheckContaProvedor,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CheckTotalHoras = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CheckTotalHoras,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CheckContaTelefonica = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CheckContaTelefonica,
		MUIA_Text_SetMin, TRUE,
	End;

	ObjectApp->CheckHorasExtras = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CheckHorasExtras,
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoCheckCosts2 = GroupObject,
		MUIA_Group_Columns, 2,
		Child, ObjectApp->CheckContaProvedor,
		Child, ObjectApp->CheckTotalHoras,
		Child, ObjectApp->CheckContaTelefonica,
		Child, ObjectApp->CheckHorasExtras,
	End;

	ObjectApp->CheckCustoTotal = TextObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_CheckCustoTotal,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoCustoFinal = GroupObject,
		Child, ObjectApp->CheckCustoTotal,
	End;

	GrupoCheckCosts1 = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		Child, ObjectApp->LabelCheckCosts,
		Child, GrupoCheckCosts2,
		Child, GrupoCustoFinal,
	End;

	CheckCostsBotaoOK = SimpleButton(GetMBString(MSG_CheckCostsBotaoOK));

	PaiBotoesCheckCosts = GroupObject,
		MUIA_Group_Horiz, TRUE,
		Child, CheckCostsBotaoOK,
	End;

	GrupoCheckCosts = GroupObject,
		Child, GrupoCheckCosts1,
		Child, PaiBotoesCheckCosts,
	End;

	ObjectApp->JanelaChecaCustos = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaChecaCustos),
		MUIA_Window_ID, MAKE_ID('2', '0', 'W', 'I'),
		WindowContents, GrupoCheckCosts,
	End;

	ObjectApp->RatesLabel = TextObject,
		MUIA_Background, MUII_SHADOWFILL,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_RatesLabel,
		MUIA_Text_PreParse, "\033c\0338",
		MUIA_Text_SetMin, TRUE,
	End;

	x300 = Label(GetMBString(MSG_x300));

	ObjectApp->Edt300 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt300,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x2400 = Label(GetMBString(MSG_x2400));

	ObjectApp->Edt2400 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt2400,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x9600 = Label(GetMBString(MSG_x9600));

	ObjectApp->Edt9600 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt9600,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x14400 = Label(GetMBString(MSG_x14400));

	ObjectApp->Edt14400 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt14400,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x16800 = Label(GetMBString(MSG_x16800));

	ObjectApp->Edt16800 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt16800,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x19200 = Label(GetMBString(MSG_x19200));

	ObjectApp->Edt19200 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt19200,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x21600 = Label(GetMBString(MSG_x21600));

	ObjectApp->Edt21600 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt21600,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x24000 = Label(GetMBString(MSG_x24000));

	ObjectApp->Edt24000 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt24000,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x26400 = Label(GetMBString(MSG_x26400));

	ObjectApp->Edt26400 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt26400,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x28800 = Label(GetMBString(MSG_x28800));

	ObjectApp->Edt28800 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt28800,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x30666 = Label(GetMBString(MSG_x30666));

	ObjectApp->Edt30666 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt30666,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x31200 = Label(GetMBString(MSG_x31200));

	ObjectApp->Edt31200 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt31200,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x31250 = Label(GetMBString(MSG_x31250));

	ObjectApp->Edt31250 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt31250,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x32000 = Label(GetMBString(MSG_x32000));

	ObjectApp->Edt32000 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt32000,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x33600 = Label(GetMBString(MSG_x33600));

	ObjectApp->Edt33600 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt33600,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x38400 = Label(GetMBString(MSG_x38400));

	ObjectApp->Edt38400 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt38400,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x45333 = Label(GetMBString(MSG_x45333));

	ObjectApp->Edt45333 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt45333,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x46666 = Label(GetMBString(MSG_x46666));

	ObjectApp->Edt46666 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt46666,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x48000 = Label(GetMBString(MSG_x48000));

	ObjectApp->Edt48000 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt48000,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x49333 = Label(GetMBString(MSG_x49333));

	ObjectApp->Edt49333 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt49333,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x50666 = Label(GetMBString(MSG_x50666));

	ObjectApp->Edt50666 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt50666,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x52000 = Label(GetMBString(MSG_x52000));

	ObjectApp->Edt52000 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt52000,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x54666 = Label(GetMBString(MSG_x54666));

	ObjectApp->Edt54666 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt54666,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x57333 = Label(GetMBString(MSG_x57333));

	ObjectApp->Edt57333 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt57333,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x57600 = Label(GetMBString(MSG_x57600));

	ObjectApp->Edt57600 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt57600,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	x64000 = Label(GetMBString(MSG_x64000));

	ObjectApp->Edt64000 = TextObject,
		MUIA_Background, MUII_TextBack,
		MUIA_Frame, MUIV_Frame_Text,
		MUIA_Text_Contents, ObjectApp->STR_Edt64000,
		MUIA_Text_PreParse, "\033c",
		MUIA_Text_SetMin, TRUE,
	End;

	GrupoRates = GroupObject,
		MUIA_Group_Columns, 4,
		Child, x300,
		Child, ObjectApp->Edt300,
		Child, x2400,
		Child, ObjectApp->Edt2400,
		Child, x9600,
		Child, ObjectApp->Edt9600,
		Child, x14400,
		Child, ObjectApp->Edt14400,
		Child, x16800,
		Child, ObjectApp->Edt16800,
		Child, x19200,
		Child, ObjectApp->Edt19200,
		Child, x21600,
		Child, ObjectApp->Edt21600,
		Child, x24000,
		Child, ObjectApp->Edt24000,
		Child, x26400,
		Child, ObjectApp->Edt26400,
		Child, x28800,
		Child, ObjectApp->Edt28800,
		Child, x30666,
		Child, ObjectApp->Edt30666,
		Child, x31200,
		Child, ObjectApp->Edt31200,
		Child, x31250,
		Child, ObjectApp->Edt31250,
		Child, x32000,
		Child, ObjectApp->Edt32000,
		Child, x33600,
		Child, ObjectApp->Edt33600,
		Child, x38400,
		Child, ObjectApp->Edt38400,
		Child, x45333,
		Child, ObjectApp->Edt45333,
		Child, x46666,
		Child, ObjectApp->Edt46666,
		Child, x48000,
		Child, ObjectApp->Edt48000,
		Child, x49333,
		Child, ObjectApp->Edt49333,
		Child, x50666,
		Child, ObjectApp->Edt50666,
		Child, x52000,
		Child, ObjectApp->Edt52000,
		Child, x54666,
		Child, ObjectApp->Edt54666,
		Child, x57333,
		Child, ObjectApp->Edt57333,
		Child, x57600,
		Child, ObjectApp->Edt57600,
		Child, x64000,
		Child, ObjectApp->Edt64000,
	End;

	GrupoRatesP = GroupObject,
		MUIA_Background, MUII_RequesterBack,
		MUIA_Frame, MUIV_Frame_Group,
		Child, ObjectApp->RatesLabel,
		Child, GrupoRates,
	End;

	ObjectApp->RatesBotaoOk = SimpleButton(GetMBString(MSG_RatesBotaoOk));

	RatesBotoes = GroupObject,
		Child, ObjectApp->RatesBotaoOk,
	End;

	GrupoPrincipalRates = GroupObject,
		Child, GrupoRatesP,
		Child, RatesBotoes,
	End;

	ObjectApp->JanelaRates = WindowObject,
		MUIA_Window_Title, GetMBString(MSG_JanelaRates),
		MUIA_Window_ID, MAKE_ID('2', '1', 'W', 'I'),
		WindowContents, GrupoPrincipalRates,
	End;

	ObjectApp->App = ApplicationObject,
		MUIA_Application_Author, "Cristian Robert Gallas",
		MUIA_Application_Base, "Freedom Call",
		MUIA_Application_Title, "FreedomCall",
		MUIA_Application_Version, "$VER: Freedom Call V1.14 (05.11.00)",
		MUIA_Application_Copyright, GetMBString(MSG_AppCopyright),
		MUIA_Application_Description, GetMBString(MSG_AppDescription),
		MUIA_Application_HelpFile, "Freedom.guide",
		SubWindow, ObjectApp->JanelaPrincipal,
		SubWindow, ObjectApp->EspereGerando,
		SubWindow, ObjectApp->JanelaDesseMes,
		SubWindow, ObjectApp->JanelaConfiguracao,
		SubWindow, ObjectApp->JanelaAbout,
		SubWindow, ObjectApp->JanelaSelecionaMes,
		SubWindow, ObjectApp->JanelaDeImportacaoRegistro,
		SubWindow, ObjectApp->JanelaDiaSemana,
		SubWindow, ObjectApp->JanelaCincoLigacoes,
		SubWindow, ObjectApp->JanelaDeInputManual,
		SubWindow, ObjectApp->JanelaInputSalvaValores,
		SubWindow, ObjectApp->JanelaTodasLigacoes,
		SubWindow, ObjectApp->JanelaSelecionaPeriodo,
		SubWindow, ObjectApp->JanelaGeracaoQuery,
		SubWindow, ObjectApp->JanelaMsg,
		SubWindow, ObjectApp->JanelaPrincipal2,
		SubWindow, ObjectApp->JanelaConsultaAnual,
		SubWindow, ObjectApp->JanelaConsultaAnualLista,
		SubWindow, ObjectApp->JanelaPedidoRegistro,
		SubWindow, ObjectApp->JanelaSelecionaMesCustos,
		SubWindow, ObjectApp->JanelaChecaCustos,
		SubWindow, ObjectApp->JanelaRates,
	End;


	if (!ObjectApp->App)
	{
		FreeVec(ObjectApp);
		return(NULL);
	}

	DoMethod(MNlabel2About,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AcertaAboutHook
		);

	DoMethod(MNlabel2About,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MenuPrincipalAboutMUI,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AboutMUIHook
		);

	DoMethod(MNlabel2Hide,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AplicacaoHideHook
		);

	DoMethod(MNlabel2Quit,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit
		);

	DoMethod(MNlabel2Quit,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(MenuPrincipalLastFiveCalls,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MenuPrincipalLastFiveCalls,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaUltimasCincoHook
		);

	DoMethod(MNlabel2ThisMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(MNlabel2ThisMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(MNlabel2OtherMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroHook
		);

	DoMethod(MenuPrincipalGlobal,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaGlobalHook
		);

	DoMethod(MenuPrincipalGlobal,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(MenuPrincipalDatePeriod,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MenuPrincipalAnual,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroAnualHook
		);

	DoMethod(CheckCosts,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(CheckCosts,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseCheckCostHook
		);

	DoMethod(CheckCosts2,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroCustoHook
		);

	DoMethod(MPManualInputCall,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistro2Hook
		);

	DoMethod(MPFirstGenerationMiami,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &GeracaoHook
		);

	DoMethod(MNlabel2Configuration,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MenuPrincipalMain,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpMainHook
		);

	DoMethod(MenuPrincipalUsage,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpUsageHook
		);

	DoMethod(MenuPrincipalHistory,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpHistoryHook
		);

	DoMethod(ObjectApp->JanelaPrincipal,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit
		);

	DoMethod(ObjectApp->JanelaPrincipal,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(BotaoCheckCustos,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(BotaoCheckCustos,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseCheckCostHook
		);

	DoMethod(BotaoDesseMes,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(BotaoDesseMes,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(BotaoCheckMes,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroHook
		);

	DoMethod(BotaoGlobal,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaGlobalHook
		);

	DoMethod(BotaoGlobal,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(BotaoConsultaAnual,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroAnualHook
		);

	DoMethod(BotaoUltimasCinco,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(BotaoUltimasCinco,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaUltimasCincoHook
		);

	DoMethod(BotaoPrefs,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(BotaoAbout,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AcertaAboutHook
		);

	DoMethod(BotaoAbout,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(ObjectApp->JanelaPrincipal,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->EspereGerando,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoDesseMes,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaDesseMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoCheckMes,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoGlobal,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(DesseMesBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDesseMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(DesseMesBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(BotaoDessaSemana,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDiaSemana,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(BotaoDessaSemana,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaSemanaHook
		);

	DoMethod(ObjectApp->BotaoHtml,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AbreHtmlHook
		);

	DoMethod(DesseBotaoRates,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaRates,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(DesseBotaoRates,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaRatesHook
		);

	DoMethod(DesseBotaoAllCalls,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaTodasLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(DesseBotaoAllCalls,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaOutroMesTodasHook
		);

	DoMethod(ObjectApp->JanelaDesseMes,
		MUIM_Window_SetCycleChain, ObjectApp->BotaoHtml,
		0
		);

	DoMethod(ObjectApp->JanelaConfiguracao,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaConfiguracao,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, TRUE,
		ObjectApp->HtmlName,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, FALSE,
		ObjectApp->HtmlName,
		3,
		MUIM_Set, MUIA_Disabled, TRUE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, TRUE,
		ObjectApp->CheckReports,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, FALSE,
		ObjectApp->CheckReports,
		3,
		MUIM_Set, MUIA_Disabled, TRUE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, TRUE,
		ObjectApp->BotaoHtml,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, FALSE,
		ObjectApp->BotaoHtml,
		3,
		MUIM_Set, MUIA_Disabled, TRUE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, TRUE,
		ObjectApp->CheckGlobalHtml,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->HtmlCheck,
		MUIM_Notify, MUIA_Selected, FALSE,
		ObjectApp->CheckGlobalHtml,
		3,
		MUIM_Set, MUIA_Disabled, TRUE
		);

	DoMethod(ObjectApp->PrefsFreeHInicio,
		MUIM_Notify, MUIA_String_Acknowledge, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ObjectApp->PrefsFreeHFim,
		MUIM_Notify, MUIA_String_Acknowledge, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ObjectApp->PrefsDiaInicial,
		MUIM_Notify, MUIA_String_Acknowledge, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ObjectApp->GrupoFoneInputCheck,
		MUIM_Notify, MUIA_Selected, TRUE,
		ObjectApp->GrupoFoneInput,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->GrupoFoneInputCheck,
		MUIM_Notify, MUIA_Selected, FALSE,
		ObjectApp->GrupoFoneInput,
		3,
		MUIM_Set, MUIA_Disabled, TRUE
		);

	DoMethod(ObjectApp->CategoriesList,
		MUIM_Notify, MUIA_Listview_DoubleClick, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DoubleClickCategoriaHook
		);

	DoMethod(ObjectApp->CategorieBotaoDefault,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &SelecionaCategoriaDefaultHook
		);

	DoMethod(ObjectApp->CategorieBotaoDeleta,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DeletaCategoriaHook
		);

	DoMethod(ObjectApp->LimitesLista,
		MUIM_Notify, MUIA_Listview_DoubleClick, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DoubleClickLimitesHook
		);

	DoMethod(ObjectApp->LimitesAdicona,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AdicionaLimiteHook
		);

	DoMethod(ObjectApp->LimitesDeleta,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &RemoveLimiteHook
		);

	DoMethod(ObjectApp->LimitesClearAll,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaLimitesHook
		);

	DoMethod(ObjectApp->LimitesBotoes2Save,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &SalvaCategoriaHook
		);

	DoMethod(ObjectApp->PrefsBotaoExport,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaPedidoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(ObjectApp->PrefsBotaoImport,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeImportacaoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(ConfBotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ConfBotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ConfBotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &SalvaConfiguracaoHook
		);

	DoMethod(ConfBotaoUse,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ConfBotaoUse,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaConfiguracaoHook
		);

	DoMethod(ConfBotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ConfBotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaConfiguracaoHook
		);

	DoMethod(ObjectApp->JanelaConfiguracao,
		MUIM_Window_SetCycleChain, ObjectApp->ConfPrecision,
		ObjectApp->ConfUnit,
		ObjectApp->PrefsComboMenu,
		ObjectApp->RequestMiamiLog,
		ObjectApp->LabelVisualGeneration,
		ObjectApp->LabelGenerationStartup,
		ObjectApp->DataBaseName,
		ObjectApp->ExcededTime,
		ObjectApp->ExcededYear,
		ObjectApp->HtmlCheck,
		ObjectApp->HtmlName,
		ObjectApp->CheckReports,
		ObjectApp->CheckGlobalHtml,
		ObjectApp->Browser,
		ObjectApp->CheckLocalHost,
		ObjectApp->InputLimitTime,
		ObjectApp->HoraExtra,
		ObjectApp->ContaProvedor,
		ObjectApp->PrefsFreeHInicio,
		ObjectApp->PrefsFreeHFim,
		ObjectApp->PrefsDiaInicial,
		ObjectApp->ProviderRetornaMes,
		ObjectApp->GrupoFoneInput,
		ObjectApp->GrupoFoneInputCheck,
		ObjectApp->CategoriesList,
		ObjectApp->CategorieBotaoDefault,
		ObjectApp->CategorieBotaoDeleta,
		ObjectApp->CategDiretorio,
		ObjectApp->CategValorDefault,
		ObjectApp->NomeCategoria,
		ObjectApp->NomeMoeda,
		ObjectApp->ComboMoeda,
		ObjectApp->LimitesLista,
		ObjectApp->LimitesHInicio,
		ObjectApp->LimitesHFinal,
		ObjectApp->LimiteCusto,
		ObjectApp->ComboCost,
		ObjectApp->LimitesAdicona,
		ObjectApp->LimitesDeleta,
		ObjectApp->LimitesClearAll,
		ObjectApp->LimitesBotoes2Save,
		ObjectApp->RegisterName,
		ObjectApp->RegisterOrganization,
		ObjectApp->RegisterEmail,
		ObjectApp->RegisterKey,
		ObjectApp->RegisterKeyReal,
		ObjectApp->RegisterCountry,
		ObjectApp->RegisterCity,
		ObjectApp->PrefsBotaoExport,
		ObjectApp->PrefsBotaoImport,
		0
		);

	DoMethod(ObjectApp->JanelaAbout,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaAbout,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoAbout,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(AboutBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaAbout,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(MNlabel379ActualDate,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DataAtualHook
		);

	DoMethod(ObjectApp->JanelaSelecionaMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoCheckMes,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaSelecionaMes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaSelecionaMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->MesBotaEsquerda,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DiminuiMesHook
		);

	DoMethod(ObjectApp->MesBotaoDireita,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AumentaMesHook
		);

	DoMethod(ObjectApp->DiaBotaEsquerda,
		MUIM_Notify, MUIA_Pressed, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DiminuiDiaHook
		);

	DoMethod(ObjectApp->DiaBotaoDireita,
		MUIM_Notify, MUIA_Pressed, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AumentaDiaHook
		);

	DoMethod(ObjectApp->AnoBotaEsquerda,
		MUIM_Notify, MUIA_Pressed, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DiminuiAnoHook
		);

	DoMethod(ObjectApp->AnoBotaoDireita,
		MUIM_Notify, MUIA_Pressed, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AumentaAnoHook
		);

	DoMethod(OutroMesBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(OutroMesBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaOutroMesHook
		);

	DoMethod(OutroMesBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(OutroMesDatePeriod,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(OutroMesDatePeriod,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(OutroMesBotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaMes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaSelecionaMes,
		MUIM_Window_SetCycleChain, ObjectApp->MesBotaEsquerda,
		ObjectApp->ComboMes,
		ObjectApp->MesBotaoDireita,
		ObjectApp->DiaBotaEsquerda,
		ObjectApp->TextDia,
		ObjectApp->DiaBotaoDireita,
		ObjectApp->AnoBotaEsquerda,
		ObjectApp->TextAno,
		ObjectApp->AnoBotaoDireita,
		ObjectApp->ComboSelect,
		0
		);

	DoMethod(ObjectApp->JanelaDeImportacaoRegistro,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->PrefsBotaoImport,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaDeImportacaoRegistro,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaDeImportacaoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ImportaBotaoAceitar,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &GerarImportacaoRegistroHook
		);

	DoMethod(ImportaBotaoAceitar,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeImportacaoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ImportaBotaoCancelar,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeImportacaoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaDeImportacaoRegistro,
		MUIM_Window_SetCycleChain, ObjectApp->DirImportaRegistro,
		0
		);

	DoMethod(ObjectApp->JanelaDiaSemana,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoDessaSemana,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaDiaSemana,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaDiaSemana,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->SemanaBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDiaSemana,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaDiaSemana,
		MUIM_Window_SetCycleChain, ObjectApp->SemanaBotaoOk,
		0
		);

	DoMethod(ObjectApp->JanelaCincoLigacoes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoUltimasCinco,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(ObjectApp->JanelaCincoLigacoes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(CincoBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(CincoBotaoUpdate,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaUltimasCincoHook
		);

	DoMethod(ObjectApp->JanelaCincoLigacoes,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaDeInputManual,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaDeInputManual,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(InputBotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &SalvaNovoInputHook
		);

	DoMethod(InputBotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeInputManual,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaDeInputManual,
		MUIM_Window_SetCycleChain, ObjectApp->LabelInputPhone,
		ObjectApp->LabelInputDateLogin,
		ObjectApp->LabelInputHourLogin,
		ObjectApp->LabelInputTimeOnline,
		ObjectApp->ComboStatusInput,
		0
		);

	DoMethod(ObjectApp->JanelaInputSalvaValores,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaInputSalvaValores,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(Input2BotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaInputSalvaValores,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(Input2BotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &SalvaInputManualHook
		);

	DoMethod(Input2BotaoSave,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeInputManual,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(Input2BotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaInputSalvaValores,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(Input2BotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaDeInputManual,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(ObjectApp->JanelaInputSalvaValores,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaTodasLigacoes,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaTodasLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(TodasLigacoesBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaTodasLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaTodasLigacoes,
		MUIM_Window_SetCycleChain, ObjectApp->ListTodasLigacoes,
		0
		);

	DoMethod(ObjectApp->JanelaSelecionaPeriodo,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaSelecionaPeriodo,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		BotaoCheckMes,
		3,
		MUIM_Set, MUIA_Disabled, FALSE
		);

	DoMethod(PeridoBotaoAccept,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(PeridoBotaoAccept,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaPeriodoHook
		);

	DoMethod(PeridoBotaoAccept,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(PeriodoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaSelecionaPeriodo,
		MUIM_Window_SetCycleChain, ObjectApp->InputPeriodo1,
		ObjectApp->InputPeriodo2,
		ObjectApp->BarraPeriodo,
		0
		);

	DoMethod(ObjectApp->JanelaGeracaoQuery,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaMsg,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(MNlabel3667About,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AcertaAboutHook
		);

	DoMethod(MNlabel3667About,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MNlabel3667AboutMUI,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AboutMUIHook
		);

	DoMethod(MNlabel3667Iconified,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AplicacaoHideHook
		);

	DoMethod(MNlabel3667Exit,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit
		);

	DoMethod(MNlabel3667Exit,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(MNlabel3667LastFiveCalls,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MNlabel3667LastFiveCalls,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaUltimasCincoHook
		);

	DoMethod(MNlabel3667ThisMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(MNlabel3667ThisMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(MNlabel3667OtherMonth,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroHook
		);

	DoMethod(MNlabel3667GStats,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaGlobalHook
		);

	DoMethod(MNlabel3667GStats,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(MNlabel3667DatePeriod,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaSelecionaPeriodo,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MNlabel3667Anual,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroAnualHook
		);

	DoMethod(CheckCostsG,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(CheckCostsG,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseCheckCostHook
		);

	DoMethod(CheckCostsG2,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroCustoHook
		);

	DoMethod(MNlabel3667CallInput,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistro2Hook
		);

	DoMethod(MNlabel3667FirstMiami,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &GeracaoHook
		);

	DoMethod(MNlabel3667Configuration,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(MNlabel3667Main,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpMainHook
		);

	DoMethod(MNlabel3667Usage,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpUsageHook
		);

	DoMethod(MNlabel3667History,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &HelpHistoryHook
		);

	DoMethod(ObjectApp->JanelaPrincipal2,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(ObjectApp->JanelaPrincipal2,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_Application_ReturnID, MUIV_Application_ReturnID_Quit
		);

	DoMethod(CostImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(CostImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseCheckCostHook
		);

	DoMethod(ThisImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaEsseMesHook
		);

	DoMethod(ThisImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(OtherImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroHook
		);

	DoMethod(GlobalImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaGlobalHook
		);

	DoMethod(GlobalImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseMesHook
		);

	DoMethod(AnualImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &TestaRegistroAnualHook
		);

	DoMethod(LastCImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaCincoLigacoes,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(LastCImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaUltimasCincoHook
		);

	DoMethod(PrefsImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConfiguracao,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(AboutImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AcertaAboutHook
		);

	DoMethod(AboutImageB,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaAbout,
		3,
		MUIM_Set, MUIA_Window_Open, TRUE
		);

	DoMethod(ObjectApp->JanelaPrincipal2,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaConsultaAnual,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaConsultaAnual,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->CAnualEsquerda,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AnualDiminuiAnoHook
		);

	DoMethod(ObjectApp->CAnualDireita,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AnualAumentaAnoHook
		);

	DoMethod(CAnualBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConsultaAnual,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(CAnualBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &ConsultaAnualHook
		);

	DoMethod(CAnualBotaoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConsultaAnual,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaConsultaAnual,
		MUIM_Window_SetCycleChain, ObjectApp->CAnualBarraInitial,
		ObjectApp->CAnualMes1,
		ObjectApp->CAnualMes2,
		ObjectApp->CAnualEsquerda,
		ObjectApp->CAnualText,
		ObjectApp->CAnualDireita,
		0
		);

	DoMethod(ObjectApp->JanelaConsultaAnualLista,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaConsultaAnualLista,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(CAnualListBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaConsultaAnualLista,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaConsultaAnualLista,
		MUIM_Window_SetCycleChain, ObjectApp->ListConsultaAnual,
		0
		);

	DoMethod(ObjectApp->JanelaPedidoRegistro,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaPedidoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(BotaoPedidoAccept,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &GeraPedidoRegistroHook
		);

	DoMethod(BotaoPedidoCancel,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaPedidoRegistro,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaPedidoRegistro,
		MUIM_Window_SetCycleChain, ObjectApp->PedidoNick,
		ObjectApp->PedidoFreedomCall,
		0
		);

	DoMethod(MNlabel5971ActualDate,
		MUIM_Notify, MUIA_Menuitem_Trigger, MUIV_EveryTime,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DataAtualHook
		);

	DoMethod(ObjectApp->JanelaSelecionaMesCustos,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaSelecionaMesCustos,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->AnoBotaEsquerda2,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &DiminuiAno2Hook
		);

	DoMethod(ObjectApp->AnoBotaoDireita2,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &AumentaAno2Hook
		);

	DoMethod(OutroMesBotaoOK2,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &PreparaChequeCustosHook
		);

	DoMethod(OutroMesBotaoOK2,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &CarregaEsseCheckCostHook
		);

	DoMethod(OutroMesBotaoCancel2,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaSelecionaMesCustos,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaSelecionaMesCustos,
		MUIM_Window_SetCycleChain, ObjectApp->ComboMes2,
		ObjectApp->AnoBotaEsquerda2,
		ObjectApp->TextAno2,
		ObjectApp->AnoBotaoDireita2,
		0
		);

	DoMethod(ObjectApp->JanelaChecaCustos,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaChecaCustos,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaChecaCustos,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(CheckCostsBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaChecaCustos,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(CheckCostsBotaoOK,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->App,
		2,
		MUIM_CallHook, &LimpaSaidaHook
		);

	DoMethod(ObjectApp->JanelaChecaCustos,
		MUIM_Window_SetCycleChain, 0
		);

	DoMethod(ObjectApp->JanelaRates,
		MUIM_Notify, MUIA_Window_CloseRequest, TRUE,
		ObjectApp->JanelaRates,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->RatesBotaoOk,
		MUIM_Notify, MUIA_Pressed, FALSE,
		ObjectApp->JanelaRates,
		3,
		MUIM_Set, MUIA_Window_Open, FALSE
		);

	DoMethod(ObjectApp->JanelaRates,
		MUIM_Window_SetCycleChain, ObjectApp->RatesBotaoOk,
		0
		);


	return(ObjectApp);
}

void DisposeApp(struct ObjApp * ObjectApp)
{
	MUI_DisposeObject(ObjectApp->App);
	FreeVec(ObjectApp);
}
