[CSRSRV/WINSRV]
[reactos.git] / win32ss / user / win32csr / resource.h
1 /* $Id: resource.h 51293 2011-04-09 12:01:36Z mkupfer $
2 *
3 * COPYRIGHT: See COPYING in the top level directory
4 * PROJECT: ReactOS Win32 subsystem
5 * FILE: subsys/csrss/win32csr/resource.h
6 * PURPOSE: Resource #defines
7 */
8
9 #pragma once
10
11 #define IDD_END_NOW 10
12 #define IDD_NOT_RESPONDING 11
13 #define IDD_SWITCH_APP 12
14
15 #define IDC_STATIC -1
16 #define IDC_PROGRESS 101
17 #define IDC_END_NOW 102
18 #define IDC_STATIC_CUR_APP 103
19
20 /* EOF */