pre cutover push

This commit is contained in:
Infineon\StieberD
2024-09-04 20:33:41 -07:00
parent 6ea6969f4b
commit 7762b129af
2072 changed files with 130000 additions and 95295 deletions

View File

@ -221,8 +221,8 @@ BEGIN CASE
CASE CurrCol = COL$THK_UNITS
TypeOver = ''
TypeOver<PTITLE$> = 'Thickness Units of Measurement'
TypeOver<PDISPLAY$> = 'THICK':@SVM:'Thickness':@SVM:'Micron':@SVM:'æm':@VM
TypeOver<PDISPLAY$> = TypeOver<PDISPLAY$>:'THICK':@SVM:'Thickness':@SVM:'Angstrom':@SVM:''
TypeOver<PDISPLAY$> = 'THICK':@SVM:'Thickness':@SVM:'Micron':@SVM:'æm':@VM
TypeOver<PDISPLAY$> = TypeOver<PDISPLAY$>:'THICK':@SVM:'Thickness':@SVM:'Angstrom':@SVM:''
Units = Popup(@WINDOW,TypeOver,'METROLOGY_UNITS')
@ -235,8 +235,8 @@ BEGIN CASE
CASE CurrCol = COL$RES_UNITS
TypeOver = ''
TypeOver<PTITLE$> = 'Resistance Units of Measurement'
TypeOver<PDISPLAY$> = 'RES':@SVM:'Resistivity':@SVM:'Ohms.Cm':@SVM:'ê-cm':@VM
TypeOver<PDISPLAY$> = TypeOver<PDISPLAY$>:'RES':@SVM:'Resistivity':@SVM:'Ohms/Sq':@SVM:'ê/Ü'
TypeOver<PDISPLAY$> = 'RES':@SVM:'Resistivity':@SVM:'Ohms.Cm':@SVM:'ê-cm':@VM
TypeOver<PDISPLAY$> = TypeOver<PDISPLAY$>:'RES':@SVM:'Resistivity':@SVM:'Ohms/Sq':@SVM:'ê/Ü'
Units = Popup(@WINDOW,TypeOver,'METROLOGY_UNITS')
IF Units NE '' THEN
@ -262,7 +262,7 @@ BEGIN CASE
CASE CurrCol = COL$CRES_UNITS
TypeOver = ''
TypeOver<PTITLE$> = 'Mercury Probe - Units of Measurement'
TypeOver<PDISPLAY$> = 'CRES':@SVM:'HgCvResistivity':@SVM:'Ohms.Cm':@SVM:'ê-cm'
TypeOver<PDISPLAY$> = 'CRES':@SVM:'HgCvResistivity':@SVM:'Ohms.Cm':@SVM:'ê-cm'
TypeOver<PINITSELECT$> = 1
Units = Popup(@WINDOW,TypeOver,'METROLOGY_UNITS')
@ -858,4 +858,3 @@ Result = ReturnData
RETURN