WindowsXP-SP1/enduser/netmeeting/ui/msconfft/ftres.h
2020-09-30 16:53:49 +02:00

193 lines
6.0 KiB
C

/////////////////////////////////////////////////////////////////////////////
//
// Icons
//
#define IDI_FILE_TRANSFER 100
#define IDI_INCALL 101
#define IDI_NOT_INCALL 102
/////////////////////////////////////////////////////////////////////////////
//
// ACCELERATOR
//
#define RECVDLGACCELTABLE 130
#define LISTVIEWACCELTABLE 131
/////////////////////////////////////////////////////////////////////////////
//
// AVI
//
#define IDA_RECVDLG_ANIMATION 150
#define IDA_RECVDLG_DONE 151
/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//
#define IDB_ADDFILES 180
#define IDB_REMOVEFILES 181
#define IDB_SENDFILE 182
#define IDB_STOPSEND 183
#define IDB_FOLDER 184
/////////////////////////////////////////////////////////////////////////////
//
// Menus
//
#define IDR_MENU_FT 200
/////////////////////////////////////////////////////////////////////////////
//
// Dialogs
//
#define IDD_ABOUTBOX 300
#define IDC_ABOUT_VERSION 301
#define IDC_FILEXFER_PATH 305
#define IDD_RECVDLG 310
#define IDC_RECVDLG_ANIMATE 311
#define IDC_RECVDLG_PROGRESS 312
#define IDE_RECVDLG_TIME 313
#define IDE_RECVDLG_RECFILE 314
#define IDE_RECVDLG_RECDIR 315
#define IDE_RECVDLG_SENDER 316
#define IDE_RECVDLG_RECBYTES 317
#define IDC_RECVDLG_MSG 318
#define IDM_RECVDLG_ACCEPT 320
#define IDM_RECVDLG_OPEN 321
#define IDM_RECVDLG_DELETE 322
#define IDD_MSGBOX2 330
#define IDE_MSGBOX2_TEXT 331
/////////////////////////////////////////////////////////////////////////////
//
// Controls
//
#define IDC_TOOL_BAR 401
#define IDC_LIST_VIEW 402
#define IDC_STATUS_BAR 403
#define IDC_PROGRESS_BAR 404
/////////////////////////////////////////////////////////////////////////////
//
// Commands
//
#define IDM_EXIT 1000
#define IDM_ADD_FILES 1001
#define IDM_REMOVE_FILES 1002
#define IDM_SEND_ALL 1003
#define IDM_SEND_ONE 1004
#define IDM_STOP_SENDING 1005
#define IDM_OPEN_RECV_FOLDER 1006
#define IDM_CHANGE_FOLDER 1007
#define IDM_HELP 1200
#define IDM_ABOUT 1201
#define IDM_RECEIVER 1210
/////////////////////////////////////////////////////////////////////////////
//
// Strings
//
#define IDS_LANGNAME 1997
#define IDS_MSFT_NOT_IN_CALL_WINDOW_CAPTION 1998
#define IDS_MSFT_IN_CALL_WINDOW_CAPTION 1999
#define NUM_LIST_VIEW_COLUMNS 4
#define IDS_LV_FILE_NAME 2000
#define IDS_LV_FILE_SIZE 2001
#define IDS_LV_FILE_STATUS 2002
#define IDS_LV_FILE_MODIFIED 2003
#define IDS_LV_FILE_SENT 2010
#define IDS_LV_FILE_SENDING 2011
#define IDS_LV_FILE_CANCELED 2012
#define IDS_LV_FILE_FAILED 2013
#define IDS_FILEDLG_TITLE 2020
#define IDS_FILEDLG_FILTER 2021
#define IDS_FILEDLG_SEND 2022
#define IDS_COPY_OF 2031
#define IDS_COPY_N_OF 2032
#define IDS_INVALID_NAME 2033
#define IDS_STBAR_NOT_IN_CALL 2040
#define IDS_STBAR_NOT_TRANSFERING 2041
#define IDS_STBAR_SENDING_XYZ 2042
#define IDS_STBAR_IN_CONFERENCE 2043
#define IDS_BROWSETITLE 2045
#define IDS_MENU_FILE 2048
#define IDS_MENU_HELP 2049
#define IDS_MENU_ADD_FILES 2050
#define IDS_MENU_REMOVE_FILES 2051
#define IDS_MENU_SEND_ALL 2052
#define IDS_MENU_SEND_ONE 2053
#define IDS_MENU_STOP_SENDING 2054
#define IDS_MENU_OPEN_RECV_FOLDER 2055
#define IDS_MENU_CHANGE_FOLDER 2056
#define IDS_MENU_EXIT 2057
#define IDS_RECEIVER_TT 2058
#define IDS_MSGBOX2_CANCELED 2060
#define IDS_MSGBOX2_SEND_FAILED 2061
#define IDS_MSGBOX2_SEND_SUCCESS 2062
#define IDS_MSGBOX2_MULT_CANCEL 2063
#define IDS_INVALID_FILENAME 2064
#define IDS_MSGBOX2_INVALID_DIRECTORY 2065
#define IDS_MSGBOX2_DIRECTORY_FULL 2066
#define IDS_MSGBOX2_FILE_CREATE_FAILED 2067
#define IDS_MSGBOX_NO_CONF 2070
#define IDS_MSGBOX_BAD_RECDIR 2071
#define IDS_MSGBOX_POL_PREVENT 2072
#define IDS_MSGBOX_SEND_BIG_FILE 2073
#define IDS_QUERY_SEND_SHUTDOWN 2074
#define IDS_QUERY_SEND_HANGUP 2075
#define IDS_QUERY_RECVING_SHUTDOWN 2076
#define IDS_QUERY_RECVING_HANGUP 2077
#define IDS_QUERY_RECV_SHUTDOWN 2078
#define IDS_QUERY_RECV_HANGUP 2079
#define IDS_RECDIR_DEFAULT 2080
#define IDS_ALL_RECEIVER 2109
#define IDS_RECVDLG_CLOSE 2100
#define IDS_RECVDLG_FAILED 2101
#define IDS_RECVDLG_CANCEL 2102
#define IDS_RECVDLG_TITLE 2103
#define IDS_RECVDLG_RECBYTES 2104
#define IDS_RECVDLG_START 2105
#define IDS_RECVDLG_SECONDS 2106
#define IDS_RECVDLG_MINUTES 2107
#define IDS_RECVDLG_COMPLETE 2108
#define IDS_RECVDLG_DIRNOEXIST 2110
#define IDS_RECVDLG_DIRTOOSMALL 2111
#define IDS_RECVDLG_SENDER_CANCEL 2112
#define IDS_FILERECV_FILEREPLACE 2120
#define IDS_RECVDLG_FILESAVE 2121