/*
               File: RegLeft_Temp1
        Description: Registracion Template1
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:4:35.88
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function regleft_temp1(CmpContext) {
   this.ServerClass =  "RegLeft_Temp1" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e121b2_client=function()
   {
      this.executeServerEvent("'NEWUSER'", true);
   }
   this.e131b2_client=function()
   {
      this.executeServerEvent("'ENTERUSER'", true);
   }
   this.e141b2_client=function()
   {
      this.executeServerEvent("'LOGOUT'", true);
   }
   this.e161b2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e171b2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[22,27];
   this.GXLastCtrlId =27;
   this.GXValidFnc[22]={lvl:0,type:"svchar",len:100,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_USERREGISTERMAIL",gxz:"ZV11UserRegisterMail",gxold:"OV11UserRegisterMail",gxvar:"AV11UserRegisterMail",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV11UserRegisterMail=Value},v2z:function(Value){gx.O.ZV11UserRegisterMail=Value},v2c:function(){gx.fn.setControlValue("_USERREGISTERMAIL",gx.O.AV11UserRegisterMail,0)},c2v:function(){gx.O.AV11UserRegisterMail=this.val()},val:function(){return gx.fn.getControlValue("_USERREGISTERMAIL")}};
   this.GXValidFnc[27]={lvl:0,type:"svchar",len:40,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_USERREGISTERPASSWORD",gxz:"ZV12UserRegisterPassword",gxold:"OV12UserRegisterPassword",gxvar:"AV12UserRegisterPassword",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV12UserRegisterPassword=Value},v2z:function(Value){gx.O.ZV12UserRegisterPassword=Value},v2c:function(){gx.fn.setControlValue("_USERREGISTERPASSWORD",gx.O.AV12UserRegisterPassword,0)},c2v:function(){gx.O.AV12UserRegisterPassword=this.val()},val:function(){return gx.fn.getControlValue("_USERREGISTERPASSWORD")}};
   this.AV11UserRegisterMail = "";
   this.ZV11UserRegisterMail = "";
   this.OV11UserRegisterMail = "";
   this.AV12UserRegisterPassword = "";
   this.ZV12UserRegisterPassword = "";
   this.OV12UserRegisterPassword = "";
   this.A533ProjectClientUserPass = "";
   this.A532ProjectClientUserMail = "";
   this.A173UserRegisterCompany = 0;
   this.A174UserRegisterPassword = "";
   this.A172UserRegisterMail = "";
   this.A542UserRegisterLastName = "";
   this.A175UserRegisterName = "";
   this.A44CompanyId = 0;
   this.A323CompanyEnabledNewReg = "";
   this.ServerEvents = ["e121b2_client" ,"e131b2_client" ,"e141b2_client" ,"e161b2_client" ,"e171b2_client"];
   this.SetStandaloneVars( );
}
