mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
15 lines
249 B
C
15 lines
249 B
C
#ifndef __MSGINA_RESOURCE_H
|
|
#define __MSGINA_RESOURCE_H
|
|
|
|
#define IDD_LOGOFF_DLG 2250
|
|
#define IDD_STATUSWINDOW 2450
|
|
|
|
#define IDC_LOGOFFICON 21
|
|
#define IDC_STATUSLABEL 2451
|
|
|
|
#define IDI_LOGOFFICON 2251
|
|
|
|
#endif /* __MSGINA_RESOURCE_H */
|
|
|
|
/* EOF */
|