/*
               File: AppMasterPage
        Description: Application Master Page
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 8/24/2010 11:10:2.65
       Program type: Callable routine
          Main DBMS: oracle7
*/
gx.evt.autoSkip = false;
function appmasterpage() {
   this.ServerClass =  "AppMasterPage" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.IsMasterPage=true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e14012_client=function()
   {
      this.executeServerEvent("ENTER_MPAGE", true);
   }
   this.e15012_client=function()
   {
      this.executeServerEvent("CANCEL_MPAGE", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e14012_client" ,"e15012_client"];
   this.SetStandaloneVars( );
}
appmasterpage.prototype = new gx.GxObject;
gx.setMasterPage(new appmasterpage());
