Although I have used Resource Workshop and Pelles for building RC files, I have found that its often productive to manually edit these files.
I wanted consistency so I started going through my RC file ( about 5000 lines ) and came to some important realizations:
1) It is much easier to align the controls manually. The "eye" is not always accurate, and being off by a few pixels can be distracting. I made sure that control sizes were all the same height, text static controls were also the same height, and vertical and horizontal fields were aligned. It is also easy to maintain consistant vertical spacing between controls. The end result was nicer.
2) I actually found extra resources that didn't need to be in the file ...
3) It was easier to strip out the Borland resources that I didn't want.
4) The tab order is decided by the order of the controls in the .RC file. I was able to make sure all dialogs now have proper tab order which will be quite pleasing to my clients.
A powerful text editor is very helpful in scanning the file and accomplishing quick work of the editing tasks. I happen to use, and like, Multi Edit but I've also tried the demo of UE and it is very good. I'm just used to Multi-Edit so I decided not to switch at this time.
If someone has a good resource for RC file control information, perhaps you could post it. Somewhere there is probably a paper on this.
Happy coding ...