What I dislike most ... every single bit of information is split all over the place in a dozen tiny little files.
Yes, you had mentioned this on several occasions for masm projects as well. My answer is the same, it's called modularity or modular construction. I find that practice useful in certain instances. It's one of those things that either you like it or hate it. That's called personal preference. But I don't understand using more than one resource file though. One for dialog boxes, one for icons, one for bitmaps, etc.
If I ever get around to working on resed source code (for removing the control name equates), I will also look into making it more user friendly for MASM users that don't have the RadAsm IDE on their computer. I would most likely have to include some of the RadAsm libraries in the project to do so though. I wonder if that is kosher?
Or should I keep that project to myself? Since Ketil0 has been active here lately I might just send him a PM asking his opinion before posting any modifications to his code.