From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- private/unimodem/modemui/dlgids.h | 114 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 private/unimodem/modemui/dlgids.h (limited to 'private/unimodem/modemui/dlgids.h') diff --git a/private/unimodem/modemui/dlgids.h b/private/unimodem/modemui/dlgids.h new file mode 100644 index 000000000..602abec07 --- /dev/null +++ b/private/unimodem/modemui/dlgids.h @@ -0,0 +1,114 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by template.rc +// +#define IDD_ADV_MODEM 102 +#define IDB_PATTERNS 103 +#define IDD_GENERAL 117 +#define IDD_MDMSETTINGS 118 +#define IDD_PORTSETTINGS 119 +#define IDD_RING 119 +#define IDD_CALLFWD 120 +#define IDD_CHEAPRING 121 +#define IDC_AM_ERRCTL 1000 +#define IDC_STRICTSPEED 1000 +#define IDC_LOUD 1001 +#define IDC_WAITFORDIALTONE 1003 +#define IDC_AM_COMPRESS 1005 +#define IDC_AM_REQUIRED 1006 +#define IDC_AM_USECELL 1007 +#define IDC_AM_FLOWCTL_GRP 1008 +#define IDC_AM_USEFLOWCTL 1009 +#define IDC_AM_HW 1010 +#define IDC_AM_SW 1011 +#define IDC_ED_FRIENDLYNAME 1011 +#define IDC_AM_MODULATION 1012 +#define IDC_BREAK 1012 +#define IDC_AM_MODULATION_LIST 1013 +#define IDC_AM_EXTRA 1015 +#define IDC_AM_EXTRA_ED 1016 +#define IDC_LBL_PORT 1018 +#define IDC_LOGGING 1020 +#define IDC_CB_PORT 1020 +#define IDC_ST_PORT 1021 +#define IDC_PB_CONFIGURE 1022 +#define IDC_ED_PORT 1022 +#define IDC_CONN_PREF 1023 +#define IDC_LBL_DATABITS 1024 +#define IDC_DATABITS 1025 +#define IDC_LBL_PARITY 1026 +#define IDC_PB_ADVANCED 1027 +#define IDC_PARITY 1028 +#define IDC_SPEAKER 1029 +#define IDC_LBL_STOPBITS 1029 +#define IDC_STOPBITS 1030 +#define IDC_SPEED 1031 +#define IDC_VOLUME 1032 +#define IDC_CB_SPEED 1036 +#define IDC_CH_DIALTIMER 1039 +#define IDC_ED_DIALTIMER 1040 +#define IDC_SECONDS 1041 +#define IDC_CH_IDLETIMER 1042 +#define IDC_ED_IDLETIMER 1043 +#define IDC_MINUTES 1044 +#define IDC_LBL_OFF 1045 +#define IDC_PS_PORT 1046 +#define IDC_PS_LBL_BAUDRATE 1047 +#define IDC_PS_BAUDRATE 1048 +#define IDC_PS_LBL_DATABITS 1049 +#define IDC_PS_DATABITS 1050 +#define IDC_PS_LBL_PARITY 1051 +#define IDC_PS_PARITY 1052 +#define IDC_PS_LBL_STOPBITS 1053 +#define IDC_PS_STOPBITS 1054 +#define IDC_PS_LBL_FLOWCTL 1055 +#define IDC_PS_FLOWCTL 1056 +#define IDC_PS_PB_ADVANCED 1057 +#define IDC_PS_PB_RESTORE 1058 +#define IDC_GE_ICON 1059 +#define IDC_CALL_PREF 1060 +#define IDC_FWD_GROUP 1061 +#define IDC_FWD_CHECK 1062 +#define IDC_FWD_ACT 1063 +#define IDC_FWD_DEACT 1064 +#define IDC_DEACT 1067 +#define IDC_ACT 1068 +#define IDC_RING_GROUP 1068 +#define IDC_RING_CHECK 1069 +#define IDC_LBL_ADDR_PRI 1070 +#define IDC_LBL_ADDR1 1071 +#define IDC_LBL_ADDR2 1072 +#define IDC_ADDR_PRI 1073 +#define IDC_ADDR1 1074 +#define IDC_ADDR2 1075 +#define IDC_LBL_ADDR3 1076 +#define IDC_ADDR3 1077 +#define IDC_LBL_PRI_CALLERS 1078 +#define IDC_PRI_CALLERS 1079 +#define IDC_LBL_CALLBACK 1080 +#define IDC_CALLBACK 1081 +#define IDC_TYPE_ADDR_PRI 1082 +#define IDC_TYPE_ADDR1 1083 +#define IDC_TYPE_ADDR2 1084 +#define IDC_TYPE_ADDR3 1085 +#define IDC_TYPE_PRI_CALLERS 1086 +#define IDC_TYPE_CALLBACK 1087 +#define IDC_LBL_RING1 1088 +#define IDC_LBL_RING2 1089 +#define IDC_LBL_RING3 1090 +#define IDC_TYPE_RING1 1091 +#define IDC_TYPE_RING2 1092 +#define IDC_TYPE_RING3 1093 +#define IDC_AM_ERRCTL_GRP -1 +#define IDC_STATIC -1 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 122 +#define _APS_NEXT_COMMAND_VALUE 101 +#define _APS_NEXT_CONTROL_VALUE 1094 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif -- cgit v1.2.3