mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
74571d0428
svn path=/trunk/; revision=3240
41 lines
1.5 KiB
C
41 lines
1.5 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by calc.rc
|
|
//
|
|
#define ID_MENU_EDIT 0
|
|
#define ID_MENU_VIEW 1
|
|
#define ID_MENU_HELP 2
|
|
#define IDD_STANDARD 101
|
|
#define IDD_SCIENTIFIC 102
|
|
#define IDR_CALC_STANDARD 103
|
|
#define IDR_CALC_SCIENTIFIC 104
|
|
#define IDS_APP_TITLE 105
|
|
#define IDR_ACCELERATOR 106
|
|
#define IDC_BUTTON1 1000
|
|
#define IDC_BUTTON2 1001
|
|
#define IDC_EDIT1 1002
|
|
#define ID_VIEW_STANDARD 40003
|
|
#define ID_VIEW_SCIENTIFIC 40004
|
|
#define ID_VIEW_DIGIT_GROUPING 40005
|
|
#define ID_VIEW_HEX 40006
|
|
#define ID_VIEW_DECIMAL 40007
|
|
#define ID_VIEW_OCTAL 40008
|
|
#define ID_VIEW_BINARY 40009
|
|
#define ID_VIEW_DEGREES 40010
|
|
#define ID_VIEW_RADIANS 40011
|
|
#define ID_VIEW_GRADS 40012
|
|
#define ID_HELP_TOPICS 40013
|
|
#define ID_HELP_ABOUT 40014
|
|
#define ID_EDIT_COPY 0xE122
|
|
#define ID_EDIT_PASTE 0xE125
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 107
|
|
#define _APS_NEXT_COMMAND_VALUE 40015
|
|
#define _APS_NEXT_CONTROL_VALUE 1003
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|