Click here to Skip to main content
15,892,298 members
Articles / Desktop Programming / MFC

Resource ID Organiser Add-In for Visual C++ 5.0/6.0/.NET

Rate me:
Please Sign up or sign in to vote.
4.98/5 (71 votes)
10 Jan 2005CPOL25 min read 532.9K   12.1K   201  
An application/add-in to organise and renumber resource symbol IDs
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ResOrgNETAddInToolWindows.rc
//
#define IDB_TOOLWIN                     28000
#define IDD_TOOLWIN_FORM                28001
#define IDI_TOOLWIN_EDIT                28002
#define IDI_TOOLWIN_PROPERTIES          28003
#define IDI_TOOLWIN_RENUMBER            28004
#define IDP_TOOLWIN_OVERWRITE_PROMPT    28005
#define IDS_TOOLWIN                     28006
#define IDS_TOOLWIN_EDIT                28007
#define IDS_TOOLWIN_ERR_CLOSING_FILE    28008
#define IDS_TOOLWIN_PROPERTIES          28009
#define IDS_TOOLWIN_RENUMBER            28010
#define IDS_TOOLWIN_SYM_CONFLICTS_CAPTION 28011
#define IDS_TOOLWIN_SYM_RANGE_NONE      28012
#define IDS_TOOLWIN_WARN_VALUE_CONFLICT 28013
#define IDP_TOOLWIN_ERR_FILE_ATTRIBUTES 28014
#define IDP_TOOLWIN_ERR_SAVE_FILE       28015
#define IDP_TOOLWIN_WARN_NEXT_SYM_VALUES 28016
#define IDS_TOOLWIN_SYM_OUT_OF_RANGE_CAPTION 28017
#define IDS_TOOLWIN_WARN_VALUE_OUT_OF_RANGE 28018
#define IDC_TOOLWIN_DIVIDER             28200
#define IDC_TOOLWIN_EDIT                28201
#define IDC_TOOLWIN_PROPERTIES          28202
#define IDC_TOOLWIN_REFRESH             28203
#define IDC_TOOLWIN_RENUMBER            28204
#define IDC_TOOLWIN_SYM_CONFLICTS       28205
#define IDC_TOOLWIN_SYM_CONFLICTS_CAPTION 28206
#define IDC_TOOLWIN_SYM_FILE            28207
#define IDC_TOOLWIN_SYM_HIGH_RANGE      28208
#define IDC_TOOLWIN_SYM_HIGH_RANGE_CAPTION 28209
#define IDC_TOOLWIN_SYM_LOW_RANGE       28210
#define IDC_TOOLWIN_SYM_LOW_RANGE_CAPTION 28211
#define IDC_TOOLWIN_WARNING_ICON        28212
#define IDC_TOOLWIN_WARNING_MSG         28213
#define IDC_TOOLWIN_SYM_OUT_OF_RANGE    28214
#define IDC_TOOLWIN_SYM_OUT_OF_RANGE_CAPTION 28215

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        28017
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         28217
#define _APS_NEXT_SYMED_VALUE           28314
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder Riverblade Limited
United Kingdom United Kingdom
I haven't always written software for a living. When I graduated from Surrey University in 1989, it was with an Electronic Engineering degree, but unfortunately that never really gave me the opportunity to do anything particularly interesting (with the possible exception of designing Darth Vader's Codpiece * for the UK Army in 1990).
    * Also known as the Standard Army Bootswitch. But that's another story...
Since the opportunity arose to lead a software team developing C++ software for Avionic Test Systems in 1996, I've not looked back. More recently I've been involved in the development of subsea acoustic navigation systems, digital TV broadcast systems, port security/tracking systems, and most recently software development tools with my own company, Riverblade Ltd.

One of my personal specialities is IDE plug-in development. ResOrg was my first attempt at a plug-in, but my day to day work is with Visual Lint, an interactive code analysis tool environment with works within the Visual Studio and Eclipse IDEs or on build servers.

I love lots of things, but particularly music, photography and anything connected with history or engineering. I despise ignorant, intolerant and obstructive people - and it shows...I can be a bolshy cow if you wind me up the wrong way...Laugh | :laugh:

I'm currently based 15 minutes walk from the beach in Bournemouth on the south coast of England. Since I moved here I've grown to love the place - even if it is full of grockles in Summer!

Comments and Discussions