Mercurial > vba-linux
diff src/win32/VBA.clw @ 1:f9f4f1b99eed
importing src directory
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 03 Mar 2012 10:31:27 -0600 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/win32/VBA.clw Sat Mar 03 10:31:27 2012 -0600 1.3 @@ -0,0 +1,1715 @@ 1.4 +; CLW file contains information for the MFC ClassWizard 1.5 + 1.6 +[General Info] 1.7 +Version=1 1.8 +LastClass=Hyperlink 1.9 +LastTemplate=CDialog 1.10 +NewFileInclude1=#include "stdafx.h" 1.11 +NewFileInclude2=#include "vba.h" 1.12 +LastPage=0 1.13 + 1.14 +ClassCount=57 1.15 +Class1=AboutDialog 1.16 +Class2=Associate 1.17 +Class3=ColorButton 1.18 +Class4=ColorControl 1.19 +Class5=Directories 1.20 +Class6=ExportGSASnapshot 1.21 +Class7=FileDlg 1.22 +Class8=GBACheatSearch 1.23 +Class9=AddCheat 1.24 +Class10=GBACheatList 1.25 +Class11=GBCheatSearch 1.26 +Class12=AddGBCheat 1.27 +Class13=GBColorDlg 1.28 +Class14=GSACodeSelect 1.29 +Class15=JoypadEditControl 1.30 +Class16=JoypadConfig 1.31 +Class17=MotionConfig 1.32 +Class18=Hyperlink 1.33 +Class19=LangSelect 1.34 +Class20=MainWnd 1.35 +Class21=ModeConfirm 1.36 +Class22=RewindInterval 1.37 +Class23=RomInfoGB 1.38 +Class24=RomInfoGBA 1.39 +Class25=SkinButton 1.40 +Class26=Throttle 1.41 +Class27=VBA 1.42 +Class28=VideoMode 1.43 +Class29=VideoDriverSelect 1.44 + 1.45 +ResourceCount=44 1.46 +Resource1=IDD_MAX_SCALE 1.47 +Resource2=IDD_GDB_WAITING 1.48 +Resource3=IDD_GB_CHEAT_LIST 1.49 +Resource4=IDD_CONFIG 1.50 +Resource5=IDD_ADD_CHEAT_DLG 1.51 +Resource6=IDD_GB_OAM_VIEW 1.52 +Resource7=IDD_GB_ROM_INFO 1.53 +Resource8=IDD_OPENDLG 1.54 +Resource9=IDD_MAP_VIEW 1.55 +Resource10=IDD_ABOUT 1.56 +Resource11=IDD_CHEAT_LIST 1.57 +Resource12=IDD_OAM_VIEW 1.58 +Resource13=IDD_CODE_SELECT 1.59 +Resource14=IDD_CHEATS 1.60 +Resource15=IDD_GBA_ROM_INFO 1.61 +Resource16=IDD_IO_VIEWER 1.62 +Resource17=IDD_MEM_VIEWER 1.63 +Resource18=IDD_ADDR_SIZE 1.64 +Resource19=IDR_MENU 1.65 +Resource20=IDD_PALETTE_VIEW 1.66 +Resource21=IDD_ASSOCIATIONS 1.67 +Resource22=IDD_GB_COLORS 1.68 +Resource23=IDD_ADD_CHEAT 1.69 +Resource24=IDD_DISASSEMBLE 1.70 +Resource25=IDD_MODES 1.71 +Resource26=IDD_GDB_PORT 1.72 +Resource27=IDD_LANG_SELECT 1.73 +Resource28=IDD_LOGGING 1.74 +Resource29=IDD_DRIVERS 1.75 +Resource30=IDD_EXPORT_SPS 1.76 +Resource31=IDD_THROTTLE 1.77 +Resource32=IDD_MODE_CONFIRM 1.78 +Resource33=IDD_GB_DISASSEMBLE 1.79 +Resource34=IDD_GB_PALETTE_VIEW 1.80 +Resource35=IDD_REWIND_INTERVAL 1.81 +Resource36=IDD_GB_TILE_VIEWER 1.82 +Resource37=IDD_ACCEL_EDITOR 1.83 +Resource38=IDD_GB_MAP_VIEW 1.84 +Resource39=IDD_BUG_REPORT 1.85 +Resource40=IDD_MOTION_CONFIG 1.86 +Resource41=IDD_TILE_VIEWER 1.87 +Class30=AddGSACode 1.88 +Class31=GBCheatList 1.89 +Class32=Disassemble 1.90 +Class33=GBDisassemble 1.91 +Class34=Logging 1.92 +Class35=IOViewer 1.93 +Class36=ZoomControl 1.94 +Class37=BitmapControl 1.95 +Class38=MapView 1.96 +Class39=GBMapView 1.97 +Class40=MemoryViewer 1.98 +Class41=MemoryViewerDlg 1.99 +Class42=MemoryViewerAddressSize 1.100 +Class43=GBMemoryViewerDlg 1.101 +Class44=OamView 1.102 +Class45=GBOamView 1.103 +Class46=PaletteViewControl 1.104 +Class47=PaletteView 1.105 +Class48=GBPaletteView 1.106 +Class49=TileView 1.107 +Class50=GBTileView 1.108 +Class51=GBPrinterDlg 1.109 +Class52=GDBPortDlg 1.110 +Class53=GDBWaitingDlg 1.111 +Class54=AccelEditor 1.112 +Class55=CKeyboardEdit 1.113 +Resource42=IDD_DIRECTORIES 1.114 +Class56=MaxScale 1.115 +Resource43=IDD_GB_PRINTER 1.116 +Class57=BugReport 1.117 +Resource44=IDR_ACCELERATOR 1.118 + 1.119 +[CLS:AboutDialog] 1.120 +Type=0 1.121 +BaseClass=CDialog 1.122 +HeaderFile=AboutDialog.h 1.123 +ImplementationFile=AboutDialog.cpp 1.124 +LastObject=AboutDialog 1.125 + 1.126 +[CLS:Associate] 1.127 +Type=0 1.128 +BaseClass=CDialog 1.129 +HeaderFile=Associate.h 1.130 +ImplementationFile=Associate.cpp 1.131 +LastObject=ID_OK 1.132 + 1.133 +[CLS:ColorButton] 1.134 +Type=0 1.135 +BaseClass=CButton 1.136 +HeaderFile=ColorButton.h 1.137 +ImplementationFile=ColorButton.cpp 1.138 + 1.139 +[CLS:ColorControl] 1.140 +Type=0 1.141 +BaseClass=CWnd 1.142 +HeaderFile=ColorControl.h 1.143 +ImplementationFile=ColorControl.cpp 1.144 + 1.145 +[CLS:Directories] 1.146 +Type=0 1.147 +BaseClass=CDialog 1.148 +HeaderFile=Directories.h 1.149 +ImplementationFile=Directories.cpp 1.150 + 1.151 +[CLS:ExportGSASnapshot] 1.152 +Type=0 1.153 +BaseClass=CDialog 1.154 +HeaderFile=ExportGSASnapshot.h 1.155 +ImplementationFile=ExportGSASnapshot.cpp 1.156 + 1.157 +[CLS:FileDlg] 1.158 +Type=0 1.159 +BaseClass=CFileDialog 1.160 +HeaderFile=FileDlg.h 1.161 +ImplementationFile=FileDlg.cpp 1.162 + 1.163 +[CLS:GBACheatSearch] 1.164 +Type=0 1.165 +BaseClass=CDialog 1.166 +HeaderFile=GBACheats.h 1.167 +ImplementationFile=GBACheats.cpp 1.168 + 1.169 +[CLS:AddCheat] 1.170 +Type=0 1.171 +BaseClass=CDialog 1.172 +HeaderFile=GBACheats.h 1.173 +ImplementationFile=GBACheats.cpp 1.174 + 1.175 +[CLS:GBACheatList] 1.176 +Type=0 1.177 +BaseClass=CDialog 1.178 +HeaderFile=GBACheats.h 1.179 +ImplementationFile=GBACheats.cpp 1.180 +LastObject=GBACheatList 1.181 + 1.182 +[CLS:GBCheatSearch] 1.183 +Type=0 1.184 +BaseClass=CDialog 1.185 +HeaderFile=GBCheatsDlg.h 1.186 +ImplementationFile=GBCheatsDlg.cpp 1.187 + 1.188 +[CLS:AddGBCheat] 1.189 +Type=0 1.190 +BaseClass=CDialog 1.191 +HeaderFile=GBCheatsDlg.h 1.192 +ImplementationFile=GBCheatsDlg.cpp 1.193 +LastObject=AddGBCheat 1.194 + 1.195 +[CLS:GBColorDlg] 1.196 +Type=0 1.197 +BaseClass=CDialog 1.198 +HeaderFile=GBColorDlg.h 1.199 +ImplementationFile=GBColorDlg.cpp 1.200 +LastObject=IDC_PREDEFINED 1.201 +Filter=D 1.202 +VirtualFilter=dWC 1.203 + 1.204 +[CLS:GSACodeSelect] 1.205 +Type=0 1.206 +BaseClass=CDialog 1.207 +HeaderFile=GSACodeSelect.h 1.208 +ImplementationFile=GSACodeSelect.cpp 1.209 + 1.210 +[CLS:JoypadEditControl] 1.211 +Type=0 1.212 +BaseClass=CEdit 1.213 +HeaderFile=Joypad.h 1.214 +ImplementationFile=Joypad.cpp 1.215 + 1.216 +[CLS:JoypadConfig] 1.217 +Type=0 1.218 +BaseClass=CDialog 1.219 +HeaderFile=Joypad.h 1.220 +ImplementationFile=Joypad.cpp 1.221 + 1.222 +[CLS:CKeyboardEdit] 1.223 +Type=0 1.224 +BaseClass=CEdit 1.225 +HeaderFile=KeyboardEdit.h 1.226 +ImplementationFile=KeyboardEdit.cpp 1.227 + 1.228 +[CLS:MotionConfig] 1.229 +Type=0 1.230 +BaseClass=CDialog 1.231 +HeaderFile=Joypad.h 1.232 +ImplementationFile=Joypad.cpp 1.233 + 1.234 +[CLS:LangSelect] 1.235 +Type=0 1.236 +BaseClass=CDialog 1.237 +HeaderFile=LangSelect.h 1.238 +ImplementationFile=LangSelect.cpp 1.239 + 1.240 +[CLS:MainWnd] 1.241 +Type=0 1.242 +BaseClass=CWnd 1.243 +HeaderFile=MainWnd.h 1.244 +ImplementationFile=MainWnd.cpp 1.245 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.246 +Filter=W 1.247 +VirtualFilter=WC 1.248 + 1.249 +[CLS:ModeConfirm] 1.250 +Type=0 1.251 +BaseClass=CDialog 1.252 +HeaderFile=ModeConfirm.h 1.253 +ImplementationFile=ModeConfirm.cpp 1.254 + 1.255 +[CLS:RewindInterval] 1.256 +Type=0 1.257 +BaseClass=CDialog 1.258 +HeaderFile=RewindInterval.h 1.259 +ImplementationFile=RewindInterval.cpp 1.260 + 1.261 +[CLS:RomInfoGB] 1.262 +Type=0 1.263 +BaseClass=CDialog 1.264 +HeaderFile=RomInfo.h 1.265 +ImplementationFile=RomInfo.cpp 1.266 + 1.267 +[CLS:RomInfoGBA] 1.268 +Type=0 1.269 +BaseClass=CDialog 1.270 +HeaderFile=RomInfo.h 1.271 +ImplementationFile=RomInfo.cpp 1.272 + 1.273 +[CLS:SkinButton] 1.274 +Type=0 1.275 +BaseClass=CWnd 1.276 +HeaderFile=skinButton.h 1.277 +ImplementationFile=skinButton.cpp 1.278 + 1.279 +[CLS:Throttle] 1.280 +Type=0 1.281 +BaseClass=CDialog 1.282 +HeaderFile=Throttle.h 1.283 +ImplementationFile=Throttle.cpp 1.284 + 1.285 +[CLS:VBA] 1.286 +Type=0 1.287 +BaseClass=CWinApp 1.288 +HeaderFile=VBA.h 1.289 +ImplementationFile=VBA.cpp 1.290 + 1.291 +[CLS:VideoMode] 1.292 +Type=0 1.293 +BaseClass=CDialog 1.294 +HeaderFile=VideoMode.h 1.295 +ImplementationFile=VideoMode.cpp 1.296 + 1.297 +[CLS:VideoDriverSelect] 1.298 +Type=0 1.299 +BaseClass=CDialog 1.300 +HeaderFile=VideoMode.h 1.301 +ImplementationFile=VideoMode.cpp 1.302 +Filter=D 1.303 +VirtualFilter=dWC 1.304 +LastObject=ID_CANCEL 1.305 + 1.306 +[DLG:IDD_ABOUT] 1.307 +Type=1 1.308 +Class=AboutDialog 1.309 +ControlCount=8 1.310 +Control1=IDOK,button,1342242817 1.311 +Control2=IDC_STATIC,static,1342177283 1.312 +Control3=IDC_STATIC,static,1342308353 1.313 +Control4=IDC_STATIC,static,1342308353 1.314 +Control5=IDC_URL,static,1342308353 1.315 +Control6=IDC_STATIC,static,1342308353 1.316 +Control7=IDC_STATIC,static,1342308353 1.317 +Control8=IDC_VERSION,static,1342308353 1.318 + 1.319 +[DLG:IDD_ASSOCIATIONS] 1.320 +Type=1 1.321 +Class=Associate 1.322 +ControlCount=11 1.323 +Control1=IDC_GB,button,1342242819 1.324 +Control2=IDC_SGB,button,1342242819 1.325 +Control3=IDC_CGB,button,1342242819 1.326 +Control4=IDC_GBC,button,1342242819 1.327 +Control5=IDC_GBA,button,1342242819 1.328 +Control6=IDC_AGB,button,1342242819 1.329 +Control7=IDC_BIN,button,1342242819 1.330 +Control8=ID_OK,button,1342242817 1.331 +Control9=ID_CANCEL,button,1342242816 1.332 +Control10=IDC_STATIC,button,1342177287 1.333 +Control11=IDC_STATIC,button,1342177287 1.334 + 1.335 +[DLG:IDD_DIRECTORIES] 1.336 +Type=1 1.337 +Class=Directories 1.338 +ControlCount=22 1.339 +Control1=IDC_ROM_DIR,button,1342242816 1.340 +Control2=IDC_GBROM_DIR,button,1342242816 1.341 +Control3=IDC_BATTERY_DIR,button,1342242816 1.342 +Control4=IDC_SAVE_DIR,button,1342242816 1.343 +Control5=IDC_CAPTURE_DIR,button,1342242816 1.344 +Control6=IDOK,button,1342242817 1.345 +Control7=IDCANCEL,button,1342242816 1.346 +Control8=IDC_STATIC,static,1342308352 1.347 +Control9=IDC_STATIC,static,1342308352 1.348 +Control10=IDC_STATIC,static,1342308352 1.349 +Control11=IDC_STATIC,static,1342308352 1.350 +Control12=IDC_ROM_PATH,edit,1484849280 1.351 +Control13=IDC_BATTERY_PATH,edit,1484849280 1.352 +Control14=IDC_SAVE_PATH,edit,1484849280 1.353 +Control15=IDC_CAPTURE_PATH,edit,1484849280 1.354 +Control16=IDC_STATIC,static,1342308352 1.355 +Control17=IDC_GBROM_PATH,edit,1484849280 1.356 +Control18=IDC_ROM_DIR_RESET,button,1342242816 1.357 +Control19=IDC_GBROM_DIR_RESET,button,1342242816 1.358 +Control20=IDC_BATTERY_DIR_RESET,button,1342242816 1.359 +Control21=IDC_SAVE_DIR_RESET,button,1342242816 1.360 +Control22=IDC_CAPTURE_DIR_RESET,button,1342242816 1.361 + 1.362 +[DLG:IDD_EXPORT_SPS] 1.363 +Type=1 1.364 +Class=ExportGSASnapshot 1.365 +ControlCount=8 1.366 +Control1=IDC_TITLE,edit,1350631552 1.367 +Control2=IDC_DESC,edit,1350631552 1.368 +Control3=IDC_NOTES,edit,1350635652 1.369 +Control4=ID_OK,button,1342242817 1.370 +Control5=ID_CANCEL,button,1342242816 1.371 +Control6=IDC_STATIC,static,1342308352 1.372 +Control7=IDC_STATIC,static,1342308352 1.373 +Control8=IDC_STATIC,static,1342308352 1.374 + 1.375 +[DLG:IDD_CHEATS] 1.376 +Type=1 1.377 +Class=GBACheatSearch 1.378 +ControlCount=26 1.379 +Control1=IDC_CHEAT_LIST,SysListView32,1350631429 1.380 +Control2=IDC_OLD_VALUE,button,1342308361 1.381 +Control3=IDC_SPECIFIC_VALUE,button,1342177289 1.382 +Control4=IDC_SIZE_8,button,1342308361 1.383 +Control5=IDC_SIZE_16,button,1342177289 1.384 +Control6=IDC_SIZE_32,button,1342177289 1.385 +Control7=IDC_EQ,button,1342308361 1.386 +Control8=IDC_NE,button,1342177289 1.387 +Control9=IDC_LT,button,1342177289 1.388 +Control10=IDC_LE,button,1342177289 1.389 +Control11=IDC_GT,button,1342177289 1.390 +Control12=IDC_GE,button,1342177289 1.391 +Control13=IDC_SIGNED,button,1342308361 1.392 +Control14=IDC_UNSIGNED,button,1342177289 1.393 +Control15=IDC_HEXADECIMAL,button,1342177289 1.394 +Control16=IDC_UPDATE,button,1342373891 1.395 +Control17=IDC_VALUE,edit,1350631552 1.396 +Control18=IDC_START,button,1342373888 1.397 +Control19=IDC_SEARCH,button,1342242816 1.398 +Control20=IDC_ADD_CHEAT,button,1342242816 1.399 +Control21=ID_OK,button,1342242817 1.400 +Control22=IDC_STATIC,button,1342177287 1.401 +Control23=IDC_STATIC,button,1342177287 1.402 +Control24=IDC_STATIC,button,1342177287 1.403 +Control25=IDC_STATIC,button,1342177287 1.404 +Control26=IDC_STATIC,static,1342308352 1.405 + 1.406 +[DLG:IDD_ADD_CHEAT] 1.407 +Type=1 1.408 +Class=AddCheat 1.409 +ControlCount=16 1.410 +Control1=IDC_ADDRESS,edit,1350631552 1.411 +Control2=IDC_VALUE,edit,1350631552 1.412 +Control3=IDC_DESC,edit,1350631552 1.413 +Control4=IDC_SIZE_8,button,1342373897 1.414 +Control5=IDC_SIZE_16,button,1342177289 1.415 +Control6=IDC_SIZE_32,button,1342177289 1.416 +Control7=IDC_SIGNED,button,1342373897 1.417 +Control8=IDC_UNSIGNED,button,1342177289 1.418 +Control9=IDC_HEXADECIMAL,button,1342177289 1.419 +Control10=ID_OK,button,1342373889 1.420 +Control11=ID_CANCEL,button,1342242816 1.421 +Control12=IDC_STATIC,static,1342308352 1.422 +Control13=IDC_STATIC,button,1342177287 1.423 +Control14=IDC_STATIC,static,1342308352 1.424 +Control15=IDC_STATIC,button,1342177287 1.425 +Control16=IDC_STATIC,static,1342308352 1.426 + 1.427 +[DLG:IDD_CHEAT_LIST] 1.428 +Type=1 1.429 +Class=GBACheatList 1.430 +ControlCount=14 1.431 +Control1=IDC_RESTORE,button,1342373891 1.432 +Control2=IDC_ADD_CODE,button,1342373888 1.433 +Control3=IDC_ADD_CHEAT,button,1342242816 1.434 +Control4=IDC_ADD_GAMESHARK,button,1342242816 1.435 +Control5=IDC_ADD_CODEBREAKER,button,1342242816 1.436 +Control6=IDC_REMOVE,button,1342242816 1.437 +Control7=IDC_REMOVE_ALL,button,1342242816 1.438 +Control8=IDC_ENABLE,button,1342242816 1.439 +Control9=ID_OK,button,1342373889 1.440 +Control10=IDC_CHEAT_LIST,SysListView32,1350762497 1.441 +Control11=IDC_STATIC,static,1342308352 1.442 +Control12=IDC_STATIC,static,1342308352 1.443 +Control13=IDC_STATIC,static,1342308352 1.444 +Control14=IDC_STATIC,button,1342177287 1.445 + 1.446 +[DLG:IDD_GB_COLORS] 1.447 +Type=1 1.448 +Class=GBColorDlg 1.449 +ControlCount=17 1.450 +Control1=IDC_DEFAULT,button,1342308361 1.451 +Control2=IDC_USER1,button,1342177289 1.452 +Control3=IDC_USER2,button,1342177289 1.453 +Control4=IDC_PREDEFINED,combobox,1344340227 1.454 +Control5=IDC_COLOR_BG0,button,1342373888 1.455 +Control6=IDC_COLOR_BG1,button,1342242816 1.456 +Control7=IDC_COLOR_BG2,button,1342242816 1.457 +Control8=IDC_COLOR_BG3,button,1342242816 1.458 +Control9=IDC_COLOR_OB0,button,1342242816 1.459 +Control10=IDC_COLOR_OB1,button,1342242816 1.460 +Control11=IDC_COLOR_OB2,button,1342242816 1.461 +Control12=IDC_COLOR_OB3,button,1342242816 1.462 +Control13=IDC_RESET,button,1342242816 1.463 +Control14=ID_OK,button,1342242817 1.464 +Control15=ID_CANCEL,button,1342242816 1.465 +Control16=IDC_STATIC,button,1342177287 1.466 +Control17=IDC_STATIC,button,1342177287 1.467 + 1.468 +[DLG:IDD_CODE_SELECT] 1.469 +Type=1 1.470 +Class=GSACodeSelect 1.471 +ControlCount=3 1.472 +Control1=ID_OK,button,1342242817 1.473 +Control2=ID_CANCEL,button,1342242816 1.474 +Control3=IDC_GAME_LIST,listbox,1353777411 1.475 + 1.476 +[DLG:IDD_CONFIG] 1.477 +Type=1 1.478 +Class=JoypadConfig 1.479 +ControlCount=28 1.480 +Control1=IDC_EDIT_UP,edit,1350631552 1.481 +Control2=IDC_EDIT_DOWN,edit,1350631552 1.482 +Control3=IDC_EDIT_LEFT,edit,1350631552 1.483 +Control4=IDC_EDIT_RIGHT,edit,1350631552 1.484 +Control5=IDC_EDIT_BUTTON_A,edit,1350631552 1.485 +Control6=IDC_EDIT_BUTTON_B,edit,1350631552 1.486 +Control7=IDC_EDIT_BUTTON_L,edit,1350631552 1.487 +Control8=IDC_EDIT_BUTTON_R,edit,1350631552 1.488 +Control9=IDC_EDIT_BUTTON_SELECT,edit,1350631552 1.489 +Control10=IDC_EDIT_BUTTON_START,edit,1350631552 1.490 +Control11=IDC_EDIT_SPEED,edit,1350631552 1.491 +Control12=IDC_EDIT_CAPTURE,edit,1350631552 1.492 +Control13=IDC_EDIT_BUTTON_GS,edit,1350631552 1.493 +Control14=ID_OK,button,1342242816 1.494 +Control15=ID_CANCEL,button,1342242816 1.495 +Control16=IDC_STATIC,static,1342308352 1.496 +Control17=IDC_STATIC,static,1342308352 1.497 +Control18=IDC_STATIC,static,1342308352 1.498 +Control19=IDC_STATIC,static,1342308352 1.499 +Control20=IDC_STATIC,static,1342308352 1.500 +Control21=IDC_STATIC,static,1342308352 1.501 +Control22=IDC_STATIC,static,1342308352 1.502 +Control23=IDC_STATIC,static,1342308352 1.503 +Control24=IDC_STATIC,static,1342308352 1.504 +Control25=IDC_STATIC,static,1342308352 1.505 +Control26=IDC_STATIC,static,1342308352 1.506 +Control27=IDC_STATIC,static,1342308352 1.507 +Control28=IDC_STATIC,static,1342308352 1.508 + 1.509 +[DLG:IDD_MOTION_CONFIG] 1.510 +Type=1 1.511 +Class=MotionConfig 1.512 +ControlCount=10 1.513 +Control1=IDC_EDIT_UP,edit,1350631552 1.514 +Control2=IDC_EDIT_DOWN,edit,1350631552 1.515 +Control3=IDC_EDIT_LEFT,edit,1350631552 1.516 +Control4=IDC_EDIT_RIGHT,edit,1350631552 1.517 +Control5=ID_OK,button,1342242816 1.518 +Control6=ID_CANCEL,button,1342242816 1.519 +Control7=IDC_STATIC,static,1342308352 1.520 +Control8=IDC_STATIC,static,1342308352 1.521 +Control9=IDC_STATIC,static,1342308352 1.522 +Control10=IDC_STATIC,static,1342308352 1.523 + 1.524 +[DLG:IDD_LANG_SELECT] 1.525 +Type=1 1.526 +Class=LangSelect 1.527 +ControlCount=6 1.528 +Control1=IDC_LANG_STRING,edit,1350631552 1.529 +Control2=ID_OK,button,1342242817 1.530 +Control3=ID_CANCEL,button,1342242816 1.531 +Control4=IDC_STATIC,static,1342308352 1.532 +Control5=IDC_STATIC,static,1342308352 1.533 +Control6=IDC_LANG_NAME,static,1342308352 1.534 + 1.535 +[DLG:IDD_MODE_CONFIRM] 1.536 +Type=1 1.537 +Class=ModeConfirm 1.538 +ControlCount=4 1.539 +Control1=ID_OK,button,1342242817 1.540 +Control2=ID_CANCEL,button,1342242816 1.541 +Control3=IDC_STATIC,static,1342308353 1.542 +Control4=IDC_TIMER,static,1342308353 1.543 + 1.544 +[DLG:IDD_REWIND_INTERVAL] 1.545 +Type=1 1.546 +Class=RewindInterval 1.547 +ControlCount=5 1.548 +Control1=IDC_INTERVAL,edit,1350631552 1.549 +Control2=ID_OK,button,1342242817 1.550 +Control3=ID_CANCEL,button,1342242816 1.551 +Control4=IDC_STATIC,static,1342308352 1.552 +Control5=IDC_STATIC,static,1342308352 1.553 + 1.554 +[DLG:IDD_GB_ROM_INFO] 1.555 +Type=1 1.556 +Class=RomInfoGB 1.557 +ControlCount=27 1.558 +Control1=ID_OK,button,1342242817 1.559 +Control2=IDC_STATIC,static,1342308352 1.560 +Control3=IDC_STATIC,static,1342308352 1.561 +Control4=IDC_STATIC,static,1342308352 1.562 +Control5=IDC_STATIC,static,1342308352 1.563 +Control6=IDC_STATIC,static,1342308352 1.564 +Control7=IDC_STATIC,static,1342308352 1.565 +Control8=IDC_ROM_TITLE,static,1342308352 1.566 +Control9=IDC_ROM_MAKER_CODE,static,1342308352 1.567 +Control10=IDC_ROM_UNIT_CODE,static,1342308352 1.568 +Control11=IDC_ROM_DEVICE_TYPE,static,1342308352 1.569 +Control12=IDC_ROM_VERSION,static,1342308352 1.570 +Control13=IDC_ROM_CRC,static,1342308352 1.571 +Control14=IDC_STATIC,static,1342308352 1.572 +Control15=IDC_ROM_COLOR,static,1342308352 1.573 +Control16=IDC_STATIC,static,1342308352 1.574 +Control17=IDC_ROM_SIZE,static,1342308352 1.575 +Control18=IDC_STATIC,static,1342308352 1.576 +Control19=IDC_ROM_RAM_SIZE,static,1342308352 1.577 +Control20=IDC_STATIC,static,1342308352 1.578 +Control21=IDC_ROM_DEST_CODE,static,1342308352 1.579 +Control22=IDC_STATIC,static,1342308352 1.580 +Control23=IDC_ROM_LIC_CODE,static,1342308352 1.581 +Control24=IDC_STATIC,static,1342308352 1.582 +Control25=IDC_ROM_CHECKSUM,static,1342308352 1.583 +Control26=IDC_ROM_MAKER_NAME2,static,1342308352 1.584 +Control27=IDC_STATIC,static,1342308352 1.585 + 1.586 +[DLG:IDD_GBA_ROM_INFO] 1.587 +Type=1 1.588 +Class=RomInfoGBA 1.589 +ControlCount=17 1.590 +Control1=ID_OK,button,1342242817 1.591 +Control2=IDC_STATIC,static,1342308352 1.592 +Control3=IDC_STATIC,static,1342308352 1.593 +Control4=IDC_STATIC,static,1342308352 1.594 +Control5=IDC_STATIC,static,1342308352 1.595 +Control6=IDC_STATIC,static,1342308352 1.596 +Control7=IDC_STATIC,static,1342308352 1.597 +Control8=IDC_STATIC,static,1342308352 1.598 +Control9=IDC_ROM_TITLE,static,1342308352 1.599 +Control10=IDC_ROM_GAME_CODE,static,1342308352 1.600 +Control11=IDC_ROM_MAKER_CODE,static,1342308352 1.601 +Control12=IDC_ROM_UNIT_CODE,static,1342308352 1.602 +Control13=IDC_ROM_DEVICE_TYPE,static,1342308352 1.603 +Control14=IDC_ROM_VERSION,static,1342308352 1.604 +Control15=IDC_ROM_CRC,static,1342308352 1.605 +Control16=IDC_ROM_MAKER_NAME,static,1342308352 1.606 +Control17=IDC_STATIC,static,1342308352 1.607 + 1.608 +[DLG:IDD_THROTTLE] 1.609 +Type=1 1.610 +Class=Throttle 1.611 +ControlCount=4 1.612 +Control1=IDC_THROTTLE,edit,1350631552 1.613 +Control2=ID_OK,button,1342242817 1.614 +Control3=ID_CANCEL,button,1342242816 1.615 +Control4=IDC_STATIC,static,1342308352 1.616 + 1.617 +[DLG:IDD_MODES] 1.618 +Type=1 1.619 +Class=VideoMode 1.620 +ControlCount=4 1.621 +Control1=IDC_MODES,listbox,1352728835 1.622 +Control2=ID_OK,button,1342242817 1.623 +Control3=ID_CANCEL,button,1342242816 1.624 +Control4=IDC_STATIC,static,1342308352 1.625 + 1.626 +[DLG:IDD_DRIVERS] 1.627 +Type=1 1.628 +Class=VideoDriverSelect 1.629 +ControlCount=4 1.630 +Control1=IDC_DRIVERS,listbox,1352728833 1.631 +Control2=ID_OK,button,1342242817 1.632 +Control3=ID_CANCEL,button,1342242816 1.633 +Control4=IDC_STATIC,static,1342308352 1.634 + 1.635 +[DLG:IDD_OPENDLG] 1.636 +Type=1 1.637 +Class=GBMemoryViewerDlg 1.638 +ControlCount=12 1.639 +Control1=1090,static,1342308352 1.640 +Control2=1152,edit,1350632576 1.641 +Control3=1120,listbox,1352732755 1.642 +Control4=65535,static,1342308352 1.643 +Control5=1088,static,1342308480 1.644 +Control6=1121,listbox,1352732755 1.645 +Control7=1089,static,1342308352 1.646 +Control8=1136,combobox,1344340035 1.647 +Control9=1091,static,1342308352 1.648 +Control10=1137,combobox,1344340819 1.649 +Control11=IDOK,button,1342373889 1.650 +Control12=IDCANCEL,button,1342373888 1.651 + 1.652 +[DLG:IDD_GB_CHEAT_LIST] 1.653 +Type=1 1.654 +Class=GBCheatList 1.655 +ControlCount=10 1.656 +Control1=IDC_CHEAT_LIST,SysListView32,1350762497 1.657 +Control2=IDC_ADD_GG_CHEAT,button,1342373888 1.658 +Control3=IDC_ADD_GS_CHEAT,button,1342373888 1.659 +Control4=IDC_REMOVE,button,1342242816 1.660 +Control5=IDC_REMOVE_ALL,button,1342242816 1.661 +Control6=IDC_ENABLE,button,1342242816 1.662 +Control7=ID_OK,button,1342242817 1.663 +Control8=IDC_STATIC,static,1342308352 1.664 +Control9=IDC_STATIC,static,1342308352 1.665 +Control10=IDC_STATIC,static,1342308352 1.666 + 1.667 +[DLG:IDD_ADD_CHEAT_DLG] 1.668 +Type=1 1.669 +Class=AddGSACode 1.670 +ControlCount=6 1.671 +Control1=IDC_DESC,edit,1350631552 1.672 +Control2=IDC_CODE,edit,1350635724 1.673 +Control3=ID_OK,button,1342242817 1.674 +Control4=ID_CANCEL,button,1342242816 1.675 +Control5=IDC_STATIC,static,1342308352 1.676 +Control6=IDC_STATIC,static,1342308352 1.677 + 1.678 +[DLG:IDD_GB_PRINTER] 1.679 +Type=1 1.680 +Class=GBPrinterDlg 1.681 +ControlCount=9 1.682 +Control1=IDC_1X,button,1342308361 1.683 +Control2=IDC_2X,button,1342177289 1.684 +Control3=IDC_3X,button,1342177289 1.685 +Control4=IDC_4X,button,1342177289 1.686 +Control5=ID_PRINT,button,1342373889 1.687 +Control6=ID_SAVE,button,1342242816 1.688 +Control7=ID_OK,button,1342242816 1.689 +Control8=IDC_GB_PRINTER,static,1342308359 1.690 +Control9=IDC_STATIC,button,1342177287 1.691 + 1.692 +[DLG:IDD_MAP_VIEW] 1.693 +Type=1 1.694 +Class=MapView 1.695 +ControlCount=44 1.696 +Control1=IDC_FRAME_0,button,1342308361 1.697 +Control2=IDC_FRAME_1,button,1342177289 1.698 +Control3=IDC_BG0,button,1342308361 1.699 +Control4=IDC_BG1,button,1342177289 1.700 +Control5=IDC_BG2,button,1342177289 1.701 +Control6=IDC_BG3,button,1342177289 1.702 +Control7=IDC_STRETCH,button,1342242819 1.703 +Control8=IDC_REFRESH,button,1342373888 1.704 +Control9=IDC_SAVE,button,1342373888 1.705 +Control10=IDC_CLOSE,button,1342242816 1.706 +Control11=IDC_MAP_VIEW,VbaBitmapControl,1342373888 1.707 +Control12=IDC_MAP_VIEW_ZOOM,VbaZoomControl,1342373888 1.708 +Control13=IDC_COLOR,VbaColorControl,1342242816 1.709 +Control14=IDC_R,static,1342308352 1.710 +Control15=IDC_G,static,1342308352 1.711 +Control16=IDC_B,static,1342308352 1.712 +Control17=IDC_STATIC,button,1342177287 1.713 +Control18=IDC_STATIC,button,1342177287 1.714 +Control19=IDC_AUTO_UPDATE,button,1342242819 1.715 +Control20=IDC_XY,static,1342308352 1.716 +Control21=IDC_STATIC,static,1342308352 1.717 +Control22=IDC_MODE,static,1342308352 1.718 +Control23=IDC_STATIC,static,1342308352 1.719 +Control24=IDC_MAPBASE,static,1342308352 1.720 +Control25=IDC_STATIC,static,1342308352 1.721 +Control26=IDC_CHARBASE,static,1342308352 1.722 +Control27=IDC_STATIC,static,1342308352 1.723 +Control28=IDC_DIM,static,1342308352 1.724 +Control29=IDC_STATIC,static,1342308352 1.725 +Control30=IDC_NUMCOLORS,static,1342308352 1.726 +Control31=IDC_STATIC,static,1342308352 1.727 +Control32=IDC_PRIORITY,static,1342308352 1.728 +Control33=IDC_STATIC,static,1342308352 1.729 +Control34=IDC_MOSAIC,static,1342308352 1.730 +Control35=IDC_STATIC,static,1342308352 1.731 +Control36=IDC_OVERFLOW,static,1342308352 1.732 +Control37=IDC_STATIC,static,1342308352 1.733 +Control38=IDC_ADDRESS,static,1342308352 1.734 +Control39=IDC_STATIC,static,1342308352 1.735 +Control40=IDC_TILE_NUM,static,1342308352 1.736 +Control41=IDC_STATIC,static,1342308352 1.737 +Control42=IDC_FLIP,static,1342308352 1.738 +Control43=IDC_STATIC,static,1342308352 1.739 +Control44=IDC_PALETTE_NUM,static,1342308352 1.740 + 1.741 +[DLG:IDD_PALETTE_VIEW] 1.742 +Type=1 1.743 +Class=PaletteView 1.744 +ControlCount=21 1.745 +Control1=IDC_SAVE_BG,button,1342242816 1.746 +Control2=IDC_SAVE_OBJ,button,1342242816 1.747 +Control3=IDC_REFRESH2,button,1342242816 1.748 +Control4=IDC_CLOSE,button,1342242816 1.749 +Control5=IDC_ADDRESS,static,1342308352 1.750 +Control6=IDC_R,static,1342308352 1.751 +Control7=IDC_G,static,1342308352 1.752 +Control8=IDC_B,static,1342308352 1.753 +Control9=IDC_VALUE,static,1342308352 1.754 +Control10=IDC_COLOR,VbaColorControl,1342242816 1.755 +Control11=IDC_PALETTE_VIEW,VbaPaletteViewControl,1342242816 1.756 +Control12=IDC_PALETTE_VIEW_OBJ,VbaPaletteViewControl,1342242816 1.757 +Control13=IDC_STATIC,button,1342177287 1.758 +Control14=IDC_STATIC,button,1342177287 1.759 +Control15=IDC_STATIC,static,1342308352 1.760 +Control16=IDC_STATIC,static,1342308352 1.761 +Control17=IDC_STATIC,static,1342308352 1.762 +Control18=IDC_STATIC,static,1342308352 1.763 +Control19=IDC_STATIC,static,1342308352 1.764 +Control20=IDC_STATIC,static,1342308352 1.765 +Control21=IDC_AUTO_UPDATE,button,1342242819 1.766 + 1.767 +[DLG:IDD_MEM_VIEWER] 1.768 +Type=1 1.769 +Class=MemoryViewerDlg 1.770 +ControlCount=14 1.771 +Control1=IDC_ADDRESSES,combobox,1344339971 1.772 +Control2=IDC_8_BIT,button,1342308361 1.773 +Control3=IDC_16_BIT,button,1342177289 1.774 +Control4=IDC_32_BIT,button,1342177289 1.775 +Control5=IDC_ADDRESS,edit,1350766728 1.776 +Control6=IDC_GO,button,1342373889 1.777 +Control7=IDC_VIEWER,VbaMemoryViewer,1342242816 1.778 +Control8=IDC_AUTO_UPDATE,button,1342242819 1.779 +Control9=IDC_REFRESH,button,1342242816 1.780 +Control10=IDC_LOAD,button,1342242816 1.781 +Control11=IDC_SAVE,button,1342242816 1.782 +Control12=IDC_CLOSE,button,1342242816 1.783 +Control13=IDC_CURRENT_ADDRESS_LABEL,static,1342308352 1.784 +Control14=IDC_CURRENT_ADDRESS,edit,1484849282 1.785 + 1.786 +[DLG:IDD_OAM_VIEW] 1.787 +Type=1 1.788 +Class=OamView 1.789 +ControlCount=32 1.790 +Control1=IDC_SPRITE,edit,1350639746 1.791 +Control2=IDC_SCROLLBAR,scrollbar,1342177280 1.792 +Control3=IDC_STRETCH,button,1342242819 1.793 +Control4=IDC_REFRESH,button,1342373888 1.794 +Control5=IDC_SAVE,button,1342373888 1.795 +Control6=IDC_CLOSE,button,1342242816 1.796 +Control7=IDC_OAM_VIEW,VbaBitmapControl,1342373888 1.797 +Control8=IDC_OAM_VIEW_ZOOM,VbaZoomControl,1342373888 1.798 +Control9=IDC_COLOR,VbaColorControl,1342242816 1.799 +Control10=IDC_POS,static,1342308352 1.800 +Control11=IDC_MODE,static,1342308352 1.801 +Control12=IDC_COLORS,static,1342308352 1.802 +Control13=IDC_PALETTE,static,1342308352 1.803 +Control14=IDC_TILE,static,1342308352 1.804 +Control15=IDC_PRIO,static,1342308352 1.805 +Control16=IDC_SIZE2,static,1342308352 1.806 +Control17=IDC_ROT,static,1342308352 1.807 +Control18=IDC_FLAGS,static,1342308352 1.808 +Control19=IDC_R,static,1342308352 1.809 +Control20=IDC_G,static,1342308352 1.810 +Control21=IDC_B,static,1342308352 1.811 +Control22=IDC_STATIC,static,1342308352 1.812 +Control23=IDC_STATIC,static,1342308352 1.813 +Control24=IDC_STATIC,static,1342308352 1.814 +Control25=IDC_STATIC,static,1342308352 1.815 +Control26=IDC_STATIC,static,1342308352 1.816 +Control27=IDC_STATIC,static,1342308352 1.817 +Control28=IDC_STATIC,static,1342308352 1.818 +Control29=IDC_STATIC,static,1342308352 1.819 +Control30=IDC_STATIC,static,1342308352 1.820 +Control31=IDC_STATIC,static,1342308352 1.821 +Control32=IDC_AUTO_UPDATE,button,1342242819 1.822 + 1.823 +[DLG:IDD_ACCEL_EDITOR] 1.824 +Type=1 1.825 +Class=AccelEditor 1.826 +ControlCount=13 1.827 +Control1=IDC_STATIC,static,1342308352 1.828 +Control2=IDC_COMMANDS,listbox,1352732931 1.829 +Control3=IDC_STATIC1,static,1342308352 1.830 +Control4=IDC_CURRENTS,listbox,1352728835 1.831 +Control5=ID_OK,button,1342242817 1.832 +Control6=ID_CANCEL,button,1342242816 1.833 +Control7=IDC_STATIC3,static,1342308352 1.834 +Control8=IDC_EDIT_KEY,edit,1350631552 1.835 +Control9=IDC_ASSIGN,button,1342242816 1.836 +Control10=IDC_REMOVE,button,1342242816 1.837 +Control11=IDC_RESET,button,1342242816 1.838 +Control12=IDC_ALREADY_AFFECTED,static,1342308864 1.839 +Control13=IDC_STATIC2,static,1342308352 1.840 + 1.841 +[DLG:IDD_TILE_VIEWER] 1.842 +Type=1 1.843 +Class=TileView 1.844 +ControlCount=26 1.845 +Control1=IDC_16_COLORS,button,1342308361 1.846 +Control2=IDC_256_COLORS,button,1342177289 1.847 +Control3=IDC_CHARBASE_0,button,1342308361 1.848 +Control4=IDC_CHARBASE_1,button,1342177289 1.849 +Control5=IDC_CHARBASE_2,button,1342177289 1.850 +Control6=IDC_CHARBASE_3,button,1342177289 1.851 +Control7=IDC_CHARBASE_4,button,1342177289 1.852 +Control8=IDC_PALETTE_SLIDER,msctls_trackbar32,1342373889 1.853 +Control9=IDC_STRETCH,button,1342242819 1.854 +Control10=IDC_REFRESH,button,1342373888 1.855 +Control11=IDC_SAVE,button,1342242816 1.856 +Control12=IDC_CLOSE,button,1342242816 1.857 +Control13=IDC_TILE_VIEW,VbaBitmapControl,1342373888 1.858 +Control14=IDC_STATIC,button,1342177287 1.859 +Control15=IDC_STATIC,button,1342177287 1.860 +Control16=IDC_MAP_VIEW_ZOOM,VbaZoomControl,1342373888 1.861 +Control17=IDC_COLOR,VbaColorControl,1342242816 1.862 +Control18=IDC_R,static,1342308352 1.863 +Control19=IDC_G,static,1342308352 1.864 +Control20=IDC_B,static,1342308352 1.865 +Control21=IDC_STATIC,static,1342308352 1.866 +Control22=IDC_AUTO_UPDATE,button,1342242819 1.867 +Control23=IDC_STATIC,static,1342308352 1.868 +Control24=IDC_STATIC,static,1342308352 1.869 +Control25=IDC_TILE_NUMBER,static,1342308352 1.870 +Control26=IDC_ADDRESS,static,1342308352 1.871 + 1.872 +[DLG:IDD_DISASSEMBLE] 1.873 +Type=1 1.874 +Class=Disassemble 1.875 +ControlCount=55 1.876 +Control1=IDC_AUTOMATIC,button,1342308361 1.877 +Control2=IDC_ARM,button,1342177289 1.878 +Control3=IDC_THUMB,button,1342177289 1.879 +Control4=IDC_ADDRESS,edit,1350762632 1.880 +Control5=IDC_GO,button,1342242816 1.881 +Control6=IDC_DISASSEMBLE,listbox,1350631683 1.882 +Control7=IDC_AUTO_UPDATE,button,1342242819 1.883 +Control8=IDC_REFRESH,button,1342242816 1.884 +Control9=IDC_NEXT,button,1342242816 1.885 +Control10=IDC_CLOSE,button,1342242817 1.886 +Control11=IDC_STATIC,static,1342308352 1.887 +Control12=IDC_STATIC,static,1342308352 1.888 +Control13=IDC_STATIC,static,1342308352 1.889 +Control14=IDC_STATIC,static,1342308352 1.890 +Control15=IDC_STATIC,static,1342308352 1.891 +Control16=IDC_STATIC,static,1342308352 1.892 +Control17=IDC_STATIC,static,1342308352 1.893 +Control18=IDC_STATIC,static,1342308352 1.894 +Control19=IDC_R0,static,1342308352 1.895 +Control20=IDC_R1,static,1342308352 1.896 +Control21=IDC_R2,static,1342308352 1.897 +Control22=IDC_R3,static,1342308352 1.898 +Control23=IDC_R4,static,1342308352 1.899 +Control24=IDC_R5,static,1342308352 1.900 +Control25=IDC_R6,static,1342308352 1.901 +Control26=IDC_R7,static,1342308352 1.902 +Control27=IDC_R8,static,1342308352 1.903 +Control28=IDC_R9,static,1342308352 1.904 +Control29=IDC_R10,static,1342308352 1.905 +Control30=IDC_R11,static,1342308352 1.906 +Control31=IDC_R12,static,1342308352 1.907 +Control32=IDC_R13,static,1342308352 1.908 +Control33=IDC_R14,static,1342308352 1.909 +Control34=IDC_R15,static,1342308352 1.910 +Control35=IDC_STATIC,static,1342308352 1.911 +Control36=IDC_STATIC,static,1342308352 1.912 +Control37=IDC_STATIC,static,1342308352 1.913 +Control38=IDC_STATIC,static,1342308352 1.914 +Control39=IDC_STATIC,static,1342308352 1.915 +Control40=IDC_STATIC,static,1342308352 1.916 +Control41=IDC_STATIC,static,1342308352 1.917 +Control42=IDC_STATIC,static,1342308352 1.918 +Control43=IDC_R16,static,1342308352 1.919 +Control44=IDC_STATIC,static,1342308352 1.920 +Control45=IDC_N,button,1476460547 1.921 +Control46=IDC_Z,button,1476460547 1.922 +Control47=IDC_C,button,1476460547 1.923 +Control48=IDC_V,button,1476460547 1.924 +Control49=IDC_F,button,1476460547 1.925 +Control50=IDC_I,button,1476460547 1.926 +Control51=IDC_T,button,1476460547 1.927 +Control52=IDC_STATIC,static,1342308352 1.928 +Control53=IDC_MODE,static,1342308352 1.929 +Control54=IDC_VSCROLL,scrollbar,1342177281 1.930 +Control55=IDC_GOPC,button,1342242816 1.931 + 1.932 +[DLG:IDD_GDB_PORT] 1.933 +Type=1 1.934 +Class=GDBPortDlg 1.935 +ControlCount=4 1.936 +Control1=ID_OK,button,1342242817 1.937 +Control2=ID_CANCEL,button,1342242816 1.938 +Control3=IDC_STATIC,static,1342308352 1.939 +Control4=IDC_PORT,edit,1350631554 1.940 + 1.941 +[DLG:IDD_GDB_WAITING] 1.942 +Type=1 1.943 +Class=GDBWaitingDlg 1.944 +ControlCount=3 1.945 +Control1=ID_CANCEL,button,1342242816 1.946 +Control2=IDC_STATIC,static,1342308352 1.947 +Control3=IDC_PORT,static,1342308352 1.948 + 1.949 +[DLG:IDD_LOGGING] 1.950 +Type=1 1.951 +Class=Logging 1.952 +ControlCount=15 1.953 +Control1=IDC_VERBOSE_SWI,button,1342242819 1.954 +Control2=IDC_VERBOSE_UNALIGNED_ACCESS,button,1342242819 1.955 +Control3=IDC_VERBOSE_ILLEGAL_WRITE,button,1342242819 1.956 +Control4=IDC_VERBOSE_ILLEGAL_READ,button,1342242819 1.957 +Control5=IDC_VERBOSE_DMA0,button,1342242819 1.958 +Control6=IDC_VERBOSE_DMA1,button,1342242819 1.959 +Control7=IDC_VERBOSE_DMA2,button,1342242819 1.960 +Control8=IDC_VERBOSE_DMA3,button,1342242819 1.961 +Control9=IDC_VERBOSE_UNDEFINED,button,1342242819 1.962 +Control10=IDC_VERBOSE_AGBPRINT,button,1342242819 1.963 +Control11=IDC_LOG,edit,1353779396 1.964 +Control12=IDC_SAVE,button,1342242816 1.965 +Control13=IDC_CLEAR,button,1342242816 1.966 +Control14=ID_OK,button,1342242817 1.967 +Control15=IDC_STATIC,button,1342177287 1.968 + 1.969 +[DLG:IDD_ADDR_SIZE] 1.970 +Type=1 1.971 +Class=MemoryViewerAddressSize 1.972 +ControlCount=6 1.973 +Control1=IDC_ADDRESS,edit,1350631552 1.974 +Control2=IDC_SIZE_CONTROL,edit,1350631552 1.975 +Control3=ID_OK,button,1342242817 1.976 +Control4=ID_CANCEL,button,1342242816 1.977 +Control5=IDC_STATIC,static,1342308352 1.978 +Control6=IDC_STATIC,static,1342308352 1.979 + 1.980 +[DLG:IDD_GB_DISASSEMBLE] 1.981 +Type=1 1.982 +Class=GBDisassemble 1.983 +ControlCount=27 1.984 +Control1=IDC_ADDRESS,edit,1350762632 1.985 +Control2=IDC_GO,button,1342242816 1.986 +Control3=IDC_DISASSEMBLE,listbox,1350631683 1.987 +Control4=IDC_AUTO_UPDATE,button,1342242819 1.988 +Control5=IDC_REFRESH,button,1342242816 1.989 +Control6=IDC_NEXT,button,1342242816 1.990 +Control7=IDC_CLOSE,button,1342242817 1.991 +Control8=IDC_STATIC,static,1342308352 1.992 +Control9=IDC_STATIC,static,1342308352 1.993 +Control10=IDC_STATIC,static,1342308352 1.994 +Control11=IDC_STATIC,static,1342308352 1.995 +Control12=IDC_STATIC,static,1342308352 1.996 +Control13=IDC_R0,static,1342308352 1.997 +Control14=IDC_R1,static,1342308352 1.998 +Control15=IDC_R2,static,1342308352 1.999 +Control16=IDC_R3,static,1342308352 1.1000 +Control17=IDC_R6,static,1342308352 1.1001 +Control18=IDC_N,button,1476460547 1.1002 +Control19=IDC_Z,button,1476460547 1.1003 +Control20=IDC_C,button,1476460547 1.1004 +Control21=IDC_H,button,1476460547 1.1005 +Control22=IDC_VSCROLL,scrollbar,1342177281 1.1006 +Control23=IDC_GOPC,button,1342242816 1.1007 +Control24=IDC_STATIC,static,1342308352 1.1008 +Control25=IDC_R4,static,1342308352 1.1009 +Control26=IDC_STATIC,static,1342308352 1.1010 +Control27=IDC_R5,static,1342308352 1.1011 + 1.1012 +[DLG:IDD_GB_OAM_VIEW] 1.1013 +Type=1 1.1014 +Class=GBOamView 1.1015 +ControlCount=28 1.1016 +Control1=IDC_SPRITE,edit,1350639746 1.1017 +Control2=IDC_SCROLLBAR,scrollbar,1342177280 1.1018 +Control3=IDC_STRETCH,button,1342242819 1.1019 +Control4=IDC_REFRESH,button,1342373888 1.1020 +Control5=IDC_SAVE,button,1342373888 1.1021 +Control6=IDC_CLOSE,button,1342242816 1.1022 +Control7=IDC_OAM_VIEW,VbaBitmapControl,1342373888 1.1023 +Control8=IDC_OAM_VIEW_ZOOM,VbaZoomControl,1342373888 1.1024 +Control9=IDC_COLOR,VbaColorControl,1342242816 1.1025 +Control10=IDC_POS,static,1342308352 1.1026 +Control11=IDC_PALETTE,static,1342308352 1.1027 +Control12=IDC_TILE,static,1342308352 1.1028 +Control13=IDC_PRIO,static,1342308352 1.1029 +Control14=IDC_OAP,static,1342308352 1.1030 +Control15=IDC_FLAGS,static,1342308352 1.1031 +Control16=IDC_R,static,1342308352 1.1032 +Control17=IDC_G,static,1342308352 1.1033 +Control18=IDC_B,static,1342308352 1.1034 +Control19=IDC_STATIC,static,1342308352 1.1035 +Control20=IDC_STATIC,static,1342308352 1.1036 +Control21=IDC_STATIC,static,1342308352 1.1037 +Control22=IDC_STATIC,static,1342308352 1.1038 +Control23=IDC_STATIC,static,1342308352 1.1039 +Control24=IDC_STATIC,static,1342308352 1.1040 +Control25=IDC_STATIC,static,1342308352 1.1041 +Control26=IDC_AUTO_UPDATE,button,1342242819 1.1042 +Control27=IDC_BANK,static,1342308352 1.1043 +Control28=IDC_STATIC,static,1342308352 1.1044 + 1.1045 +[DLG:IDD_GB_TILE_VIEWER] 1.1046 +Type=1 1.1047 +Class=GBTileView 1.1048 +ControlCount=23 1.1049 +Control1=IDC_BANK_0,button,1342308361 1.1050 +Control2=IDC_BANK_1,button,1342177289 1.1051 +Control3=IDC_CHARBASE_0,button,1342308361 1.1052 +Control4=IDC_CHARBASE_1,button,1342177289 1.1053 +Control5=IDC_STRETCH,button,1342242819 1.1054 +Control6=IDC_REFRESH,button,1342373888 1.1055 +Control7=IDC_SAVE,button,1342242816 1.1056 +Control8=IDC_CLOSE,button,1342242816 1.1057 +Control9=IDC_TILE_VIEW,VbaBitmapControl,1342373888 1.1058 +Control10=IDC_STATIC,button,1342177287 1.1059 +Control11=IDC_STATIC,button,1342177287 1.1060 +Control12=IDC_MAP_VIEW_ZOOM,VbaZoomControl,1342373888 1.1061 +Control13=IDC_COLOR,VbaColorControl,1342242816 1.1062 +Control14=IDC_R,static,1342308352 1.1063 +Control15=IDC_G,static,1342308352 1.1064 +Control16=IDC_B,static,1342308352 1.1065 +Control17=IDC_STATIC,static,1342308352 1.1066 +Control18=IDC_AUTO_UPDATE,button,1342242819 1.1067 +Control19=IDC_STATIC,static,1342308352 1.1068 +Control20=IDC_STATIC,static,1342308352 1.1069 +Control21=IDC_TILE_NUMBER,static,1342308352 1.1070 +Control22=IDC_ADDRESS,static,1342308352 1.1071 +Control23=IDC_PALETTE_SLIDER,msctls_trackbar32,1342373889 1.1072 + 1.1073 +[DLG:IDD_GB_MAP_VIEW] 1.1074 +Type=1 1.1075 +Class=GBMapView 1.1076 +ControlCount=28 1.1077 +Control1=IDC_BANK_0,button,1342308361 1.1078 +Control2=IDC_BANK_1,button,1342177289 1.1079 +Control3=IDC_BG0,button,1342308361 1.1080 +Control4=IDC_BG1,button,1342177289 1.1081 +Control5=IDC_STRETCH,button,1342242819 1.1082 +Control6=IDC_REFRESH,button,1342373888 1.1083 +Control7=IDC_SAVE,button,1342373888 1.1084 +Control8=IDC_CLOSE,button,1342242816 1.1085 +Control9=IDC_MAP_VIEW,VbaBitmapControl,1342373888 1.1086 +Control10=IDC_MAP_VIEW_ZOOM,VbaZoomControl,1342373888 1.1087 +Control11=IDC_COLOR,VbaColorControl,1342242816 1.1088 +Control12=IDC_R,static,1342308352 1.1089 +Control13=IDC_G,static,1342308352 1.1090 +Control14=IDC_B,static,1342308352 1.1091 +Control15=IDC_STATIC,button,1342177287 1.1092 +Control16=IDC_STATIC,button,1342177287 1.1093 +Control17=IDC_AUTO_UPDATE,button,1342242819 1.1094 +Control18=IDC_XY,static,1342308352 1.1095 +Control19=IDC_STATIC,static,1342308352 1.1096 +Control20=IDC_PRIORITY,static,1342308352 1.1097 +Control21=IDC_STATIC,static,1342308352 1.1098 +Control22=IDC_ADDRESS,static,1342308352 1.1099 +Control23=IDC_STATIC,static,1342308352 1.1100 +Control24=IDC_TILE_NUM,static,1342308352 1.1101 +Control25=IDC_STATIC,static,1342308352 1.1102 +Control26=IDC_FLIP,static,1342308352 1.1103 +Control27=IDC_STATIC,static,1342308352 1.1104 +Control28=IDC_PALETTE_NUM,static,1342308352 1.1105 + 1.1106 +[DLG:IDD_GB_PALETTE_VIEW] 1.1107 +Type=1 1.1108 +Class=GBPaletteView 1.1109 +ControlCount=21 1.1110 +Control1=IDC_SAVE_BG,button,1342242816 1.1111 +Control2=IDC_SAVE_OBJ,button,1342242816 1.1112 +Control3=IDC_REFRESH2,button,1342242816 1.1113 +Control4=IDC_CLOSE,button,1342242816 1.1114 +Control5=IDC_ADDRESS,static,1342308352 1.1115 +Control6=IDC_R,static,1342308352 1.1116 +Control7=IDC_G,static,1342308352 1.1117 +Control8=IDC_B,static,1342308352 1.1118 +Control9=IDC_VALUE,static,1342308352 1.1119 +Control10=IDC_COLOR,VbaColorControl,1342242816 1.1120 +Control11=IDC_PALETTE_VIEW,VbaPaletteViewControl,1342242816 1.1121 +Control12=IDC_PALETTE_VIEW_OBJ,VbaPaletteViewControl,1342242816 1.1122 +Control13=IDC_STATIC,button,1342177287 1.1123 +Control14=IDC_STATIC,button,1342177287 1.1124 +Control15=IDC_STATIC,static,1342308352 1.1125 +Control16=IDC_STATIC,static,1342308352 1.1126 +Control17=IDC_STATIC,static,1342308352 1.1127 +Control18=IDC_STATIC,static,1342308352 1.1128 +Control19=IDC_STATIC,static,1342308352 1.1129 +Control20=IDC_STATIC,static,1342308352 1.1130 +Control21=IDC_AUTO_UPDATE,button,1342242819 1.1131 + 1.1132 +[DLG:IDD_IO_VIEWER] 1.1133 +Type=1 1.1134 +Class=IOViewer 1.1135 +ControlCount=23 1.1136 +Control1=IDC_ADDRESSES,combobox,1344339971 1.1137 +Control2=IDC_VALUE,static,1342308354 1.1138 +Control3=IDC_BIT_15,button,1342242819 1.1139 +Control4=IDC_BIT_14,button,1342242819 1.1140 +Control5=IDC_BIT_13,button,1342242819 1.1141 +Control6=IDC_BIT_12,button,1342242819 1.1142 +Control7=IDC_BIT_11,button,1342242819 1.1143 +Control8=IDC_BIT_10,button,1342242819 1.1144 +Control9=IDC_BIT_9,button,1342242819 1.1145 +Control10=IDC_BIT_8,button,1342242819 1.1146 +Control11=IDC_BIT_7,button,1342242819 1.1147 +Control12=IDC_BIT_6,button,1342242819 1.1148 +Control13=IDC_BIT_5,button,1342242819 1.1149 +Control14=IDC_BIT_4,button,1342242819 1.1150 +Control15=IDC_BIT_3,button,1342242819 1.1151 +Control16=IDC_BIT_2,button,1342242819 1.1152 +Control17=IDC_BIT_1,button,1342242819 1.1153 +Control18=IDC_BIT_0,button,1342242819 1.1154 +Control19=IDC_AUTO_UPDATE,button,1342242819 1.1155 +Control20=IDC_REFRESH,button,1342242817 1.1156 +Control21=IDC_APPLY,button,1342242817 1.1157 +Control22=IDC_CLOSE,button,1342242816 1.1158 +Control23=IDC_STATIC,static,1342308352 1.1159 + 1.1160 +[MNU:IDR_MENU] 1.1161 +Type=1 1.1162 +Class=MainWnd 1.1163 +Command1=ID_FILE_OPEN 1.1164 +Command2=ID_FILE_OPENGAMEBOY 1.1165 +Command3=ID_FILE_LOAD 1.1166 +Command4=ID_FILE_SAVE 1.1167 +Command5=ID_FILE_LOADGAME_MOSTRECENT 1.1168 +Command6=ID_FILE_LOADGAME_AUTOLOADMOSTRECENT 1.1169 +Command7=ID_FILE_LOADGAME_SLOT1 1.1170 +Command8=ID_FILE_LOADGAME_SLOT2 1.1171 +Command9=ID_FILE_LOADGAME_SLOT3 1.1172 +Command10=ID_FILE_LOADGAME_SLOT4 1.1173 +Command11=ID_FILE_LOADGAME_SLOT5 1.1174 +Command12=ID_FILE_LOADGAME_SLOT6 1.1175 +Command13=ID_FILE_LOADGAME_SLOT7 1.1176 +Command14=ID_FILE_LOADGAME_SLOT8 1.1177 +Command15=ID_FILE_LOADGAME_SLOT9 1.1178 +Command16=ID_FILE_LOADGAME_SLOT10 1.1179 +Command17=ID_FILE_SAVEGAME_OLDESTSLOT 1.1180 +Command18=ID_FILE_SAVEGAME_SLOT1 1.1181 +Command19=ID_FILE_SAVEGAME_SLOT2 1.1182 +Command20=ID_FILE_SAVEGAME_SLOT3 1.1183 +Command21=ID_FILE_SAVEGAME_SLOT4 1.1184 +Command22=ID_FILE_SAVEGAME_SLOT5 1.1185 +Command23=ID_FILE_SAVEGAME_SLOT6 1.1186 +Command24=ID_FILE_SAVEGAME_SLOT7 1.1187 +Command25=ID_FILE_SAVEGAME_SLOT8 1.1188 +Command26=ID_FILE_SAVEGAME_SLOT9 1.1189 +Command27=ID_FILE_SAVEGAME_SLOT10 1.1190 +Command28=ID_FILE_PAUSE 1.1191 +Command29=ID_FILE_RESET 1.1192 +Command30=ID_FILE_RECENT_RESET 1.1193 +Command31=ID_FILE_RECENT_FREEZE 1.1194 +Command32=ID_FILE_IMPORT_BATTERYFILE 1.1195 +Command33=ID_FILE_IMPORT_GAMESHARKCODEFILE 1.1196 +Command34=ID_FILE_IMPORT_GAMESHARKSNAPSHOT 1.1197 +Command35=ID_FILE_EXPORT_BATTERYFILE 1.1198 +Command36=ID_FILE_EXPORT_GAMESHARKSNAPSHOT 1.1199 +Command37=ID_FILE_SCREENCAPTURE 1.1200 +Command38=ID_FILE_ROMINFORMATION 1.1201 +Command39=ID_FILE_TOGGLEMENU 1.1202 +Command40=ID_FILE_CLOSE 1.1203 +Command41=ID_FILE_EXIT 1.1204 +Command42=ID_OPTIONS_FRAMESKIP_THROTTLE_NOTHROTTLE 1.1205 +Command43=ID_OPTIONS_FRAMESKIP_THROTTLE_25 1.1206 +Command44=ID_OPTIONS_FRAMESKIP_THROTTLE_50 1.1207 +Command45=ID_OPTIONS_FRAMESKIP_THROTTLE_100 1.1208 +Command46=ID_OPTIONS_FRAMESKIP_THROTTLE_150 1.1209 +Command47=ID_OPTIONS_FRAMESKIP_THROTTLE_200 1.1210 +Command48=ID_OPTIONS_FRAMESKIP_THROTTLE_OTHER 1.1211 +Command49=ID_OPTIONS_FRAMESKIP_AUTOMATIC 1.1212 +Command50=ID_OPTIONS_VIDEO_FRAMESKIP_0 1.1213 +Command51=ID_OPTIONS_VIDEO_FRAMESKIP_1 1.1214 +Command52=ID_OPTIONS_VIDEO_FRAMESKIP_2 1.1215 +Command53=ID_OPTIONS_VIDEO_FRAMESKIP_3 1.1216 +Command54=ID_OPTIONS_VIDEO_FRAMESKIP_4 1.1217 +Command55=ID_OPTIONS_VIDEO_FRAMESKIP_5 1.1218 +Command56=ID_OPTIONS_VIDEO_FRAMESKIP_6 1.1219 +Command57=ID_OPTIONS_VIDEO_FRAMESKIP_7 1.1220 +Command58=ID_OPTIONS_VIDEO_FRAMESKIP_8 1.1221 +Command59=ID_OPTIONS_VIDEO_FRAMESKIP_9 1.1222 +Command60=ID_OPTIONS_VIDEO_VSYNC 1.1223 +Command61=ID_OPTIONS_VIDEO_RENDERMETHOD_GDI 1.1224 +Command62=ID_OPTIONS_VIDEO_RENDERMETHOD_DIRECTDRAW 1.1225 +Command63=ID_OPTIONS_VIDEO_RENDERMETHOD_DIRECT3D 1.1226 +Command64=ID_OPTIONS_VIDEO_RENDERMETHOD_OPENGL 1.1227 +Command65=ID_OPTIONS_VIDEO_DDRAWEMULATIONONLY 1.1228 +Command66=ID_OPTIONS_VIDEO_DDRAWUSEVIDEOMEMORY 1.1229 +Command67=ID_OPTIONS_VIDEO_TRIPLEBUFFERING 1.1230 +Command68=ID_OPTIONS_VIDEO_RENDEROPTIONS_D3DNOFILTER 1.1231 +Command69=ID_OPTIONS_VIDEO_RENDEROPTIONS_D3DBILINEAR 1.1232 +Command70=ID_OPTIONS_VIDEO_RENDEROPTIONS_GLNEAREST 1.1233 +Command71=ID_OPTIONS_VIDEO_RENDEROPTIONS_GLBILINEAR 1.1234 +Command72=ID_OPTIONS_VIDEO_RENDEROPTIONS_GLTRIANGLE 1.1235 +Command73=ID_OPTIONS_VIDEO_RENDEROPTIONS_GLQUADS 1.1236 +Command74=ID_OPTIONS_VIDEO_RENDEROPTIONS_SELECTSKIN 1.1237 +Command75=ID_OPTIONS_VIDEO_RENDEROPTIONS_SKIN 1.1238 +Command76=ID_OPTIONS_VIDEO_X1 1.1239 +Command77=ID_OPTIONS_VIDEO_X2 1.1240 +Command78=ID_OPTIONS_VIDEO_X3 1.1241 +Command79=ID_OPTIONS_VIDEO_X4 1.1242 +Command80=ID_OPTIONS_VIDEO_FULLSCREEN320X240 1.1243 +Command81=ID_OPTIONS_VIDEO_FULLSCREEN640X480 1.1244 +Command82=ID_OPTIONS_VIDEO_FULLSCREEN800X600 1.1245 +Command83=ID_OPTIONS_VIDEO_FULLSCREEN 1.1246 +Command84=ID_OPTIONS_VIDEO_FULLSCREENMAXSCALE 1.1247 +Command85=ID_OPTIONS_VIDEO_DISABLESFX 1.1248 +Command86=ID_OPTIONS_VIDEO_FULLSCREENSTRETCHTOFIT 1.1249 +Command87=ID_OPTIONS_VIDEO_LAYERS_BG0 1.1250 +Command88=ID_OPTIONS_VIDEO_LAYERS_BG1 1.1251 +Command89=ID_OPTIONS_VIDEO_LAYERS_BG2 1.1252 +Command90=ID_OPTIONS_VIDEO_LAYERS_BG3 1.1253 +Command91=ID_OPTIONS_VIDEO_LAYERS_OBJ 1.1254 +Command92=ID_OPTIONS_VIDEO_LAYERS_WIN0 1.1255 +Command93=ID_OPTIONS_VIDEO_LAYERS_WIN1 1.1256 +Command94=ID_OPTIONS_VIDEO_LAYERS_OBJWIN 1.1257 +Command95=ID_OPTIONS_EMULATOR_ASSOCIATE 1.1258 +Command96=ID_OPTIONS_EMULATOR_DIRECTORIES 1.1259 +Command97=ID_OPTIONS_EMULATOR_DISABLESTATUSMESSAGES 1.1260 +Command98=ID_OPTIONS_EMULATOR_SYNCHRONIZE 1.1261 +Command99=ID_OPTIONS_EMULATOR_PAUSEWHENINACTIVE 1.1262 +Command100=ID_OPTIONS_EMULATOR_SPEEDUPTOGGLE 1.1263 +Command101=ID_OPTIONS_EMULATOR_REMOVEINTROSGBA 1.1264 +Command102=ID_OPTIONS_EMULATOR_AUTOMATICALLYIPSPATCH 1.1265 +Command103=ID_OPTIONS_EMULATOR_AGBPRINT 1.1266 +Command104=ID_OPTIONS_EMULATOR_REALTIMECLOCK 1.1267 +Command105=ID_OPTIONS_EMULATOR_AUTOHIDEMENU 1.1268 +Command106=ID_OPTIONS_EMULATOR_REWINDINTERVAL 1.1269 +Command107=ID_OPTIONS_EMULATOR_SHOWSPEED_NONE 1.1270 +Command108=ID_OPTIONS_EMULATOR_SHOWSPEED_PERCENTAGE 1.1271 +Command109=ID_OPTIONS_EMULATOR_SHOWSPEED_DETAILED 1.1272 +Command110=ID_OPTIONS_EMULATOR_SHOWSPEED_TRANSPARENT 1.1273 +Command111=ID_OPTIONS_EMULATOR_SAVETYPE_AUTOMATIC 1.1274 +Command112=ID_OPTIONS_EMULATOR_SAVETYPE_EEPROM 1.1275 +Command113=ID_OPTIONS_EMULATOR_SAVETYPE_SRAM 1.1276 +Command114=ID_OPTIONS_EMULATOR_SAVETYPE_FLASH 1.1277 +Command115=ID_OPTIONS_EMULATOR_SAVETYPE_EEPROMSENSOR 1.1278 +Command116=ID_OPTIONS_EMULATOR_SAVETYPE_NONE 1.1279 +Command117=ID_OPTIONS_EMULATOR_SAVETYPE_FLASH512K 1.1280 +Command118=ID_OPTIONS_EMULATOR_SAVETYPE_FLASH1M 1.1281 +Command119=ID_OPTIONS_EMULATOR_SAVETYPE_ENHANCEDDETECTION 1.1282 +Command120=ID_OPTIONS_EMULATOR_USEBIOSFILE 1.1283 +Command121=ID_OPTIONS_EMULATOR_SKIPBIOS 1.1284 +Command122=ID_OPTIONS_EMULATOR_SELECTBIOSFILE 1.1285 +Command123=ID_OPTIONS_EMULATOR_PNGFORMAT 1.1286 +Command124=ID_OPTIONS_EMULATOR_BMPFORMAT 1.1287 +Command125=ID_OPTIONS_SOUND_OFF 1.1288 +Command126=ID_OPTIONS_SOUND_MUTE 1.1289 +Command127=ID_OPTIONS_SOUND_ON 1.1290 +Command128=ID_OPTIONS_SOUND_USEOLDSYNCHRONIZATION 1.1291 +Command129=ID_OPTIONS_SOUND_ECHO 1.1292 +Command130=ID_OPTIONS_SOUND_LOWPASSFILTER 1.1293 +Command131=ID_OPTIONS_SOUND_REVERSESTEREO 1.1294 +Command132=ID_OPTIONS_SOUND_CHANNEL1 1.1295 +Command133=ID_OPTIONS_SOUND_CHANNEL2 1.1296 +Command134=ID_OPTIONS_SOUND_CHANNEL3 1.1297 +Command135=ID_OPTIONS_SOUND_CHANNEL4 1.1298 +Command136=ID_OPTIONS_SOUND_DIRECTSOUNDA 1.1299 +Command137=ID_OPTIONS_SOUND_DIRECTSOUNDB 1.1300 +Command138=ID_OPTIONS_SOUND_11KHZ 1.1301 +Command139=ID_OPTIONS_SOUND_22KHZ 1.1302 +Command140=ID_OPTIONS_SOUND_44KHZ 1.1303 +Command141=ID_OPTIONS_SOUND_VOLUME_25X 1.1304 +Command142=ID_OPTIONS_SOUND_VOLUME_5X 1.1305 +Command143=ID_OPTIONS_SOUND_VOLUME_1X 1.1306 +Command144=ID_OPTIONS_SOUND_VOLUME_2X 1.1307 +Command145=ID_OPTIONS_SOUND_VOLUME_3X 1.1308 +Command146=ID_OPTIONS_SOUND_VOLUME_4X 1.1309 +Command147=ID_OPTIONS_GAMEBOY_BORDER 1.1310 +Command148=ID_OPTIONS_GAMEBOY_PRINTER 1.1311 +Command149=ID_OPTIONS_GAMEBOY_BORDERAUTOMATIC 1.1312 +Command150=ID_OPTIONS_GAMEBOY_AUTOMATIC 1.1313 +Command151=ID_OPTIONS_GAMEBOY_GBA 1.1314 +Command152=ID_OPTIONS_GAMEBOY_CGB 1.1315 +Command153=ID_OPTIONS_GAMEBOY_SGB 1.1316 +Command154=ID_OPTIONS_GAMEBOY_SGB2 1.1317 +Command155=ID_OPTIONS_GAMEBOY_GB 1.1318 +Command156=ID_OPTIONS_GAMEBOY_REALCOLORS 1.1319 +Command157=ID_OPTIONS_GAMEBOY_GAMEBOYCOLORS 1.1320 +Command158=ID_OPTIONS_GAMEBOY_COLORS 1.1321 +Command159=ID_OPTIONS_PRIORITY_HIGHEST 1.1322 +Command160=ID_OPTIONS_PRIORITY_ABOVENORMAL 1.1323 +Command161=ID_OPTIONS_PRIORITY_NORMAL 1.1324 +Command162=ID_OPTIONS_PRIORITY_BELOWNORMAL 1.1325 +Command163=ID_OPTIONS_FILTER_INTERFRAMEBLENDING_NONE 1.1326 +Command164=ID_OPTIONS_FILTER_INTERFRAMEBLENDING_MOTIONBLUR 1.1327 +Command165=ID_OPTIONS_FILTER_INTERFRAMEBLENDING_SMART 1.1328 +Command166=ID_OPTIONS_FILTER_NORMAL 1.1329 +Command167=ID_OPTIONS_FILTER_TVMODE 1.1330 +Command168=ID_OPTIONS_FILTER_2XSAI 1.1331 +Command169=ID_OPTIONS_FILTER_SUPER2XSAI 1.1332 +Command170=ID_OPTIONS_FILTER_SUPEREAGLE 1.1333 +Command171=ID_OPTIONS_FILTER16BIT_PIXELATEEXPERIMENTAL 1.1334 +Command172=ID_OPTIONS_FILTER16BIT_MOTIONBLUREXPERIMENTAL 1.1335 +Command173=ID_OPTIONS_FILTER16BIT_ADVANCEMAMESCALE2X 1.1336 +Command174=ID_OPTIONS_FILTER16BIT_SIMPLE2X 1.1337 +Command175=ID_OPTIONS_FILTER_BILINEAR 1.1338 +Command176=ID_OPTIONS_FILTER_BILINEARPLUS 1.1339 +Command177=ID_OPTIONS_FILTER_SCANLINES 1.1340 +Command178=ID_OPTIONS_FILTER_HQ2X 1.1341 +Command179=ID_OPTIONS_FILTER_LQ2X 1.1342 +Command180=ID_OPTIONS_FILTER_DISABLEMMX 1.1343 +Command181=ID_OPTIONS_JOYPAD_CONFIGURE_1 1.1344 +Command182=ID_OPTIONS_JOYPAD_CONFIGURE_2 1.1345 +Command183=ID_OPTIONS_JOYPAD_CONFIGURE_3 1.1346 +Command184=ID_OPTIONS_JOYPAD_CONFIGURE_4 1.1347 +Command185=ID_OPTIONS_JOYPAD_DEFAULTJOYPAD_1 1.1348 +Command186=ID_OPTIONS_JOYPAD_DEFAULTJOYPAD_2 1.1349 +Command187=ID_OPTIONS_JOYPAD_DEFAULTJOYPAD_3 1.1350 +Command188=ID_OPTIONS_JOYPAD_DEFAULTJOYPAD_4 1.1351 +Command189=ID_OPTIONS_JOYPAD_MOTIONCONFIGURE 1.1352 +Command190=ID_OPTIONS_JOYPAD_AUTOFIRE_A 1.1353 +Command191=ID_OPTIONS_JOYPAD_AUTOFIRE_B 1.1354 +Command192=ID_OPTIONS_JOYPAD_AUTOFIRE_L 1.1355 +Command193=ID_OPTIONS_JOYPAD_AUTOFIRE_R 1.1356 +Command194=ID_OPTIONS_LANGUAGE_SYSTEM 1.1357 +Command195=ID_OPTIONS_LANGUAGE_ENGLISH 1.1358 +Command196=ID_OPTIONS_LANGUAGE_OTHER 1.1359 +Command197=ID_CHEATS_SEARCHFORCHEATS 1.1360 +Command198=ID_CHEATS_CHEATLIST 1.1361 +Command199=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1362 +Command200=ID_CHEATS_DISABLECHEATS 1.1363 +Command201=ID_CHEATS_LOADCHEATLIST 1.1364 +Command202=ID_CHEATS_SAVECHEATLIST 1.1365 +Command203=ID_TOOLS_DISASSEMBLE 1.1366 +Command204=ID_TOOLS_LOGGING 1.1367 +Command205=ID_TOOLS_IOVIEWER 1.1368 +Command206=ID_TOOLS_MAPVIEW 1.1369 +Command207=ID_TOOLS_MEMORYVIEWER 1.1370 +Command208=ID_TOOLS_OAMVIEWER 1.1371 +Command209=ID_TOOLS_PALETTEVIEW 1.1372 +Command210=ID_TOOLS_TILEVIEWER 1.1373 +Command211=ID_DEBUG_NEXTFRAME 1.1374 +Command212=ID_TOOLS_DEBUG_GDB 1.1375 +Command213=ID_TOOLS_DEBUG_LOADANDWAIT 1.1376 +Command214=ID_TOOLS_DEBUG_BREAK 1.1377 +Command215=ID_TOOLS_DEBUG_DISCONNECT 1.1378 +Command216=ID_OPTIONS_SOUND_STARTRECORDING 1.1379 +Command217=ID_OPTIONS_SOUND_STOPRECORDING 1.1380 +Command218=ID_TOOLS_RECORD_STARTAVIRECORDING 1.1381 +Command219=ID_TOOLS_RECORD_STOPAVIRECORDING 1.1382 +Command220=ID_TOOLS_RECORD_STARTMOVIERECORDING 1.1383 +Command221=ID_TOOLS_RECORD_STOPMOVIERECORDING 1.1384 +Command222=ID_TOOLS_PLAY_STARTMOVIEPLAYING 1.1385 +Command223=ID_TOOLS_PLAY_STOPMOVIEPLAYING 1.1386 +Command224=ID_TOOLS_REWIND 1.1387 +Command225=ID_TOOLS_CUSTOMIZE 1.1388 +Command226=ID_HELP_BUGREPORT 1.1389 +Command227=ID_HELP_FAQ 1.1390 +Command228=ID_HELP_ABOUT 1.1391 +CommandCount=228 1.1392 + 1.1393 +[ACL:IDR_ACCELERATOR] 1.1394 +Type=1 1.1395 +Class=? 1.1396 +Command1=ID_OPTIONS_VIDEO_LAYERS_BG0 1.1397 +Command2=ID_OPTIONS_JOYPAD_AUTOFIRE_A 1.1398 +Command3=ID_OPTIONS_VIDEO_LAYERS_BG1 1.1399 +Command4=ID_OPTIONS_JOYPAD_AUTOFIRE_B 1.1400 +Command5=ID_OPTIONS_VIDEO_LAYERS_BG2 1.1401 +Command6=ID_OPTIONS_JOYPAD_AUTOFIRE_L 1.1402 +Command7=ID_OPTIONS_VIDEO_LAYERS_BG3 1.1403 +Command8=ID_OPTIONS_JOYPAD_AUTOFIRE_R 1.1404 +Command9=ID_OPTIONS_VIDEO_LAYERS_OBJ 1.1405 +Command10=ID_OPTIONS_VIDEO_LAYERS_WIN0 1.1406 +Command11=ID_OPTIONS_VIDEO_LAYERS_WIN1 1.1407 +Command12=ID_OPTIONS_VIDEO_LAYERS_OBJWIN 1.1408 +Command13=ID_TOOLS_REWIND 1.1409 +Command14=ID_CHEATS_SEARCHFORCHEATS 1.1410 +Command15=ID_FILE_LOAD 1.1411 +Command16=ID_DEBUG_NEXTFRAME 1.1412 +Command17=ID_FILE_OPEN 1.1413 +Command18=ID_FILE_PAUSE 1.1414 +Command19=ID_FILE_RESET 1.1415 +Command20=ID_FILE_SAVE 1.1416 +Command21=ID_FILE_TOGGLEMENU 1.1417 +Command22=ID_FILE_LOADGAME_SLOT1 1.1418 +Command23=ID_FILE_MRU_FILE1 1.1419 +Command24=ID_FILE_SAVEGAME_SLOT1 1.1420 +Command25=ID_FILE_LOADGAME_SLOT10 1.1421 +Command26=ID_FILE_MRU_FILE10 1.1422 +Command27=ID_FILE_SAVEGAME_SLOT10 1.1423 +Command28=ID_FILE_LOADGAME_SLOT2 1.1424 +Command29=ID_FILE_MRU_FILE2 1.1425 +Command30=ID_FILE_SAVEGAME_SLOT2 1.1426 +Command31=ID_FILE_LOADGAME_SLOT3 1.1427 +Command32=ID_FILE_MRU_FILE3 1.1428 +Command33=ID_FILE_SAVEGAME_SLOT3 1.1429 +Command34=ID_FILE_LOADGAME_SLOT4 1.1430 +Command35=ID_FILE_MRU_FILE4 1.1431 +Command36=ID_FILE_SAVEGAME_SLOT4 1.1432 +Command37=ID_FILE_LOADGAME_SLOT5 1.1433 +Command38=ID_FILE_MRU_FILE5 1.1434 +Command39=ID_FILE_SAVEGAME_SLOT5 1.1435 +Command40=ID_FILE_LOADGAME_SLOT6 1.1436 +Command41=ID_FILE_MRU_FILE6 1.1437 +Command42=ID_FILE_SAVEGAME_SLOT6 1.1438 +Command43=ID_FILE_LOADGAME_SLOT7 1.1439 +Command44=ID_FILE_MRU_FILE7 1.1440 +Command45=ID_FILE_SAVEGAME_SLOT7 1.1441 +Command46=ID_FILE_LOADGAME_SLOT8 1.1442 +Command47=ID_FILE_MRU_FILE8 1.1443 +Command48=ID_FILE_SAVEGAME_SLOT8 1.1444 +Command49=ID_FILE_LOADGAME_SLOT9 1.1445 +Command50=ID_FILE_MRU_FILE9 1.1446 +Command51=ID_FILE_SAVEGAME_SLOT9 1.1447 +Command52=ID_FILE_EXIT 1.1448 +CommandCount=52 1.1449 + 1.1450 +[CLS:AddGSACode] 1.1451 +Type=0 1.1452 +HeaderFile=GBACheats.h 1.1453 +ImplementationFile=GBACheats.cpp 1.1454 +BaseClass=CDialog 1.1455 +Filter=D 1.1456 +VirtualFilter=dWC 1.1457 +LastObject=AddGSACode 1.1458 + 1.1459 +[CLS:GBCheatList] 1.1460 +Type=0 1.1461 +HeaderFile=GBCheatsDlg.h 1.1462 +ImplementationFile=GBCheatsDlg.cpp 1.1463 +BaseClass=CDialog 1.1464 +Filter=D 1.1465 +VirtualFilter=dWC 1.1466 +LastObject=GBCheatList 1.1467 + 1.1468 +[CLS:Disassemble] 1.1469 +Type=0 1.1470 +HeaderFile=Disassemble.h 1.1471 +ImplementationFile=Disassemble.cpp 1.1472 +BaseClass=CDialog 1.1473 +Filter=D 1.1474 +VirtualFilter=dWC 1.1475 +LastObject=Disassemble 1.1476 + 1.1477 +[CLS:GBDisassemble] 1.1478 +Type=0 1.1479 +HeaderFile=GBDisassemble.h 1.1480 +ImplementationFile=GBDisassemble.cpp 1.1481 +BaseClass=CDialog 1.1482 +Filter=D 1.1483 +LastObject=IDC_GO 1.1484 +VirtualFilter=dWC 1.1485 + 1.1486 +[CLS:Logging] 1.1487 +Type=0 1.1488 +HeaderFile=Logging.h 1.1489 +ImplementationFile=Logging.cpp 1.1490 +BaseClass=CDialog 1.1491 +Filter=D 1.1492 +VirtualFilter=dWC 1.1493 +LastObject=IDC_LOG 1.1494 + 1.1495 +[CLS:IOViewer] 1.1496 +Type=0 1.1497 +HeaderFile=IOViewer.h 1.1498 +ImplementationFile=IOViewer.cpp 1.1499 +BaseClass=CDialog 1.1500 +Filter=D 1.1501 +VirtualFilter=dWC 1.1502 +LastObject=ID_FILE_LOADGAME_SLOT1 1.1503 + 1.1504 +[CLS:ZoomControl] 1.1505 +Type=0 1.1506 +HeaderFile=ZoomControl.h 1.1507 +ImplementationFile=ZoomControl.cpp 1.1508 +BaseClass=CWnd 1.1509 +Filter=W 1.1510 +VirtualFilter=WC 1.1511 +LastObject=ZoomControl 1.1512 + 1.1513 +[CLS:BitmapControl] 1.1514 +Type=0 1.1515 +HeaderFile=BitmapControl.h 1.1516 +ImplementationFile=BitmapControl.cpp 1.1517 +BaseClass=CScrollView 1.1518 +Filter=C 1.1519 +VirtualFilter=VWC 1.1520 +LastObject=BitmapControl 1.1521 + 1.1522 +[CLS:MapView] 1.1523 +Type=0 1.1524 +HeaderFile=MapView.h 1.1525 +ImplementationFile=MapView.cpp 1.1526 +BaseClass=CDialog 1.1527 +Filter=D 1.1528 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1529 +VirtualFilter=dWC 1.1530 + 1.1531 +[CLS:GBMapView] 1.1532 +Type=0 1.1533 +HeaderFile=GBMapView.h 1.1534 +ImplementationFile=GBMapView.cpp 1.1535 +BaseClass=CDialog 1.1536 +Filter=D 1.1537 +LastObject=GBMapView 1.1538 +VirtualFilter=dWC 1.1539 + 1.1540 +[CLS:MemoryViewer] 1.1541 +Type=0 1.1542 +HeaderFile=MemoryViewer.h 1.1543 +ImplementationFile=MemoryViewer.cpp 1.1544 +BaseClass=CWnd 1.1545 +Filter=W 1.1546 +VirtualFilter=WC 1.1547 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1548 + 1.1549 +[CLS:MemoryViewerDlg] 1.1550 +Type=0 1.1551 +HeaderFile=MemoryViewerDlg.h 1.1552 +ImplementationFile=MemoryViewerDlg.cpp 1.1553 +BaseClass=CDialog 1.1554 +Filter=D 1.1555 +VirtualFilter=dWC 1.1556 +LastObject=MemoryViewerDlg 1.1557 + 1.1558 +[CLS:MemoryViewerAddressSize] 1.1559 +Type=0 1.1560 +HeaderFile=MemoryViewerAddressSize.h 1.1561 +ImplementationFile=MemoryViewerAddressSize.cpp 1.1562 +BaseClass=CDialog 1.1563 +Filter=D 1.1564 +LastObject=ID_CANCEL 1.1565 +VirtualFilter=dWC 1.1566 + 1.1567 +[CLS:GBMemoryViewerDlg] 1.1568 +Type=0 1.1569 +HeaderFile=GBMemoryViewerDlg.h 1.1570 +ImplementationFile=GBMemoryViewerDlg.cpp 1.1571 +BaseClass=CDialog 1.1572 +Filter=D 1.1573 +LastObject=GBMemoryViewerDlg 1.1574 +VirtualFilter=dWC 1.1575 + 1.1576 +[CLS:OamView] 1.1577 +Type=0 1.1578 +HeaderFile=OamView.h 1.1579 +ImplementationFile=OamView.cpp 1.1580 +BaseClass=CDialog 1.1581 +Filter=D 1.1582 +VirtualFilter=dWC 1.1583 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1584 + 1.1585 +[CLS:GBOamView] 1.1586 +Type=0 1.1587 +HeaderFile=GBOamView.h 1.1588 +ImplementationFile=GBOamView.cpp 1.1589 +BaseClass=CDialog 1.1590 +Filter=D 1.1591 +LastObject=GBOamView 1.1592 +VirtualFilter=dWC 1.1593 + 1.1594 +[CLS:PaletteViewControl] 1.1595 +Type=0 1.1596 +HeaderFile=PaletteViewControl.h 1.1597 +ImplementationFile=PaletteViewControl.cpp 1.1598 +BaseClass=CWnd 1.1599 +Filter=W 1.1600 +VirtualFilter=WC 1.1601 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1602 + 1.1603 +[CLS:PaletteView] 1.1604 +Type=0 1.1605 +HeaderFile=paletteview.h 1.1606 +ImplementationFile=paletteview.cpp 1.1607 +BaseClass=CDialog 1.1608 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1609 + 1.1610 +[CLS:GBPaletteView] 1.1611 +Type=0 1.1612 +HeaderFile=GBPaletteView.h 1.1613 +ImplementationFile=GBPaletteView.cpp 1.1614 +BaseClass=CDialog 1.1615 +Filter=D 1.1616 +LastObject=GBPaletteView 1.1617 +VirtualFilter=dWC 1.1618 + 1.1619 +[CLS:TileView] 1.1620 +Type=0 1.1621 +HeaderFile=TileView.h 1.1622 +ImplementationFile=TileView.cpp 1.1623 +BaseClass=CDialog 1.1624 +Filter=D 1.1625 +VirtualFilter=dWC 1.1626 +LastObject=ID_CHEATS_AUTOMATICSAVELOADCHEATS 1.1627 + 1.1628 +[CLS:GBTileView] 1.1629 +Type=0 1.1630 +HeaderFile=GBTileView.h 1.1631 +ImplementationFile=GBTileView.cpp 1.1632 +BaseClass=CDialog 1.1633 +Filter=D 1.1634 +LastObject=GBTileView 1.1635 +VirtualFilter=dWC 1.1636 + 1.1637 +[CLS:GBPrinterDlg] 1.1638 +Type=0 1.1639 +HeaderFile=gbprinterdlg.h 1.1640 +ImplementationFile=gbprinterdlg.cpp 1.1641 +BaseClass=CDialog 1.1642 +Filter=D 1.1643 +VirtualFilter=dWC 1.1644 +LastObject=GBPrinterDlg 1.1645 + 1.1646 +[CLS:GDBPortDlg] 1.1647 +Type=0 1.1648 +HeaderFile=GDBConnection.h 1.1649 +ImplementationFile=GDBConnection.cpp 1.1650 +BaseClass=CDialog 1.1651 +Filter=D 1.1652 +LastObject=GDBPortDlg 1.1653 +VirtualFilter=dWC 1.1654 + 1.1655 +[CLS:GDBWaitingDlg] 1.1656 +Type=0 1.1657 +HeaderFile=GDBConnection.h 1.1658 +ImplementationFile=GDBConnection.cpp 1.1659 +BaseClass=CDialog 1.1660 +Filter=D 1.1661 +LastObject=GDBWaitingDlg 1.1662 +VirtualFilter=dWC 1.1663 + 1.1664 +[CLS:AccelEditor] 1.1665 +Type=0 1.1666 +HeaderFile=AccelEditor.h 1.1667 +ImplementationFile=AccelEditor.cpp 1.1668 +BaseClass=CDialog 1.1669 +Filter=D 1.1670 +LastObject=IDC_REMOVE 1.1671 +VirtualFilter=dWC 1.1672 + 1.1673 +[CLS:Hyperlink] 1.1674 +Type=0 1.1675 +HeaderFile=Hyperlink.h 1.1676 +ImplementationFile=Hyperlink.cpp 1.1677 +BaseClass=CStatic 1.1678 +Filter=W 1.1679 +VirtualFilter=WC 1.1680 +LastObject=Hyperlink 1.1681 + 1.1682 +[DLG:IDD_MAX_SCALE] 1.1683 +Type=1 1.1684 +Class=MaxScale 1.1685 +ControlCount=5 1.1686 +Control1=IDC_VALUE,edit,1350631552 1.1687 +Control2=ID_OK,button,1342242817 1.1688 +Control3=ID_CANCEL,button,1342242816 1.1689 +Control4=IDC_STATIC,static,1342308352 1.1690 +Control5=IDC_STATIC,static,1342308352 1.1691 + 1.1692 +[CLS:MaxScale] 1.1693 +Type=0 1.1694 +HeaderFile=MaxScale.h 1.1695 +ImplementationFile=MaxScale.cpp 1.1696 +BaseClass=CDialog 1.1697 +Filter=D 1.1698 +VirtualFilter=dWC 1.1699 +LastObject=MaxScale 1.1700 + 1.1701 +[DLG:IDD_BUG_REPORT] 1.1702 +Type=1 1.1703 +Class=BugReport 1.1704 +ControlCount=4 1.1705 +Control1=ID_OK,button,1342242816 1.1706 +Control2=IDC_BUG_REPORT,edit,1352730820 1.1707 +Control3=IDC_STATIC,static,1342308352 1.1708 +Control4=IDC_COPY,button,1342242817 1.1709 + 1.1710 +[CLS:BugReport] 1.1711 +Type=0 1.1712 +HeaderFile=BugReport.h 1.1713 +ImplementationFile=BugReport.cpp 1.1714 +BaseClass=CDialog 1.1715 +Filter=D 1.1716 +VirtualFilter=dWC 1.1717 +LastObject=BugReport 1.1718 +