/*
               File: contactus
        Description: contactus
             Author: GeneXus C# Generator version 10_1_2-30722
       Generated on: 5/19/2010 17:12:1.5
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function contactus() {
   this.ServerClass =  "contactus" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e12222_client=function()
   {
      this.executeServerEvent("'ENVIAR'", false);
   }
   this.e14222_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e15222_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXCtrlIds=[15,20,25,30,35];
   this.GXLastCtrlId =35;
   this.GXValidFnc[15]={lvl:0,type:"svchar",len:40,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_CONTACTNAME",gxz:"ZV11ContactName",gxold:"OV11ContactName",gxvar:"AV11ContactName",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV11ContactName=Value},v2z:function(Value){gx.O.ZV11ContactName=Value},v2c:function(){gx.fn.setControlValue("_CONTACTNAME",gx.O.AV11ContactName,0)},c2v:function(){gx.O.AV11ContactName=this.val()},val:function(){return gx.fn.getControlValue("_CONTACTNAME")}};
   this.GXValidFnc[20]={lvl:0,type:"svchar",len:40,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_CONTACTLASTNAME",gxz:"ZV9ContactLastname",gxold:"OV9ContactLastname",gxvar:"AV9ContactLastname",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV9ContactLastname=Value},v2z:function(Value){gx.O.ZV9ContactLastname=Value},v2c:function(){gx.fn.setControlValue("_CONTACTLASTNAME",gx.O.AV9ContactLastname,0)},c2v:function(){gx.O.AV9ContactLastname=this.val()},val:function(){return gx.fn.getControlValue("_CONTACTLASTNAME")}};
   this.GXValidFnc[25]={lvl:0,type:"svchar",len:100,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_CONTACTMAIL",gxz:"ZV10ContactMail",gxold:"OV10ContactMail",gxvar:"AV10ContactMail",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV10ContactMail=Value},v2z:function(Value){gx.O.ZV10ContactMail=Value},v2c:function(){gx.fn.setControlValue("_CONTACTMAIL",gx.O.AV10ContactMail,0)},c2v:function(){gx.O.AV10ContactMail=this.val()},val:function(){return gx.fn.getControlValue("_CONTACTMAIL")}};
   this.GXValidFnc[30]={lvl:0,type:"svchar",len:100,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_CONTACTSUBJECT",gxz:"ZV12ContactSubject",gxold:"OV12ContactSubject",gxvar:"AV12ContactSubject",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV12ContactSubject=Value},v2z:function(Value){gx.O.ZV12ContactSubject=Value},v2c:function(){gx.fn.setControlValue("_CONTACTSUBJECT",gx.O.AV12ContactSubject,0)},c2v:function(){gx.O.AV12ContactSubject=this.val()},val:function(){return gx.fn.getControlValue("_CONTACTSUBJECT")}};
   this.GXValidFnc[35]={lvl:0,type:"svchar",len:999,dec:0,sign:false,ro:0,grid:0,gxgrid:null,fnc:null,isvalid:null,fld:"_CONTACTBODY",gxz:"ZV7ContactBody",gxold:"OV7ContactBody",gxvar:"AV7ContactBody",ucs:[],op:[],ip:[],nacdep:[],ctrltype:"edit",v2v:function(Value){gx.O.AV7ContactBody=Value},v2z:function(Value){gx.O.ZV7ContactBody=Value},v2c:function(){gx.fn.setControlValue("_CONTACTBODY",gx.O.AV7ContactBody,0)},c2v:function(){gx.O.AV7ContactBody=this.val()},val:function(){return gx.fn.getControlValue("_CONTACTBODY")}};
   this.AV11ContactName = "";
   this.ZV11ContactName = "";
   this.OV11ContactName = "";
   this.AV9ContactLastname = "";
   this.ZV9ContactLastname = "";
   this.OV9ContactLastname = "";
   this.AV10ContactMail = "";
   this.ZV10ContactMail = "";
   this.OV10ContactMail = "";
   this.AV12ContactSubject = "";
   this.ZV12ContactSubject = "";
   this.OV12ContactSubject = "";
   this.AV7ContactBody = "";
   this.ZV7ContactBody = "";
   this.OV7ContactBody = "";
   this.A44CompanyId = 0;
   this.A341CompanyEnabledContactMail = "";
   this.ServerEvents = ["e12222_client" ,"e14222_client" ,"e15222_client"];
   this.SetStandaloneVars( );
}
contactus.prototype = new gx.GxObject;
gx.setParentObj(new contactus());
