CINXE.COM

InterQC Registration

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_74-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_68-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_73-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=0_2780-ztbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_209-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_206-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=0_2775-ztbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_210-xtbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=0_2689-ztbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=0_2694-ztbVo" /><link rel="stylesheet" type="text/css" href="/DXR.axd?r=1_207-xtbVo" /><link href="App_Themes/Default/css/bootstrap.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Default/css/bootstrap.min.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Default/css/devx-iqc.css" type="text/css" rel="stylesheet" /><link href="App_Themes/Default/css/estilos.css" type="text/css" rel="stylesheet" /><link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700" rel="stylesheet" /><title> InterQC Registration </title> <style> .dxrpControl_Moderno, .dxrpControlGB_Moderno { border: none !important; } </style> <link href="App_Themes/RNA/css/bootstrap.css" type="text/css" rel="stylesheet" /><link href="App_Themes/RNA/css/bootstrap.min.css" type="text/css" rel="stylesheet" /><link href="App_Themes/RNA/css/devx-iqc.css" type="text/css" rel="stylesheet" /><link href="App_Themes/RNA/css/estilos.css" type="text/css" rel="stylesheet" /></head> <body> <script src='/Scripts/jquery-2.1.1.js' type="text/javascript"> </script> <script type="text/javascript"> function btnDeniedRegister_OnClick() { ppFormRegister.PerformCallback("Denied;"); } function btnAcceptedRegister_OnClick() { ppFormRegister.PerformCallback("Accepted;"); } function HasDoPerformCallback(section) { var isRequired = "0"; var nameSectionRequired = "#hfRequiredSectionInstrument" + section; switch (section) { case 1: { if (HasValueGroup1()) isRequired = "1"; break; } case 2: { if (HasValueGroup2()) isRequired = "1"; break; } case 3: { if (HasValueGroup3()) isRequired = "1"; break; } } return isRequired == $(nameSectionRequired).val(); } function ppFormRegister_EndCallback(s, e) { if (s.cpError != null && s.cpError != undefined) { if (s.cpError != "") { MuestraCapaError(s.cpError); } else { lblMessage.SetText(s.cpMessageOk); ppMessage.Show(); ppFormRegister.Hide(); } } } function cbxDistributor_SelectedIndexChanged(s, e) { for (var id = 1; id <= 3; id++) { var manufacturer = ASPxClientControl.GetControlCollection().GetByName('cbxManufacturer' + id); var instrumentModel = ASPxClientControl.GetControlCollection().GetByName('cbxInstrumentModel' + id); var instrumentName = ASPxClientControl.GetControlCollection().GetByName('txtInstrumentName' + id); var serialNumber = ASPxClientControl.GetControlCollection().GetByName('txtSerialNumber' + id); if (manufacturer.GetValue() != null && instrumentModel.GetValue() != null && instrumentName.GetValue() != "" && serialNumber.GetValue() != "") { var cbxVLManufacturer = ASPxClientControl.GetControlCollection().GetByName('cbxVLManufacturer' + id); cbxVLManufacturer.PerformCallback(); var cbxControl = ASPxClientControl.GetControlCollection().GetByName('cbxControl' + id); if (cbxControl.GetValue() != null) { cbxControl.PerformCallback(); } var cbxVialLot1 = ASPxClientControl.GetControlCollection().GetByName('cbxVialLot' + id + '_1'); if (cbxVialLot1.GetValue() != null) { cbxVialLot1.PerformCallback(); } var cbxVialLot2 = ASPxClientControl.GetControlCollection().GetByName('cbxVialLot' + id + '_2'); if (cbxVialLot2.GetValue() != null) { cbxVialLot2.PerformCallback(); } var cbxVialLot3 = ASPxClientControl.GetControlCollection().GetByName('cbxVialLot' + id + '_3'); if (cbxVialLot3.GetValue() != null) { cbxVialLot3.PerformCallback(); } } } } function cbxManufacturer_SelectedIndexChanged(s, e, comboInstrumentModel, section) { if (HasDoPerformCallback(section)) comboInstrumentModel.PerformCallback(s.GetValue()); } function txtInstrumentName_ValueChanged(s, e, cbxVLManufacturer, section) { if (HasDoPerformCallback(section)) cbxVLManufacturer.PerformCallback(s.GetValue()); } function cbxVLManufacturer_SelectedIndexChanged(s, e, comboControl) { comboControl.PerformCallback(s.GetValue()); } function cbxControl_SelectedIndexChanged(s, e, IdControl, comboVialLot1, comboVialLot2, comboVialLot3) { //comboVialLot1.SetVisible(false); //comboVialLot2.SetVisible(false); //comboVialLot3.SetVisible(false); if (IdControl == '1') { cbpControl.PerformCallback("AddControl1;"); } if (IdControl == '2') { cbpControl.PerformCallback("AddControl2;"); } if (IdControl == '3') { cbpControl.PerformCallback("AddControl3;"); } comboVialLot1.PerformCallback(s.GetValue()); //comboVialLot2.PerformCallback(s.GetValue()); //comboVialLot3.PerformCallback(s.GetValue()); } function cbxVialLot1_1_SelectedIndexChanged(s, e, comboVialLot2){ comboVialLot2.PerformCallback(s.GetValue()); } function cbxVialLot1_2_SelectedIndexChanged(s, e, comboVialLot3) { comboVialLot3.PerformCallback(s.GetValue()); } function cbxVialLot2_1_SelectedIndexChanged(s, e, comboVialLot2) { comboVialLot2.PerformCallback(s.GetValue()); } function cbxVialLot2_2_SelectedIndexChanged(s, e, comboVialLot3) { comboVialLot3.PerformCallback(s.GetValue()); } function cbxVialLot3_1_SelectedIndexChanged(s, e, comboVialLot2) { comboVialLot2.PerformCallback(s.GetValue()); } function cbxVialLot3_2_SelectedIndexChanged(s, e, comboVialLot3) { comboVialLot3.PerformCallback(s.GetValue()); } function btnAddInstrument_Click(s, e) { cbpFormRegister.PerformCallback("AddInstrument;"); } function btnSaveRegister_Click(s, e) { var IsValidGroup1 = true; var IsValidGroup2 = true; IsValidGroup1 = ASPxClientEdit.ValidateGroup('CustomerInfoGroup'); IsValidGroup2 = ASPxClientEdit.ValidateGroup('FieldsRequired'); if (!IsValidGroup1 || !IsValidGroup2) { e.processOnServer = false } } function ShowMessage(isOk, message) { if (isOk) { alert(message); window.location.href = "log-in.aspx"; } else { alert(s.cpTextoError); } } function InstrumentModelMissing(message) { alert(message); } function btnReturn_Click(s, e) { window.location.href = "log-in.aspx"; } function chVerifyRobot_CheckedChanged(s, e) { cpRegister.SetEnabled(s.GetChecked()); } function LoadSettings() { cpRegister.SetEnabled(false); } function VialLots1NoVis() { cbxVialLot1_1.ClientVisible = false; } function VisibilidadLotes() { var result = cbpControl.cpControlLinearity; if (result == '1') { var item = fmInstrument1.GetItemByName("VL1_1"); item.SetVisible(false); item = fmInstrument1.GetItemByName("VL1_2"); item.SetVisible(false); item = fmInstrument1.GetItemByName("VL1_3"); item.SetVisible(false); } else { var item = fmInstrument1.GetItemByName("VL1_1"); item.SetVisible(true); item = fmInstrument1.GetItemByName("VL1_2"); item.SetVisible(true); item = fmInstrument1.GetItemByName("VL1_3"); item.SetVisible(true); } var result2 = cbpControl.cpControlLinearity2; if (result2 == '1') { var item = fmInstrument2.GetItemByName("VL2_1"); item.SetVisible(false); item = fmInstrument2.GetItemByName("VL2_2"); item.SetVisible(false); item = fmInstrument2.GetItemByName("VL2_3"); item.SetVisible(false); } else { var item = fmInstrument2.GetItemByName("VL2_1"); item.SetVisible(true); item = fmInstrument2.GetItemByName("VL2_2"); item.SetVisible(true); item = fmInstrument2.GetItemByName("VL2_3"); item.SetVisible(true); } var result3 = cbpControl.cpControlLinearity3; if (result3 == '1') { var item = fmInstrument3.GetItemByName("VL3_1"); item.SetVisible(false); item = fmInstrument3.GetItemByName("VL3_2"); item.SetVisible(false); item = fmInstrument3.GetItemByName("VL3_3"); item.SetVisible(false); } else { var item = fmInstrument3.GetItemByName("VL3_1"); item.SetVisible(true); item = fmInstrument3.GetItemByName("VL3_2"); item.SetVisible(true); item = fmInstrument3.GetItemByName("VL3_3"); item.SetVisible(true); } } function RefreshRequired(groupId, controlName) { if (groupId == 1) { if (!HasValueGroup1()) { cbxManufacturer1.SetIsValid(true); cbxInstrumentModel1.SetIsValid(true); txtInstrumentName1.SetIsValid(true); txtSerialNumber1.SetIsValid(true); cbxTypeValidationData1.SetIsValid(true); cbxVLManufacturer1.SetIsValid(true); cbxControl1.SetIsValid(true); cbxVialLot1_1.SetIsValid(true); } else { var controlToValid = ASPxClientControl.GetControlCollection().GetByName(controlName); if (controlToValid.GetValue() != null) controlToValid.SetIsValid(true); } if (!HasDoPerformCallback(groupId)) cbpSectionInstrument1.PerformCallback(); } if (groupId == 2) { if (!HasValueGroup2()) { cbxManufacturer2.SetIsValid(true); cbxInstrumentModel2.SetIsValid(true); txtInstrumentName2.SetIsValid(true); txtSerialNumber2.SetIsValid(true); cbxTypeValidationData2.SetIsValid(true); cbxVLManufacturer2.SetIsValid(true); cbxControl2.SetIsValid(true); cbxVialLot2_1.SetIsValid(true); } else { var controlToValid = ASPxClientControl.GetControlCollection().GetByName(controlName); if (controlToValid.GetValue() != null) controlToValid.SetIsValid(true); } if (!HasDoPerformCallback(groupId)) cbpSectionInstrument2.PerformCallback(); } if (groupId == 3) { if (!HasValueGroup3()) { cbxManufacturer3.SetIsValid(true); cbxInstrumentModel3.SetIsValid(true); txtInstrumentName3.SetIsValid(true); txtSerialNumber3.SetIsValid(true); cbxTypeValidationData3.SetIsValid(true); cbxVLManufacturer3.SetIsValid(true); cbxControl3.SetIsValid(true); cbxVialLot3_1.SetIsValid(true); } else { var controlToValid = ASPxClientControl.GetControlCollection().GetByName(controlName); if (controlToValid.GetValue() != null) controlToValid.SetIsValid(true); } if (!HasDoPerformCallback(groupId)) cbpSectionInstrument3.PerformCallback(); } } function cbpSectionInstrument1_EndCallback(s, e) { $("#hfRequiredSectionInstrument1").val(cbpSectionInstrument1.cpSectionInstrumentRequired); } function cbpSectionInstrument2_EndCallback(s, e) { $("#hfRequiredSectionInstrument2").val(cbpSectionInstrument2.cpSectionInstrumentRequired); } function cbpSectionInstrument3_EndCallback(s, e) { $("#hfRequiredSectionInstrument3").val(cbpSectionInstrument3.cpSectionInstrumentRequired); } function HasValueGroup1() { return cbxManufacturer1.GetValue() != null || cbxInstrumentModel1.GetValue() != null || txtInstrumentName1.GetValue() != null || txtSerialNumber1.GetValue() != null || cbxTypeValidationData1.GetValue() != null || cbxVLManufacturer1.GetValue() != null || cbxControl1.GetValue() != null || cbxVialLot1_1.GetValue() != null; } function HasValueGroup2() { return cbxManufacturer2.GetValue() != null || cbxInstrumentModel2.GetValue() != null || txtInstrumentName2.GetValue() != null || txtSerialNumber2.GetValue() != null || cbxTypeValidationData2.GetValue() != null || cbxVLManufacturer2.GetValue() != null || cbxControl2.GetValue() != null || cbxVialLot2_1.GetValue() != null; } function HasValueGroup3() { return cbxManufacturer3.GetValue() != null || cbxInstrumentModel3.GetValue() != null || txtInstrumentName3.GetValue() != null || txtSerialNumber3.GetValue() != null || cbxTypeValidationData3.GetValue() != null || cbxVLManufacturer3.GetValue() != null || cbxControl3.GetValue() != null || cbxVialLot3_1.GetValue() != null; } //function OnCheckChangeNewVialLot(s, e, comboVialLot, txtExpire, txtNewVialLot, txtRepeatVialLot) { // if (s.GetChecked()) { // comboVialLot.SetValue(null); // comboVialLot.SetEnabled(false); // txtExpire.SetEnabled(true); // txtNewVialLot.SetEnabled(true); // txtRepeatVialLot.SetEnabled(true); // } // else { // comboVialLot.SetEnabled(true); // txtExpire.SetValue(null); // txtExpire.SetEnabled(false); // txtNewVialLot.SetValue(null); // txtNewVialLot.SetEnabled(false); // txtRepeatVialLot.SetValue(null); // txtRepeatVialLot.SetEnabled(false); // } //} //function OnNewVialValidation(s, e) { // if (chkNewVialLot.GetChecked()) { // if (e.value == null || e.value == '') { // e.errorText = grid.cpVialLotRequired; // e.isValid = false; // return; // } // } //} //function ValidateExpiry(s, e) { // if (chkNewVialLot.GetChecked()) { // if (e.value == null || e.value == "") { // e.isValid = false; // } // } //} </script> <input name="hfRequiredSectionInstrument1" type="hidden" id="hfRequiredSectionInstrument1" value="0" /> <input name="hfRequiredSectionInstrument2" type="hidden" id="hfRequiredSectionInstrument2" value="0" /> <input name="hfRequiredSectionInstrument3" type="hidden" id="hfRequiredSectionInstrument3" value="0" /> <form method="post" action="./registerForm.aspx" id="form1" style="margin-left: 20px; margin-right: 20px;"> <div class="aspNetHidden"> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="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" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZGnKkvel6YuVN-ghkN_PNke5YXJlzTQM4T2ArM7xlVNZdtuMx88HFDgZmxCbgn1m_w2&amp;t=638460274960000000" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="651ABD09" /> </div> <input type="hidden"/><script id="dxis_1417615711" src="/DXR.axd?r=1_11-xtbVo" type="text/javascript"></script><script id="dxis_113653796" src="/DXR.axd?r=1_12-xtbVo" type="text/javascript"></script><script id="dxis_410913241" src="/DXR.axd?r=1_252-xtbVo" type="text/javascript"></script><script id="dxis_1202334037" src="/DXR.axd?r=1_23-xtbVo" type="text/javascript"></script><script id="dxis_1115729178" src="/DXR.axd?r=1_64-xtbVo" type="text/javascript"></script><script id="dxis_1316859162" src="/DXR.axd?r=1_14-xtbVo" type="text/javascript"></script><script id="dxis_1982265715" src="/DXR.axd?r=1_15-xtbVo" type="text/javascript"></script><script id="dxis_729608994" src="/DXR.axd?r=1_48-xtbVo" type="text/javascript"></script><script id="dxis_1699940713" src="/DXR.axd?r=1_17-xtbVo" type="text/javascript"></script><script id="dxis_400723386" src="/DXR.axd?r=1_9-xtbVo" type="text/javascript"></script><script id="dxis_551079174" src="/DXR.axd?r=1_60-xtbVo" type="text/javascript"></script><script id="dxis_243004194" src="/DXR.axd?r=1_38-xtbVo" type="text/javascript"></script><script id="dxis_190269576" src="/DXR.axd?r=1_183-xtbVo" type="text/javascript"></script><script id="dxis_1397077880" src="/DXR.axd?r=1_184-xtbVo" type="text/javascript"></script><script id="dxis_1484659039" src="/DXR.axd?r=1_21-xtbVo" type="text/javascript"></script><script id="dxis_180697124" src="/DXR.axd?r=1_22-xtbVo" type="text/javascript"></script><script id="dxis_798674587" src="/DXR.axd?r=1_190-xtbVo" type="text/javascript"></script><script id="dxis_935610504" src="/DXR.axd?r=1_186-xtbVo" type="text/javascript"></script><script id="dxis_1850461851" src="/DXR.axd?r=1_193-xtbVo" type="text/javascript"></script><script id="dxis_1065097567" src="/DXR.axd?r=1_41-xtbVo" type="text/javascript"></script><script id="dxis_209602696" src="/DXR.axd?r=1_188-xtbVo" type="text/javascript"></script><script id="dxis_1006204832" src="/DXR.axd?r=1_203-xtbVo" type="text/javascript"></script><script id="dxis_1471170696" src="/DXR.axd?r=1_182-xtbVo" type="text/javascript"></script><div class="dxpnlControl" id="cbpControl"> &nbsp; </div><table id="cbpControl_LP" class="dxpnlLoadingPanelWithContent dxlpLoadingPanelWithContent" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpControl_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpControl_LD" class="dxpnlLoadingDivWithContent dxlpLoadingDivWithContent dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><script id="dxss_101160864" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCallbackPanel,'cbpControl','',{'callBack':function(arg) { WebForm_DoCallback('cbpControl',arg,ASPx.Callback,'cbpControl',ASPx.CallbackError,true); },'hideContentOnCallback':false},{'EndCallback':VisibilidadLotes}); //--> </script> <div class="dxpnlControl" id="cbpFormRegister"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_0" class="dxflGroupCell_Moderno"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflImageItemSys dxflItem_Moderno"> <img class="dxeImage" id="cbpFormRegister_fmFormRegister_imgLogo" src="App_Resources/images/RNA_Logo.png" alt="" style="height:90px;width:216px;" /> </div></td><td id="cbpFormRegister_fmFormRegister_1" class="dxflVAMSys dxflGroupCell_Moderno"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflTextItemSys dxflItem_Moderno"> <span class="dxeBase" id="cbpFormRegister_fmFormRegister_lblMessageRegister" style="font-size:16px;">Thank you for your interest in InterQC program. Please complete the registration form below and click submit. Our helpful Statistical Services representatives will setup your account and contact you.</span> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_2" class="dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCustomItemSys dxflItem_Moderno"> <table class="dxrpControl_Moderno" cellspacing="0" cellpadding="0" Caption="Laboratory Info" id="cbpFormRegister_fmFormRegister_rdLaboratory" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_HC" class="dxrpHeader_Moderno dxrp-headerClickable dx-borderBox" style="background-color:Transparent;font-weight:bold;"><div id="cbpFormRegister_fmFormRegister_rdLaboratory_CB" class="dxrpCollapseButton"> <img id="cbpFormRegister_fmFormRegister_rdLaboratory_CBImg" class="dxWeb_rpCollapseButton_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="[Contraer/expandir]" /> </div><div class="dxrpHCW"> <span id="cbpFormRegister_fmFormRegister_rdLaboratory_RPHT" class="dxrpHT dx-vam" style="font-weight:bold;">Laboratory Info</span> </div></td> </tr><tr class="dxrpCR"> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_RPC" class="dxrp dxrpcontent dx-borderBox" style="background-color:Transparent;font-weight:bold;width:100%;"><div class="dxrpAW"> <div id="cbpFormRegister_fmFormRegister_rdLaboratory_CRC" class="dx-borderBox dxrpCW" style="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_1" class="dxflGroupCell_Moderno" colspan="2"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_I">Laboratory</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtName" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName&#39;)" type="text" maxlength="150" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_2138956686" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtName','txtName',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtName','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Laboratory is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_2" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_I">First Name</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtFirstName" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName&#39;)" type="text" maxlength="150" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_951739366" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtFirstName','txtFirstName',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtFirstName','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('First Name is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_3" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_I">Last Name</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtSecondName" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName&#39;)" type="text" maxlength="150" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_689586829" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtSecondName','txtSecondName',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtSecondName','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Last Name is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_4" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_I">Phone</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:40%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtPhone" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone&#39;)" type="text" maxlength="30" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_154582956" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtPhone','txtPhone',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtPhone','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Phone is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_5" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_I">Email</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtEmail" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail&#39;)" type="text" maxlength="255" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_272622025" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtEmail','txtEmail',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtEmail','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Email is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_6" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_I">Department</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtDepartmentLongName" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName&#39;)" type="text" maxlength="100" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_1808031147" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentLongName','txtDepartmentLongName',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtDepartmentLongName','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Department is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_7" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_I">Department Alias</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:40%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_I" name="cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtDepartmentShortName" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName&#39;)" type="text" maxlength="10" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_738461481" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory_txtDepartmentShortName','txtDepartmentShortName',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory$txtDepartmentShortName','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Department Alias is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr> </table> </div><script id="dxss_1486061854" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister_rdLaboratory_fmLaboratory','fmLaboratory',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory$fmLaboratory','showItemCaptionColon':false},null,null,{'items':[{'name':'itemDistributor','path':'0','visible':false},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'},{'name':'','path':'6'},{'name':'','path':'7'}]}); //--> </script> </div> </div></td> </tr> </table><script id="dxss_30573477" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdLaboratory',[[['dxrp-collapseBtnHover'],[''],['CB']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdLaboratory',[[['dxrp-collapseBtnPressed'],[''],['CB']]]); ASPx.AddSelectedItems('cbpFormRegister_fmFormRegister_rdLaboratory',[[['dxrp-collapseBtnChecked'],[''],['CB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdLaboratory',[[[''],[''],['HC']],[['dxrpDisabled_Moderno'],[''],['RPC','']],[['dxrp-collapseBtnDisabled'],[''],['CB']]]); ASPx.createControl(ASPxClientRoundPanel,'cbpFormRegister_fmFormRegister_rdLaboratory','rdLaboratory',{'uniqueID':'cbpFormRegister$fmFormRegister$rdLaboratory','allowCollapsingByHeaderClick':true,'expandImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}},'collapseImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}}}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_3" class="dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCustomItemSys dxflItem_Moderno"> <table class="dxrpControl_Moderno" cellspacing="0" cellpadding="0" Caption="Address Info" id="cbpFormRegister_fmFormRegister_rdAddress" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_HC" class="dxrpHeader_Moderno dxrp-headerClickable dx-borderBox" style="background-color:Transparent;font-weight:bold;"><div id="cbpFormRegister_fmFormRegister_rdAddress_CB" class="dxrpCollapseButton"> <img id="cbpFormRegister_fmFormRegister_rdAddress_CBImg" class="dxWeb_rpCollapseButton_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="[Contraer/expandir]" /> </div><div class="dxrpHCW"> <span id="cbpFormRegister_fmFormRegister_rdAddress_RPHT" class="dxrpHT dx-vam" style="font-weight:bold;">Address Info</span> </div></td> </tr><tr class="dxrpCR"> <td id="cbpFormRegister_fmFormRegister_rdAddress_RPC" class="dxrp dxrpcontent dx-borderBox" style="background-color:Transparent;font-weight:bold;width:100%;"><div class="dxrpAW"> <div id="cbpFormRegister_fmFormRegister_rdAddress_CRC" class="dx-borderBox dxrpCW" style="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_0" class="dxflGroupCell_Moderno" colspan="3"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_I">Address 1</label><em class="dxflRequired_Moderno">*</em></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_ET" class="dxeValidDynEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_CC" style="width:100%;"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtAddress1" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1&#39;)" type="text" maxlength="255" /></td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderLeft" style="vertical-align:middle;display:none;white-space:nowrap;"><table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;"> <tr> <td><img id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1_EI" title="Invalid value" class="dxEditors_edtError_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Invalid value" /></td> </tr> </table></td> </tr> </table><script id="dxss_1963840557" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress1','txtAddress1',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtAddress1','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'Invalid value','validationPatterns':[new ASPx.RequiredFieldValidationPattern('Address 1 is required')],'isErrorFrameRequired':true,'display':'Dynamic','errorDisplayMode':'i','errorImageIsAssigned':true,'controlCellStyles':{'cssClass':'dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderRight dxeControlsCell_Moderno','style':'width:100%;'}},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':'background-color:#FFBBBB;'},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_1" class="dxflGroupCell_Moderno" colspan="3"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress2_I">Address 2</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress2" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress2_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtAddress2" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress2&#39;)" type="text" maxlength="255" /></td> </tr> </table><script id="dxss_193103653" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtAddress2','txtAddress2',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtAddress2','scStates':6,'scPostfix':'Moderno'},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_2" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCP_I">Zip Code</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCP" style="width:40%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCP_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtCP" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCP&#39;)" type="text" maxlength="20" /></td> </tr> </table><script id="dxss_1661422292" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCP','txtCP',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtCP','scStates':6,'scPostfix':'Moderno'},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_3" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCity_I">City</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCity" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCity_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtCity" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCity&#39;)" type="text" maxlength="100" /></td> </tr> </table><script id="dxss_649130939" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtCity','txtCity',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtCity','scStates':6,'scPostfix':'Moderno'},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_4" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtState_I">State</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtState" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtState_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtState" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtState&#39;)" type="text" maxlength="100" /></td> </tr> </table><script id="dxss_1585835847" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_txtState','txtState',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$txtState','scStates':6,'scPostfix':'Moderno'},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_5" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_I">Country</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="CustomerInfoGroup" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_VI" name="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_I" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_1621971915" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':1,'text':'Afganistán'},{'value':2,'text':'Albania'},{'value':3,'text':'Argelia'},{'value':4,'text':'Samoa Americana'},{'value':5,'text':'Andorra'},{'value':6,'text':'Angola'},{'value':7,'text':'Anguila'},{'value':8,'text':'Antártida'},{'value':9,'text':'Antigua y Barbuda'},{'value':10,'text':'Argentina'},{'value':11,'text':'Armenia'},{'value':12,'text':'Aruba'},{'value':13,'text':'Australia'},{'value':14,'text':'Austria'},{'value':15,'text':'Azerbaiyán'},{'value':16,'text':'Bahamas (las)'},{'value':17,'text':'Bahrein'},{'value':18,'text':'Bangladesh'},{'value':19,'text':'Barbados'},{'value':20,'text':'Bielorrusia'},{'value':21,'text':'Bélgica'},{'value':22,'text':'Belice'},{'value':23,'text':'Benin'},{'value':24,'text':'Bermudas'},{'value':25,'text':'Bhután'},{'value':26,'text':'Bolivia (Estado Plurinacional de)'},{'value':27,'text':'Bonaire, Sint Eustatius y Saba'},{'value':28,'text':'Bosnia-Herzegovina'},{'value':29,'text':'Botswana'},{'value':30,'text':'Isla Bouvet'},{'value':31,'text':'Brasil'},{'value':32,'text':'Territorio Británico del Océano Índico (el)'},{'value':33,'text':'Brunei Darussalam'},{'value':34,'text':'Bulgaria'},{'value':35,'text':'Burkina Faso'},{'value':36,'text':'Burundi'},{'value':37,'text':'Cabo Verde'},{'value':38,'text':'Camboya'},{'value':39,'text':'Camerún'},{'value':40,'text':'Canadá'},{'value':41,'text':'Islas Caimán (las)'},{'value':42,'text':'República Centroafricana (la)'},{'value':43,'text':'Chad'},{'value':44,'text':'Chile'},{'value':45,'text':'China'},{'value':46,'text':'Isla de Navidad'},{'value':47,'text':'Islas Cocos (Keeling) (las)'},{'value':48,'text':'Colombia'},{'value':49,'text':'Comoras (el)'},{'value':50,'text':'Congo (República Democrática de la)'},{'value':51,'text':'Congo (el)'},{'value':52,'text':'Islas Cook (las)'},{'value':53,'text':'Costa Rica'},{'value':54,'text':'Croacia'},{'value':55,'text':'Cuba'},{'value':56,'text':'Curaçao'},{'value':57,'text':'Cyprus'},{'value':58,'text':'Czechia'},{'value':59,'text':'Côte d\'Ivoire'},{'value':60,'text':'Denmark'},{'value':61,'text':'Djibouti'},{'value':62,'text':'Dominica'},{'value':63,'text':'Dominican Republic (the)'},{'value':64,'text':'Ecuador'},{'value':65,'text':'Egypt'},{'value':66,'text':'El Salvador'},{'value':67,'text':'Equatorial Guinea'},{'value':68,'text':'Eritrea'},{'value':69,'text':'Estonia'},{'value':70,'text':'Eswatini'},{'value':71,'text':'Ethiopia'},{'value':72,'text':'Falkland Islands (the) [Malvinas]'},{'value':73,'text':'Faroe Islands (the)'},{'value':74,'text':'Fiji'},{'value':75,'text':'Finland'},{'value':76,'text':'France'},{'value':77,'text':'French Guiana'},{'value':78,'text':'French Polynesia'},{'value':79,'text':'French Southern Territories (the)'},{'value':80,'text':'Gabon'},{'value':81,'text':'Gambia (the)'},{'value':82,'text':'Georgia'},{'value':83,'text':'Germany'},{'value':84,'text':'Ghana'},{'value':85,'text':'Gibraltar'},{'value':86,'text':'Greece'},{'value':87,'text':'Greenland'},{'value':88,'text':'Grenada'},{'value':89,'text':'Guadeloupe'},{'value':90,'text':'Guam'},{'value':91,'text':'Guatemala'},{'value':92,'text':'Guernsey'},{'value':93,'text':'Guinea'},{'value':94,'text':'Guinea-Bissau'},{'value':95,'text':'Guyana'},{'value':96,'text':'Haiti'},{'value':97,'text':'Heard Island and McDonald Islands'},{'value':98,'text':'Holy See (the)'},{'value':99,'text':'Honduras'},{'value':100,'text':'Hong Kong'},{'value':101,'text':'Hungary'},{'value':102,'text':'Iceland'},{'value':103,'text':'India'},{'value':104,'text':'Indonesia'},{'value':105,'text':'Iran (Islamic Republic of)'},{'value':106,'text':'Iraq'},{'value':107,'text':'Ireland'},{'value':108,'text':'Isle of Man'},{'value':109,'text':'Israel'},{'value':110,'text':'Italy'},{'value':111,'text':'Jamaica'},{'value':112,'text':'Japan'},{'value':113,'text':'Jersey'},{'value':114,'text':'Jordan'},{'value':115,'text':'Kazakhstan'},{'value':116,'text':'Kenya'},{'value':117,'text':'Kiribati'},{'value':118,'text':'Korea (the Democratic People\'s Republic of)'},{'value':119,'text':'Korea (the Republic of)'},{'value':120,'text':'Kuwait'},{'value':121,'text':'Kyrgyzstan'},{'value':122,'text':'Lao People\'s Democratic Republic (the)'},{'value':123,'text':'Latvia'},{'value':124,'text':'Lebanon'},{'value':125,'text':'Lesotho'},{'value':126,'text':'Liberia'},{'value':127,'text':'Libya'},{'value':128,'text':'Liechtenstein'},{'value':129,'text':'Lithuania'},{'value':130,'text':'Luxembourg'},{'value':131,'text':'Macao'},{'value':132,'text':'Madagascar'},{'value':133,'text':'Malawi'},{'value':134,'text':'Malaysia'},{'value':135,'text':'Maldives'},{'value':136,'text':'Mali'},{'value':137,'text':'Malta'},{'value':138,'text':'Marshall Islands (the)'},{'value':139,'text':'Martinique'},{'value':140,'text':'Mauritania'},{'value':141,'text':'Mauritius'},{'value':142,'text':'Mayotte'},{'value':143,'text':'Mexico'},{'value':144,'text':'Micronesia (Federated States of)'},{'value':145,'text':'Moldova (the Republic of)'},{'value':146,'text':'Monaco'},{'value':147,'text':'Mongolia'},{'value':148,'text':'Montenegro'},{'value':149,'text':'Montserrat'},{'value':150,'text':'Morocco'},{'value':151,'text':'Mozambique'},{'value':152,'text':'Myanmar'},{'value':153,'text':'Namibia'},{'value':154,'text':'Nauru'},{'value':155,'text':'Nepal'},{'value':156,'text':'Netherlands (the)'},{'value':157,'text':'New Caledonia'},{'value':158,'text':'New Zealand'},{'value':159,'text':'Nicaragua'},{'value':160,'text':'Niger (the)'},{'value':161,'text':'Nigeria'},{'value':162,'text':'Niue'},{'value':163,'text':'Norfolk Island'},{'value':164,'text':'Northern Mariana Islands (the)'},{'value':165,'text':'Norway'},{'value':166,'text':'Oman'},{'value':167,'text':'Pakistan'},{'value':168,'text':'Palau'},{'value':169,'text':'Palestine, State of'},{'value':170,'text':'Panama'},{'value':171,'text':'Papua New Guinea'},{'value':172,'text':'Paraguay'},{'value':173,'text':'Peru'},{'value':174,'text':'Philippines (the)'},{'value':175,'text':'Pitcairn'},{'value':176,'text':'Poland'},{'value':177,'text':'Portugal'},{'value':178,'text':'Puerto Rico'},{'value':179,'text':'Qatar'},{'value':180,'text':'Republic of North Macedonia'},{'value':181,'text':'Romania'},{'value':182,'text':'Russian Federation (the)'},{'value':183,'text':'Rwanda'},{'value':184,'text':'Réunion'},{'value':185,'text':'Saint Barthélemy'},{'value':186,'text':'Saint Helena, Ascension and Tristan da Cunha'},{'value':187,'text':'Saint Kitts and Nevis'},{'value':188,'text':'Saint Lucia'},{'value':189,'text':'Saint Martin (French part)'},{'value':190,'text':'Saint Pierre and Miquelon'},{'value':191,'text':'Saint Vincent and the Grenadines'},{'value':192,'text':'Samoa'},{'value':193,'text':'San Marino'},{'value':194,'text':'Sao Tome and Principe'},{'value':195,'text':'Saudi Arabia'},{'value':196,'text':'Senegal'},{'value':197,'text':'Serbia'},{'value':198,'text':'Seychelles'},{'value':199,'text':'Sierra Leone'},{'value':200,'text':'Singapore'},{'value':201,'text':'Sint Maarten (Dutch part)'},{'value':202,'text':'Slovakia'},{'value':203,'text':'Slovenia'},{'value':204,'text':'Solomon Islands'},{'value':205,'text':'Somalia'},{'value':206,'text':'South Africa'},{'value':207,'text':'South Georgia and the South Sandwich Islands'},{'value':208,'text':'South Sudan'},{'value':209,'text':'Spain'},{'value':210,'text':'Sri Lanka'},{'value':211,'text':'Sudan (the)'},{'value':212,'text':'Suriname'},{'value':213,'text':'Svalbard and Jan Mayen'},{'value':214,'text':'Sweden'},{'value':215,'text':'Switzerland'},{'value':216,'text':'Syrian Arab Republic'},{'value':217,'text':'Taiwan (Province of China)'},{'value':218,'text':'Tajikistan'},{'value':219,'text':'Tanzania, United Republic of'},{'value':220,'text':'Thailand'},{'value':221,'text':'Timor-Leste'},{'value':222,'text':'Togo'},{'value':223,'text':'Tokelau'},{'value':224,'text':'Tonga'},{'value':225,'text':'Trinidad and Tobago'},{'value':226,'text':'Tunisia'},{'value':227,'text':'Turkey'},{'value':228,'text':'Turkmenistan'},{'value':229,'text':'Turks and Caicos Islands (the)'},{'value':230,'text':'Tuvalu'},{'value':231,'text':'Uganda'},{'value':232,'text':'Ukraine'},{'value':233,'text':'United Arab Emirates (the)'},{'value':234,'text':'United Kingdom of Great Britain and Northern Ireland (the)'},{'value':235,'text':'United States Minor Outlying Islands (the)'},{'value':236,'text':'United States of America (the)'},{'value':237,'text':'Uruguay'},{'value':238,'text':'Uzbekistan'},{'value':239,'text':'Vanuatu'},{'value':240,'text':'Venezuela (Bolivarian Republic of)'},{'value':241,'text':'Viet Nam'},{'value':242,'text':'Virgin Islands (British)'},{'value':243,'text':'Islas Vírgenes (EE. UU.)'},{'value':244,'text':'Wallis y Futuna'},{'value':245,'text':'Sáhara Occidental'},{'value':246,'text':'Yemen'},{'value':247,'text':'Zambia'},{'value':248,'text':'Zimbabue'},{'value':249,'text':'Islas Åland'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1953709752" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry', e); }}); //--> </script><script id="dxss_744157478" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry','cmbCountry',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress_cmbCountry',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress$cmbCountry','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td></td><td></td> </tr> </table> </div><script id="dxss_425593147" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister_rdAddress_fmAddress','fmAddress',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress$fmAddress','showItemCaptionColon':false},null,null,{'items':[{'name':'','path':'0'},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'}]}); //--> </script> </div> </div></td> </tr> </table><script id="dxss_485997862" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdAddress',[[['dxrp-collapseBtnHover'],[''],['CB']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdAddress',[[['dxrp-collapseBtnPressed'],[''],['CB']]]); ASPx.AddSelectedItems('cbpFormRegister_fmFormRegister_rdAddress',[[['dxrp-collapseBtnChecked'],[''],['CB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdAddress',[[[''],[''],['HC']],[['dxrpDisabled_Moderno'],[''],['RPC','']],[['dxrp-collapseBtnDisabled'],[''],['CB']]]); ASPx.createControl(ASPxClientRoundPanel,'cbpFormRegister_fmFormRegister_rdAddress','rdAddress',{'uniqueID':'cbpFormRegister$fmFormRegister$rdAddress','allowCollapsingByHeaderClick':true,'expandImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}},'collapseImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}}}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_4" class="dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCustomItemSys dxflItem_Moderno"> <table class="dxrpControl_Moderno" cellspacing="0" cellpadding="0" Caption="Instrument 1 Info" id="cbpFormRegister_fmFormRegister_rdInstrument1" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_HC" class="dxrpHeader_Moderno dxrp-headerClickable dx-borderBox" style="background-color:Transparent;font-weight:bold;"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_CB" class="dxrpCollapseButton"> <img id="cbpFormRegister_fmFormRegister_rdInstrument1_CBImg" class="dxWeb_rpCollapseButton_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="[Contraer/expandir]" /> </div><div class="dxrpHCW"> <span id="cbpFormRegister_fmFormRegister_rdInstrument1_RPHT" class="dxrpHT dx-vam" style="font-weight:bold;">Instrument 1 Info</span> </div></td> </tr><tr class="dxrpCR"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_RPC" class="dxrp dxrpcontent dx-borderBox" style="background-color:Transparent;font-weight:bold;width:100%;"><div class="dxrpAW"> <div id="cbpFormRegister_fmFormRegister_rdInstrument1_CRC" class="dx-borderBox dxrpCW" style="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <div class="dxpnlControl" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_0" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_I">Manufacturer</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_718607700" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':178,'text':' Others / Otros'},{'value':69,'text':'Abbott / Murex / I-STAT'},{'value':261,'text':'Adaltis'},{'value':459,'text':'Advanced'},{'value':332,'text':'Agilent Technologies'},{'value':72,'text':'Alifax SPA'},{'value':376,'text':'All'},{'value':355,'text':'American Laboratory Trading'},{'value':3,'text':'Analyticon'},{'value':448,'text':'Analytikjena'},{'value':283,'text':'Applied Biosystems ABI'},{'value':80,'text':'AVL Medical Instruments'},{'value':81,'text':'Avox Systems'},{'value':4,'text':'Beckman Coulter'},{'value':84,'text':'Becton Dickinson'},{'value':7,'text':'Biocode-Hycel'},{'value':88,'text':'Biokit'},{'value':349,'text':'Biomedical Diagnostics (BMD)'},{'value':90,'text':'bioMerieux'},{'value':92,'text':'Bio-Rad Laboratories'},{'value':93,'text':'Biosite Diagnostics'},{'value':95,'text':'Biosystems S.A.'},{'value':303,'text':'Biotecnica Instruments'},{'value':372,'text':'Boditech'},{'value':293,'text':'Bouty'},{'value':335,'text':'BPCBioSed'},{'value':12,'text':'Brahms Diagnostika'},{'value':405,'text':'Cepheid'},{'value':471,'text':'ChemoMetec'},{'value':98,'text':'Cholestech'},{'value':472,'text':'COFIM'},{'value':18,'text':'Daiichi Pharmaceutical'},{'value':320,'text':'Delta Biologicals'},{'value':285,'text':'Diagnostica Stago'},{'value':22,'text':'DiaSorin (Sorin, Byk-Sangtec)'},{'value':475,'text':'DIATRON'},{'value':447,'text':'Diconex'},{'value':492,'text':'Diesse / Menarini'},{'value':103,'text':'DIESSE Diagnostica'},{'value':377,'text':'DIRUI'},{'value':369,'text':'Diuri Industrial CO. ,LTD'},{'value':347,'text':'Drew Scientific Group'},{'value':287,'text':'Dynex Technologies'},{'value':476,'text':'ELECTALAB'},{'value':371,'text':'ELITECH CLINICAL SYSTEM.'},{'value':468,'text':'Epocal'},{'value':321,'text':'Euroinmmun'},{'value':358,'text':'Eurospital'},{'value':477,'text':'EUROTEC'},{'value':192,'text':'FISKE'},{'value':455,'text':'Fujirebio'},{'value':409,'text':'Gold Standard Diagnostics'},{'value':491,'text':'Greiner'},{'value':289,'text':'Grifols'},{'value':109,'text':'Guest Medical'},{'value':307,'text':'Hamilton'},{'value':346,'text':'Helena Biosciences'},{'value':478,'text':'HemaTechnologies'},{'value':110,'text':'Hemocue'},{'value':480,'text':'HICHEM'},{'value':454,'text':'Hitachi'},{'value':453,'text':'Hologic'},{'value':94,'text':'HORIBA ABX Diagnostics'},{'value':30,'text':'Human Diagnostica'},{'value':33,'text':'IL, Instrumentation Laboratory'},{'value':227,'text':'INOVA Diagnostics'},{'value':456,'text':'Integrated Diagnostics Group'},{'value':373,'text':'Interlab'},{'value':271,'text':'ITC Diagnostics'},{'value':281,'text':'IZASA'},{'value':126,'text':'Labconco'},{'value':365,'text':'Luminex'},{'value':181,'text':'Manual Assay / Procedimiento Manual.'},{'value':484,'text':'Manual Method'},{'value':131,'text':'Medical Analysis Systems'},{'value':460,'text':'Medical Electronic System (MES)'},{'value':416,'text':'Medical System'},{'value':132,'text':'Menarini Diagnostics'},{'value':43,'text':'Merck'},{'value':482,'text':'MILTENYI BIOTEC'},{'value':336,'text':'Mindray'},{'value':279,'text':'MIR'},{'value':374,'text':'NanoEntek'},{'value':138,'text':'Nichols Institute'},{'value':483,'text':'NIHON KOHDEN'},{'value':137,'text':'Nova Biomedical'},{'value':379,'text':'Novartis'},{'value':139,'text':'Olympus'},{'value':469,'text':'OPTI Medical'},{'value':241,'text':'ORGENTEC Diagnostika GmbH'},{'value':48,'text':'Ortho Clinical Diagnostics'},{'value':486,'text':'PARTEC'},{'value':65,'text':'PerkinElmer Life Sciences (Wallac Oy)'},{'value':50,'text':'Pharmacia Diagnostics / PHADIA'},{'value':142,'text':'Polymedco'},{'value':276,'text':'QIAGEN N.V. (Rosys AG)'},{'value':260,'text':'Radim'},{'value':149,'text':'Radiometer'},{'value':259,'text':'RAL'},{'value':147,'text':'Randox Laboratoratories'},{'value':150,'text':'Roche Diagnostics / Boehringer Mannheim / AVL'},{'value':396,'text':'RR Mechatronics'},{'value':375,'text':'Samsung'},{'value':397,'text':'Sarstedt'},{'value':300,'text':'SEBIA'},{'value':428,'text':'Seegene'},{'value':188,'text':'Serono-Baker Diagnostics'},{'value':465,'text':'sherwood scientific'},{'value':179,'text':'Shimadzu'},{'value':82,'text':'Siemens (Bayer, Chiron, Ciba, Corning, Ames, Dade)'},{'value':402,'text':'Snibe Diagnostic'},{'value':288,'text':'SpinReact'},{'value':251,'text':'Stratec'},{'value':161,'text':'Streck Laboratories'},{'value':163,'text':'Sysmex Instruments'},{'value':306,'text':'Tecan'},{'value':417,'text':'Techno Genetics'},{'value':489,'text':'TERUMO'},{'value':60,'text':'The Binding Site'},{'value':105,'text':'Thermo Fisher Scientific (Thermo Electron)'},{'value':61,'text':'Tosoh'},{'value':490,'text':'Trinity'},{'value':415,'text':'Vircell'},{'value':319,'text':'Vital Diagnostics'},{'value':312,'text':'Vital Scientific'},{'value':429,'text':'Waters'},{'value':430,'text':'Werfen'},{'value':487,'text':'WESTERGREN'},{'value':67,'text':'Wiener Lab'},{'value':488,'text':'WINTROBE'},{'value':322,'text':'Without manufacturer'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1487897468" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1', e); }}); //--> </script><script id="dxss_294551803" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1','cbxManufacturer1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxManufacturer1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxManufacturer1','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'ValueChanged':function (s, e) { cbxManufacturer_SelectedIndexChanged(s, e, cbxInstrumentModel1, 1); RefreshRequired(1, 'cbxInstrumentModel1'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_1" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_I">Model</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1997693632" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1808341540" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1', e); }}); //--> </script><script id="dxss_347974392" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1','cbxInstrumentModel1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxInstrumentModel1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxInstrumentModel1','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_2" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtInstrumentName1_I">Name</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtInstrumentName1" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtInstrumentName1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$txtInstrumentName1" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtInstrumentName1&#39;)" type="text" maxlength="100" /></td> </tr> </table><script id="dxss_1555499789" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtInstrumentName1','txtInstrumentName1',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$txtInstrumentName1','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e) { txtInstrumentName_ValueChanged(cbxInstrumentModel1, e, cbxVLManufacturer1, 1); RefreshRequired(1, 'txtInstrumentName1'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_3" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtSerialNumber1_I">Serial Number</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtSerialNumber1" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtSerialNumber1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$txtSerialNumber1" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtSerialNumber1&#39;)" type="text" maxlength="50" /></td> </tr> </table><script id="dxss_500395468" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_txtSerialNumber1','txtSerialNumber1',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$txtSerialNumber1','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e){ RefreshRequired(1, 'txtSerialNumber1'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_4" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_I">Type of Result</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_1477504866" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':'N','text':'Detail Data'},{'value':'G','text':'Summary Data'},{'value':'L','text':'Linearity'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_952244931" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1', e); }}); //--> </script><script id="dxss_293902173" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1','cbxTypeValidationData1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxTypeValidationData1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxTypeValidationData1','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'ValueChanged':function (s, e){ RefreshRequired(1, 'cbxTypeValidationData1'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_5" class="dxflGroupCell_Moderno"><div class="dxflEmptyItem_Moderno"> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_6" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_I">Manuf. Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="Id" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_529157482" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_108803714" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1', e); }}); //--> </script><script id="dxss_2019196373" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1','cbxVLManufacturer1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVLManufacturer1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVLManufacturer1','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVLManufacturer_SelectedIndexChanged(s, e, cbxControl1); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_7" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_I">Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1529795944" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1455009910" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1', e); }}); //--> </script><script id="dxss_480795952" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1','cbxControl1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxControl1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxControl1','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxControl_SelectedIndexChanged(s, e, 1, cbxVialLot1_1, cbxVialLot1_2, cbxVialLot1_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_8" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle1"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_I">Vial Lot 1</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <script id="dxss_455818569" type="text/javascript"> <!-- (function(){ var a = {'currency':'€','shortDate':'dd/MM/yyyy','abbrMonthNames':['ene.','feb.','mar.','abr.','may.','jun.','jul.','ago.','sep.','oct.','nov.','dic.',''],'numNegInf':'-∞','currGroupSeparator':'.','am':'','currPosPattern':3,'longDate':'dddd, d\' de \'MMMM\' de \'yyyy','genMonthNames':['enero','febrero','marzo','abril','mayo','junio','julio','agosto','septiembre','octubre','noviembre','diciembre',''],'numPosInf':'∞','abbrDayNames':['do.','lu.','ma.','mi.','ju.','vi.','sá.'],'numDecimalPoint':',','currNegPattern':8,'monthNames':['enero','febrero','marzo','abril','mayo','junio','julio','agosto','septiembre','octubre','noviembre','diciembre',''],'monthDay':'d \'de\' MMMM','shortTime':'H:mm','pm':'','numGroupSeparator':'.','longTime':'H:mm:ss','yearMonth':'MMMM\' de \'yyyy','currDecimalPoint':',','dayNames':['domingo','lunes','martes','miércoles','jueves','viernes','sábado']}; for(var b in a) ASPx.CultureInfo[b] = a[b]; })(); //--> </script><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1072707843" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1597730423" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1', e); }}); //--> </script><script id="dxss_656208043" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1','cbxVialLot1_1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_1','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot1_1_SelectedIndexChanged(s, e, cbxVialLot1_2); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_9" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_I">Vial Lot 2</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_302523425" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1306522087" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2', e); }}); //--> </script><script id="dxss_615100688" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2','cbxVialLot1_2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_2','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot1_2_SelectedIndexChanged(s, e, cbxVialLot1_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_10" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_I">Vial Lot 3</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_I" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1714785615" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_639084143" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3', e); }}); //--> </script><script id="dxss_1643943596" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3','cbxVialLot1_3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1_cbxVialLot1_3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1$cbxVialLot1_3','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td></td> </tr> </table> </div><script id="dxss_359433431" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1_fmInstrument1','fmInstrument1',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1$fmInstrument1','showItemCaptionColon':false},null,null,{'items':[{'name':'','path':'0'},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'},{'name':'','path':'6'},{'name':'','path':'7'},{'name':'VL1_1','path':'8'},{'name':'VL1_2','path':'9'},{'name':'VL1_3','path':'10'}]}); //--> </script> </div><script id="dxss_1554591968" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCallbackPanel,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1','cbpSectionInstrument1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument1_cbpSectionInstrument1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1$cbpSectionInstrument1','hideContentOnCallback':false},{'EndCallback':cbpSectionInstrument1_EndCallback}); //--> </script> </div> </div></td> </tr> </table><script id="dxss_681837760" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument1',[[['dxrp-collapseBtnHover'],[''],['CB']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument1',[[['dxrp-collapseBtnPressed'],[''],['CB']]]); ASPx.AddSelectedItems('cbpFormRegister_fmFormRegister_rdInstrument1',[[['dxrp-collapseBtnChecked'],[''],['CB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument1',[[[''],[''],['HC']],[['dxrpDisabled_Moderno'],[''],['RPC','']],[['dxrp-collapseBtnDisabled'],[''],['CB']]]); ASPx.createControl(ASPxClientRoundPanel,'cbpFormRegister_fmFormRegister_rdInstrument1','rdInstrument1',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument1','allowCollapsingByHeaderClick':true,'expandImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}},'collapseImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}}}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_5" class="dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCustomItemSys dxflItem_Moderno"> <table class="dxrpControl_Moderno dxrpCollapsed" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_HC" class="dxrpHeader_Moderno dxrp-headerClickable dx-borderBox" style="background-color:Transparent;font-weight:bold;"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_CB" class="dxrpCollapseButton"> <img id="cbpFormRegister_fmFormRegister_rdInstrument2_CBImg" class="dxWeb_rpCollapseButton_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="[Contraer/expandir]" /> </div><div class="dxrpHCW"> <span id="cbpFormRegister_fmFormRegister_rdInstrument2_RPHT" class="dxrpHT dx-vam" style="font-weight:bold;">Instrument 2 Info</span> </div></td> </tr><tr class="dxrpCR"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_RPC" class="dxrp dxrpcontent dx-borderBox" style="background-color:Transparent;font-weight:bold;width:100%;"><div class="dxrpAW"> <div id="cbpFormRegister_fmFormRegister_rdInstrument2_CRC" class="dx-borderBox dxrpCW" style="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <div class="dxpnlControl" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_0" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_I">Manufacturer</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_1254553490" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':178,'text':' Others / Otros'},{'value':69,'text':'Abbott / Murex / I-STAT'},{'value':261,'text':'Adaltis'},{'value':459,'text':'Advanced'},{'value':332,'text':'Agilent Technologies'},{'value':72,'text':'Alifax SPA'},{'value':376,'text':'All'},{'value':355,'text':'American Laboratory Trading'},{'value':3,'text':'Analyticon'},{'value':448,'text':'Analytikjena'},{'value':283,'text':'Applied Biosystems ABI'},{'value':80,'text':'AVL Medical Instruments'},{'value':81,'text':'Avox Systems'},{'value':4,'text':'Beckman Coulter'},{'value':84,'text':'Becton Dickinson'},{'value':7,'text':'Biocode-Hycel'},{'value':88,'text':'Biokit'},{'value':349,'text':'Biomedical Diagnostics (BMD)'},{'value':90,'text':'bioMerieux'},{'value':92,'text':'Bio-Rad Laboratories'},{'value':93,'text':'Biosite Diagnostics'},{'value':95,'text':'Biosystems S.A.'},{'value':303,'text':'Biotecnica Instruments'},{'value':372,'text':'Boditech'},{'value':293,'text':'Bouty'},{'value':335,'text':'BPCBioSed'},{'value':12,'text':'Brahms Diagnostika'},{'value':405,'text':'Cepheid'},{'value':471,'text':'ChemoMetec'},{'value':98,'text':'Cholestech'},{'value':472,'text':'COFIM'},{'value':18,'text':'Daiichi Pharmaceutical'},{'value':320,'text':'Delta Biologicals'},{'value':285,'text':'Diagnostica Stago'},{'value':22,'text':'DiaSorin (Sorin, Byk-Sangtec)'},{'value':475,'text':'DIATRON'},{'value':447,'text':'Diconex'},{'value':492,'text':'Diesse / Menarini'},{'value':103,'text':'DIESSE Diagnostica'},{'value':377,'text':'DIRUI'},{'value':369,'text':'Diuri Industrial CO. ,LTD'},{'value':347,'text':'Drew Scientific Group'},{'value':287,'text':'Dynex Technologies'},{'value':476,'text':'ELECTALAB'},{'value':371,'text':'ELITECH CLINICAL SYSTEM.'},{'value':468,'text':'Epocal'},{'value':321,'text':'Euroinmmun'},{'value':358,'text':'Eurospital'},{'value':477,'text':'EUROTEC'},{'value':192,'text':'FISKE'},{'value':455,'text':'Fujirebio'},{'value':409,'text':'Gold Standard Diagnostics'},{'value':491,'text':'Greiner'},{'value':289,'text':'Grifols'},{'value':109,'text':'Guest Medical'},{'value':307,'text':'Hamilton'},{'value':346,'text':'Helena Biosciences'},{'value':478,'text':'HemaTechnologies'},{'value':110,'text':'Hemocue'},{'value':480,'text':'HICHEM'},{'value':454,'text':'Hitachi'},{'value':453,'text':'Hologic'},{'value':94,'text':'HORIBA ABX Diagnostics'},{'value':30,'text':'Human Diagnostica'},{'value':33,'text':'IL, Instrumentation Laboratory'},{'value':227,'text':'INOVA Diagnostics'},{'value':456,'text':'Integrated Diagnostics Group'},{'value':373,'text':'Interlab'},{'value':271,'text':'ITC Diagnostics'},{'value':281,'text':'IZASA'},{'value':126,'text':'Labconco'},{'value':365,'text':'Luminex'},{'value':181,'text':'Manual Assay / Procedimiento Manual.'},{'value':484,'text':'Manual Method'},{'value':131,'text':'Medical Analysis Systems'},{'value':460,'text':'Medical Electronic System (MES)'},{'value':416,'text':'Medical System'},{'value':132,'text':'Menarini Diagnostics'},{'value':43,'text':'Merck'},{'value':482,'text':'MILTENYI BIOTEC'},{'value':336,'text':'Mindray'},{'value':279,'text':'MIR'},{'value':374,'text':'NanoEntek'},{'value':138,'text':'Nichols Institute'},{'value':483,'text':'NIHON KOHDEN'},{'value':137,'text':'Nova Biomedical'},{'value':379,'text':'Novartis'},{'value':139,'text':'Olympus'},{'value':469,'text':'OPTI Medical'},{'value':241,'text':'ORGENTEC Diagnostika GmbH'},{'value':48,'text':'Ortho Clinical Diagnostics'},{'value':486,'text':'PARTEC'},{'value':65,'text':'PerkinElmer Life Sciences (Wallac Oy)'},{'value':50,'text':'Pharmacia Diagnostics / PHADIA'},{'value':142,'text':'Polymedco'},{'value':276,'text':'QIAGEN N.V. (Rosys AG)'},{'value':260,'text':'Radim'},{'value':149,'text':'Radiometer'},{'value':259,'text':'RAL'},{'value':147,'text':'Randox Laboratoratories'},{'value':150,'text':'Roche Diagnostics / Boehringer Mannheim / AVL'},{'value':396,'text':'RR Mechatronics'},{'value':375,'text':'Samsung'},{'value':397,'text':'Sarstedt'},{'value':300,'text':'SEBIA'},{'value':428,'text':'Seegene'},{'value':188,'text':'Serono-Baker Diagnostics'},{'value':465,'text':'sherwood scientific'},{'value':179,'text':'Shimadzu'},{'value':82,'text':'Siemens (Bayer, Chiron, Ciba, Corning, Ames, Dade)'},{'value':402,'text':'Snibe Diagnostic'},{'value':288,'text':'SpinReact'},{'value':251,'text':'Stratec'},{'value':161,'text':'Streck Laboratories'},{'value':163,'text':'Sysmex Instruments'},{'value':306,'text':'Tecan'},{'value':417,'text':'Techno Genetics'},{'value':489,'text':'TERUMO'},{'value':60,'text':'The Binding Site'},{'value':105,'text':'Thermo Fisher Scientific (Thermo Electron)'},{'value':61,'text':'Tosoh'},{'value':490,'text':'Trinity'},{'value':415,'text':'Vircell'},{'value':319,'text':'Vital Diagnostics'},{'value':312,'text':'Vital Scientific'},{'value':429,'text':'Waters'},{'value':430,'text':'Werfen'},{'value':487,'text':'WESTERGREN'},{'value':67,'text':'Wiener Lab'},{'value':488,'text':'WINTROBE'},{'value':322,'text':'Without manufacturer'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_450168401" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2', e); }}); //--> </script><script id="dxss_217016371" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2','cbxManufacturer2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxManufacturer2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxManufacturer2','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxManufacturer_SelectedIndexChanged(s, e, cbxInstrumentModel2, 2); RefreshRequired(2, 'cbxManufacturer2'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_1" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_I">Model</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_990782865" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_818060584" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2', e); }}); //--> </script><script id="dxss_1786033267" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2','cbxInstrumentModel2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxInstrumentModel2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxInstrumentModel2','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_2" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtInstrumentName2_I">Name</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtInstrumentName2" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtInstrumentName2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$txtInstrumentName2" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtInstrumentName2&#39;)" type="text" maxlength="100" /></td> </tr> </table><script id="dxss_1604338948" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtInstrumentName2','txtInstrumentName2',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$txtInstrumentName2','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e) { txtInstrumentName_ValueChanged(cbxInstrumentModel2, e, cbxVLManufacturer2, 2); RefreshRequired(2, 'txtInstrumentName2'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_3" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtSerialNumber2_I">Serial Number</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtSerialNumber2" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtSerialNumber2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$txtSerialNumber2" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtSerialNumber2&#39;)" type="text" maxlength="50" /></td> </tr> </table><script id="dxss_345657042" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_txtSerialNumber2','txtSerialNumber2',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$txtSerialNumber2','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e) { RefreshRequired(2, 'txtSerialNumber2'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_4" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_I">Type of Result</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_1596714850" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':'N','text':'Detail Data'},{'value':'G','text':'Summary Data'},{'value':'L','text':'Linearity'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1468595669" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2', e); }}); //--> </script><script id="dxss_560622660" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2','cbxTypeValidationData2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxTypeValidationData2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxTypeValidationData2','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'ValueChanged':function (s,e){ RefreshRequired(2, 'cbxTypeValidationData2'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_5" class="dxflGroupCell_Moderno"><div class="dxflEmptyItem_Moderno"> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_6" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_I">Manuf. Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="Id" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_405226103" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1317081136" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2', e); }}); //--> </script><script id="dxss_1729751336" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2','cbxVLManufacturer2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVLManufacturer2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVLManufacturer2','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVLManufacturer_SelectedIndexChanged(s, e, cbxControl2); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_7" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_I">Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_448444681" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1450419189" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2', e); }}); //--> </script><script id="dxss_1598840568" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2','cbxControl2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxControl2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxControl2','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxControl_SelectedIndexChanged(s, e, 2, cbxVialLot2_1, cbxVialLot2_2, cbxVialLot2_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_8" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_I">Vial Lot 1</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_840514430" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_938310534" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1', e); }}); //--> </script><script id="dxss_1731760536" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1','cbxVialLot2_1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_1','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot2_1_SelectedIndexChanged(s, e, cbxVialLot2_2); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_9" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_I">Vial Lot 2</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1951606060" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1679535730" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2', e); }}); //--> </script><script id="dxss_774774532" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2','cbxVialLot2_2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_2','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot2_2_SelectedIndexChanged(s, e, cbxVialLot2_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_10" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_I">Vial Lot 3</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_I" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1871544369" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1831514848" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3', e); }}); //--> </script><script id="dxss_62118488" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3','cbxVialLot2_3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2_cbxVialLot2_3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2$cbxVialLot2_3','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td></td> </tr> </table> </div><script id="dxss_87319108" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2_fmInstrument2','fmInstrument2',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2$fmInstrument2','showItemCaptionColon':false},null,null,{'items':[{'name':'','path':'0'},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'},{'name':'','path':'6'},{'name':'','path':'7'},{'name':'VL2_1','path':'8'},{'name':'VL2_2','path':'9'},{'name':'VL2_3','path':'10'}]}); //--> </script> </div><script id="dxss_1958655884" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCallbackPanel,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2','cbpSectionInstrument2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument2_cbpSectionInstrument2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2$cbpSectionInstrument2','hideContentOnCallback':false},{'EndCallback':cbpSectionInstrument2_EndCallback}); //--> </script> </div> </div></td> </tr> </table><script id="dxss_910991661" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument2',[[['dxrp-collapseBtnHover'],[''],['CB']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument2',[[['dxrp-collapseBtnPressed'],[''],['CB']]]); ASPx.AddSelectedItems('cbpFormRegister_fmFormRegister_rdInstrument2',[[['dxrp-collapseBtnChecked'],[''],['CB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument2',[[[''],[''],['HC']],[['dxrpDisabled_Moderno'],[''],['RPC','']],[['dxrp-collapseBtnDisabled'],[''],['CB']]]); ASPx.createControl(ASPxClientRoundPanel,'cbpFormRegister_fmFormRegister_rdInstrument2','rdInstrument2',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument2','collapsed':true,'allowCollapsingByHeaderClick':true,'expandImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}},'collapseImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}}}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_6" class="dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCustomItemSys dxflItem_Moderno"> <table class="dxrpControl_Moderno dxrpCollapsed" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_HC" class="dxrpHeader_Moderno dxrp-headerClickable dx-borderBox" style="background-color:Transparent;font-weight:bold;"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_CB" class="dxrpCollapseButton"> <img id="cbpFormRegister_fmFormRegister_rdInstrument3_CBImg" class="dxWeb_rpCollapseButton_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="[Contraer/expandir]" /> </div><div class="dxrpHCW"> <span id="cbpFormRegister_fmFormRegister_rdInstrument3_RPHT" class="dxrpHT dx-vam" style="font-weight:bold;">Instrument 3 Info</span> </div></td> </tr><tr class="dxrpCR"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_RPC" class="dxrp dxrpcontent dx-borderBox" style="background-color:Transparent;font-weight:bold;width:100%;"><div class="dxrpAW"> <div id="cbpFormRegister_fmFormRegister_rdInstrument3_CRC" class="dx-borderBox dxrpCW" style="padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <div class="dxpnlControl" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3"> <div class="dxflFormLayout_Moderno" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3" style="height:100%;width:100%;padding-left:0px;padding-right:0px;padding-top:0px;padding-bottom:0px;"> <table class="dxflGroup_Moderno dxflGroupSys dxflAGSys" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_0" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_I">Manufacturer</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_1652994603" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':178,'text':' Others / Otros'},{'value':69,'text':'Abbott / Murex / I-STAT'},{'value':261,'text':'Adaltis'},{'value':459,'text':'Advanced'},{'value':332,'text':'Agilent Technologies'},{'value':72,'text':'Alifax SPA'},{'value':376,'text':'All'},{'value':355,'text':'American Laboratory Trading'},{'value':3,'text':'Analyticon'},{'value':448,'text':'Analytikjena'},{'value':283,'text':'Applied Biosystems ABI'},{'value':80,'text':'AVL Medical Instruments'},{'value':81,'text':'Avox Systems'},{'value':4,'text':'Beckman Coulter'},{'value':84,'text':'Becton Dickinson'},{'value':7,'text':'Biocode-Hycel'},{'value':88,'text':'Biokit'},{'value':349,'text':'Biomedical Diagnostics (BMD)'},{'value':90,'text':'bioMerieux'},{'value':92,'text':'Bio-Rad Laboratories'},{'value':93,'text':'Biosite Diagnostics'},{'value':95,'text':'Biosystems S.A.'},{'value':303,'text':'Biotecnica Instruments'},{'value':372,'text':'Boditech'},{'value':293,'text':'Bouty'},{'value':335,'text':'BPCBioSed'},{'value':12,'text':'Brahms Diagnostika'},{'value':405,'text':'Cepheid'},{'value':471,'text':'ChemoMetec'},{'value':98,'text':'Cholestech'},{'value':472,'text':'COFIM'},{'value':18,'text':'Daiichi Pharmaceutical'},{'value':320,'text':'Delta Biologicals'},{'value':285,'text':'Diagnostica Stago'},{'value':22,'text':'DiaSorin (Sorin, Byk-Sangtec)'},{'value':475,'text':'DIATRON'},{'value':447,'text':'Diconex'},{'value':492,'text':'Diesse / Menarini'},{'value':103,'text':'DIESSE Diagnostica'},{'value':377,'text':'DIRUI'},{'value':369,'text':'Diuri Industrial CO. ,LTD'},{'value':347,'text':'Drew Scientific Group'},{'value':287,'text':'Dynex Technologies'},{'value':476,'text':'ELECTALAB'},{'value':371,'text':'ELITECH CLINICAL SYSTEM.'},{'value':468,'text':'Epocal'},{'value':321,'text':'Euroinmmun'},{'value':358,'text':'Eurospital'},{'value':477,'text':'EUROTEC'},{'value':192,'text':'FISKE'},{'value':455,'text':'Fujirebio'},{'value':409,'text':'Gold Standard Diagnostics'},{'value':491,'text':'Greiner'},{'value':289,'text':'Grifols'},{'value':109,'text':'Guest Medical'},{'value':307,'text':'Hamilton'},{'value':346,'text':'Helena Biosciences'},{'value':478,'text':'HemaTechnologies'},{'value':110,'text':'Hemocue'},{'value':480,'text':'HICHEM'},{'value':454,'text':'Hitachi'},{'value':453,'text':'Hologic'},{'value':94,'text':'HORIBA ABX Diagnostics'},{'value':30,'text':'Human Diagnostica'},{'value':33,'text':'IL, Instrumentation Laboratory'},{'value':227,'text':'INOVA Diagnostics'},{'value':456,'text':'Integrated Diagnostics Group'},{'value':373,'text':'Interlab'},{'value':271,'text':'ITC Diagnostics'},{'value':281,'text':'IZASA'},{'value':126,'text':'Labconco'},{'value':365,'text':'Luminex'},{'value':181,'text':'Manual Assay / Procedimiento Manual.'},{'value':484,'text':'Manual Method'},{'value':131,'text':'Medical Analysis Systems'},{'value':460,'text':'Medical Electronic System (MES)'},{'value':416,'text':'Medical System'},{'value':132,'text':'Menarini Diagnostics'},{'value':43,'text':'Merck'},{'value':482,'text':'MILTENYI BIOTEC'},{'value':336,'text':'Mindray'},{'value':279,'text':'MIR'},{'value':374,'text':'NanoEntek'},{'value':138,'text':'Nichols Institute'},{'value':483,'text':'NIHON KOHDEN'},{'value':137,'text':'Nova Biomedical'},{'value':379,'text':'Novartis'},{'value':139,'text':'Olympus'},{'value':469,'text':'OPTI Medical'},{'value':241,'text':'ORGENTEC Diagnostika GmbH'},{'value':48,'text':'Ortho Clinical Diagnostics'},{'value':486,'text':'PARTEC'},{'value':65,'text':'PerkinElmer Life Sciences (Wallac Oy)'},{'value':50,'text':'Pharmacia Diagnostics / PHADIA'},{'value':142,'text':'Polymedco'},{'value':276,'text':'QIAGEN N.V. (Rosys AG)'},{'value':260,'text':'Radim'},{'value':149,'text':'Radiometer'},{'value':259,'text':'RAL'},{'value':147,'text':'Randox Laboratoratories'},{'value':150,'text':'Roche Diagnostics / Boehringer Mannheim / AVL'},{'value':396,'text':'RR Mechatronics'},{'value':375,'text':'Samsung'},{'value':397,'text':'Sarstedt'},{'value':300,'text':'SEBIA'},{'value':428,'text':'Seegene'},{'value':188,'text':'Serono-Baker Diagnostics'},{'value':465,'text':'sherwood scientific'},{'value':179,'text':'Shimadzu'},{'value':82,'text':'Siemens (Bayer, Chiron, Ciba, Corning, Ames, Dade)'},{'value':402,'text':'Snibe Diagnostic'},{'value':288,'text':'SpinReact'},{'value':251,'text':'Stratec'},{'value':161,'text':'Streck Laboratories'},{'value':163,'text':'Sysmex Instruments'},{'value':306,'text':'Tecan'},{'value':417,'text':'Techno Genetics'},{'value':489,'text':'TERUMO'},{'value':60,'text':'The Binding Site'},{'value':105,'text':'Thermo Fisher Scientific (Thermo Electron)'},{'value':61,'text':'Tosoh'},{'value':490,'text':'Trinity'},{'value':415,'text':'Vircell'},{'value':319,'text':'Vital Diagnostics'},{'value':312,'text':'Vital Scientific'},{'value':429,'text':'Waters'},{'value':430,'text':'Werfen'},{'value':487,'text':'WESTERGREN'},{'value':67,'text':'Wiener Lab'},{'value':488,'text':'WINTROBE'},{'value':322,'text':'Without manufacturer'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1986408579" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3', e); }}); //--> </script><script id="dxss_1459882374" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3','cbxManufacturer3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxManufacturer3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxManufacturer3','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxManufacturer_SelectedIndexChanged(s, e, cbxInstrumentModel3, 3); RefreshRequired(3, 'cbxManufacturer3'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_1" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_I">Model</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1032745619" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_239445500" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3', e); }}); //--> </script><script id="dxss_1950193627" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3','cbxInstrumentModel3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxInstrumentModel3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxInstrumentModel3','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_2" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtInstrumentName3_I">Name</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtInstrumentName3" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtInstrumentName3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$txtInstrumentName3" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtInstrumentName3&#39;)" type="text" maxlength="100" /></td> </tr> </table><script id="dxss_1913409892" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtInstrumentName3','txtInstrumentName3',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$txtInstrumentName3','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e) { txtInstrumentName_ValueChanged(cbxInstrumentModel3, e, cbxVLManufacturer3, 3); RefreshRequired(3, 'txtInstrumentName3'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_3" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtSerialNumber3_I">Serial Number</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtSerialNumber3" style="width:100%;border-collapse:collapse;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtSerialNumber3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$txtSerialNumber3" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtSerialNumber3&#39;)" type="text" maxlength="50" /></td> </tr> </table><script id="dxss_1326821387" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_txtSerialNumber3','txtSerialNumber3',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$txtSerialNumber3','scStates':6,'scPostfix':'Moderno'},{'ValueChanged':function (s, e){ RefreshRequired(3, 'txtSerialNumber3'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_4" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_I">Type of Result</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" ValidationGroup="InstrumentInfoGroup" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> </table> </div></td> </tr> </table><script id="dxss_967847429" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[{'value':'N','text':'Detail Data'},{'value':'G','text':'Summary Data'},{'value':'L','text':'Linearity'}]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_491338712" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3', e); }}); //--> </script><script id="dxss_2119553290" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3','cbxTypeValidationData3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxTypeValidationData3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxTypeValidationData3','scStates':2,'scPostfix':'Moderno','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'ValueChanged':function (s, e){ RefreshRequired(3, 'cbxTypeValidationData3'); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_5" class="dxflGroupCell_Moderno"><div class="dxflEmptyItem_Moderno"> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_6" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_I">Manuf. Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="Id" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_310758575" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1165845836" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3', e); }}); //--> </script><script id="dxss_2040469075" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3','cbxVLManufacturer3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVLManufacturer3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVLManufacturer3','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVLManufacturer_SelectedIndexChanged(s, e, cbxControl3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_7" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_I">Control</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L_D" class="dxlbd" style="width:100%;overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L_LBII" class="dxeListBoxItem_Moderno">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_320808041" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_761470528" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3', e); }}); //--> </script><script id="dxss_1001642812" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3','cbxControl3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxControl3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxControl3','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxControl_SelectedIndexChanged(s, e, 3, cbxVialLot3_1, cbxVialLot3_2, cbxVialLot3_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_8" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_I">Vial Lot 1</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_497489364" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_1189875698" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1', e); }}); //--> </script><script id="dxss_1265465914" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1','cbxVialLot3_1',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_1',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_1','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot3_1_SelectedIndexChanged(s, e, cbxVialLot3_2); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_9" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle2"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_I">Vial Lot 2</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1633863849" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_546618341" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2', e); }}); //--> </script><script id="dxss_1121843568" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2','cbxVialLot3_2',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_2',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_2','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},{'SelectedIndexChanged':function (s, e) { cbxVialLot3_2_SelectedIndexChanged(s, e, cbxVialLot3_3); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_10" class="dxflGroupCell_Moderno"><table class="dxflCLLSys dxflItemSys dxflTextEditItemSys dxflItem_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxflHALSys dxflVATSys dxflCaptionCell_Moderno dxflCaptionCellSys FormLayoutCaptionStyle"><label class="dxflCaption_Moderno" for="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_I">Vial Lot 3</label></td><td class="dxflNestedControlCell_Moderno" style="width:100%;"> <table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_LP" class="dxeLoadingPanel_Moderno dxlpLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_LD" class="dxeLoadingDiv_Moderno dxlpLoadingDiv_Moderno dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><table class="dxeButtonEditSys dxeButtonEdit_Moderno" cellspacing="1" cellpadding="0" FieldName="IdVialLot" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3" style="width:100%;"> <tr> <td style="display:none;"><input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_VI" name="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_VI" type="hidden" /></td><td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_I" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3" onchange="ASPx.ETextChanged(&#39;cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3&#39;)" type="text" /></td><td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_B-1" class="dxeButton dxeButtonEditButton_Moderno" style="user-select:none;-khtml-user-select:none;-ms-user-select:none;"><img id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_B-1Img" class="dxEditors_edtDropDown_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="v" /></td> </tr> </table><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_PW-1" class="dxpcDropDown_Moderno dxpclW dxpc-ddSys dxpc-mainDiv dxdd-list dxpc-shadow dxdd-root" style="z-index:10000;display:none;visibility:hidden;"> <div class="dxpc-contentWrapper"> <div class="dxpc-content"> <table class="dxeListBox_Moderno" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L" style="border-collapse:collapse;border-collapse:separate;"> <tr> <td valign="top"><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_H" class="dxeHD"> <table cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td class="dxeListBoxItem_Moderno dxeHFC" style="width:120px;">Level</td><td class="dxeListBoxItem_Moderno dxeHC" style="width:120px;">Vial Lot</td><td class="dxeListBoxItem_Moderno dxeHLC" style="width:120px;">Expiration Date</td> </tr> </table> </div><div id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_D" class="dxlbd" style="overflow-x:hidden;overflow-y:auto;"> <input id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_VI" type="hidden" name="cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3$DDD$L" /><table cellspacing="0" cellpadding="0" style="border-collapse:collapse;border-collapse:separate;visibility:hidden!important;display:none!important;"> <tr id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_LBI-1" class="dxeListBoxItemRow_Moderno"> <td id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_LBII" class="dxeListBoxItem_Moderno dxeFTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeTM" style="width:120px;">&nbsp;</td><td class="dxeListBoxItem_Moderno dxeLTM" style="width:120px;">&nbsp;</td> </tr> </table><table id="cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L_LBT" cellspacing="0" cellpadding="0" style="width:100%;border-collapse:collapse;border-collapse:separate;table-layout:fixed!important;"> <tr> <td></td> </tr> </table> </div></td> </tr> </table><script id="dxss_1876439108" type="text/javascript"> <!-- ASPx.createControl(ASPxClientListBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD_L','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3$DDD$L','scStates':6,'scPostfix':'Moderno','stateObject':{'CustomCallback':''},'isSyncEnabled':false,'isComboBoxList':true,'hasSampleItem':true,'isHasFakeRow':true,'columnFieldNames':['Level','VialLot','ExpirationDateFormatted'],'textFormatString':'{0}; {1}; {2}','hoverClasses':['dxeListBoxItemHover_Moderno'],'selectedClasses':['dxeListBoxItemSelected_Moderno'],'disabledClasses':['dxeDisabled_Moderno'],'itemsInfo':[]},{'SelectedIndexChanged':function (s, e) { ASPx.CBLBSelectedIndexChanged('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3', e); },'ItemClick':function (s, e) { ASPx.CBLBItemMouseUp('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3', e); }},null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </div> </div> </div><script id="dxss_2104918420" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD',[[['dxpc-closeBtnHover'],[''],['HCB-1']]]); ASPx.createControl(ASPxClientPopupControl,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3_DDD','',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3$DDD','adjustInnerControlsSizeOnShow':false,'enableAnimation':false,'closeAction':'CloseButton','popupHorizontalAlign':'LeftSides','popupVerticalAlign':'Below','isPopupPositionCorrectionOn':false},{'Shown':function (s, e) { ASPx.DDBPCShown('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3', e); }}); //--> </script><script id="dxss_917662614" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['dxeButtonEditButtonHover_Moderno'],[''],['B-1']]]); ASPx.RemoveHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['B-100']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['dxeButtonEditButtonPressed_Moderno'],[''],['B-1']]]); ASPx.RemovePressedItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['B-100']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['dxeDisabled_Moderno'],[''],['','I']],[['dxeDisabled_Moderno dxeButtonDisabled_Moderno'],[''],['B-1'],,[[{'spriteCssClass':'dxEditors_edtDropDownDisabled_Moderno'}]],['Img']]]); ASPx.RemoveDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',[[['B-100'],]]); ASPx.createControl(ASPxClientComboBox,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3','cbxVialLot3_3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3_cbxVialLot3_3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3$cbxVialLot3_3','scStates':2,'scPostfix':'Moderno','validationGroup':'VialLotGroup','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'ddmInput':true,'lastSuccessValue':null,'islastSuccessValueInit':true,'allowNull':true},null,null,{'decorationStyles':[{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script> </td> </tr> </table></td><td></td> </tr> </table> </div><script id="dxss_252988486" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3_fmInstrument3','fmInstrument3',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3$fmInstrument3','showItemCaptionColon':false},null,null,{'items':[{'name':'','path':'0'},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'},{'name':'','path':'6'},{'name':'','path':'7'},{'name':'VL3_1','path':'8'},{'name':'VL3_2','path':'9'},{'name':'VL3_3','path':'10'}]}); //--> </script> </div><script id="dxss_947188359" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCallbackPanel,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3','cbpSectionInstrument3',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_rdInstrument3_cbpSectionInstrument3',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3$cbpSectionInstrument3','hideContentOnCallback':false},{'EndCallback':cbpSectionInstrument3_EndCallback}); //--> </script> </div> </div></td> </tr> </table><script id="dxss_576302119" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_rdInstrument3',[[['dxrp-collapseBtnHover'],[''],['CB']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_rdInstrument3',[[['dxrp-collapseBtnPressed'],[''],['CB']]]); ASPx.AddSelectedItems('cbpFormRegister_fmFormRegister_rdInstrument3',[[['dxrp-collapseBtnChecked'],[''],['CB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_rdInstrument3',[[[''],[''],['HC']],[['dxrpDisabled_Moderno'],[''],['RPC','']],[['dxrp-collapseBtnDisabled'],[''],['CB']]]); ASPx.createControl(ASPxClientRoundPanel,'cbpFormRegister_fmFormRegister_rdInstrument3','rdInstrument3',{'uniqueID':'cbpFormRegister$fmFormRegister$rdInstrument3','collapsed':true,'allowCollapsingByHeaderClick':true,'expandImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}},'collapseImageProperties':{'a':'[Contraer/expandir]','so':{'spriteCssClass':'dxWeb_rpCollapseButton_Moderno'}}}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_7" class="dxflHACSys dxflGroupCell_Moderno" colspan="2"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflCheckBoxWithTextItemSys dxflItem_Moderno" style="padding-top:20px;"> <table> <tr> <td> <table class="dxeBase_Moderno dxeTAR" cellspacing="0" cellpadding="0" EnableAnimation="False" ShowShadow="False" id="cbpFormRegister_fmFormRegister_chVerifyRobot" style="border-collapse:collapse;"> <tr> <td class="dxichCellSys"><span class="dxWeb_edtCheckBoxUnchecked_Moderno dxICheckBox_Moderno dxichSys dx-not-acc"><input id="cbpFormRegister_fmFormRegister_chVerifyRobot_S" class="dxKBSI" name="cbpFormRegister$fmFormRegister$chVerifyRobot" value="U" type="text" readonly="readonly" style="border-width:0;width:0;height:0;padding:0;margin:0;background-color:transparent;display:block;" /></span></td><td class="dxichTextCellSys"><label>I´m not a robot</label></td> </tr> </table><script id="dxss_1761767966" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCheckBox,'cbpFormRegister_fmFormRegister_chVerifyRobot','chVerifyRobot',{'encodeHtml':false,'uniqueID':'cbpFormRegister$fmFormRegister$chVerifyRobot','scStates':6,'scPostfix':'Moderno','imageProperties':{'4':['dxWeb_edtCheckBoxChecked_Moderno','dxWeb_edtCheckBoxUnchecked_Moderno'],'8':['dxWeb_edtCheckBoxCheckedDisabled_Moderno','dxWeb_edtCheckBoxUncheckedDisabled_Moderno']},'icbFocusedStyle':['dxICBFocused_Moderno','']},{'CheckedChanged':chVerifyRobot_CheckedChanged},null,{'decorationStyles':[]}); //--> </script> <table id="cbpFormRegister_fmFormRegister_cpRegister_LP" class="dxcaLoadingPanel_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td> </tr> </table><div class="dxcaControl_Moderno" Captcha_RefreshText="Show another code" RefreshText="Show another code" RefreshText-Text="Show another code" Captcha_DefaultTextBoxLabelText="Type the code shown" Captcha_RefreshText-Text="Show another code" RefreshText-Caption="Show another code" id="cbpFormRegister_fmFormRegister_cpRegister"> <table cellspacing="0" cellpadding="0" style="border-collapse:collapse;"> <tr> <td><div id="cbpFormRegister_fmFormRegister_cpRegister_IMGD" class="dxca-imageDiv" style="background-color:#1279C0;border-width:0px;width:200px;line-height:0px;font-size:0px;"> <img id="cbpFormRegister_fmFormRegister_cpRegister_IMG" src="/DXB.axd?DXCache=e88b0246-09e9-94a6-d770-1a4568aa3d66" alt="Captcha image" style="height:80px;width:200px;" /> </div></td> </tr><tr> <td class="dxcaRefreshButtonCell_Moderno" style="padding-top:5px;padding-bottom:5px;"><a class="dxcaRefreshButton_Moderno" id="cbpFormRegister_fmFormRegister_cpRegister_RB" href="javascript:;"><img id="cbpFormRegister_fmFormRegister_cpRegister_RIMG" class="dx-vam dxEditors_caRefresh_Moderno" src="/DXR.axd?r=1_89-xtbVo" alt="Show another code" style="margin-right:4px;" /><span id="cbpFormRegister_fmFormRegister_cpRegister_RTS" class="dxcaRefreshButtonText_Moderno" style="vertical-align:middle;line-height:0px;">Show another code</span></a></td> </tr><tr> <td class="dxcaTextBoxCellNoIndent_Moderno" style="padding-top:5px;padding-bottom:5px;"><label class="dxcaTextBoxLabel_Moderno" for="cbpFormRegister_fmFormRegister_cpRegister_TB_I">Type the code shown</label><table id="cbpFormRegister_fmFormRegister_cpRegister_TB_ET" class="dxeValidStEditorTable dxeRoot_Moderno" cellspacing="0" cellpadding="0" style="border-collapse:collapse;"> <tr> <td id="cbpFormRegister_fmFormRegister_cpRegister_TB_CC" class="dxeErrorFrame_Moderno dxeErrorFrameSys dxeNoBorderBottom dxeControlsCell_Moderno"><table class="dxeTextBoxSys dxeTextBox_Moderno dxeTextBoxDefaultWidthSys" cellspacing="0" cellpadding="0" id="cbpFormRegister_fmFormRegister_cpRegister_TB" style="width:200px;border-collapse:collapse;border-collapse:separate;"> <tr> <td class="dxic" style="width:100%;"><input class="dxeEditArea_Moderno dxeEditAreaSys" id="cbpFormRegister_fmFormRegister_cpRegister_TB_I" name="cbpFormRegister$fmFormRegister$cpRegister$TB" onchange="ASPx.EValueChanged(&#39;cbpFormRegister_fmFormRegister_cpRegister_TB&#39;)" type="text" /></td> </tr> </table></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_cpRegister_TB_EC" class="dxeErrorCell_Moderno dxeErrorFrame_Moderno dxeErrorFrameSys dxeErrorCellSys dxeNoBorderTop" style="visibility:hidden;white-space:nowrap;">The submitted code is incorrect</td> </tr> </table><script id="dxss_731969983" type="text/javascript"> <!-- ASPx.createControl(ASPxClientTextBox,'cbpFormRegister_fmFormRegister_cpRegister_TB','',{'uniqueID':'cbpFormRegister$fmFormRegister$cpRegister$TB','scStates':6,'scPostfix':'Moderno','validationGroup':'CustomerInfoGroup','customValidationEnabled':true,'isValid':true,'errorText':'The submitted code is incorrect','validateOnLeave':false,'setFocusOnError':true,'isErrorFrameRequired':true,'errorDisplayMode':'t','errorCellPosition':'Bottom','autoCompleteAttribute':{'name':'autocomplete','value':'off'},'isCaptchaTextBox':true},null,null,{'decorationStyles':[{'key':'I','className':'dxeInvalid_Moderno','cssText':''},{'key':'F','className':'dxeFocused_Moderno','cssText':''}]}); //--> </script></td> </tr> </table> </div><script id="dxss_771505510" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_cpRegister',[[['dxcaRefreshButtonHover_Moderno'],[''],['RB']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_cpRegister',[[['dxcaDisabledRefreshButton_Moderno'],[''],['RB']],[['dxcaDisabledRefreshButtonText_Moderno'],[''],['RTS']]]); ASPx.createControl(ASPxClientCaptcha,'cbpFormRegister_fmFormRegister_cpRegister','cpRegister',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister$fmFormRegister$cpRegister',arg,ASPx.Callback,'cbpFormRegister_fmFormRegister_cpRegister',ASPx.CallbackError,true); },'uniqueID':'cbpFormRegister$fmFormRegister$cpRegister'}); //--> </script> </td> </tr> </table> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_8" class="dxflHACSys dxflGroupCell_Moderno" colspan="2" style="width:100%;"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflButtonItemSys dxflItem_Moderno botones_centrales" style="width:100%;padding-top:20px;"> <div class="dxbButton_Moderno BtnRegisterForm dxbButtonSys dxbTSys" id="cbpFormRegister_fmFormRegister_btnSaveRegister" style="background-color:Transparent;height:30px;width:30px;user-select:none;-khtml-user-select:none;-ms-user-select:none;text-align:Center;"> <div class="dxb"> <span class="dx-vam">Save</span> </div> </div><script id="dxss_2050460492" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_btnSaveRegister',[[['dxbButtonHover_Moderno'],[''],[''],['','TC']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_btnSaveRegister',[[['dxbButtonPressed_Moderno'],[''],[''],['','TC']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_btnSaveRegister',[[['dxbDisabled_Moderno'],[''],[''],['','TC']]]); ASPx.InitializeSVGSprite(); ASPx.createControl(ASPxClientButton,'cbpFormRegister_fmFormRegister_btnSaveRegister','btnSaveRegister',{'encodeHtml':false,'uniqueID':'cbpFormRegister$fmFormRegister$btnSaveRegister','serverEvents':['Click'],'allowFocus':false,'useSubmitBehavior':false,'autoPostBackFunction':function(postBackArg) { __doPostBack("cbpFormRegister$fmFormRegister$btnSaveRegister", postBackArg); },'causesValidation':false},{'Click':btnSaveRegister_Click}); //--> </script> </div></td> </tr><tr> <td id="cbpFormRegister_fmFormRegister_9" class="dxflHACSys dxflGroupCell_Moderno" colspan="2" style="width:100%;"><div class="dxflNestedControlCell_Moderno dxflCLLSys dxflItemSys dxflButtonItemSys dxflItem_Moderno botones_centrales" style="width:100%;padding-top:20px;"> <div class="dxbButton_Moderno BtnRegisterForm dxbButtonSys dxbTSys" id="cbpFormRegister_fmFormRegister_btnReturn" style="background-color:Transparent;height:30px;width:30px;user-select:none;-khtml-user-select:none;-ms-user-select:none;text-align:Center;"> <div class="dxb"> <span class="dx-vam">Return</span> </div> </div><script id="dxss_581266498" type="text/javascript"> <!-- ASPx.AddHoverItems('cbpFormRegister_fmFormRegister_btnReturn',[[['dxbButtonHover_Moderno'],[''],[''],['','TC']]]); ASPx.AddPressedItems('cbpFormRegister_fmFormRegister_btnReturn',[[['dxbButtonPressed_Moderno'],[''],[''],['','TC']]]); ASPx.AddDisabledItems('cbpFormRegister_fmFormRegister_btnReturn',[[['dxbDisabled_Moderno'],[''],[''],['','TC']]]); ASPx.createControl(ASPxClientButton,'cbpFormRegister_fmFormRegister_btnReturn','btnReturn',{'encodeHtml':false,'uniqueID':'cbpFormRegister$fmFormRegister$btnReturn','allowFocus':false,'useSubmitBehavior':false,'autoPostBackFunction':function(postBackArg) { __doPostBack("cbpFormRegister$fmFormRegister$btnReturn", postBackArg); },'causesValidation':false},{'Click':btnReturn_Click}); //--> </script> </div></td> </tr> </table> </div><script id="dxss_402609049" type="text/javascript"> <!-- ASPx.createControl(ASPxClientFormLayout,'cbpFormRegister_fmFormRegister','fmFormRegister',{'uniqueID':'cbpFormRegister$fmFormRegister','showItemCaptionColon':false},null,null,{'items':[{'name':'','path':'0'},{'name':'','path':'1'},{'name':'','path':'2'},{'name':'','path':'3'},{'name':'','path':'4'},{'name':'','path':'5'},{'name':'','path':'6'},{'name':'','path':'7'},{'name':'','path':'8'},{'name':'','path':'9'}]}); //--> </script> </div><table id="cbpFormRegister_LP" class="dxpnlLoadingPanelWithContent dxlpLoadingPanelWithContent" cellspacing="0" cellpadding="0" style="border-collapse:collapse;left:0px;top:0px;z-index:30000;display:none;"> <tr> <td class="dx" style="padding-right:0px;"><img class="dxlp-loadingImage dxlp-imgPosLeft" src="/DXR.axd?r=1_89-xtbVo" alt="" align="middle" /></td><td class="dx" style="padding-left:0px;"><span id="cbpFormRegister_TL">Cargando&hellip;</span></td> </tr> </table><div id="cbpFormRegister_LD" class="dxpnlLoadingDivWithContent dxlpLoadingDivWithContent dx-ft" style="left:0px;top:0px;z-index:29999;display:none;position:absolute;"> </div><script id="dxss_1545268710" type="text/javascript"> <!-- ASPx.createControl(ASPxClientCallbackPanel,'cbpFormRegister','',{'callBack':function(arg) { WebForm_DoCallback('cbpFormRegister',arg,ASPx.Callback,'cbpFormRegister',ASPx.CallbackError,true); },'hideContentOnCallback':false}); //--> </script> <script type="text/javascript"> //<![CDATA[ LoadSettings(); var callBackFrameUrl='/WebResource.axd?d=beToSAE3vdsL1QUQUxjWdbtY1xKNdaY5vNCOJF-ho5GqX5XyxhgEd63MEGtEim6Gfyypi3kvk5oPSZrVbhK5CQ2&t=638460274960000000'; WebForm_InitCallback();//]]> </script> </form> </body> </html>