reactos/base/applications/sndrec32/resource.h
Joachim Henze 546a6f16a8 [0.4.13][SNDREC32] Fast-Forward to 0.4.15-dev-3294-ge98684e state (CORE-17815 and several PRs)
My main motivation was a fix for the bug
CORE-17815 'Fix incorrect opaque text rendering' (#2760)
which was unhidden by 0.4.12-dev-824-g d57f7becc3 .
That specific and most important fix
was picked from 0.4.15-dev-190-g d839e3d9b4
We left out the additional WIN32SS-hardening in this context in the backport to older
releases for now.

Then I looked further in sndrec32 and compared each file of that module on master
head with both: current 0.4.14RC and also current 0.4.7rls and found the rare
situation that I liked each and every change within since 2017.
Specifically this will also backport (#2754), and various translation PRs, whitespace-cleanup,
and (for older releases than 0.4.14RC) it will also bring some x64-improvements.

So I decided to take everything from current master head except the changes in CMakeLists.txt
because that subset is applicable and a win for all ros releases down to 0.4.7.
2022-01-17 22:32:16 +01:00

64 lines
1.9 KiB
C

#pragma once
#define IDC_MYICON 2
#define IDB_BITMAP2_STOP_DIS 8
#define IDD_REACTOS_SNDREC32_DIALOG 102
#define IDS_APP_TITLE 103
#define IDM_ABOUT 104
#define IDI_REACTOS_SNDREC32 107
#define IDI_REACTOS_SNDREC32LL 107
#define IDI_SNDREC32 107
#define IDI_SMALL 108
#define IDC_REACTOS_SNDREC32 109
#define IDR_MAINFRAME 128
#define IDB_BITMAP1 132
#define IDB_BITMAP_REC 132
#define IDB_BITMAP2_START 133
#define IDB_BITMAP2_END 134
#define IDB_BITMAP2_PLAY 135
#define IDB_BITMAP2_STOP 136
#define IDB_BITMAP2_REC 137
#define IDI_ICON1 138
#define IDR_MENU1 139
#define IDI_ICON2 140
#define IDB_BITMAP2_END_DIS 141
#define IDB_BITMAP2_PLAY_DIS 142
#define IDB_BITMAP2_REC_DIS 143
#define IDB_BITMAP2_START_DIS 144
#define IDS_STRPOS 400
#define IDS_STRDUR 401
#define IDS_STRBUF 402
#define IDS_STRFMT 403
#define IDS_STRMONO 404
#define IDS_STRSTEREO 405
#define IDS_STRING406 406
#define IDS_STRCHAN 406
#define ID_FILE_NEW 32771
#define ID_FILE_OPEN 32772
#define ID_FILE_SAVE 32773
#define ID_FILE_SAVEAS 32774
#define ID_FILE_RESTORE 32775
#define ID_FILE_PROPERTIES 32776
#define ID_FILE_EXIT 32777
#define ID_ABOUT 32778
#define ID_EDIT_COPY 32779
#define ID_EDIT_PASTE 32780
#define ID_EDIT_PASTEMIX 32781
#define ID_EDIT_INSERTFILE 32782
#define ID_EDIT_MIXFILE 32783
#define ID_EDIT_DELETEBEFORE 32784
#define ID_EDIT_DELETEAFTER 32785
#define ID_EDIT_AUDIOPROPS 32786
#define ID_EFFECTS_INCVOL 32787
#define ID_EFFECTS_DECVOL 32788
#define ID_EFFECTS_INCSPD 32789
#define ID_EFFECTS_DECSPD 32790
#define ID_EFFECTS_ECHO 32791
#define ID_EFFECTS_REVERSE 32792
#define IDC_STATIC -1