
Resource Mode hadles the images, fonts, colors, and strings used by your project. Those familiar with the PEG Developers Toolkit from previous releases will notice ImageConvert and FontCapture are no longer included as separate tools. Instead they have been combined with a string table and color manager to become the Resource Manager in the new WindowBuilder.

A large part of implementing any graphical application is defining and organizing the resources used by that application. WindowBuilder Resource Mode is optimized to accomplish exactly that. In Resource Mode you can set up fonts and images, define color schemes, and specify the languages your application will utilize.