You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
373 B
15 lines
373 B
#include <windows.h>
|
|
#define IDD_SIGNON 100
|
|
#define IDD_VALUES 200
|
|
|
|
#define IDB_HELP 666
|
|
|
|
|
|
#define IDS_PATH IDD_SIGNON+1
|
|
|
|
#define IDV_LABEL_MTTF IDD_VALUES+1
|
|
#define IDV_MTTF IDD_VALUES+2
|
|
#define IDV_LABEL_NAMES IDD_VALUES+3
|
|
#define IDV_NAMES IDD_VALUES+4
|
|
#define IDV_LABEL_PERIOD IDD_VALUES+5
|
|
#define IDV_PERIOD IDD_VALUES+6
|