//Microsoft Developer Studio generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE DISCARDABLE 
BEGIN
    "resource.h\0"
END

2 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#include ""afxres.h""\r\n"
    "\0"
END

3 TEXTINCLUDE DISCARDABLE 
BEGIN
    "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
    "#define _AFX_NO_OLE_RESOURCES\r\n"
    "#define _AFX_NO_TRACKER_RESOURCES\r\n"
    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
    "\r\n"
    "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
    "#ifdef _WIN32\r\n"
    "LANGUAGE 9, 1\r\n"
    "#pragma code_page(1252)\r\n"
    "#endif\r\n"
    "#include ""res\\Atari800Win.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
    "#include ""afxres.rc""         // Standard components\r\n"
    "#include ""afxprint.rc""       // printing/print preview resources\r\n"
    "#endif\0"
END

#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Icon
//

// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDR_MAINFRAME           ICON    DISCARDABLE     "res\\Atari800Win.ico"
IDR_ATARI8TYPE          ICON    DISCARDABLE     "res\\Atari800WinDoc.ico"
IDI_NO_OVERSCAN         ICON    DISCARDABLE     "res\\icon1.ico"
IDI_VERT_OVERSCAN       ICON    DISCARDABLE     "res\\ico00001.ico"
IDI_FULL_OVERSCAN       ICON    DISCARDABLE     "res\\ico00002.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\\Toolbar.bmp"

/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//

IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
BEGIN
    BUTTON      ID_FILE_NEW
    BUTTON      ID_FILE_OPEN
    BUTTON      ID_FILE_SAVE
    SEPARATOR
    BUTTON      ID_EDIT_CUT
    BUTTON      ID_EDIT_COPY
    BUTTON      ID_EDIT_PASTE
    SEPARATOR
    BUTTON      ID_FILE_PRINT
    BUTTON      ID_APP_ABOUT
    BUTTON      ID_CONTEXT_HELP
END


/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&Load State",                 ID_FILE_READSTATE
        POPUP "&Save State"
        BEGIN
            MENUITEM "Normal",                      ID_FILE_SAVESTATE
            MENUITEM "Verbose",                     ID_FILE_SAVESTATEROMS
        END
        MENUITEM "&DCM -> ATR",                 ID_FILE_DCMTOATR
        MENUITEM "&Print...",                   ID_FILE_PRINT
        MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP
        MENUITEM SEPARATOR
        MENUITEM "E&xit",                       ID_APP_EXIT
    END
    POPUP "&Options"
    BEGIN
        MENUITEM "&Display...",                 ID_OPTIONS_GRAPHICS
        MENUITEM "&Sound...",                   ID_OPTIONS_SOUND
        MENUITEM "&Joystick...",                ID_OPTIONS_JOYSTICK
        MENUITEM "&Keyboard",                   ID_OPTIONS_KEYBOARD
        MENUITEM "View log file",               ID_OPTIONS_LOG
        MENUITEM "Sound to file...",            ID_OPTIONS_SOUNDFILE
    END
    POPUP "&Atari"
    BEGIN
        MENUITEM "&Cartridge...",               ID_ATARI_CARTRIDGE
        MENUITEM "&Disk Drives...",             ID_ATARI_DISK
        MENUITEM "&Hard Disks...",              ID_ATARI_HARDDISK
        MENUITEM "Hard&ware...",                ID_ATARI_HARDWARE
        MENUITEM "&Load EXE/COM",               ID_ATAR_LOADEXE
        MENUITEM "&Reboot",                     ID_ATARI_REBOOT
    END
    POPUP "&Misc"
    BEGIN
        MENUITEM "&Graphics Speed",             ID_INFO_BENCHMARK
        MENUITEM "Sound Speed",                 ID_INFO_SOUND_POKEY_SPEED
        MENUITEM "&Clear all settings",         ID_MISC_CLEARALL
    END
    POPUP "&Help"
    BEGIN
        MENUITEM "&Help Topics",                ID_HELP_FINDER
        MENUITEM SEPARATOR
        MENUITEM "&About Atari800Win...",       ID_APP_ABOUT
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//

IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
BEGIN
    "C",            ID_ATARI_CARTRIDGE,     VIRTKEY, ALT, NOINVERT
    "D",            ID_ATARI_DISK,          VIRTKEY, ALT, NOINVERT
    "G",            ID_OPTIONS_GRAPHICS,    VIRTKEY, ALT, NOINVERT
    "H",            ID_ATARI_HARDWARE,      VIRTKEY, ALT, NOINVERT
    "J",            ID_OPTIONS_JOYSTICK,    VIRTKEY, ALT, NOINVERT
    "K",            ID_OPTIONS_KEYBOARD,    VIRTKEY, ALT, NOINVERT
    "L",            ID_ATAR_LOADEXE,        VIRTKEY, ALT, NOINVERT
    "R",            ID_OPTIONS_ARTIF,       VIRTKEY, ALT, NOINVERT
    "S",            ID_OPTIONS_SOUND,       VIRTKEY, ALT, NOINVERT
END


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 111
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Atari800Win"
FONT 8, "MS Sans Serif"
BEGIN
    ICON            IDR_MAINFRAME,IDC_STATIC,10,5,20,20
    LTEXT           "Atari800Win Version 2.5c for 9X/NT",IDC_STATIC,40,10,
                    119,8,SS_NOPREFIX
    DEFPUSHBUTTON   "OK",IDOK,178,6,32,14,WS_GROUP
    LTEXT           "http://www.cris.com/~Twist/atari800win/",IDC_STATIC,40,
                    20,140,8
    EDITTEXT        IDC_COPYRIGHT,10,35,200,70,ES_MULTILINE | ES_AUTOVSCROLL | 
                    ES_READONLY | WS_VSCROLL
END

IDD_DRIVES DIALOGEX 0, 0, 311, 231
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Drive Selections"
FONT 8, "MS Sans Serif", 0, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,35,210,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,225,210,50,14
    PUSHBUTTON      "D&1:",IDC_DRIVE1,10,10,25,15
    EDITTEXT        IDC_EDIT1,45,10,190,14,ES_AUTOHSCROLL
    PUSHBUTTON      "D&2:",IDC_DRIVE2,10,35,25,14
    PUSHBUTTON      "D&3:",IDC_DRIVE3,10,60,25,14
    PUSHBUTTON      "D&4:",IDC_DRIVE4,10,85,25,14
    PUSHBUTTON      "D&5:",IDC_DRIVE5,10,110,25,14
    PUSHBUTTON      "D&6:",IDC_DRIVE6,10,135,25,14
    PUSHBUTTON      "D&7:",IDC_DRIVE7,10,160,25,14
    PUSHBUTTON      "D&8:",IDC_DRIVE8,10,185,25,14
    EDITTEXT        IDC_EDIT2,45,35,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT3,45,60,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT4,45,85,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT5,45,110,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT6,45,135,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT7,45,160,190,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_EDIT8,45,185,190,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Clear all drives",IDC_CLEAR_DRIVES,125,210,60,14
    COMBOBOX        IDC_DISK1COMBO,240,10,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK2COMBO,240,35,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK3COMBO,240,60,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK4COMBO,240,85,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK5COMBO,240,110,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK6COMBO,240,135,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK7COMBO,240,160,60,50,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
    COMBOBOX        IDC_DISK8COMBO,240,185,60,45,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP,WS_EX_STATICEDGE
