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

StL Data File Viewer

Rate me:
Please Sign up or sign in to vote.
4.87/5 (43 votes)
5 Mar 2003CPOL2 min read 510.6K   14.7K   60  
A simple StereoLithography data file viewer.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by StLViewer.rc
//
#define IDD_ABOUTBOX                    100
#define ID_INDICATOR_COORD              101
#define IDB_SPLASH                      102
#define IDB_LIGHTBULB                   103
#define IDD_TIP                         104
#define CG_IDS_TIPOFTHEDAY              105
#define CG_IDS_TIPOFTHEDAYMENU          106
#define CG_IDS_DIDYOUKNOW               107
#define CG_IDS_FILE_ABSENT              108
#define CG_IDP_FILE_CORRUPT             109
#define CG_IDS_TIPOFTHEDAYHELP          110
#define IDR_MAINFRAME                   128
#define IDR_STLVIETYPE                  129
#define IDR_CHILDFRAME                  136
#define IDR_POPUP                       138
#define IDD_MATDLG                      139
#define IDD_MATLDLG                     140
#define IDC_BULB                        1000
#define IDC_ALUM                        1000
#define IDC_STARTUP                     1001
#define IDC_BRASS                       1001
#define IDC_NEXTTIP                     1002
#define IDC_PBRONZE                     1002
#define IDC_EDIT1                       1002
#define IDC_CHROME                      1003
#define IDC_EDIT2                       1003
#define IDC_TIPSTRING                   1004
#define IDC_PCOPPER                     1004
#define IDC_EDIT3                       1004
#define IDC_GOLD                        1005
#define IDC_SPIN1                       1005
#define IDC_PEWTER                      1006
#define IDC_SPIN2                       1006
#define IDC_SILVER                      1007
#define IDC_SPIN3                       1007
#define IDC_STEEL                       1008
#define IDC_EDIT4                       1008
#define IDC_EMERALD                     1009
#define IDC_SPIN4                       1009
#define IDC_OBSIDIAN                    1010
#define IDC_EDIT5                       1010
#define IDC_PEARL                       1011
#define IDC_SPIN5                       1011
#define IDC_TURQUOISE                   1012
#define IDC_BPLASTIC                    1013
#define IDC_BRONZE                      1014
#define IDC_COPPER                      1015
#define IDC_PGOLD                       1016
#define IDC_PSILVER                     1017
#define IDC_JADE                        1018
#define IDC_RUBY                        1019
#define IDC_BRUBBER                     1020
#define ID_TOPVIEW                      32771
#define ID_BOTTOMVIEW                   32772
#define ID_FRONTVIEW                    32773
#define ID_REARVIEW                     32774
#define ID_LEFTVIEW                     32775
#define ID_RIGHTVIEW                    32776
#define ID_AXONVIEW                     32777
#define ID_FITALL                       32778
#define ID_ZOOMWIN                      32779
#define ID_RESET                        32780
#define ID_DMODE                        32781
#define ID_HLREMOVED                    32782
#define ID_ANTIAL                       32783
#define ID_TESTGL                       32785
#define ID_READSTL                      32786
#define ID_STLOBJ_COLOR                 32787
#define ID_STLOBJ_MATERIAL              32788
#define ID_STLOBJ_ERASE                 32789
#define ID_STLOBJ_DELETE                32790
#define ID_SCREEN_BACKGROUNDCOLOR       32791
#define ID_SCREEN_DISPLAYALL            32792

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        141
#define _APS_NEXT_COMMAND_VALUE         32793
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           111
#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
Product Manager Mahindra & Mahindra
India India
Sharjith is a Mechanical Engineer with strong passion for Automobiles, Aircrafts and Software development.

Comments and Discussions