getting repo caught up

This commit is contained in:
Infineon\StieberD
2024-05-22 14:06:46 -07:00
parent a2cac41a8d
commit 6ea6969f4b
1656 changed files with 2057 additions and 158 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,3 +858,4 @@ Result = ReturnData
RETURN