END

IDD_HARDWARE DIALOG DISCARDABLE  0, 0, 272, 116
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Hardware settings"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,130,95,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,200,95,50,14
    GROUPBOX        "Machine Type",IDC_MACHINE_TYPE,5,5,75,35
    PUSHBUTTON      "&Browse",IDC_ROMFILE,85,20,35,14,WS_GROUP
    EDITTEXT        IDC_ROM_EDIT,125,20,133,14,ES_AUTOHSCROLL | WS_GROUP
    GROUPBOX        "ROM file for this machine",IDC_STATIC,80,5,184,35
    CONTROL         "&NTSC",IDC_NTSC,"Button",BS_AUTORADIOBUTTON | WS_GROUP | 
                    WS_TABSTOP,15,75,35,8
    CONTROL         "&PAL",IDC_PAL,"Button",BS_AUTORADIOBUTTON,15,86,29,10
    CONTROL         "Spin1",IDC_REFRESH_SPIN,"msctls_updown32",UDS_ARROWKEYS,
                    85,86,11,15
    EDITTEXT        IDC_REFRESH_RATE,70,86,15,14,ES_AUTOHSCROLL
    LTEXT           "Refresh",IDC_STATIC,70,75,25,8
    CONTROL         "Run Atari as fast as possible",IDC_FULL_SPEED,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,115,50,135,10
    CONTROL         "Enable RAM between $C000 and $CFFF",IDC_C000_RAM,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,115,60,145,10
    CONTROL         "Enable SIO patch (fast disk access)",IDC_ENABLE_SIO,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,115,70,125,10
    COMBOBOX        IDC_MACHINE_SELECTOR,10,20,65,84,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_ARTIFACT_MODE,10,55,95,65,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
    GROUPBOX        "Display Options",IDC_STATIC,5,45,105,65
    CONTROL         "Allow ROM patches",IDC_ENABLE_ROM,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,115,80,79,10
END

IDD_CARTRIDGE DIALOG DISCARDABLE  0, 0, 197, 106
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Cartridge Management"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,25,90,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,120,90,50,14
    CONTROL         "Use &BASIC",IDC_CART_BASIC,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,5,10,51,10
    CONTROL         "Use &other cartridge",IDC_CART_OTHER,"Button",
                    BS_AUTORADIOBUTTON,5,20,76,10
    CONTROL         "&No cartridge",IDC_CART_NONE,"Button",
                    BS_AUTORADIOBUTTON,5,30,55,10
    PUSHBUTTON      "B&asic ROM",IDC_BASIC_ROM,5,50,50,14,WS_GROUP
    PUSHBUTTON      "O&ther ROM",IDC_OTHER_ROM,5,70,50,14
    EDITTEXT        IDC_BASIC_EDIT,60,50,135,14,ES_AUTOHSCROLL | WS_GROUP
    EDITTEXT        IDC_OTHER_EDIT,60,70,135,14,ES_AUTOHSCROLL
    GROUPBOX        "Cart Type",IDC_STATIC,0,0,80,45
    CONTROL         "Hold down option on reboot",IDC_HOLD_OPTION,"Button",
                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,90,10,100,10
    GROUPBOX        "Options",IDC_STATIC,85,0,110,45
    LTEXT           "for XL/XE (disable BASIC)",IDC_STATIC,102,19,87,8
END

IDD_GRAPHICS DIALOG DISCARDABLE  0, 0, 217, 226
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Graphics Options"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,25,205,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,145,205,50,14
    GROUPBOX        "Display mode",IDC_STATIC,5,5,110,110
    CONTROL         "320x200, clipped",IDC_MODE_320X200_CLIP,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,15,15,85,10
    CONTROL         "320x240, partially clipped",IDC_MODE_320X240_PARTCLIP,
                    "Button",BS_AUTORADIOBUTTON,15,25,95,10
    CONTROL         "640x400, clipped",IDC_MODE_640x400_CLIP,"Button",
                    BS_AUTORADIOBUTTON,15,45,90,10
    CONTROL         "640x480, partially clipped",IDC_MODE_640X480_PARTCLIP,
                    "Button",BS_AUTORADIOBUTTON,15,55,95,10
    CONTROL         "800x600, full display",IDC_MODE_800X600,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,15,65,90,10
    ICON            IDR_MAINFRAME,IDC_SIZE_ICON,155,20,20,20
    GROUPBOX        "Screen coverage",IDC_STATIC,130,5,75,65
    LTEXT           "Dark area is amount of Atari screen shown in this mode.",
                    IDC_STATIC,135,40,65,25
    EDITTEXT        IDC_DESCRIPTION,15,145,185,50,ES_MULTILINE | WS_VSCROLL | 
                    NOT WS_TABSTOP
    GROUPBOX        "Description of this mode",IDC_STATIC,10,135,195,65
    CONTROL         "336x240 in a window",IDC_384X240_WINDOWED,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,15,90,83,10
    CONTROL         "672x480 in a window",IDC_768x480_WINDOWED,"Button",
                    BS_AUTORADIOBUTTON,15,100,83,10
    CONTROL         "Use GDI for windows",IDC_NODIRECTDRAW,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,130,75,85,10
    CONTROL         "1024x768, full display",IDC_MODE_1024_768,"Button",
                    BS_AUTORADIOBUTTON,15,75,85,10
    CONTROL         "Wait on VSYNC",IDC_FORCE_VSYNC,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,130,90,65,10
    CONTROL         "512x384, full display",IDC_MODE_512X384,"Button",
                    BS_AUTORADIOBUTTON,15,35,80,10
    CONTROL         "Try AGP memory for DDraw offscreen surfaces",
                    IDC_LOCALMEM,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,
                    120,160,10
    CONTROL         "Show scan lines",IDC_SHOW_SCANLINES,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,130,105,80,10
END

