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.
80 lines
2.2 KiB
80 lines
2.2 KiB
|
|
// RSRCID.H
|
|
// Defines Resource IDs
|
|
|
|
|
|
// Icon Resource Id
|
|
#define ID_ICON_MAIN 100
|
|
#define ID_BITMAP_TREEVIEW 100
|
|
#define ID_CURSOR_VSPLIT 100
|
|
#define ID_CURSOR_FINGER 101
|
|
#define ID_CURSOR_FINGERNO 102
|
|
|
|
|
|
// Menu Resource Id
|
|
#define ID_MENU_MAIN 100
|
|
#define ID_MENU_CONTEXT 101
|
|
|
|
// Menu Command Id
|
|
#define IDM_FILE_EXIT 101
|
|
|
|
#define IDM_VK_INSERT 102 // Insert key pressed
|
|
#define IDM_VK_DELETE 103 // Delete key pressed
|
|
|
|
#define IDM_SERVERLIST_REFRESH 104
|
|
#define IDM_SERVERLIST_PROPERTIES 105
|
|
|
|
#define IDM_SERVER_REFRESH 201
|
|
#define IDM_SERVER_ADDSERVER 202
|
|
#define IDM_SERVER_DELETESERVER 203
|
|
#define IDM_SERVER_PROPERTIES 204
|
|
|
|
#define IDM_ZONE_REFRESH 301
|
|
#define IDM_ZONE_PAUSE 302
|
|
#define IDM_ZONE_CREATENEWZONE 303
|
|
#define IDM_ZONE_DELETEZONE 304
|
|
#define IDM_ZONE_PROPERTIES 305
|
|
#define IDM_ZONE_CREATENEWDOMAIN 306
|
|
#define IDM_ZONE_DELETENODE 307
|
|
|
|
#define IDM_RRECORD_CREATENEWHOST 400
|
|
#define IDM_RRECORD_CREATENEWRECORD 401
|
|
#define IDM_RRECORD_DELETE 402
|
|
#define IDM_RRECORD_PROPERTIES 403
|
|
|
|
#define IDM_OPTIONS_PREFERENCES 501
|
|
#define IDM_OPTIONS_SPLITWINDOW 502
|
|
#define IDM_OPTIONS_NEXTPANE 503
|
|
|
|
#define IDM_HELP_ABOUT 801
|
|
|
|
#define IDM_SYSRESTORE 61728
|
|
#define IDM_SYSSIZE 61440
|
|
#define IDM_SYSMOVE 61456
|
|
#define IDM_SYSMINIMIZE 61472
|
|
#define IDM_SYSMAXIMIZE 61488
|
|
#define IDM_SYSCLOSE 61536
|
|
|
|
|
|
// Dialogs Controls Id
|
|
#define IDC_STATIC (-1)
|
|
|
|
#define IDC_BUTTON_HELP 50
|
|
|
|
// String Table Id
|
|
#define IDS_DNS_ADMINISTRATOR 1
|
|
#define IDS_READY 2
|
|
#define IDS_NONE 3
|
|
|
|
#define IDS_TIME_NIL 60
|
|
#define IDS_TIME_SECONDS 61
|
|
#define IDS_TIME_MINUTES 62
|
|
#define IDS_TIME_HOURS 63
|
|
#define IDS_TIME_DAYS 64
|
|
#define IDS_TIME_WEEKS 65
|
|
#define IDS_TIME_MONTHS 66
|
|
#define IDS_TIME_YEARS 67
|
|
|
|
#define IDS_MONTHSOFYEAR 70
|
|
#define IDS_DAYSOFWEEK 71
|
|
|