30 lines
1.1 KiB
C
30 lines
1.1 KiB
C
|
#ifndef _INC_IMPDLG_H
|
||
|
#define _INC_IMPDLG_H
|
||
|
|
||
|
#define IDC_IMPORTALL_RADIO 1000
|
||
|
#define IDC_SELECT_RADIO 1001
|
||
|
#define IDC_IMPFOLDER_LISTVIEW 1002
|
||
|
#define IDC_IMPFOLDER_EDIT 1003
|
||
|
#define IDC_SELECTFOLDER_BUTTON 1004
|
||
|
#define IDC_NEWIMPFOLDER_EDIT 1005
|
||
|
#define IDC_SKIPFOLDER_BUTTON 1008
|
||
|
#define IDC_ERROR_STATIC 1009
|
||
|
#define IDC_IMPORT_COMBO 1010
|
||
|
#define IDC_CMD_STATIC 1011
|
||
|
#define IDC_IMPORT_PROGRESS 1012
|
||
|
#define IDC_MESSAGE_STATIC 1014
|
||
|
#define idcClientsListbox 1015
|
||
|
#define idcMessagesCheck 1016
|
||
|
#define idcAddrBookCheck 1017
|
||
|
#define IDC_LOCATION_STATIC 1018
|
||
|
#define IDC_USERLIST 1020
|
||
|
#define IDC_BUTT1 1021
|
||
|
#define IDC_EDT1 1022
|
||
|
#define IDC_IMPORT_RADIO 1023
|
||
|
#define IDC_NO_IMPORT_RADIO 1024
|
||
|
#define IDC_MSGS_AB_RADIO 1025
|
||
|
#define IDC_MSGS_RADIO 1026
|
||
|
#define IDC_AB_RADIO 1027
|
||
|
|
||
|
#endif // _INC_IMPDLG_H
|