mirror of https://github.com/lianthony/NT4.0
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
390 B
15 lines
390 B
|
|
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_JOBMAINTENANCE 9
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
#define IDD_J_JOBLIST 0x0065
|
|
#define IDD_J_NEW 0x0067
|
|
#define IDD_J_EDIT 0x0068
|
|
#define IDD_J_DEL 0x0069
|
|
#define IDD_J_RUN 0x006A
|
|
#define IDD_J_SCH 0x006C
|
|
|