IDD_DRIVES_SMALL DIALOG DISCARDABLE  0, 0, 175, 66
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Select Drives"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,10,45,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,120,45,50,14
    COMBOBOX        IDC_DRIVECOMBO_SMALL,5,5,30,120,CBS_DROPDOWN | CBS_SORT | 
                    WS_VSCROLL | WS_TABSTOP
    CONTROL         "Enabled",IDC_DRIVECHECK_SMALL,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,5,25,45,10
    EDITTEXT        IDC_DRIVESMALL_EDIT,40,5,130,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Clear all drives",IDC_DRIVECLEAR_SMALL,120,25,50,15
    PUSHBUTTON      "Browse File",IDC_DRIVESMALL_FINDFILE,60,25,50,14
END

IDD_GRAPHICS_SMALL DIALOG DISCARDABLE  0, 0, 186, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Graphics Options"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,10,75,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,125,75,50,14
    COMBOBOX        IDC_GRAPHICS_COMBO_SMALL,10,15,90,75,CBS_DROPDOWN | 
                    WS_VSCROLL | WS_TABSTOP
    GROUPBOX        "Graphics Options",IDC_STATIC,5,5,100,65
    GROUPBOX        "Screen Coverage",IDC_STATIC,110,5,70,65
    ICON            IDI_FULL_OVERSCAN,IDC_ICON_GRAPHICS_SMALL,135,15,20,20
    LTEXT           "Light = Atari screen, dark = mode coverage",IDC_STATIC,
                    115,40,60,25
    CONTROL         "GDI when windowed",IDC_NODDRAW_SMALL,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,35,85,10
    CONTROL         "Wait on VSYNC for blits",IDC_FORCE_VSYNC_SMALL,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,55,90,10
    CONTROL         "Try AGP mem for Ddraw",IDC_SMALL_LOCALMEM,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,45,90,10
END

IDD_SOUND DIALOG DISCARDABLE  0, 0, 177, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Sound Options"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,20,65,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,110,65,50,14
    CONTROL         "Disable sound",IDC_SOUND_NOSOUND,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,45,60,10
    CONTROL         "Slider1",IDC_VOLUME_SLIDER,"msctls_trackbar32",TBS_BOTH | 
                    TBS_NOTICKS | WS_BORDER | WS_TABSTOP,70,20,100,15
    LTEXT           "Volume",IDC_STATIC,110,10,24,8
    EDITTEXT        IDC_POKEY_DIVISOR,80,40,16,14,ES_AUTOHSCROLL
    CONTROL         "Spin1",IDC_POKEY_DIVISOR_SPIN,"msctls_updown32",
                    UDS_ARROWKEYS,95,40,11,14
    LTEXT           "Pokey Update Divisor",IDC_STATIC,110,40,50,15
    LTEXT           "Playback rate",IDC_STATIC,10,10,45,8
    COMBOBOX        IDC_SOUND_PLAYBACK,5,20,55,75,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
END

IDD_FILE_SELECTOR_SMALL DIALOG DISCARDABLE  0, 0, 185, 106
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Dialog"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,5,90,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,130,90,50,14
    CONTROL         "Tree1",IDC_FILE_TREE,"SysTreeView32",TVS_HASBUTTONS | 
                    TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | 
                    WS_BORDER | WS_TABSTOP,0,0,185,90
END

IDD_HARDDISK DIALOG DISCARDABLE  0, 0, 187, 106
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Pick Virtual Hard Disk Directories"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,20,85,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,115,85,50,14
    PUSHBUTTON      "H&1:",IDC_HD1,5,5,20,14
    EDITTEXT        IDC_HD1_EDIT,30,5,150,14,ES_AUTOHSCROLL
    PUSHBUTTON      "H&2:",IDC_HD2,5,25,20,14
    PUSHBUTTON      "H&3:",IDC_HD3,5,45,20,14
    PUSHBUTTON      "H&4:",IDC_HD4,5,65,20,14
    EDITTEXT        IDC_HD2_EDIT,30,25,150,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_HD3_EDIT,30,45,150,14,ES_AUTOHSCROLL
    EDITTEXT        IDC_HD4_EDIT,30,65,150,14,ES_AUTOHSCROLL
END

IDD_JOYSTICK DIALOG DISCARDABLE  0, 0, 187, 106
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Joystick Options"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,15,85,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,120,85,50,14
    COMBOBOX        IDC_JOYSTICK_NAMES,5,15,100,45,CBS_DROPDOWNLIST | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "Pick device to use:",IDC_STATIC,5,5,90,8
    LTEXT           "Repeat fire every",IDC_STATIC,120,5,55,10
    CONTROL         "Slider1",IDC_REPEAT_FRAMES,"msctls_trackbar32",
                    TBS_AUTOTICKS | TBS_BOTH | WS_TABSTOP,120,15,55,20
    LTEXT           "frames, skipping",IDC_STATIC,120,40,55,8
    CONTROL         "Slider2",IDC_SKIP_FRAMES,"msctls_trackbar32",
                    TBS_AUTOTICKS | TBS_BOTH | WS_TABSTOP,120,50,55,20
    LTEXT           "frames when ""off""",IDC_STATIC,120,70,60,8
    CONTROL         "Recenter keyboard stick",IDC_JOYSTICK_RECENTER,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,5,65,90,10
    LTEXT           "when key is released",IDC_STATIC,5,75,90,8
    COMBOBOX        IDC_PORT_NAMES,5,45,100,55,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "With this Atari stick port:",IDC_STATIC,5,35,100,8
END

IDD_ERROR_LOG DIALOG DISCARDABLE  0, 0, 202, 111
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Error log"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,25,95,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,121,95,50,14
    EDITTEXT        IDC_ERROR_EDIT,5,5,190,85,ES_MULTILINE | ES_AUTOVSCROLL | 
                    ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL | WS_HSCROLL
END

IDD_WARN_DIALOG DIALOG DISCARDABLE  0, 0, 186, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Warning"
FONT 8, "MS Sans Serif"
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,129,7,50,14
    LTEXT           "",IDC_WARNING_TEXT,7,7,119,66
    CONTROL         "Don't show me this warning again",IDC_NOSHOW_CHECKBOX,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,78,119,10
    PUSHBUTTON      "Cancel",IDCANCEL,130,30,50,14
END

