mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00

Add some resources. [CONSRV/WIN32CSR] Fix resources ids. svn path=/branches/ros-csrss/; revision=57608
20 lines
469 B
C
20 lines
469 B
C
/* $Id: resource.h 51293 2011-04-09 12:01:36Z mkupfer $
|
|
*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS Win32 subsystem
|
|
* FILE: subsys/csrss/win32csr/resource.h
|
|
* PURPOSE: Resource #defines
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define IDD_END_NOW 10
|
|
#define IDD_NOT_RESPONDING 11
|
|
#define IDD_SWITCH_APP 12
|
|
|
|
#define IDC_STATIC -1
|
|
#define IDC_PROGRESS 101
|
|
#define IDC_END_NOW 102
|
|
#define IDC_STATIC_CUR_APP 103
|
|
|
|
/* EOF */
|