mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
19 lines
409 B
C
19 lines
409 B
C
/*
|
|
* COPYRIGHT: See COPYING in the top level directory
|
|
* PROJECT: ReactOS User API Server DLL
|
|
* FILE: win32ss/user/winsrv/usersrv/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
|