In this declaration syntax from https://msdn.microsoft.com/en-us/library/windows/desktop/aa381003(v=vs.85).aspx
nameID DIALOG x, y, width, height [optional-statements] {control-statement . . . }
what are the units used for width and height?
I assumed that they were pixels, and so set my window to 640x480. However, I now have a window that is too big for my needs.