Click here to Skip to main content
15,885,278 members
Articles / Desktop Programming / MFC

CFlowchartEditor - linking things in CDiagramEditor

Rate me:
Please Sign up or sign in to vote.
4.94/5 (136 votes)
5 Jul 2006Public Domain8 min read 364.5K   33.9K   278  
A flowchart editor with linked objects, based on CDiagramEditor.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by FlowchartEditor.rc
//
#define IDD_DIALOG_PROPERTY             131
#define IDD_FLOWCHART_DIALOG_LINK_TITLE 132
#define IDD_DIALOG_PROPERTY_LABEL       133
#define IDR_MENU_EDITOR_POPUP           133
#define IDC_FLOWCHART_EDIT_LINK_TITLE   1000
#define IDC_EDIT_TEXT                   1006
#define IDM_FLOWCHARTEDITOR_LINK        61442
#define IDM_FLOWCHARTEDITOR_LINK_DIRECTION 61443
#define IDM_FLOWCHARTEDITOR_LINK_PROPERTIES 61444
#define IDM_FLOWCHARTEDITOR_UNLINK      61445
#define ID_EDIT_COPY                    0xE122
#define ID_EDIT_CUT                     0xE123
#define ID_EDIT_PASTE                   0xE125
#define IDS_FLOWCHART_BOX               61446
#define IDS_FLOWCHART_CONDITION         61447
#define IDS_FLOWCHART_CONNECTOR         61448
#define IDS_FLOWCHART_IO                61449
#define IDS_FLOWCHART_TERMINATOR        61450
#define IDS_FLOWCHART_LABEL             61451
#define IDC_STATIC                      -1

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        101
#define _APS_NEXT_COMMAND_VALUE         61452
#define _APS_NEXT_CONTROL_VALUE         1000
#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, along with any associated source code and files, is licensed under A Public Domain dedication


Written By
Software Developer (Senior) Abstrakt Mekanik AB
Sweden Sweden
45 years old, married, three kids.

Started with computers more than 20 years ago on a CBM-64.

Read Theoretical Philosophy at the University of Lund.

Working as a C++ consultant developer.

Science-fiction freak. Enjoy vintage punkrock.

Comments and Discussions