/*
               File: HSignInPage
        Description: Sign In Page
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:56:10.76
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hsigninpage() {
   this.ServerClass =  "HSignInPage" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = true;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.Validv_Userplayerid=function()
   {
      try {
         var gxballoon = gx.util.balloon.getNew("_USERPLAYERID");
         this.AnyError  = 0;

      }
      catch(e){}
      try {
         if (gxballoon == null) return true; return gxballoon.show();
      }
      catch(e){}
      return true ;
   }
   this.e121j2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e131j2_client=function()
   {
      this.executeServerEvent("FORGOTPASSWORD.CLICK", true);
   }
   this.e141j2_client=function()
   {
      this.executeServerEvent("'REGISTER'", true);
   }
   this.e151j2_client=function()
   {
      this.executeServerEvent("'MEMBER1'", true);
   }
   this.e171j2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[16,23,30];
   this.GXLastCtrlId =30;
   this.GXValidFnc[16]={lvl:0,type:"char",len:30,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:this.Validv_Userplayerid,isvalid:null,fld:"_USERPLAYERID",gxz:"ZV5UserPlayerId",gxold:"OV5UserPlayerId",gxvar:"AV5UserPlayerId",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV5UserPlayerId=Value},v2z:function(Value){gx.O.ZV5UserPlayerId=Value},v2c:function(){gx.fn.setControlValue("_USERPLAYERID",gx.O.AV5UserPlayerId,0)},c2v:function(){gx.O.AV5UserPlayerId=this.val()},val:function(){return gx.fn.getControlValue("_USERPLAYERID")}};
   this.GXValidFnc[23]={lvl:0,type:"char",len:30,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_USERPASSWORD",gxz:"ZV6UserPassword",gxold:"OV6UserPassword",gxvar:"AV6UserPassword",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV6UserPassword=Value},v2z:function(Value){gx.O.ZV6UserPassword=Value},v2c:function(){gx.fn.setControlValue("_USERPASSWORD",gx.O.AV6UserPassword,0)},c2v:function(){gx.O.AV6UserPassword=this.val()},val:function(){return gx.fn.getControlValue("_USERPASSWORD")}};
   this.GXValidFnc[30]={lvl:0,type:"char",len:1,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_REMEMBERME",gxz:"ZV28RememberMe",gxold:"OV28RememberMe",gxvar:"AV28RememberMe",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"checkbox",v2v:function(Value){gx.O.AV28RememberMe=Value},v2z:function(Value){gx.O.ZV28RememberMe=Value},v2c:function(){gx.fn.setCheckBoxValue("_REMEMBERME",gx.O.AV28RememberMe,"Y")},c2v:function(){gx.O.AV28RememberMe=this.val()},val:function(){return gx.fn.getCheckBoxValue("_REMEMBERME","Y","N")}};
   this.AV5UserPlayerId = "";
   this.ZV5UserPlayerId = "";
   this.OV5UserPlayerId = "";
   this.AV6UserPassword = "";
   this.ZV6UserPassword = "";
   this.OV6UserPassword = "";
   this.AV28RememberMe = "";
   this.ZV28RememberMe = "";
   this.OV28RememberMe = "";
   this.A92EmpProfId = 0;
   this.A249UserEMail = "";
   this.A710UserType = "";
   this.A700UserPassword = "";
   this.A24UserId = 0;
   this.A732UserAutoLogin = "";
   this.A254UserPlayerId = "";
   this.ServerEvents = ["e121j2_client" ,"e131j2_client" ,"e141j2_client" ,"e151j2_client" ,"e171j2_client"];
   this.SetStandaloneVars( );
}
hsigninpage.prototype = new gx.GxObject;
gx.setParentObj(new hsigninpage());
