rough draft of new RTC dialog

This commit is contained in:
zeromus 2012-10-18 00:52:03 +00:00
parent 89aa770a82
commit 3295e71825
2 changed files with 6 additions and 2 deletions

View File

@ -49,6 +49,7 @@
#define IDM_SBG2 126
#define IDD_SLOT1CONFIG 126
#define IDM_SBG3 127
#define IDD_DIALOG1 127
#define IDM_OAM 128
#define IDM_PRINTSCREEN 129
#define IDM_QUICK_PRINTSCREEN 130
@ -371,8 +372,10 @@
#define IDC_DTP_TIME 1028
#define IDC_TXT_COMPILED 1029
#define IDC_SNDCTRL_CH1NOMIX 1029
#define IDC_DTP_DATE2 1029
#define IDC_TXT_VERSION 1030
#define IDC_SNDCTRL_CH3NOMIX 1030
#define IDC_DTP_TIME2 1030
#define IDC_SOUND_CAPTURE_MUTED 1031
#define IDC_SOUND_ANALYZE_CAP 1032
#define IDC_ADDONS_LIST 1033
@ -426,6 +429,7 @@
#define IDC_IMP_AUTO_CURRENT 1052
#define IDC_USE_STDOUT 1052
#define IDC_IMP_AUTO_FILE 1053
#define IDC_BUTTON1 1053
#define IDC_IMP_AUTO_ADVANSCENE 1054
#define IDC_IMP_MANUAL 1055
#define IDC_LIST1 1056
@ -1006,9 +1010,9 @@
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 127
#define _APS_NEXT_RESOURCE_VALUE 128
#define _APS_NEXT_COMMAND_VALUE 40102
#define _APS_NEXT_CONTROL_VALUE 1053
#define _APS_NEXT_CONTROL_VALUE 1054
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

Binary file not shown.