IDD_KEYTEMPLATE DIALOG DISCARDABLE  0, 0, 192, 126
STYLE DS_MODALFRAME | DS_3DLOOK | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Keyboard Templates"
FONT 8, "MS Sans Serif"
BEGIN
    PUSHBUTTON      "Exit",IDCANCEL,135,105,50,14
    COMBOBOX        IDC_PCKEYS,10,15,65,90,CBS_DROPDOWNLIST | WS_VSCROLL
    LTEXT           "PC Key:",IDC_STATIC,12,5,57,10
    LTEXT           "Atari Key:",IDC_STATIC,148,5,31,8
    COMBOBOX        IDC_ATARIKEYS,110,15,65,90,CBS_DROPDOWNLIST | WS_VSCROLL
    CONTROL         "With control",IDC_CTRL,"Button",BS_AUTOCHECKBOX,110,30,
                    65,10
    CONTROL         "With Shift",IDC_SHIFT,"Button",BS_AUTOCHECKBOX,110,40,
                    55,10
    LTEXT           "types",IDC_STATIC,87,5,18,8
    EDITTEXT        IDC_TEMPLATE_DESCRIPTION,13,65,165,15,ES_AUTOHSCROLL
    LTEXT           "Describe this keyboard template:",IDC_DESCRIPTION,13,55,
                    110,8
    PUSHBUTTON      "&Save",IDC_SAVETEMPLATE,5,105,50,14,NOT WS_TABSTOP
    PUSHBUTTON      "&Load",IDC_LOADTEMPLATE,70,105,50,14,NOT WS_TABSTOP
    CONTROL         "Use this template instead of default",IDC_USE_TEMPLATE,
                    "Button",BS_AUTOCHECKBOX,10,90,160,10
    LTEXT           "PC VKEY:",IDC_STATIC,10,30,45,8
    LTEXT           "Atari ICODE:",IDC_STATIC,10,40,41,8
    LTEXT           "000",IDC_VIRTKEY,55,30,13,8
    LTEXT           "000",IDC_ICODE,55,40,13,8
END


#ifndef _MAC
/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,0,0
 PRODUCTVERSION 1,0,0,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x29L
#else
 FILEFLAGS 0x28L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "An Atari 8-bit emulator for Win32. http://www.cris.com/~Twist/atari800win/ for updates. Based on Atari800 0.9.8g\0"
            VALUE "CompanyName", "Nybbler Maniacs\0"
            VALUE "FileDescription", "Atari800Win\0"
            VALUE "FileVersion", "2.5c\0"
            VALUE "InternalName", "Atari800Win\0"
            VALUE "LegalCopyright", "Copyright (C) 1997, 1998 Rich Lawrence, David Firth\0"
            VALUE "LegalTrademarks", "Atari is the registered trademark of a now-dead company\0"
            VALUE "OriginalFilename", "Atari800Win.EXE\0"
            VALUE "PrivateBuild", "Normal build\0"
            VALUE "ProductName", "Atari800Win\0"
            VALUE "ProductVersion", "2.5c\0"
            VALUE "SpecialBuild", "Very special.\0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END

#endif    // !_MAC


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO DISCARDABLE 
BEGIN
    IDD_ABOUTBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 210
        TOPMARGIN, 7
        BOTTOMMARGIN, 104
    END

    IDD_DRIVES, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 304
        TOPMARGIN, 7
        BOTTOMMARGIN, 224
    END

    IDD_HARDWARE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 265
        TOPMARGIN, 7
        BOTTOMMARGIN, 108
    END

    IDD_CARTRIDGE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 190
        TOPMARGIN, 7
        BOTTOMMARGIN, 99
    END

    IDD_GRAPHICS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 210
        TOPMARGIN, 7
        BOTTOMMARGIN, 219
    END

    IDD_DRIVES_SMALL, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 168
        TOPMARGIN, 7
        BOTTOMMARGIN, 59
    END

    IDD_GRAPHICS_SMALL, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 179
        TOPMARGIN, 7
        BOTTOMMARGIN, 88
    END

    IDD_SOUND, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 170
        TOPMARGIN, 7
        BOTTOMMARGIN, 88
    END

    IDD_FILE_SELECTOR_SMALL, DIALOG
    BEGIN
        BOTTOMMARGIN, 104
    END

    IDD_HARDDISK, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 180
        TOPMARGIN, 7
        BOTTOMMARGIN, 99
    END

    IDD_JOYSTICK, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 180
        TOPMARGIN, 7
        BOTTOMMARGIN, 100
    END

    IDD_ERROR_LOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 195
        TOPMARGIN, 7
        BOTTOMMARGIN, 104
    END

    IDD_WARN_DIALOG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 179
        TOPMARGIN, 7
        BOTTOMMARGIN, 88
    END

    IDD_KEYTEMPLATE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 185
        TOPMARGIN, 7
        BOTTOMMARGIN, 119
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//

IDD_DRIVES_SMALL DLGINIT
BEGIN
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3144, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3244, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3344, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3444, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3544, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3644, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3744, 0x003a, 
    IDC_DRIVECOMBO_SMALL, 0x403, 4, 0
0x3844, 0x003a, 
    0
END

IDD_HARDWARE DLGINIT
BEGIN
    IDC_MACHINE_SELECTOR, 0x403, 9, 0
0x3038, 0x2030, 0x534f, 0x412d, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 9, 0
0x3038, 0x2030, 0x534f, 0x422d, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 7, 0
0x3038, 0x2030, 0x4c58, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 7, 0
0x3331, 0x2030, 0x4558, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 15, 0
0x3233, 0x2030, 0x4558, 0x2820, 0x6f43, 0x706d, 0x2979, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 15, 0
0x3233, 0x2030, 0x4558, 0x2820, 0x6152, 0x626d, 0x296f, "\000" 
    IDC_MACHINE_SELECTOR, 0x403, 5, 0
0x3235, 0x3030, "\000" 
    IDC_ARTIFACT_MODE, 0x403, 15, 0
0x6f4e, 0x6120, 0x7472, 0x6669, 0x6361, 0x6974, 0x676e, "\000" 
    IDC_ARTIFACT_MODE, 0x403, 22, 0
0x6c42, 0x6575, 0x422f, 0x6f72, 0x6e77, 0x6120, 0x7472, 0x6669, 0x6361, 
0x2074, 0x0031, 
    IDC_ARTIFACT_MODE, 0x403, 22, 0
0x6c42, 0x6575, 0x422f, 0x6f72, 0x6e77, 0x6120, 0x7472, 0x6669, 0x6361, 
0x2074, 0x0032, 
    IDC_ARTIFACT_MODE, 0x403, 14, 0
0x5447, 0x4149, 0x6120, 0x7472, 0x6669, 0x6361, 0x0074, 
    IDC_ARTIFACT_MODE, 0x403, 14, 0
0x5443, 0x4149, 0x6120, 0x7472, 0x6669, 0x6361, 0x0074, 
    0
END

IDD_JOYSTICK DLGINIT
BEGIN
    IDC_PORT_NAMES, 0x403, 8, 0
0x7453, 0x6369, 0x206b, 0x0031, 
    IDC_PORT_NAMES, 0x403, 8, 0
