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.
43 lines
1.7 KiB
43 lines
1.7 KiB
////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// resource.h
|
|
//
|
|
////////////////////////////////////////////////////////////////////////
|
|
#define IDD_MAINDLG 101
|
|
#define IDD_ADD 102
|
|
#define IDD_ADDTOLIST 103
|
|
#define IDD_ADDAGENT 104
|
|
#define IDC_TREEWND 1000
|
|
#define IDC_EDITWND 1001
|
|
#define IDM_NEWGROUP 1002
|
|
#define IDM_NEWAGENT 1003
|
|
#define IDM_GROUPPROPERTIES 1004
|
|
#define IDM_GROUPDELETE 1005
|
|
#define IDM_AGENTPROPERTIES 1006
|
|
#define IDM_AGENTDELETE 1007
|
|
#define IDM_SIGNIN 1008
|
|
#define IDC_NAME 1009
|
|
#define IDC_NUMBER 1010
|
|
#define IDC_LIST1 1011
|
|
#define IDC_LIST2 1012
|
|
#define IDC_ADD 1013
|
|
#define IDC_REMOVE 1014
|
|
#define IDM_GROUPADDTOLIST 1015
|
|
#define IDM_AGENTADDTOLIST 1016
|
|
#define IDC_STATICNOTINLIST 1017
|
|
#define IDC_STATICINLIST 1018
|
|
#define IDR_MAINMENU 1019
|
|
#define ID_FILE_OPEN 1020
|
|
#define ID_FILE_EXIT 1021
|
|
#define ID_FILE_NEW 1022
|
|
#define ID_EDIT_ADDAGENT 1023
|
|
#define ID_EDIT_ADDGROUP 1024
|
|
#define IDC_LINECOMBO 1025
|
|
#define IDC_ADDRESSCOMBO 1026
|
|
#define IDM_GROUPAGENTSTATUS 1027
|
|
#define ID_VIEW_GROUP 1028
|
|
#define ID_VIEW_AGENT 1029
|
|
#define IDC_DESTADDRESS 1030
|
|
|
|
#define IDC_STATIC -1
|
|
|