Click here to Skip to main content
15,893,668 members
Articles / Desktop Programming / MFC

SolidGraph CAD System

Rate me:
Please Sign up or sign in to vote.
4.97/5 (78 votes)
12 Sep 20062 min read 375.7K   29.8K   209  
A SolidGraph CAD system source code.
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Surfaces.rc
//
#define IDS_MAIN_CON                    1
#define IDS_SEL_MAIN_CONT               2
#define IDS_OTV                         3
#define IDS_SEL_OTV                     4
#define IDS_COON_SEL_1_CONT             5
#define IDS_COON_SEL_2_CONT             6
#define IDS_COON_SEL_3_CONT             7
#define IDS_COON_SEL_4_CONT             8
#define IDS_CONT                        9
#define IDS_CONT_ALREADY_SEL            10
#define IDS_NOT_IN_ONE_PLANE            11
#define IDS_INTERS_OUT                  12
#define IDS_NOT_INSIDE_OUT              13
#define IDS_INTERS_WITH_OTHERS          14
#define IDS_INSIDE_EXIST_HOLE           15
#define IDS_CONSIST_EXIST_HOLE          16
#define IDS_TOOLTIP_FIVETH              17
#define IDS_STBAR_FIVETH                18
#define IDS_COONS_ER_MUST_PRIMICAT      19
#define IDS_COONS_ER_MUST_CLOSE_AREA    20
#define IDS_LS_FIR_CONT                 21
#define IDS_LS_SEL_FIR_CONT             22
#define IDS_LS_SEC_CONT                 23
#define IDS_LS_SEL_SEC_CONT             24
#define IDS_QUESTION                    25
#define IDS_IS_CLOSE                    26
#define IDS_SEL_HREBET_POINT            27
#define IDS_SEL_CURVE_DIR               28
#define IDS_END_COM                     29
#define IDS_FACE_NAME                   30
#define IDS_ERR_CANT_CREATE             31
#define IDS_COONS_NAME                  32
#define IDS_LINEAR_NAME                 33
#define IDS_SPLINE_NAME                 34
#define IDS_SELECT_NEXT_CONTOUR         35
#define IDS_ERROR_OBJ_NOT_SEL           52
#define IDR_TOOLBAR                     4020
#define IDB_TOOLBAR32_BMP               4077
#define IDB_BITMAP1                     4079
#define IDB_SECT_OBJ_BMP                4079
#define IDB_BITMAP2                     4080
#define IDB_COONS_OBJ_BMP               4080
#define IDB_BITMAP3                     4081
#define IDB_FACE_OBJ_BMP                4081
#define IDB_BITMAP4                     4082
#define IDB_LINEAR_BMP                  4082
#define ID_BUTTON_0                     32783
#define ID_BUTTON_1                     32784
#define ID_BUTTON_2                     32785
#define ID_BUTTON_3                     32786
#define ID_BUTTON_4                     32787
#define ID_BUTTON_5                     32788
#define ID_BUTTON_6                     32789
#define ID_BUTTON_7                     32790
#define ID_BUTTON_8                     32791
#define IDS_MENU_STRING                 33775
#define IDS_STBAR_ZERO                  33776
#define IDS_TOOLTIP_ZERO                33777
#define IDS_STBAR_FIRST                 33778
#define IDS_STBAR_SECOND                33779
#define IDS_TOOLTIP_FIRST               33780
#define IDS_TOOLTIP_SECOND              33781
#define IDS_STBAR_THIRD                 33786
#define IDS_STBAR_FOURTH                33787
#define IDS_TOOLTIP_THIRD               33788
#define IDS_TOOLTIP_FOURTH              33789

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

Comments and Discussions