0x7453, 0x6369, 0x206b, 0x0032, 
    IDC_PORT_NAMES, 0x403, 8, 0
0x7453, 0x6369, 0x206b, 0x0033, 
    IDC_PORT_NAMES, 0x403, 8, 0
0x7453, 0x6369, 0x206b, 0x0034, 
    0
END

IDD_SOUND DLGINIT
BEGIN
    IDC_SOUND_PLAYBACK, 0x403, 7, 0
0x2e38, 0x4b30, 0x7a68, "\000" 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3131, 0x302e, 0x3532, 0x684b, 0x007a, 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3132, 0x322e, 0x3038, 0x684b, 0x007a, 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3232, 0x302e, 0x3035, 0x684b, 0x007a, 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3133, 0x392e, 0x3032, 0x684b, 0x007a, 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3434, 0x312e, 0x3030, 0x684b, 0x007a, 
    IDC_SOUND_PLAYBACK, 0x403, 10, 0
0x3834, 0x302e, 0x3030, 0x684b, 0x007a, 
    0
END

IDD_GRAPHICS_SMALL DLGINIT
BEGIN
    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3233, 0x7830, 0x3032, 0x7830, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3233, 0x7830, 0x3432, 0x7830, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3135, 0x7832, 0x3833, 0x7834, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3436, 0x7830, 0x3034, 0x7830, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3436, 0x7830, 0x3834, 0x7830, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 18, 0
0x3038, 0x7830, 0x3036, 0x7830, 0x3532, 0x2036, 0x4444, 0x6172, 0x0077, 

    IDC_GRAPHICS_COMBO_SMALL, 0x403, 19, 0
0x3031, 0x3432, 0x3778, 0x3836, 0x3278, 0x3635, 0x4420, 0x7244, 0x7761, 
"\000" 
    IDC_GRAPHICS_COMBO_SMALL, 0x403, 17, 0
0x3333, 0x7836, 0x3432, 0x2030, 0x6957, 0x646e, 0x776f, 0x6465, "\000" 
    IDC_GRAPHICS_COMBO_SMALL, 0x403, 17, 0
0x3736, 0x7832, 0x3834, 0x2030, 0x6957, 0x646e, 0x776f, 0x6465, "\000" 
    0
END

IDD_KEYTEMPLATE DLGINIT
BEGIN
    IDC_PCKEYS, 0x403, 4, 0
0x5345, 0x0043, 
    IDC_PCKEYS, 0x403, 2, 0
0x0060, 
    IDC_PCKEYS, 0x403, 2, 0
0x0031, 
    IDC_PCKEYS, 0x403, 2, 0
0x0032, 
    IDC_PCKEYS, 0x403, 2, 0
0x0033, 
    IDC_PCKEYS, 0x403, 2, 0
0x0034, 
    IDC_PCKEYS, 0x403, 2, 0
0x0035, 
    IDC_PCKEYS, 0x403, 2, 0
0x0036, 
    IDC_PCKEYS, 0x403, 2, 0
0x0037, 
    IDC_PCKEYS, 0x403, 2, 0
0x0038, 
    IDC_PCKEYS, 0x403, 2, 0
0x0039, 
    IDC_PCKEYS, 0x403, 2, 0
0x0030, 
    IDC_PCKEYS, 0x403, 2, 0
0x002d, 
    IDC_PCKEYS, 0x403, 2, 0
0x003d, 
    IDC_PCKEYS, 0x403, 10, 0
0x4142, 0x4b43, 0x5053, 0x4341, 0x0045, 
    IDC_PCKEYS, 0x403, 4, 0
0x4154, 0x0042, 
    IDC_PCKEYS, 0x403, 2, 0
0x0071, 
    IDC_PCKEYS, 0x403, 2, 0
0x0077, 
    IDC_PCKEYS, 0x403, 2, 0
0x0065, 
    IDC_PCKEYS, 0x403, 2, 0
0x0072, 
    IDC_PCKEYS, 0x403, 2, 0
0x0074, 
    IDC_PCKEYS, 0x403, 2, 0
0x0079, 
    IDC_PCKEYS, 0x403, 2, 0
0x0075, 
    IDC_PCKEYS, 0x403, 2, 0
0x0069, 
    IDC_PCKEYS, 0x403, 2, 0
0x006f, 
    IDC_PCKEYS, 0x403, 2, 0
0x0070, 
    IDC_PCKEYS, 0x403, 2, 0
0x005b, 
    IDC_PCKEYS, 0x403, 2, 0
0x005d, 
    IDC_PCKEYS, 0x403, 2, 0
0x005c, 
    IDC_PCKEYS, 0x403, 10, 0
0x4143, 0x5350, 0x4c20, 0x434f, 0x004b, 
    IDC_PCKEYS, 0x403, 2, 0
0x0061, 
    IDC_PCKEYS, 0x403, 2, 0
0x0073, 
    IDC_PCKEYS, 0x403, 2, 0
0x0064, 
    IDC_PCKEYS, 0x403, 2, 0
0x0066, 
    IDC_PCKEYS, 0x403, 2, 0
0x0067, 
    IDC_PCKEYS, 0x403, 2, 0
0x0068, 
    IDC_PCKEYS, 0x403, 2, 0
0x006a, 
    IDC_PCKEYS, 0x403, 2, 0
0x006b, 
    IDC_PCKEYS, 0x403, 2, 0
0x006c, 
    IDC_PCKEYS, 0x403, 2, 0
0x003b, 
    IDC_PCKEYS, 0x403, 2, 0
0x0027, 
    IDC_PCKEYS, 0x403, 6, 0
0x4e45, 0x4554, 0x0052, 
    IDC_PCKEYS, 0x403, 2, 0
0x007a, 
    IDC_PCKEYS, 0x403, 2, 0
0x0078, 
    IDC_PCKEYS, 0x403, 2, 0
0x0063, 
    IDC_PCKEYS, 0x403, 2, 0
0x0076, 
    IDC_PCKEYS, 0x403, 2, 0
0x0062, 
    IDC_PCKEYS, 0x403, 2, 0
0x006e, 
    IDC_PCKEYS, 0x403, 2, 0
0x006d, 
    IDC_PCKEYS, 0x403, 2, 0
0x002c, 
    IDC_PCKEYS, 0x403, 2, 0
0x002e, 
    IDC_PCKEYS, 0x403, 2, 0
0x002f, 
    IDC_PCKEYS, 0x403, 9, 0
0x2820, 0x5053, 0x4341, 0x2945, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x5055, 0x4120, 0x5252, 0x574f, "\000" 
    IDC_PCKEYS, 0x403, 11, 0
