54 lines
1.9 KiB
C
54 lines
1.9 KiB
C
|
|
/*************************************************
|
|
* resource.h *
|
|
* *
|
|
* Copyright (C) 1995-1999 Microsoft Inc. *
|
|
* *
|
|
*************************************************/
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by PROPSHET.RC
|
|
//
|
|
#define IDS_APPNAME 1
|
|
#define IDS_DESCRIPTION 2
|
|
#define IDD_VERFIRST 100
|
|
#define dlgbackcolor 101
|
|
#define dlgshape 102
|
|
#define IDI_BACKCOLOR 103
|
|
#define IDI_SHAPES 104
|
|
#define IDD_VERLAST 104
|
|
#define IDI_APPICON 105
|
|
#define IDC_RED 1000
|
|
#define IDM_EXIT 1000
|
|
#define IDC_GREEN 1001
|
|
#define IDC_BLUE 1002
|
|
#define IDC_RECTSQUARE 1002
|
|
#define IDC_TRAPEZOID 1003
|
|
#define IDC_RECTANGLE 1004
|
|
#define IDM_ABOUT 1100
|
|
#define IDM_PROPSHET 40001
|
|
#define IDC_STATIC -1
|
|
|
|
//for ADDWORD "WFC"
|
|
#define ID_ADD 101
|
|
#define ID_DEL 102
|
|
#define ID_NEWCHR 104
|
|
#define ID_SHU 106
|
|
#define ID_LISTBOX 109
|
|
#define ID_TS1 103
|
|
#define ID_TS2 105
|
|
#define ID_TS3 108
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NO_MFC 1
|
|
#define _APS_NEXT_RESOURCE_VALUE 106
|
|
#define _APS_NEXT_COMMAND_VALUE 40002
|
|
#define _APS_NEXT_CONTROL_VALUE 1003
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|