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
369 B
15 lines
369 B
|
|
#ifdef TRANSLATE
|
|
#define IDHELP 100
|
|
#define IDD_JOBNEW 8
|
|
#else
|
|
#include "dlg_ids.h"
|
|
#endif
|
|
|
|
#define IDD_J_COPTIONS 0x006A
|
|
#define IDD_J_CJOBNAME 0x006C
|
|
#define IDD_J_CSELECT 0x006E
|
|
#define IDD_J_COPERATION 0x0070
|
|
#define IDD_J_CADDTOPM 0x0071
|
|
#define IDD_J_CMINIMIZE 0x0072
|
|
|