0x454c, 0x5446, 0x4120, 0x5252, 0x574f, "\000" 
    IDC_PCKEYS, 0x403, 11, 0
0x4f44, 0x4e57, 0x4120, 0x5252, 0x574f, "\000" 
    IDC_PCKEYS, 0x403, 12, 0
0x4952, 0x4847, 0x2054, 0x5241, 0x4f52, 0x0057, 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x2f20, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x2a20, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x2d20, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3720, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3820, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3920, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3420, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3520, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3620, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3120, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3220, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3320, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x2b20, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x3020, "\000" 
    IDC_PCKEYS, 0x403, 9, 0
0x454b, 0x5059, 0x4441, 0x2e20, "\000" 
    IDC_ATARIKEYS, 0x403, 4, 0
0x5345, 0x0043, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0031, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0032, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0033, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0034, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0035, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0036, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0037, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0038, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0039, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0030, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x003c, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x003e, 
    IDC_ATARIKEYS, 0x403, 10, 0
0x4142, 0x4b43, 0x5053, 0x4341, 0x0045, 
    IDC_ATARIKEYS, 0x403, 4, 0
0x4154, 0x0042, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0071, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0077, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0065, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0072, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0074, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0079, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0075, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0069, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006f, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0070, 
    IDC_ATARIKEYS, 0x403, 10, 0
0x202d, 0x4d28, 0x4e49, 0x5355, 0x0029, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x003d, 
    IDC_ATARIKEYS, 0x403, 7, 0
0x4552, 0x5554, 0x4e52, "\000" 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0061, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0073, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0064, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0066, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0067, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0068, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006a, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006b, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006c, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x003b, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x002b, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x002a, 
    IDC_ATARIKEYS, 0x403, 12, 0
0x4143, 0x5350, 0x5420, 0x474f, 0x4c47, 0x0045, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x007a, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0078, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0063, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0076, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x0062, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006e, 
    IDC_ATARIKEYS, 0x403, 2, 0
0x006d, 
    IDC_ATARIKEYS, 0x403, 10, 0
0x202c, 0x4328, 0x4d4f, 0x414d, 0x0029, 
    IDC_ATARIKEYS, 0x403, 11, 0
0x202e, 0x5028, 0x5245, 0x4f49, 0x2944, "\000" 
    IDC_ATARIKEYS, 0x403, 2, 0
0x002f, 
    IDC_ATARIKEYS, 0x403, 6, 0
0x5441, 0x5241, 0x0049, 
    IDC_ATARIKEYS, 0x403, 9, 0
0x2820, 0x5053, 0x4341, 0x2945, "\000" 
    IDC_ATARIKEYS, 0x403, 5, 0
0x4f4e, 0x454e, "\000" 
    0
END

IDD_DRIVES DLGINIT
BEGIN
    IDC_DISK1COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK1COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK1COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK1COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK2COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK2COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK2COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK2COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK3COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK3COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK3COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK3COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK4COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK4COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK4COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK4COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK5COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK5COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK5COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK5COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK6COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK6COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK6COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK6COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK7COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK7COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK7COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK7COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    IDC_DISK8COMBO, 0x403, 4, 0
0x664f, 0x0066, 
    IDC_DISK8COMBO, 0x403, 11, 0
0x6552, 0x6461, 0x572f, 0x6972, 0x6574, "\000" 
    IDC_DISK8COMBO, 0x403, 10, 0
0x6552, 0x6461, 0x4f20, 0x6c6e, 0x0079, 
    IDC_DISK8COMBO, 0x403, 8, 0
0x6f4e, 0x4420, 0x7369, 0x006b, 
    0
END


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE PRELOAD DISCARDABLE 
BEGIN
    IDR_MAINFRAME           "Atari800Win\n\nAtari8\n\n\nAtari800Win.Document\nAtari8 Document"
END

STRINGTABLE PRELOAD DISCARDABLE 
BEGIN
    AFX_IDS_APP_TITLE       "Atari800Win"
    AFX_IDS_IDLEMESSAGE     "Speed: 100%"
    AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_INDICATOR_EXT        "EXT"
    ID_INDICATOR_CAPS       "CAP"
    ID_INDICATOR_NUM        "NUM"
    ID_INDICATOR_SCRL       "SCRL"
    ID_INDICATOR_OVR        "OVR"
    ID_INDICATOR_REC        "REC"
    ID_INDICATOR_SPEED      "100%"
    IDS_WARNING_GRAPHICS_WINDOW 
                            "WARNING: This mode can be up to 15 times slower than the smaller window size. If you don't have an AGP card it is likely to be very slow. Are you sure you want to switch to it?"
    IDS_WARNING_NO_MENU     "When using this mode, the menus will not normally be visible. However, they are still there. You can activate them by using Alt-F, Alt-E, etc. Or you can hit F10 and then use the arrow keys to move back and forth. Also, the mouse will not be visible until you move it. "
    IDS_WARNING_SOUNDFILE   "This can create a very large file over time. Do not run this mode for long periods. After you ok this dialog you will be prompted for the filename, the format of the sound file is your current sound rate, mono, 8-bit pcm. Re-selecting this menu will stop the recording."
    IDS_WARNING_ROM_CORRUPT "WARNING: This ROM does match the CRC expected. It could be fine (patched for instance) but it may also be corrupt. Be aware of this when using this ROM. Clicking 'Dont show' below will turn this message off only for this ROM type."
    IDS_WARNING_ATARI_PANIC "The Atari computer has crashed. You should probably try a different Atari hardware setting for this disk, turn BASIC on or off, or run this program without patches. After you have made changes select Reboot from the Atari menu to restart."
    IDS_WARNING_OUTDATED_VERSION 
                            "It is necessary with this upgraded version to clear some of your settings. Rom paths will remain but most other features will be set to default. "
    IDS_MODE_320_200_DESC   "In this mode you will see only a few lines of vertical overscan, and the menus will not normally be visible - use the Alt key to activate them, then a menu letter to get to the appropriate menu (i.e., Alt-F to get the File menu. Dialog boxes will be different in this mode due to its small size."
    IDS_MODE_320_240_DESC   "In this mode the horizontal overscan area will be completely clipped off, but you will see all of the vertical overscan. As with 320X200 you will not see the menus until you use them, and dialog boxes will be small."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_NEW             "Create a new document\nNew"
    ID_FILE_OPEN            "Open an existing document\nOpen"
    ID_FILE_CLOSE           "Close the active document\nClose"
    ID_FILE_SAVE            "Save the active document\nSave"
    ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"
    ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"
    ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"
    ID_FILE_PRINT           "Print the active document\nPrint"
    ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
    ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"
    ID_HELP_INDEX           "Opens Help\nHelp Topics"
    ID_HELP_FINDER          "List Help topics\nHelp Topics"
    ID_HELP_USING           "Display instructions about how to use help\nHelp"
    ID_CONTEXT_HELP         "Display help for clicked on buttons, menus and windows\nHelp"
    ID_HELP                 "Display help for current task or command\nHelp"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_MRU_FILE1       "Open this document"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_VIEW_TOOLBAR         "Show or hide the toolbar\nToggle ToolBar"
    ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle StatusBar"
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCSIZE          "Change the window size"
    AFX_IDS_SCMOVE          "Change the window position"
    AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
    AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
    AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
    AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
    AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE DISCARDABLE 
