Click here to Skip to main content
15,896,118 members
Articles / Multimedia / GDI

Curve representation by ICAS (Inner Centered Arcs)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (13 votes)
13 Nov 2011CPOL7 min read 30.2K   1.7K   25  
Suggestion about another curve representation
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ICAS.rc
//
//#define IDR_MANIFEST                    1
#define IDD_ABOUTBOX                    100
#define IDP_OLE_INIT_FAILED             100
#define IDD_ICASTRIDLG                  103
#define IDD_ICASATRDLG                  104
#define IDD_ICASSEGMENTDLG              105
#define IDR_MAINFRAME                   128
#define IDR_ICASTYPE                    129
#define IDD_ICAS_DLG                    130
#define IDC_ICAS_CLOSE                  1000
#define IDC_ICAS_CONTROL                1001
#define IDC_RESO_0                      1002
#define IDC_RESO_1                      1003
#define IDC_RESO_2                      1004
#define IDC_RESO_3                      1005
#define IDC_RESO_4                      1006
#define IDC_RESO_5                      1007
#define IDC_ICAS_BASE                   1008
#define IDC_APPLY                       1009
#define IDC_ICAS_GRID                   1010
#define IDC_ICAS_EDIT                   1011
#define IDC_ICAS_CROSS                  1012
#define IDC_ICAS_CROS                   1013
#define IDC_ICAS_PARAM                  1014
#define IDC_ICAS_PARAM_EDT              1015
#define IDC_RESO_EDT                    1016
#define IDC_CHK_NORMAL                  1017
#define IDC_CHK_BRIDGE                  1018
#define IDC_CHK_LINE                    1019
#define IDC_CHK_IDENTDIR                1020
#define IDC_CHK_LTAN                    1021
#define IDC_CHK_RTAN                    1022
#define IDC_CHK_LTAN2                   1023
#define IDC_CHK_RTAN2                   1024
#define IDC_CHK_LAUTO                   1025
#define IDC_CHK_RAUTO                   1026
#define IDC_CHK_MLTSTART                1027
#define IDC_CHK_MLTSTART2               1028
#define IDC_CHK_MLTEND                  1029
#define IDC_UNDOREDO                    1030
#define IDC_TRI_P0_TYPE                 1031
#define IDC_TRI_P0_X                    1032
#define IDC_TRI_P0_Y                    1033
#define IDC_TRI_P1_TYPE                 1034
#define IDC_TRI_P1_X                    1035
#define IDC_TRI_P1_Y                    1036
#define IDC_TRI_P2_TYPE                 1037
#define IDC_TRI_P2_X                    1038
#define IDC_TRI_P2_Y                    1039
#define IDC_SEG_NORMAL                  1040
#define IDC_SEG_PARALLEL                1041
#define IDC_SEG_MULTIPLE                1042
#define IDC_SEG_RESERVE1                1043
#define IDC_SEG_X                       1044
#define IDC_SEG_Y                       1045
#define IDC_RECALC                      1046
#define IDC_NO_LATTICE                  1047
#define IDC_LATTICE_CNTL                1048
#define IDC_LATTICE_DIST_EDT            1049
#define IDC_SEL_APPLY                   1050
#define IDC_LATTICE_CNTL2               1050
#define IDC_R3_LATTICE_CNTL             1050
#define IDC_SEL_PARAM_CHK               1051
#define IDC_SEL_PARAM_EDT               1052
#define IDC_SEL_PARAM_LIMIT             1053
#define IDC_SEL_PARAM_EDT2              1054
#define IDC_SEL_RESO_EDT                1054
#define IDC_BUTTON1                     1055
#define IDC_SEL_UNDOREDO                1055

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        131
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1056
#define _APS_NEXT_SYMED_VALUE           106
#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
Japan Japan
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions