mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
18 lines
409 B
C
18 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
|