BEGIN
    AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_MODE_640_400_DESC   "A few cards do not have this mode (if you are reading this, you can use it). This is equivalent to 320x200 - very small vertical overscan, and no horizontal. The menus will not be visible until you use them as with 320x200 mode, but dialog boxes will be normal. The Atari display in this mode is stretched to two times it's original size."
    IDS_MODE_640_480_DESC   "You will be able to see Windows menus normally, and also a fair amount of the vertical overscan area, but no horizontal area. The display is stretched to twice its original size."
    IDS_MODE_800_600_DESC   "You will be able to see Windows menus normally, and all of the overscan area in both vertical and horizontal. The display is stretched to twice its original size, leaving a small amount of extra space around the borders of the screen."
    IDS_MODE_NODIRECTDRAW_DESC 
                            "When this option is set the emulator will run in a normal Windows GDI display. While this is very compatible and allows features such as easy screen captures (via the PrintScreen key), it is slower than full screen and extremely slow when in a stretched display. In this mode you can select either 336x240 (full size Atari display with most overscan) or 672x480 (full size display times two). The color depth will be the same as your desktop depth."
    IDS_MODE_DIRECTDRAW_WINDOWED 
                            "This mode uses DirectDraw in a window. It is generally slower than GDI mode but may be faster on your particular card. If you use this mode try switching AGP memory on and off in the display settings and see if it improves performance."
    IDS_GENERIC_ERROR       "Atari800Win Error"
    IDS_BOOT_ERROR          "A ROM load error prevented Atari800Win from booting. Check the ROM settings under Atari/Hardware and Atari/Cartridges menus. Would you like to view the error log to see the problem?"
    IDS_ERROR_LOADING_ROM   "Error loading ROM image "
    IDS_UNKNOWN_ROM_FORMAT  "Unknown ROM image format (bad size) "
    IDS_REG_OPEN_ERROR      "Error opening the Windows registry to save information."
    IDS_REG_WRITE_ERROR     "Error writing a value to the Registry. "
    IDS_LOCKUP_WARNING      "Your last Atari session appears to have locked up. Would you like to re-initialize the Atari settings to ensure a safe start? (This will reset all disk drive and ROM settings, and turn off sounds and DirectDraw modes which you will have to re-select later)"
    IDS_NO_HIRES_TIMER      "Your machine does not support a high resolution timer. This program cannot run without one."
    IDS_HIT_RETURN          "Hit return to begin."
    IDS_REPORT_FORMAT       "For 30 frames, the render time was %dms, making the average time %6fms"
    IDS_SPEED_WARNING       ".\n\nWARNING: This time is too slow to emulate a full speed Atari computer. Try a lower resolution."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_ATARI_HARDWARE       "Hardware options and OS ROM locations"
    ID_ATARI_DISK           "Select usage of Atari drives"
    ID_ATARI_CARTRIDGE      "Select cartridge to insert, including BASIC"
    ID_ATARI_INFO           "Find out info on the Atari ""computer"""
    ID_VIEW_GRAPHICS        "Select graphics options"
    ID_ATARI_SOUND          "Change sound settings"
    ID_INFO_GRAPHICS        "Information on your current graphics mode"
    ID_INFO_BENCHMARK       "Render speed of your current mode"
    ID_INFO_SOUND           "Information on the current sound device"
    ID_OPTIONS_GRAPHICS     "Change the windows graphical display options"
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_OPTIONS_SOUND        "Change the sound playback options"
    ID_INFO_MIXER_TEST      "Test the speed of the pokey routines at current settings"
    ID_INFO_SOUND_MODE      "Information on the current sound mode/device"
    ID_INFO_SOUND_POKEY_SPEED 
                            "Test the pokey processor overhead with current settings"
    ID_ATARI_HARDDISK       "Select directories on your system to act as Atari HDs"
    ID_OPTIONS_JOYSTICK     "Pick which joystick to use and repeating options"
    ID_OPTIONS_LOG          "View the error/information log"
    ID_OPTIONS_SOUNDFILE    "Save the output of the Pokey processor to a file"
    ID_MISC_CLEARALL        "Clear all saved settings/drives/ROMs"
    ID_FILE_DCMTOATR        "Convert .DCM files to .ATR files for easier use"
    ID_ATARI_REBOOT         "Restart the emulated Atari"
    ID_FILE_SAVESTATE       "Dump the exact state of the Atari to a file"
    ID_FILE_READSTATE       "Read in a previously saved state file"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_BENCHMARK_RESULTS   "Benchmark results:"
    IDS_SOUND_TEST_WARNING  "This test is only effective when the atari is running\nand sound output is enabled."
    IDS_SOUND_TEST_BEGIN    "Hit return to begin sound test"
    IDS_SOUND_TEST_RESULT   "In 60 passes using the current buffer size\nof %d, the total time was %d ms, making\nthe average time %6f ms."
    IDS_SOUND_FILE_CLOSED   "Sound file closed"
    IDS_SOUND_RECORD        "Sound will not be heard, but WILL be recorded.\nRemember to turn off recording with this same menu option later."
    IDS_REG_WRONG_SIZE      "Error reading value from Registry - wrong size!"
    IDS_REG_ERROR_KEY       "Error reading the key %s from Registry."
    IDS_DDRAW_ERROR_PROMPT  "While %s,\nDirectDraw returned the unrecoverable error: %s\nGraphics will be set to non-DirectDraw, re-enable with the Atari/Graphics menu.\n\nWould you like to quit Atari800Win?"
    IDS_DDRAW_ERROR_HDR     "DirectDraw Error (Atari800Win)"
    IDS_DINPUT_ERROR_PROMPT "While %s, DirectInput returned the unrecoverable error: %s"
    IDS_DINPUT_ERROR_HDR    "DirectInput Error (Atari800Win)"
    IDS_MMSOUND_ERROR_PROMPT 
                            "While %s, the multimedia system returned the unrecoverable error:\n%s\nSounds will be disabled, to re-enable them use the menu Atari/Sounds"
    IDS_MMSOUND_ERROR_HDR   "MMultimedia Error (Atari800Win)"
    IDS_DSOUND_ERROR_REPORT "While %s, DirectSound returned the unrecoverable error: %s"
    IDS_DSOUND_ERROR_HDR    "DirectSound Error (Atari800Win)"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DSOUND_NO_PRIMARY   "DSCAPS_PRIMARY8BIT: No primary 8-bit buffer\n"
    IDS_DSOUND_NO_MONO      "DSCAPS_PRIMARYMONO: No primary mono buffer\n"
    IDS_DSOUND_NO_DRIVER    "DSCAPS_EMULDRIVER: No DirectSound driver present (emulated)\n"
    IDS_DSOUND_INIT_ERROR   "You cannot use this DirectSound mode because some\nrequired features are not supported. These are:\n\n%s\nSound will be disabled."
    IDS_OUT_OF_MEMORY       "Memory allocation error! Atari800Win is out of memory."
    IDS_ROM_FILTER          "ROM Images (*.rom)|*.rom|BIN Images (*.bin)|*.bin|All Files (*.*)|*.*||"
    IDS_DDERR_RELEASE_PRIMARY "releasing the primary surface"
    IDS_DDERR_RELEASE_MEMORY "releasing the memory surface"
    IDS_DDERR_RELEASE_SCRATCH "releasing the scratch video surface"
    IDS_DDERR_ALLOC_OBJ     "allocating the DirectDraw object"
    IDS_DDERR_RELEASE_OBJ   "releasing the DirectDraw object"
    IDS_DDERR_SET_MODE      "setting the cooperative mode"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DDERR_ALLOC_PRIMARY "allocating the primary drawing surface"
    IDS_DDERR_PRIMARY_BLT   "blitting to the primary surface"
    IDS_DDERR_ALLOC_MEMORY_SURFACE 
                            "allocating a system memory drawing surface"
    IDS_DDERR_ALLOC_VIDEO_SURFACE "allocating a secondary video surface"
    IDS_DDERR_ALLOC_SYSMEM_SURFACE 
                            "allocating a system memory drawing surface"
    IDS_DDERR_ALLOC_PALETTE "allocating a color palette"
    IDS_DDERR_SETPAL_MEMORY "setting a color palette for the memory surface"
    IDS_DDERR_SETPAL_PRIMARY "setting a color palette for the primary surface"
    IDS_DDERR_SURFACE_LOCK  "obtaining a lock on the drawing surface"
    IDS_DDERR_RESTORE_SURFACE "restoring the DDraw surfaces"
    IDS_DIERR_CREATING_DEVICE "creating a DirectInput joystick device"
    IDS_DIERR_SETTING_JOYSTICK_FORMAT "setting a joysticks data format"
    IDS_DIERR_SETTING_COOP  "setting the DirectInput cooperative level"
    IDS_DIERR_SETTING_PROPS "setting a joysticks properties"
    IDS_DIERR_ACQUIRE_INIT  "acquiring the joystick initially"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DIERR_CREATING_OBJ  "creating the DirectInput object"
    IDS_DIERR_ENUMERATING   "enumerating the joystick devices"
    IDS_DIERR_SETTING_DEADZONE "setting the deadzone of the joystick"
    IDS_DIERR_ADDING_DEVICE "adding an input device"
    IDS_DSERR_UNLOCK        "unlocking a directsound buffer"
    IDS_DSERR_LOCK          "trying to lock a sound buffer"
    IDS_DSERR_QUERY         "running a query on the DirectSound hardware"
    IDS_MMERR_OPEN          "opening the waveform device"
    IDS_MMERR_INIT_HDR      "preparing the first waveform header"
    IDS_DSERR_CREATE_OBJ    "creating the DirectSound object"
    IDS_DSERR_SET_COOP      "setting the DirectSound cooperative level"
    IDS_DSERR_SET_PRIORITY  "setting the DirectSound cooperative level for priority access\n(try a 22Khz frequency setting)"
    IDS_DSERR_CREATE_PRIMARY "creating the primary buffer"
    IDS_DSERR_PRI_FORMAT    "setting the format of the primary buffer"
    IDS_DSERR_PRI_LOOP      "setting the primary device into loop mode"
    IDS_DSERR_CREATE_BUFF   "creating a sound buffer"
