mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
9baabd888d
svn path=/trunk/; revision=3340
19 lines
518 B
C
19 lines
518 B
C
//{{NO_DEPENDENCIES}}
|
|
// Used by control.rc
|
|
//
|
|
#define IDS_APP_TITLE 103
|
|
#define IDI_SMALL 104
|
|
#define IDC_CONTROL 105
|
|
#define IDC_STATIC -1
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 107
|
|
#define _APS_NEXT_COMMAND_VALUE 32700
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif
|
|
|