Click here to Skip to main content
15,896,912 members
Articles / Desktop Programming / MFC

A Simple Vector Editor

Rate me:
Please Sign up or sign in to vote.
4.85/5 (10 votes)
5 Jun 20022 min read 122.1K   1.4K   29  
A simeple editor to make my polygon class a bit more usable.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by VectorEditor.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_VECTOREDITOR_DIALOG         102
#define IDS_FILTER                      102
#define IDS_SAVE_CHANGES                103
#define IDS_DEFAULT_EXT                 104
#define IDS_FILE_ERROR                  105
#define IDS_NO_FILE_CAPTION             106
#define IDS_FILE_CAPTION                107
#define IDS_UNKNOWN_ERROR               108
#define IDR_MAINFRAME                   128
#define IDB_LEFT_ARROW                  129
#define IDB_RIGHT_ARROW                 130
#define IDI_JMNCO                       130
#define IDR_DRAWFILE                    134
#define IDC_IMAGE                       1000
#define IDC_ANGLE                       1001
#define IDC_SPINANGLE                   1002
#define IDC_POINTS                      1003
#define IDC_NEWPOINT                    1004
#define IDC_UP                          1005
#define IDC_DOWN                        1006
#define IDC_SCALE                       1007
#define IDC_SHIFT_UP                    1008
#define IDC_SHIFT_DOWN                  1009
#define IDC_DELETE                      1010
#define IDC_ADD                         1011
#define IDC_SPINSCALE                   1012
#define IDB_UP_ARROW                    1012
#define IDC_POSITION                    1013
#define IDB_DOWN_ARROW                  1013
#define IDC_SHIFT_LEFT                  1014
#define IDC_SHIFT_RIGHT                 1015
#define IDC_SHIFT_CAPTION               1016
#define IDC_AXIS                        1017
#define IDC_TICKS                       1018
#define IDC_SCALE_CAPTION               1019
#define IDC_ANGLE_CAPTION               1020
#define IDC_TRANSFORMATIONS             1021
#define IDM_FILE_SAVE_AS                32771
#define IDM_FILE_EXIT                   32772
#define IDM_FILE_OPEN                   32773
#define IDM_FILE_SAVE                   32774
#define IDM_FILE_NEW                    32775
#define IDM_ABOUT                       32776

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32777
#define _APS_NEXT_CONTROL_VALUE         1022
#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
Retired
United States United States
PhD, Computer Science, Carnegie Mellon University, 1975
Certificate in Forensic Science and the Law, Duquesne University, 2008

Co-Author, [i]Win32 Programming[/i]

Comments and Discussions