
// Main View
#define MainForm							1000
#define MainFormTitle					1001
#define MainFormNewPuzzleButton		1002

// Info Dialog Box
#define InfoDialog						1400
#define InfoVersionLabel				1404


// Rom Incompatible Alert
#define RomIncompatibleAlert			1001



// Menus
#define MainFormMenuBar					1000


// Menu commands
#define MainOptionsSolvePuzzleCmd		100
#define MainOptionsInstructions			101
#define MainOptionsAboutCmdSeparator	102
#define MainOptionsAboutCmd				103


// Strings
#define PleaseWaitStr					1000
#define InstructionsStr					1001


// Graphic Bitmaps
//#define ConnectingLocallyDisabledBitmap	1000
