ReactOS 0.4.15-dev-7918-g2a2556c
resource.h
Go to the documentation of this file.
1#pragma once
2
3#define IDS_SERVICE_START 100
4#define IDS_SERVICE_STOP 101
5#define IDS_SERVICE_PAUSE 102
6#define IDS_SERVICE_RESUME 103
7#define IDS_SERVICE_RUNNING 104
8#define IDS_SERVICE_STOPPED 105
9#define IDS_SERVICE_PAUSED 106