Click here to Skip to main content
15,894,017 members
Articles / Desktop Programming / MFC

CodePlotter 1.6 - Add and edit diagrams in your code with this 'Visio-like' tool

Rate me:
Please Sign up or sign in to vote.
4.91/5 (160 votes)
27 Sep 200310 min read 365.2K   3.8K   171  
A Visual Studio addin for creating and editing ASCII diagrams in source files
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by CodeDiagrammer.rc
//
#define IDS_CODEDIAGRAMMER_LONGNAME     1
#define IDS_CODEDIAGRAMMER_DESCRIPTION  2
#define IDS_CMD_STRING                  3
#define IDR_TOOLBAR_MEDIUM              128
#define IDR_TOOLBAR_LARGE               129
#define IDD_CDEDITOR_DIALOG             129
#define IDR_MAINFRAME                   130
#define IDD_EDITCONN_DIALOG             131
#define IDC_SIZETOP                     1003
#define IDC_SIZEBOTTOM                  1004
#define IDC_SIZERIGHT                   1005
#define IDC_SIZELEFT                    1006
#define IDC_TEXT                        1007
#define IDC_DIAGRAM                     1008
#define IDC_MOVEHORZ                    1009
#define IDC_MOVEVERT                    1012
#define IDC_CONNECTIONS                 1014
#define IDC_NEWCONNECTION               1015
#define IDC_EDITCONNECTION              1016
#define IDC_NEWRECT                     1018
#define IDC_DELETERECT                  1019
#define IDC_DELETECONNECTION            1020
#define IDC_SIDES                       1021
#define IDC_RECTFROM                    1022
#define IDC_RECTLIST                    1023
#define IDC_TITLE                       1024
#define IDC_SELECTEDITEM                1025

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        133
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1026
#define _APS_NEXT_SYMED_VALUE           101
#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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Maptek
Australia Australia
.dan.g. is a naturalised Australian and has been developing commercial windows software since 1998.

Comments and Discussions