/* holds an identifier and the 
   initial RECT of the control */
typedef struct
    {
    HWND hControl;
    RECT rect;
    } resizeinfo;
