These forms currently are just wrappers against FlowLayoutPanels that take in an array of RCheevosAchievementForm's/RCheevosLeaderboardForm's. This is grossly inefficient and can crash due to window handle exhaustion, and as such they're currently disabled (see #4478). They need to be refactored to not taken in a list of forms which all each end up creating a window handle.