/*
               File: HLayoutPortal
        Description: Latyout Portal
             Author: GeneXus C# Generator version 10_1_5-42412
       Generated on: 2/6/2012 15:3:13.24
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hlayoutportal() {
   this.ServerClass =  "HLayoutPortal" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.SetStandaloneVars=function()
   {
   };
   this.e135d2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e145d2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXCtrlIds=[2,6,22];
   this.GXLastCtrlId =22;
   this.GXValidFnc[2]={fld:"LAYOUTPORATL_T1",grid:0};
   this.GXValidFnc[6]={fld:"TABLE1",grid:0};
   this.GXValidFnc[22]={fld:"TABLE2",grid:0};
   this.A2EmpCod = 0 ;
   this.A190Emp_IndexTitle = "" ;
   this.ServerEvents = ["e135d2_client" ,"e145d2_client"];
   this.SetStandaloneVars( );
   this.setComponent({id: "WEBCOMP1" ,GXClass: null , Prefix: "W0009" , lvl: 1 });
   this.setComponent({id: "WEBCOMP2" ,GXClass: null , Prefix: "W0014" , lvl: 1 });
   this.setComponent({id: "WEBCOMP3" ,GXClass: null , Prefix: "W0019" , lvl: 1 });
   this.setComponent({id: "WEBCOMP4" ,GXClass: null , Prefix: "W0025" , lvl: 1 });
   this.setComponent({id: "WEBCOMP5" ,GXClass: null , Prefix: "W0030" , lvl: 1 });
   this.setComponent({id: "WEBCOMP6" ,GXClass: null , Prefix: "W0035" , lvl: 1 });
   this.setComponent({id: "WEBCOMP7" ,GXClass: null , Prefix: "W0040" , lvl: 1 });
   this.setComponent({id: "WEBCOMP8" ,GXClass: null , Prefix: "W0045" , lvl: 1 });
}
hlayoutportal.prototype = new gx.GxObject;
gx.setParentObj(new hlayoutportal());

