Added NCR barcode verification

This commit is contained in:
Infineon\Mitchem
2024-09-10 14:29:59 -07:00
committed by Infineon\StieberD
parent 9f4a3f94b5
commit bff81f70c4
8 changed files with 3092 additions and 388 deletions

View File

@ -179,7 +179,7 @@ Display_Message:
If LongLen EQ TitleLen then
PixMult = 5.9 ; // Title is bold so it requires more pixels
end else
PixMult = 5.2 ; // 5.1 wasn't quite enough for some lines
PixMult = 6 ; // 5.2 wasn't quite enough for some lines
end
ItemWidth = PixMult * LongLen
@ -240,7 +240,7 @@ Display_Message:
If ComboVisible then Set_Property(Subclass, 'OLE.ComboDropDown[' : CtrlEntIdSub : ']', False$)
end
* ShowAtY = CtrlYpos + CtrlHeight
ShowAtY = CtrlYpos + 2
ShowAtY = CtrlYpos + 2
// The SRP Popup display should be at least as wide as the control for visual purposes. Add an extra pixel of
// width to account for the cell border.
If CtrlWidth GT FullWidth then FullWidth = CtrlWidth
@ -356,3 +356,4 @@ Display_Message:
Done = True$
return