This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ID_COMMAND_FIRST 40960 |
| #define | ID_COMMAND_LAST 57340 |
| #define | ID_CONTROL_FIRST 8192 |
| #define | ID_CONTROL_LAST 28672 |
| #define | ID_INDICATOR_GRE_VIEW_SCALE 57342 |
| #define | ID_INDICATOR_GRE_VIEW_STATUS 57341 |
| #define | ID_INDICATOR_GRE_VIEW_XY 57343 |
| #define | ID_TIMER_AUTOLOADMRU 102 |
| #define | ID_TIMER_REDRAW 101 |
Definition in file winresid.h.
|
|
First dynamically assigned command ID (0xA000). Microsoft DevStudio AppWizard begins assigning command IDs starting with 32769. Definition at line 43 of file winresid.h. |
|
|
Last available command ID (0xDFFE) - See below.
Definition at line 44 of file winresid.h. |
|
|
First dynamically allocated control ID (0x2000).
Definition at line 36 of file winresid.h. |
|
|
Last available control ID (0x6FFF).
Definition at line 37 of file winresid.h. |
|
|
Definition at line 52 of file winresid.h. |
|
|
StatusBar Indicator IDs. Indicators are handled by the Windows command routing mechanism and updated through UPDATE_COMMAND_UI. When adding a new indicator ID use the ID_COMMAND_LAST value above as the new ID and then decrement that value above. Definition at line 51 of file winresid.h. |
|
|
Definition at line 53 of file winresid.h. |
|
|
Automatically open most recent document in history list.
Definition at line 30 of file winresid.h. |
|
|
Redraw a window.
Definition at line 29 of file winresid.h. |
1.3.8-20040913