xref: /reactos/win32ss/user/winsrv/usersrv/resource.h (revision 5100859e)
1 /*
2  * COPYRIGHT: See COPYING in the top level directory
3  * PROJECT:   ReactOS User API Server DLL
4  * FILE:      win32ss/user/winsrv/usersrv/resource.h
5  * PURPOSE:   Resource #defines
6  */
7 
8 #pragma once
9 
10 #define IDD_END_NOW        10
11 #define IDD_NOT_RESPONDING 11
12 
13 #define IDC_STATIC -1
14 
15 #define IDC_PROGRESS       101
16 #define IDC_END_NOW        102
17