END

STRINGTABLE DISCARDABLE 
BEGIN
    IDS_DSERR_RESTORE       "restoring a sound buffer"
    IDS_MMERR_PREP_HDR      "preparing the waveform header"
    IDS_MMERR_SET_VOLUME    "setting the volume"
    IDS_CLEAR_AFFIRM        "Are you SURE you want to do this? It will clear ALL of your settings, resetting everything to defaults. The next time you start the emulator it will load the new defaults."
    IDS_DIERR_ACQUIRE       "acquiring the joystick to read data"
    IDS_STICK_CONFLICT      "This input device is already being used on Atari joystick port %d. Choose that port first and clear it if you want to use this input device on another port."
    IDS_DDRAW_ERROR_RELEASE_ALL 
                            "There was an error while releasing the DirectDraw surfaces."
    IDS_COPYRIGHT           "Copyright (c) 1998 by Richard Lawrence\r\n \r\nThis 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., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA."
    IDS_MODE_1024_768_DESC  "This mode is mostly intended for people with LCD displays who can't switch resolutions. It does show less border than 800x600 but is slower (screen is 3X enlarged). Shows full Atari screen area plus Windows menus."
    IDS_MODE_512_384_DESC   "This mode shows the full screen and overscan area. It is non-stretched and as such may be faster on some slower machines or video cards. You will be able to see the menus and status line."
    IDS_DDERR_INIT_RES      "initializing the display at the selected resolution."
END

STRINGTABLE DISCARDABLE 
BEGIN
    ID_FILE_SAVESTATEROMS   "Saves a memory image with the ROMS (not normally necessary)"
    ID_OPTIONS_KEYBOARD     "Create custom keyboard templates"
    ID_ATAR_LOADEXE         "Load an Atari executable file directly (not using Atari DOS)"
END

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//
#define _AFX_NO_SPLITTER_RESOURCES
#define _AFX_NO_OLE_RESOURCES
#define _AFX_NO_TRACKER_RESOURCES
#define _AFX_NO_PROPERTY_RESOURCES

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE 9, 1
#pragma code_page(1252)
#endif
#include "res\Atari800Win.rc2"  // non-Microsoft Visual C++ edited resources
#include "afxres.rc"         // Standard components
#include "afxprint.rc"       // printing/print preview resources
#endif
/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED

