/*
               File: template1
        Description: esquema 1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:31.7
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function template1() {
   this.ServerClass =  "template1" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.IsMasterPage=true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e130p2_client=function()
   {
      this.executeServerEvent("ENTER_MPAGE", true);
   }
   this.e140p2_client=function()
   {
      this.executeServerEvent("CANCEL_MPAGE", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.A306CompanyTemplate = 0;
   this.A44CompanyId = 0;
   this.A170CompanyApp = "";
   this.A307CompanyTemplateTheme = "";
   this.A262CompanyGoogleAnalitycs = "";
   this.ServerEvents = ["e130p2_client" ,"e140p2_client"];
   this.SetStandaloneVars( );
   this.setComponent({id: "TOP" ,GXClass: null , Prefix: "MPW0009" , lvl: 1 });
   this.setComponent({id: "MENU" ,GXClass: null , Prefix: "MPW0012" , lvl: 1 });
   this.setComponent({id: "LEFT" ,GXClass: null , Prefix: "MPW0018" , lvl: 1 });
   this.setComponent({id: "RIGHT" ,GXClass: null , Prefix: "MPW0022" , lvl: 1 });
   this.setComponent({id: "FOOT" ,GXClass: null , Prefix: "MPW0025" , lvl: 1 });
}
template1.prototype = new gx.GxObject;
gx.setMasterPage(new template1());
