File: options_internals.h

package info (click to toggle)
fuse-emulator 1.0.0.1a%2Bdfsg1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 9,568 kB
  • sloc: ansic: 67,895; sh: 10,265; perl: 3,386; makefile: 787; yacc: 227; lex: 139
file content (117 lines) | stat: -rw-r--r-- 5,045 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
/* options_internals.h: options dialog boxes
   Copyright (c) 2001-2002 Philip Kendall

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License along
   with this program; if not, write to the Free Software Foundation, Inc.,
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

   Author contact information:

   E-mail: philip-fuse@shadowmagic.org.uk

*/

/* This file is autogenerated from options.dat by options-header.pl.
   Do not edit unless you know what you're doing! */

#ifndef FUSE_WIN32OPTIONS_INTERNALS_H
#define FUSE_WIN32OPTIONS_INTERNALS_H

#define IDD_OPT_GENERAL 3000
#define IDC_OPT_GENERAL_EMULATION_SPEED 3001
#define IDC_OPT_GENERAL_LABEL_EMULATION_SPEED 3002
#define IDC_OPT_GENERAL_FRAME_RATE 3003
#define IDC_OPT_GENERAL_LABEL_FRAME_RATE 3004
#define IDC_OPT_GENERAL_ISSUE2 3005
#define IDC_OPT_GENERAL_TAPE_TRAPS 3006
#define IDC_OPT_GENERAL_FASTLOAD 3007
#define IDC_OPT_GENERAL_DETECT_LOADER 3008
#define IDC_OPT_GENERAL_ACCELERATE_LOADER 3009
#define IDC_OPT_GENERAL_AUTO_LOAD 3010
#define IDC_OPT_GENERAL_SLT_TRAPS 3011
#define IDC_OPT_GENERAL_WRITABLE_ROMS 3012
#define IDC_OPT_GENERAL_AUTOSAVE_SETTINGS 3013
#define IDC_OPT_GENERAL_MDR_LEN 3014
#define IDC_OPT_GENERAL_LABEL_MDR_LEN 3015
#define IDC_OPT_GENERAL_MDR_RANDOM_LEN 3016
#define IDC_OPT_GENERAL_RS232_HANDSHAKE 3017
#define IDC_OPT_GENERAL_BW_TV 3018
#define IDC_OPT_GENERAL_PAL_TV2X 3019
#define IDC_OPT_GENERAL_CONFIRM_ACTIONS 3020
#define IDC_OPT_GENERAL_STATUSBAR 3021
#define IDC_OPT_GENERAL_JOY_PROMPT 3022
#define IDC_OPT_GENERAL_LATE_TIMINGS 3023
#define IDD_OPT_PERIPHERALS 3024
#define IDC_OPT_PERIPHERALS_JOY_KEMPSTON 3025
#define IDC_OPT_PERIPHERALS_KEMPSTON_MOUSE 3026
#define IDC_OPT_PERIPHERALS_MOUSE_SWAP_BUTTONS 3027
#define IDC_OPT_PERIPHERALS_FULLER 3028
#define IDC_OPT_PERIPHERALS_MELODIK 3029
#define IDC_OPT_PERIPHERALS_INTERFACE1 3030
#define IDC_OPT_PERIPHERALS_INTERFACE2 3031
#define IDC_OPT_PERIPHERALS_PRINTER 3032
#define IDC_OPT_PERIPHERALS_SIMPLEIDE_ACTIVE 3033
#define IDC_OPT_PERIPHERALS_ZXATASP_ACTIVE 3034
#define IDC_OPT_PERIPHERALS_ZXATASP_UPLOAD 3035
#define IDC_OPT_PERIPHERALS_ZXATASP_WP 3036
#define IDC_OPT_PERIPHERALS_ZXCF_ACTIVE 3037
#define IDC_OPT_PERIPHERALS_ZXCF_UPLOAD 3038
#define IDC_OPT_PERIPHERALS_DIVIDE_ENABLED 3039
#define IDC_OPT_PERIPHERALS_DIVIDE_WP 3040
#define IDC_OPT_PERIPHERALS_PLUSD 3041
#define IDC_OPT_PERIPHERALS_BETA128 3042
#define IDC_OPT_PERIPHERALS_OPUS 3043
#define IDD_OPT_RZX 3044
#define IDC_OPT_RZX_RZX_AUTOSAVES 3045
#define IDC_OPT_RZX_RZX_COMPRESSION 3046
#define IDC_OPT_RZX_COMPETITION_MODE 3047
#define IDC_OPT_RZX_COMPETITION_CODE 3048
#define IDC_OPT_RZX_LABEL_COMPETITION_CODE 3049
#define IDC_OPT_RZX_EMBED_SNAPSHOT 3050
#define IDD_OPT_SOUND 3051
#define IDC_OPT_SOUND_SOUND 3052
#define IDC_OPT_SOUND_SOUND_LOAD 3053
#define IDC_OPT_SOUND_STEREO_AY 3054
#define IDC_OPT_SOUND_SOUND_FORCE_8BIT 3055
#define IDC_OPT_SOUND_SPEAKER_TYPE 3056
#define IDC_OPT_SOUND_LABEL_SPEAKER_TYPE 3057
#define IDC_OPT_SOUND_VOLUME_AY 3058
#define IDC_OPT_SOUND_LABEL_VOLUME_AY 3059
#define IDC_OPT_SOUND_VOLUME_BEEPER 3060
#define IDC_OPT_SOUND_LABEL_VOLUME_BEEPER 3061
#define IDD_OPT_DISKOPTIONS 3062
#define IDC_OPT_DISKOPTIONS_DRIVE_PLUS3A_TYPE 3063
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_PLUS3A_TYPE 3064
#define IDC_OPT_DISKOPTIONS_DRIVE_PLUS3B_TYPE 3065
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_PLUS3B_TYPE 3066
#define IDC_OPT_DISKOPTIONS_PLUS3_DETECT_SPEEDLOCK 3067
#define IDC_OPT_DISKOPTIONS_DRIVE_BETA128A_TYPE 3068
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_BETA128A_TYPE 3069
#define IDC_OPT_DISKOPTIONS_DRIVE_BETA128B_TYPE 3070
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_BETA128B_TYPE 3071
#define IDC_OPT_DISKOPTIONS_DRIVE_BETA128C_TYPE 3072
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_BETA128C_TYPE 3073
#define IDC_OPT_DISKOPTIONS_DRIVE_BETA128D_TYPE 3074
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_BETA128D_TYPE 3075
#define IDC_OPT_DISKOPTIONS_DRIVE_PLUSD1_TYPE 3076
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_PLUSD1_TYPE 3077
#define IDC_OPT_DISKOPTIONS_DRIVE_PLUSD2_TYPE 3078
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_PLUSD2_TYPE 3079
#define IDC_OPT_DISKOPTIONS_DRIVE_OPUS1_TYPE 3080
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_OPUS1_TYPE 3081
#define IDC_OPT_DISKOPTIONS_DRIVE_OPUS2_TYPE 3082
#define IDC_OPT_DISKOPTIONS_LABEL_DRIVE_OPUS2_TYPE 3083
#define IDC_OPT_DISKOPTIONS_DISK_TRY_MERGE 3084
#define IDC_OPT_DISKOPTIONS_LABEL_DISK_TRY_MERGE 3085
#define IDC_OPT_DISKOPTIONS_DISK_ASK_MERGE 3086
#endif				/* #ifndef FUSE_WIN32OPTIONS_INTERNALS_H */