Click here to Skip to main content
15,895,779 members
Articles / Mobile Apps

The StateWizard VC++ Add-in and Engine with Source Code

Rate me:
Please Sign up or sign in to vote.
4.73/5 (24 votes)
26 Mar 2009CPOL12 min read 190.8K   2.8K   132  
A cross-platform state-oriented application framework and a ClassWizard-like round-trip UML dynamic modeling/development tool that runs in popular IDEs. Aims at providing concurrent, distributed, and real-time application development tools for Win32/Linux
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by AddIn.rc
//
#define IDS_PROJNAME                    100
#define IDR_ADDIN                       101
#define IDR_CONNECT                     102
#define IDB_SIZE                        200
#define IDC_IMAGE                       201
#define IDC_COMBO1                      202
#define IDB_SETTING                     203
#define IDC_ABOUT_VER                   203
#define IDB_ABOUT                       204
#define IDC_EDIT_WEB                    204
#define IDB_ADDIN                       205
#define IDC_EDIT_EMAIL                  205
#define IDB_CODE                        206
#define IDB_HELP                        207
#define IDD_ABOUT                       208
#define IDI_ADDIN                       209
#define IDI_WIZARD                      209
#define IDB_BITMAP1                     210
#define IDB_WIZARD                      210
#define IDD_DIALOG1                     211
#define IDD_CODELINE_DLG                401
#define IDD_CODESIZE_DLG                403
#define IDD_RC_MANAGER_DLG              404
#define IDD_SET_INIFILE_DIALOG          409
#define IDC_LIST1                       410
#define IDC_EDIT_LANG_NUM               422
#define IDC_BUTTON_SELECT_FONT          423
#define IDC_BUTTON_ADD_FONT             424
#define IDSAVE                          429
#define IDC_BUTTON_DELETE_ITEM          430
#define IDC_STATIC_VC_RCNAME            431
#define IDC_STATIC_FONT_NAME            436
#define IDC_STATIC_CHAR_SET             437
#define IDC_STATIC_FONT_HEIGHT          438
#define IDC_STATIC_MAX_WIDTH            439
#define IDC_STATIC_AVE_WIDTH            440
#define IDC_STATIC_FIRST_CHAR           441
#define IDC_STATIC_LAST_CHAR            442
#define IDC_STATIC_TEXTSTR_NUM          443
#define IDC_STATIC_MENU_NUM             444
#define IDC_STATIC_BITMAP_NUM           445
#define IDC_STATIC_FONT_NUM             446
#define IDC_STATIC_RDATA                447
#define IDC_STATIC_DATA                 448
#define IDC_STATIC_BSS                  449
#define IDC_EDIT_FONT_WIDTH             450
#define IDC_RADIO_MBCS                  452
#define IDC_MBCS_BYTE1_FIRST_CHAR       453
#define IDC_MBCS_BYTE2_FIRST_CHAR       458
#define IDC_MBCS_BYTE2_LAST_CHAR        459
#define IDC_EDIT_SOURCE_NAME            1003
#define IDC_HIERARCHY_LEVEL_EDIT        1003
#define IDC_RADIO_ASCII                 1006
#define IDC_RADIO_FILE_TYPE_CPP         1006
#define IDC_RADIO_UNICODE               1007
#define IDC_RADIO_FILE_TYPE_C           1007
#define IDC_RADIO_FILE_TYPE_C2          1008
#define IDC_MBCS_BYTE1_LAST_CHAR        1011
#define IDC_EDIT_FIRST_CHAR             1016
#define IDC_EDIT_LAST_CHAR              1017
#define IDC_VERSION                     1026
#define ID_ABOUT_COPYRIGHT              1171
#define IDC_ABOUT_WEB                   2036
#define IDC_ABOUT_EMAIL                 2037
#define IDC_ABOUT_HEADER                2038
#define IDC_ABOUT_HEADER2               2039
#define IDC_ABOUT_EDITION               2040
#define IDC_STATIC_IDE                  2040
#define IDC_ABOUT_HEADER3               2041

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        211
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         205
#define _APS_NEXT_SYMED_VALUE           104
#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
Software Developer (Senior)
United States United States
Alex "Question is more important than the answer."

Comments and Discussions