// Microsoft Visual C++ generated resource script.
//
#include "..\resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"
#include "..\..\common\commonres.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 
BEGIN
    "..\\resource.h\0"
END

2 TEXTINCLUDE 
BEGIN
    "#include ""afxres.h""\r\n"
    "#include ""..\\..\\common\\commonres.h""\0"
END

3 TEXTINCLUDE 
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 //_WIN32\r\n"
    "#include ""res\\P4Win409.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
    "#include ""afxres.rc""         // Standard components\r\n"
    "#include ""..\\..\\common\\res409\\commonres409.rc""\r\n"
    "#endif\r\n"
    "\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                    "..\\res\\P4win.ico"
IDI_ICONSM              ICON                    "..\\res\\P4winSM.ico"

/////////////////////////////////////////////////////////////////////////////
//
// Bitmap
//

IDB_LOGO                BITMAP                  "..\\res\\p4win.bmp"
IDB_LOGO256             BITMAP                  "..\\res\\p4win256.bmp"
IDB_UPDOWNARROWS        BITMAP                  "..\\res\\UpDownArrows.bmp"
IDB_TOOLBAR4            BITMAP                  "..\\res\\ToolBar4.bmp"
IDB_TOOLBAR32           BITMAP                  "..\\res\\ToolBar32.bmp"
IDB_BITMAPDIS           BITMAP                  "..\\res\\ToolBarDis.bmp"
IDB_VIEWICONS4          BITMAP                  "..\\res\\ViewIcons4.bmp"
IDB_VIEWICONS32         BITMAP                  "..\\res\\ViewIcons32.bmp"
IDB_GETADOBE            BITMAP                  "..\\res\\GetAdobeReader.bmp"

/////////////////////////////////////////////////////////////////////////////
//
// Toolbar
//

IDR_MAINFRAME TOOLBAR  18, 16
BEGIN
    BUTTON      ID_VIEW_UPDATE
    SEPARATOR
    BUTTON      ID_FILE_GET
    BUTTON      ID_FILE_OPENEDIT
    BUTTON      ID_FILE_ADD
    SEPARATOR
    BUTTON      ID_FILE_OPENDELETE
    SEPARATOR
    BUTTON      ID_FILE_REVERT
    BUTTON      ID_FILE_LOCK
    BUTTON      ID_FILE_UNLOCK
    SEPARATOR
    BUTTON      ID_BOOKMARKS
    SEPARATOR
    BUTTON      ID_CHANGE_SUBMIT
    SEPARATOR
    BUTTON      ID_FILE_REVISIONHISTORY
    BUTTON      ID_FILE_DIFFHEAD
    BUTTON      ID_FILE_QUICKBROWSE
    BUTTON      ID_FILE_QUICKEDIT
    SEPARATOR
    BUTTON      ID_CHANGELIST_ACTIVATE
    BUTTON      ID_SUBMITTED_ACTIVATE
    BUTTON      ID_BRANCH_ACTIVATE
    BUTTON      ID_LABEL_ACTIVATE
    BUTTON      ID_CLIENT_ACTIVATE
    BUTTON      ID_USER_ACTIVATE
    BUTTON      ID_JOB_ACTIVATE
    SEPARATOR
    BUTTON      ID_PERFORCE_OPTIONS
    BUTTON      ID_PERFORCE_INFO
END

IDR_HISTORY TOOLBAR  16, 15
BEGIN
    BUTTON      ID_FILEREVISION_DIFF2
    BUTTON      ID_FILEREVISION_BROWSE
END


/////////////////////////////////////////////////////////////////////////////
//
// Menu
//

IDR_MAINFRAME MENU 
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&Add to Source Control...",   ID_FILE_ADD
        POPUP "S&ync"
        BEGIN
            MENUITEM "&Sync to Head Revision\tCtrl+Y", ID_FILE_GET
            MENUITEM "Sync to Head Revision (&Preview Only)", 
                                                    ID_FILE_GETWHATIF
            MENUITEM "Sync to Revision, &Label, Changelist Number or Date...", 
                                                    ID_FILE_GETCUSTOM
            MENUITEM "&Redo sync",                  ID_FILE_REFRESH
            MENUITEM "&Force sync to Head Revision", ID_FILE_FORCESYNCTOHEAD
        END
        MENUITEM "Open for &Edit\tCtrl+E",      ID_FILE_OPENEDIT
        MENUITEM SEPARATOR
        MENUITEM "Ope&n for Delete\tCtrl+Del",  ID_FILE_OPENDELETE
        MENUITEM "Re&move from Client",         ID_FILE_REMOVE
        MENUITEM "Re&cover Deleted File",       ID_FILE_RECOVER
        MENUITEM "&Revert\tCtrl+R",             ID_FILE_REVERT
        MENUITEM SEPARATOR
        MENUITEM "&Lock\tCtrl+L",               ID_FILE_LOCK
        MENUITEM "&Unlock\tCtrl+U",             ID_FILE_UNLOCK
        MENUITEM SEPARATOR
        MENUITEM "Vie&w File...",               ID_FILE_AUTOBROWSE
        MENUITEM "Open and Edit &File...",      ID_FILE_AUTOEDIT
        POPUP "Annotate File"
        BEGIN
            MENUITEM "A&nnotations using Rev#s...", ID_FILE_ANNOTATE
            MENUITEM "&All Annotations using Rev#s...", ID_FILE_ANNOTATEALL
            MENUITEM "Annotations using &Chg#s...", ID_FILE_ANNOTATECHG
            MENUITEM "All Annotations using Ch&g#s...", 
                                                    ID_FILE_ANNOTATECHGALL
        END
        MENUITEM SEPARATOR
        MENUITEM "&Diff Client File vs Depot File\tCtrl+D", ID_FILE_DIFFHEAD
        MENUITEM "Diff &2 Files, Folders or Revisions...", ID_FILE_DIFF2
        MENUITEM "&Properties...",              ID_FILE_PROPERTIES
        MENUITEM "Revision &Graph...\tCtrl+G",  ID_FILE_REVISIONTREE
        MENUITEM "&Time-lapse View...\tCtrl+I", ID_FILE_ANNOTATIONS
        MENUITEM "Revision &History...\tCtrl+H", ID_FILE_REVISIONHISTORY
        MENUITEM SEPARATOR
        POPUP "&Integrate Using"
        BEGIN
            MENUITEM "&Filespec...",                ID_FILE_INTEGSPEC
            MENUITEM "&Branchspec...",              ID_FILE_INTEGRATE
        END
        POPUP "Resol&ve"
        BEGIN
            MENUITEM "&Interactively...",           ID_FILE_RESOLVE
            MENUITEM "&Auto-Resolve...\tShift+Ctrl+M", ID_FILE_AUTORESOLVE
            MENUITEM "Run &Merge Tool...\tCtrl+M",  ID_FILE_RUNMERGETOOL
            MENUITEM "&Schedule File for Resolve",  ID_FILE_SCHEDULE
            MENUITEM SEPARATOR
            MENUITEM "&Properties for Their file...", 
                                                    ID_THEIRFILE_PROPERTIES
            MENUITEM "Revision &History for Their file...", 
                                                    ID_THEIRFILE_REVISIONHISTORY

            MENUITEM "&Find Their file in Depot",   ID_THEIRFILE_FINDINDEPOT
        END
        MENUITEM "Rename...",                   ID_FILE_RENAME
        MENUITEM "&Submit...\tCtrl+S",          ID_CHANGE_SUBMIT
        MENUITEM SEPARATOR
        POPUP "M&ore"
        BEGIN
            MENUITEM "Add Files to Client &View...", ID_ADD_TOVIEW
            MENUITEM "Add Files to User &Reviews...", ID_ADD_REVIEWS
            MENUITEM SEPARATOR
            MENUITEM "Change File T&ype...",        ID_FILETYPE
            MENUITEM "&Move Files to another Changelist...", 
                                                    ID_FILE_MV2OTHERCHGLIST
            MENUITEM SEPARATOR
            MENUITEM "Check Consistenc&y",          ID_DIFFSDSE
            MENUITEM SEPARATOR
            MENUITEM "Command &Prompt...",          ID_CMDPROMPT
            MENUITEM "E&xplore...",                 ID_WINEXPLORE
            MENUITEM SEPARATOR
            MENUITEM "Page Set&up...",              ID_PAGE_SETUP
        END
        MENUITEM SEPARATOR
        MENUITEM "Cancel Operation\tCtrl+Break", ID_FILE_CANCEL
        MENUITEM "E&xit",                       ID_APP_EXIT
    END
    POPUP "&Edit"
    BEGIN
        MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY
        MENUITEM SEPARATOR
        MENUITEM "Find File/Folder matching Path in Cli&pboard\tCtrl+V", 
                                                ID_EDIT_PASTE
        MENUITEM "&Find File matching Pattern...\tCtrl+F", 
                                                ID_POSITIONTOPATTERN
        MENUITEM "Find &Next\tF3",              ID_FINDNEXT
        MENUITEM "Find P&revious\tShift+F3",    ID_FINDPREV
        MENUITEM "Find File &Under Selected Folder...\tShift+Ctrl+F", 
                                                ID_FINDFILEUNDERFOLDER
        MENUITEM "Find &Selected File in Depot", ID_POSITIONDEPOT
        MENUITEM "Find Selected File in Chan&gelist\tAlt+F3", 
                                                ID_POSITIONCHGS
        MENUITEM SEPARATOR
        POPUP "Selec&t Files..."
        BEGIN
            MENUITEM "that &Differ from Depot\tCtrl+Q", 
                                                    ID_SELECTFILES_CHANGED
            MENUITEM "that Do&n't Differ from Depot\tShift+Ctrl+Q", 
                                                    ID_SELECTFILES_UNCHANGED
        END
        MENUITEM "Select &All\tCtrl+A",         ID_EDIT_SELECT_ALL
    END
    POPUP "&View"
    BEGIN
        MENUITEM "&BranchSpecs\tF8",            ID_BRANCH_ACTIVATE
        POPUP "&Changelists"
        BEGIN
            MENUITEM "&Pending Changelists\tF6",    ID_CHANGELIST_ACTIVATE
            MENUITEM "&Submitted Changelists\tF7",  ID_SUBMITTED_ACTIVATE
        END
        MENUITEM "Cl&ientSpecs\tF10",           ID_CLIENT_ACTIVATE
        MENUITEM "&Jobs\tF12",                  ID_JOB_ACTIVATE
        MENUITEM "&Labels\tF9",                 ID_LABEL_ACTIVATE
        MENUITEM "&Users\tF11",                 ID_USER_ACTIVATE
        MENUITEM SEPARATOR
        MENUITEM "Client &View of Depot",       ID_VIEW_CLIENTVIEW
        MENUITEM "Local View of De&pot",        ID_VIEW_LOCAL_P4
        MENUITEM "Local View of Client &Tree",  ID_VIEW_LOCAL_TREE
        MENUITEM "Local Files &Not in Depot",   ID_VIEW_FILESNOTINDEPOT
        MENUITEM "Entire &Depot",               ID_VIEW_ENTIREVIEW
        MENUITEM SEPARATOR
        MENUITEM "Filter Depot...",             ID_VIEW_FILTEREDVIEW
        MENUITEM "Clear Filter",                ID_VIEW_CLEARFILTER
        MENUITEM SEPARATOR
        MENUITEM "Show Deleted Depot &Files",   ID_SHOWDELETEDFILES
        MENUITEM "Sort Depot Files by E&xtension", ID_SORTBYEXTENSION
        MENUITEM SEPARATOR
        MENUITEM "Show T&oolbar",               ID_VIEW_TOOLBAR
        MENUITEM "Show &Status Bar",            ID_VIEW_STATUS_BAR
        MENUITEM SEPARATOR
        POPUP "Boo&kmarks\tCtrl+B"
        BEGIN
            MENUITEM "&Add Bookmark...",            ID_ADD_BOOKMARK
            MENUITEM "&Organize Bookmarks...",      ID_ORGANIZE_BOOKMARKS
        END
        MENUITEM "Close D&ialogs",              ID_VIEW_CLOSEDIALOGS
        MENUITEM "View Warnings and Errors...", ID_VIEW_WARNANDERR
        MENUITEM "&Refresh Active Pane\tF5",    ID_VIEW_UPDATE
    END
    POPUP "&Settings"
    BEGIN
        MENUITEM "&Options...\tCtrl+T",         ID_PERFORCE_OPTIONS
        MENUITEM SEPARATOR
        MENUITEM "Use Current as &Default",     ID_MAKE_DEFAULT_PCU
        MENUITEM "&Switch Port Client User...\t   Ctrl+O", ID_NEW_WINDOW
        POPUP "Port Client User &History"
        BEGIN
            MENUITEM "ID_MRU_PCU0",                 ID_MRU_PCU0
            MENUITEM "ID_MRU_PCU1",                 ID_MRU_PCU1
            MENUITEM "ID_MRU_PCU2",                 ID_MRU_PCU2
            MENUITEM "ID_MRU_PCU3",                 ID_MRU_PCU3
            MENUITEM "ID_MRU_PCU4",                 ID_MRU_PCU4
            MENUITEM "ID_MRU_PCU5",                 ID_MRU_PCU5
            MENUITEM "ID_MRU_PCU6",                 ID_MRU_PCU6
            MENUITEM "ID_MRU_PCU7",                 ID_MRU_PCU7
            MENUITEM "ID_MRU_PCU8",                 ID_MRU_PCU8
            MENUITEM "ID_MRU_PCU9",                 ID_MRU_PCU9
        END
        POPUP "Favorite &Connections"
        BEGIN
            MENUITEM "&Add Favorite Connection",    ID_ADD_FAVORITE
            MENUITEM "Organize &Connections...",    ID_ORGANIZE_FAVORITES
            MENUITEM SEPARATOR
        END
        MENUITEM SEPARATOR
        MENUITEM "Lo&gout",                     ID_LOGOUT
    END
    POPUP "&Changelist"
    BEGIN
        MENUITEM "&New...",                     ID_CHANGE_NEW
        MENUITEM "&Edit Spec...",               ID_CHANGE_EDSPEC
        MENUITEM "Descri&be...",                ID_CHANGE_DESCRIBE
        MENUITEM "Describe Chan&gelist ...",    ID_CHANGE_DESCRIBE_2
        MENUITEM "&Delete",                     ID_CHANGE_DEL
        MENUITEM "&Submit...\tCtrl+S",          ID_CHANGE_SUBMIT
        MENUITEM SEPARATOR
        MENUITEM "&Add Job Fix...",             ID_CHANGE_ADDJOBFIX
        MENUITEM "Describe &Job Fix...",        ID_JOB_DESCRIBE
        MENUITEM "&Remove Job Fix",             ID_CHANGE_REMOVEFIX
        MENUITEM "Revert Un&changed Files",     ID_CHANGE_REVORIG
        MENUITEM "S&ync to Changelist...",      ID_SYNC_CHANGE
        POPUP "In&tegrate using"
        BEGIN
            MENUITEM "&Filespec...",                ID_FILE_INTEGSPEC
            MENUITEM "&Branchspec...",              ID_FILE_INTEGRATE
        END
        MENUITEM SEPARATOR
        POPUP "S&ort Pending Changelists"
        BEGIN
            MENUITEM "Sort Files by File &Name",    ID_SORTCHGFILESBYNAME
            MENUITEM "Sort Files by E&xtension",    ID_SORTCHGFILESBYEXT
            MENUITEM "Sort Files by &Action",       ID_SORTCHGFILESBYACTION
            MENUITEM "Sort Files by &Resolve Status", 
                                                    ID_SORTCHGFILESBYRESOLVE
            MENUITEM "Sort Changelists by &User",   ID_SORTCHGSBYUSER
        END
        MENUITEM SEPARATOR
        MENUITEM "&Filter Submitted Changelists...", ID_FILTER_SETVIEW
        MENUITEM "&Clear Submitted Changelists Filter", ID_FILTER_CLEARVIEW
        MENUITEM SEPARATOR
        MENUITEM "View &Pending Changelists\tF6", ID_CHANGELIST_ACTIVATE
        MENUITEM "&View Submitted Changelists\tF7", ID_SUBMITTED_ACTIVATE
    END
    POPUP "&BranchSpec"
    BEGIN
        MENUITEM "&New...",                     ID_BRANCH_NEW
        MENUITEM "&Edit Spec...",               ID_BRANCH_EDITSPEC
        MENUITEM "De&scribe...",                ID_BRANCH_DESCRIBE
        MENUITEM "&Delete",                     ID_BRANCH_DELETE
        MENUITEM SEPARATOR
        MENUITEM "&Integrate from Spec...",     ID_BRANCH_INTEG
        MENUITEM SEPARATOR
        MENUITEM "Filter Branches by O&wner...", ID_FILTERBRANCHBYOWNER
        MENUITEM "Clear Owner Filter",          ID_CLEARBRANCHOWNERFILTER
        MENUITEM SEPARATOR
        MENUITEM "&View BranchSpecs\tF8",       ID_BRANCH_ACTIVATE
    END
    POPUP "&Label"
    BEGIN
        MENUITEM "&New...",                     ID_LABEL_NEW
        MENUITEM "&Edit Spec...",               ID_LABEL_EDIT_SPEC
        MENUITEM "De&scribe...",                ID_LABEL_DESCRIBE
        MENUITEM "&Delete",                     ID_LABEL_DELETE
        MENUITEM "&Create or Update Label from Template", ID_LABEL_TEMPLATE
        MENUITEM SEPARATOR
        MENUITEM "&List Files at Label",        ID_LABEL_LISTFILES
        MENUITEM "&Add/Replace Files Listed in Label...", ID_LABEL_SYNC
        MENUITEM "Delete S&ome Files Listed in Label...", 
                                                ID_LABEL_DELETEFILES
        MENUITEM "S&ync Specific Files in Label to Client...", 
                                                ID_LABEL_SYNC_CLIENT
        MENUITEM "Add Depo&t Selections to Label View...", 
                                                ID_LABEL_ADDTOLABELVIEW
        MENUITEM "Diff Files in &2 Labels...",  ID_LABEL_DIFF2
        MENUITEM SEPARATOR
        MENUITEM "Set Labels &Filter for Selected Files", 
                                                ID_LABELFILTER_SETVIEW
        MENUITEM "Set Labels F&ilter for Selected Files and Revisions", 
                                                ID_LABELFILTER_SETVIEWREV
        MENUITEM "Clea&r Labels Filter",        ID_LABELFILTER_CLEARVIEW
        MENUITEM "Filter Labels by O&wner...",  ID_FILTERBYOWNER
        MENUITEM "Clear Owner Filter",          ID_CLEAROWNERFILTER
        MENUITEM SEPARATOR
        POPUP "Default drag and dro&p action"
        BEGIN
            MENUITEM "&Add/Replace Files Listed in Label", ID_LABELDD_SYNC
            MENUITEM "Delete S&ome Files Listed in Label", 
                                                    ID_LABELDD_DELETEFILES
            MENUITEM "Syn&c Specific Files in Label to Client", 
                                                    ID_LABELDD_SYNC_CLIENT
            MENUITEM "Add Depo&t Selections to Label View", 
                                                    ID_LABELDD_ADDTOLABELVIEW

            MENUITEM "Set Labels &Filter for Selected Files", 
                                                    ID_LABELFILTERDD_SETVIEW
            MENUITEM "Set Labels Filter for Selected Files and &Revisions", 
                                                    ID_LABELFILTERDD_SETVIEWREV

            MENUITEM "&Show Drag and Drop Menu",    ID_LABELDD_SHOWMENU
        END
        MENUITEM "&View Labels\tF9",            ID_LABEL_ACTIVATE
    END
    POPUP "Cl&ientSpec"
    BEGIN
        MENUITEM "&New...",                     ID_CLIENTSPEC_NEW
        MENUITEM "&Edit Current Client Spec...", ID_CLIENT_EDITMY
        MENUITEM "De&scribe...",                ID_CLIENT_DESCRIBE
        MENUITEM "&Delete",                     ID_CLIENT_DELETE
        MENUITEM SEPARATOR
        MENUITEM "S&witch to Client",           ID_CLIENTSPEC_SWITCH
        MENUITEM "Set Defa&ult Client ",        ID_SETDEFCLIENT
        MENUITEM "Create or Replace Client From &Template...", 
                                                ID_CLIENT_TEMPLATE
        MENUITEM SEPARATOR
        MENUITEM "&Filter Clients...",          ID_FILTERCLIENTS
        MENUITEM "Clear Client Filter",         ID_CLEARCLIENTFILTER
        MENUITEM SEPARATOR
        MENUITEM "View &Changes by ",           ID_CHGS_BY_CLIENT
        MENUITEM "&View Client Specs\tF10",     ID_CLIENT_ACTIVATE
    END
    POPUP "&User"
    BEGIN
        MENUITEM "&New...",                     ID_USER_CREATENEWUSER
        MENUITEM "&Edit My User...",            ID_USER_EDITMY
        MENUITEM "Descri&be...",                ID_USER_DESCRIBE
        MENUITEM "&Delete",                     ID_USER_DELETE
        MENUITEM SEPARATOR
        MENUITEM "Set Password",                ID_USER_PASSWORD
        MENUITEM "S&witch to User",             ID_USER_SWITCHTOUSER
        MENUITEM "Set Defa&ult User ",          ID_SETDEFUSER
        MENUITEM SEPARATOR
        MENUITEM "View &Changes by ",           ID_CHGS_BY_USER
        MENUITEM "&View Users\tF11",            ID_USER_ACTIVATE
    END
    POPUP "&Job"
    BEGIN
        MENUITEM "&New...",                     ID_JOB_NEW
        MENUITEM "&Edit...",                    ID_JOB_EDITSPEC
        MENUITEM "Descri&be...",                ID_JOB_DESCRIBE
        MENUITEM "Describe &Job ...",           ID_JOB_DESCRIBE_2
        MENUITEM "&Delete",                     ID_JOB_DELETE
        MENUITEM SEPARATOR
        MENUITEM "&Filter...\tCtrl+J",          ID_JOB_SETFILTER
        MENUITEM "&Clear Filter",               ID_JOB_REMOVEFILTER
        MENUITEM SEPARATOR
        MENUITEM "F&ilter by Selected Files",   ID_JOB_SETFILEFILTER
        MENUITEM "Filter by Files Include Integs", ID_JOB_SETFILEFILTERINTEG
        MENUITEM "C&lear File Filter",          ID_JOB_REMOVEFILEFILTER
        MENUITEM SEPARATOR
        MENUITEM "&Set job list columns...",    ID_JOB_CONFIGURE
        MENUITEM "&View Jobs\tF12",             ID_JOB_ACTIVATE
    END
    POPUP "&Tools"
    BEGIN
        MENUITEM "C&ustomize...",               ID_CUSTOMIZETOOLS
        MENUITEM "&Import...",                  ID_IMPORT
        MENUITEM "&Export...",                  ID_EXPORT
        MENUITEM SEPARATOR
        MENUITEM "Tool 1",                      ID_TOOL_1
        MENUITEM "Tool 2",                      ID_TOOL_2
        MENUITEM "Tool 3",                      ID_TOOL_3
        MENUITEM "Tool 4",                      ID_TOOL_4
        MENUITEM "Tool 5",                      ID_TOOL_5
        MENUITEM "Tool 6",                      ID_TOOL_6
        MENUITEM "Tool 7",                      ID_TOOL_7
        MENUITEM "Tool 8",                      ID_TOOL_8
        MENUITEM "Tool 9",                      ID_TOOL_9
        MENUITEM "Tool 10",                     ID_TOOL_10
        MENUITEM "Tool 11",                     ID_TOOL_11
        MENUITEM "Tool 12",                     ID_TOOL_12
        MENUITEM "Tool 13",                     ID_TOOL_13
        MENUITEM "Tool 14",                     ID_TOOL_14
        MENUITEM "Tool 15",                     ID_TOOL_15
        MENUITEM "Tool 16",                     ID_TOOL_16
    END
    POPUP "&Help"
    BEGIN
        MENUITEM "&Show Connection Info",       ID_PERFORCE_INFO
        MENUITEM "&Help Topics...\tF1",         ID_HELP_FINDER
        MENUITEM "&Getting Started with P4Win...", 
                                                ID_HELP_GETTINGSTARTEDWITHP4WIN

        MENUITEM SEPARATOR
        MENUITEM "&Perforce Web Site...",       ID_WWW_PERFORCE_COM
        MENUITEM "&E-mail support@perforce.com...", ID_EMAIL_PERFORCE
        MENUITEM SEPARATOR
        MENUITEM "&About...",                   ID_APP_ABOUT
    END
END

IDR_HISTORY MENU 
BEGIN
    POPUP "File-&Revision"
    BEGIN
        MENUITEM "&Get",                        ID_FILEREVISION_GET
        MENUITEM "&Browse",                     ID_FILEREVISION_BROWSE
        MENUITEM "&Diff Revisions",             ID_FILEREVISION_DIFF2
    END
END

IDR_DROPMENU MENU 
BEGIN
    POPUP "File&Drop"
    BEGIN
        MENUITEM "Open for &Edit",              ID_FILEDROP_EDIT
        MENUITEM "Ope&n for Delete",            ID_FILEDROP_DELETE
        MENUITEM "&Cancel",                     ID_FILEDROP_CANCEL
    END
END

IDR_FILTER MENU 
BEGIN
    POPUP "&Filter"
    BEGIN
        MENUITEM "&Clear",                      ID_FILTER_CLEAR
        MENUITEM "&Set View",                   ID_FILTER_SETVIEW
    END
END

IDR_DUMMY MENU 
BEGIN
    POPUP "This menu is NOT part of the program - it's just a way to define context menu ids"

    BEGIN
        MENUITEM "Show &Timestamp",             ID_SHOW_TIMESTAMP
        MENUITEM "Sync to Changelist...",       ID_SYNC_CHANGE
        MENUITEM "Op&en for Add",               ID_FILE_OPENADD
        MENUITEM "&Delete from Local Hard Disk...", ID_FILE_DELETE
        MENUITEM "Revision History Continued",  ID_FILE_REVISIONHISTORYCONT
        MENUITEM "Annotate All",                ID_FILE_ANNOTATEALL
        MENUITEM "Cancel Operation",            ID_CANCEL_BUTTON
        MENUITEM "Diff &2 Files",               ID_DIFF2
        MENUITEM "Use as Local Default Template", 
                                                ID_CLIENT_USEASLOCALTEMPLATE
        MENUITEM "Clear Local Default Template", 
                                                ID_CLIENT_CLEARLOCALTEMPLATE
    END
END

IDR_SPECDESC MENU 
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&Sync to selected revision",  ID_FILE_GETCUSTOM
        MENUITEM "&Find in Depot",              ID_POSITIONDEPOT
        MENUITEM "&Diff against Head revision...", ID_FILE_DIFFHEAD
        MENUITEM "Diff against Pre&vious revision...", IDB_DIFFREVISIONS
        MENUITEM "Diff against Cl&ient file...", IDB_DIFFCLIFILE
        MENUITEM "Vie&w Using...",              IDB_BROWSE
        MENUITEM "&Properties...",              ID_FILE_PROPERTIES
        MENUITEM "Revision &Graph...",          ID_FILE_REVISIONTREE
        MENUITEM "&Time-lapse View...",         ID_FILE_ANNOTATE
        MENUITEM "Revision &History...",        ID_FILE_REVISIONHISTORY
        MENUITEM SEPARATOR
        MENUITEM "&E-mail...",                  ID_EMAIL_PERFORCE
        MENUITEM "HyperTe&xt Link...",          ID_WWW_PERFORCE_COM
        MENUITEM SEPARATOR
        MENUITEM "Page Set&up...",              ID_PAGE_SETUP
        MENUITEM "&Print...",                   IDC_PRINT
        MENUITEM SEPARATOR
        MENUITEM "&Close",                      IDCANCEL
    END
    POPUP "&Edit"
    BEGIN
        MENUITEM "&Copy",                       ID_EDIT_COPY
        MENUITEM "&Select All",                 ID_EDIT_SELECT_ALL
        MENUITEM SEPARATOR
        MENUITEM "&Find...\tCtrl+F",            ID_POSITIONTOPATTERN
        MENUITEM "Find &Next\tF3",              ID_FINDNEXT
        MENUITEM "Find P&revious\tShift+F3",    ID_FINDPREV
        MENUITEM SEPARATOR
        MENUITEM "&Options...",                 ID_PERFORCE_OPTIONS
    END
    POPUP "Descri&be"
    BEGIN
        MENUITEM "Descri&be Changelist ",       ID_CHANGE_DESCRIBE
        MENUITEM "Describe &Branch...",         ID_BRANCH_DESCRIBE
        MENUITEM "Describe &Label...",          ID_LABEL_DESCRIBE
        MENUITEM "Describe Cl&ient...",         ID_CLIENT_DESCRIBE
        MENUITEM "Describe &User...",           ID_USER_DESCRIBE
        MENUITEM "Describe &Job...",            ID_JOB_DESCRIBE
        MENUITEM "CallTrac&k...",               ID_CURRENTTASK
    END
    POPUP "&Diff"
    BEGIN
        MENUITEM "&Normal",                     ID_SHOWDIFFS_NORMAL
        MENUITEM SEPARATOR
        MENUITEM "&Summary",                    ID_SHOWDIFFS_SUMMARY
        MENUITEM "&Unified",                    ID_SHOWDIFFS_UNIFIED
        MENUITEM "&Context",                    ID_SHOWDIFFS_CONTEXT
        MENUITEM "&RCS",                        ID_SHOWDIFFS_RCS
        MENUITEM SEPARATOR
        MENUITEM "&Hide Diffs",                 ID_SHOWDIFFS_NONE
    END
    POPUP "&Help"
    BEGIN
        MENUITEM "&Quick Help",                 ID_HELPNOTES
        MENUITEM "&Help\tF1",                   ID_HELP
    END
END

IDR_SPECDESC_RICH MENU 
BEGIN
    POPUP "This is the popup context menu for the rich edit control"
    BEGIN
        MENUITEM "&Copy",                       ID_EDIT_COPY
        MENUITEM SEPARATOR
        MENUITEM "&Sync to selected revision",  ID_FILE_GETCUSTOM
        MENUITEM "&Find in Depot",              ID_POSITIONDEPOT
        MENUITEM "&Diff against Head revision...", ID_FILE_DIFFHEAD
        MENUITEM "Diff against Pre&vious revision...", IDB_DIFFREVISIONS
        MENUITEM "Diff against Cl&ient file...", 33138
        MENUITEM "Vie&w Using...",              IDB_BROWSE
        MENUITEM "&Properties...",              ID_FILE_PROPERTIES
        MENUITEM "Revision &Graph...",          ID_FILE_REVISIONTREE
        MENUITEM "&Time-lapse View...",         ID_FILE_ANNOTATE
        MENUITEM "Revision &History...",        ID_FILE_REVISIONHISTORY
        MENUITEM SEPARATOR
        MENUITEM "&E-mail...",                  ID_EMAIL_PERFORCE
        MENUITEM "HyperTe&xt Link...",          ID_WWW_PERFORCE_COM
        MENUITEM SEPARATOR
        MENUITEM "Descri&be Changelist ",       ID_CHANGE_DESCRIBE
        MENUITEM "Describe &Branch...",         ID_BRANCH_DESCRIBE
        MENUITEM "Describe &Label...",          ID_LABEL_DESCRIBE
        MENUITEM "Describe Cl&ient...",         ID_CLIENT_DESCRIBE
        MENUITEM "Describe &User...",           ID_USER_DESCRIBE
        MENUITEM "Describe &Job...",            ID_JOB_DESCRIBE
        MENUITEM "CallTrac&k...",               ID_CURRENTTASK
        MENUITEM SEPARATOR
        MENUITEM "&Select All",                 ID_EDIT_SELECT_ALL
    END
END

IDR_STATUS MENU 
BEGIN
    POPUP "This is the popup context menu for the status view"
    BEGIN
        MENUITEM "&Copy",                       ID_EDIT_COPY
        MENUITEM "&Select All",                 ID_EDIT_SELECT_ALL
        MENUITEM SEPARATOR
        MENUITEM "&Find in Depot",              ID_POSITIONDEPOT
        MENUITEM "Find in Chan&gelists",        ID_POSITIONCHGS
        MENUITEM SEPARATOR
        MENUITEM "View Warnings and Errors...", ID_VIEW_WARNANDERR
        MENUITEM "C&lear Pane",                 ID_WINDOW_CLEAR
        MENUITEM "Show &P4 Commands",           ID_SHOW_COMMAND_TRACE
        MENUITEM "Show &Timestamp",             ID_SHOW_TIMESTAMP
        MENUITEM "Show Stat&us Messages",       ID_SHOW_STATUSMSGS
    END
END

IDR_USER MENU 
BEGIN
    POPUP "This is the popup context menu for the user view"
    BEGIN
        MENUITEM "&New...",                     ID_USER_CREATENEWUSER
        MENUITEM "&Edit My User...",            ID_USER_EDITMY
        MENUITEM "Describe &User...",           ID_USER_DESCRIBE
        MENUITEM "&Delete",                     ID_USER_DELETE
        MENUITEM SEPARATOR
        MENUITEM "S&witch to User",             ID_USER_SWITCHTOUSER
        MENUITEM "Set Password",                ID_USER_PASSWORD
        MENUITEM "Set Defa&ult User ",          ID_SETDEFUSER
        MENUITEM SEPARATOR
        MENUITEM "View &Changes by ",           ID_CHGS_BY_USER
        MENUITEM "&Refresh\tF5",                ID_VIEW_UPDATE
    END
END

IDR_LABELDRAGDROP MENU 
BEGIN
    POPUP "Menu for drag drop of files to label pane"
    BEGIN
        MENUITEM "&Add/Replace Files Listed in Label...", ID_LABEL_SYNC
        MENUITEM "Delete S&ome Files Listed in Label...", 
                                                ID_LABEL_DELETEFILES
        MENUITEM "Syn&c Specific Files in Label to Client...", 
                                                ID_LABEL_SYNC_CLIENT
        MENUITEM "Add Depo&t Selections to Label View...", 
                                                ID_LABEL_ADDTOLABELVIEW
        MENUITEM SEPARATOR
        MENUITEM "Set Labels &Filter for Selected Files", 
                                                ID_LABELFILTER_SETVIEW
        MENUITEM "Set Labels Filter for Selected Files and &Revisions", 
                                                ID_LABELFILTER_SETVIEWREV
        MENUITEM SEPARATOR
        POPUP "&Default drag and drop action"
        BEGIN
            MENUITEM "&Add/Replace Files Listed in Label", ID_LABELDD_SYNC
            MENUITEM "Delete S&ome Files Listed in Label", 
                                                    ID_LABELDD_DELETEFILES
            MENUITEM "Syn&c Specific Files in Label to Client", 
                                                    ID_LABELDD_SYNC_CLIENT
            MENUITEM "Add Depo&t Selections to Label View", 
                                                    ID_LABELDD_ADDTOLABELVIEW

            MENUITEM "Set Labels &Filter for Selected Files", 
                                                    ID_LABELFILTERDD_SETVIEW
            MENUITEM "Set Labels Filter for Selected Files and &Revisions", 
                                                    ID_LABELFILTERDD_SETVIEWREV

            MENUITEM "&Show this Drag and Drop Menu", ID_LABELDD_SHOWMENU
        END
        MENUITEM "&Cancel",                     ID_FILEDROP_CANCEL
    END
END

IDR_SPECDESC_DIFF MENU 
BEGIN
    POPUP "This is the popup menu for the Show DIff button"
    BEGIN
        MENUITEM "&Normal",                     ID_SHOWDIFFS_NORMAL
        MENUITEM SEPARATOR
        MENUITEM "&Summary",                    ID_SHOWDIFFS_SUMMARY
        MENUITEM "&Unified",                    ID_SHOWDIFFS_UNIFIED
        MENUITEM "&Context",                    ID_SHOWDIFFS_CONTEXT
        MENUITEM "&RCS",                        ID_SHOWDIFFS_RCS
        MENUITEM SEPARATOR
        MENUITEM "&Hide Diffs",                 ID_SHOWDIFFS_NONE
    END
END

IDR_FILTER_LABEL MENU 
BEGIN
    POPUP "This is the popup menu for the labels view filter dropdown"
    BEGIN
        MENUITEM "&Filter for Selected Files",  ID_LABELFILTER_SETVIEW
        MENUITEM "Filter for Selected Files and &Revisions", 
                                                ID_LABELFILTER_SETVIEWREV
        MENUITEM "Filter Labels by O&wner...",  ID_FILTERBYOWNER
    END
END

IDR_CLEARFILTER_LABEL MENU 
BEGIN
    POPUP "This is the popup menu for the clear labels filter dropdown"
    BEGIN
        MENUITEM "Clear &File Filter",          ID_LABELFILTER_CLEARVIEW
        MENUITEM "Clear &Owner Filter",         ID_CLEAROWNERFILTER
    END
END

IDR_FILTER_OLDCHG MENU 
BEGIN
    POPUP "This is the popup menu for the submitted changes view filter dropdown"

    BEGIN
        MENUITEM "Clear Filter",                ID_FILTER_CLEARVIEW
        MENUITEM "Set Filter...",               ID_FILTER_SETVIEW
    END
END

IDR_SETFILTER_JOB MENU 
BEGIN
    POPUP "This is the popup menu for the jobs view filter dropdown"
    BEGIN
        MENUITEM "Filter by String...\tCtrl+J", ID_JOB_SETFILTER
        MENUITEM "Filter by Selected Files",    ID_JOB_SETFILEFILTER
        MENUITEM "Filter by Files Include Integs", ID_JOB_SETFILEFILTERINTEG
    END
END

IDR_CLEARFILTER_JOB MENU 
BEGIN
    POPUP "This is the popup menu for the jobs view filter dropdown"
    BEGIN
        MENUITEM "Clear Filter String",         ID_JOB_REMOVEFILTER
        MENUITEM "Clear File Filter",           ID_JOB_REMOVEFILEFILTER
    END
END

IDR_VIEW_DEPOT MENU 
BEGIN
    POPUP "This is the popup menu for the depot view view dropdown"
    BEGIN
        MENUITEM "Client View of Depot",        ID_VIEW_CLIENTVIEW
        MENUITEM "Local View of Depot",         ID_VIEW_LOCAL_P4
        MENUITEM "Local View of Client Tree",   ID_VIEW_LOCAL_TREE
        MENUITEM "Local Files &Not in Depot",   ID_VIEW_FILESNOTINDEPOT
        MENUITEM "Entire Depot",                ID_VIEW_ENTIREVIEW
        MENUITEM SEPARATOR
        MENUITEM "Show Deleted Depot &Files",   ID_SHOWDELETEDFILES
        MENUITEM "Sort Depot Files by E&xtension", ID_SORTBYEXTENSION
    END
END

IDR_VIEW_DELTA MENU 
BEGIN
    POPUP "This is the popup menu for the delta view view dropdown"
    BEGIN
        MENUITEM "Sort Files by File &Name",    ID_SORTCHGFILESBYNAME
        MENUITEM "Sort Files by E&xtension",    ID_SORTCHGFILESBYEXT
        MENUITEM "Sort Files by &Action",       ID_SORTCHGFILESBYACTION
        MENUITEM "Sort Files by &Resolve Status", ID_SORTCHGFILESBYRESOLVE
        MENUITEM "Sort Changelists by &User",   ID_SORTCHGSBYUSER
    END
END

IDR_MERGE2DIFFYOURS MENU 
BEGIN
    POPUP "Yours Diff menu for 2-way merge"
    BEGIN
        MENUITEM "Yours &vs Theirs",            IDC_BDIFF
        MENUITEM SEPARATOR
        MENUITEM "Depot vs &Yours",             IDC_BDIFFYOURSDEPOT
        MENUITEM "Depot vs &Theirs",            IDC_BDIFFTHEIRSDEPOT
    END
END

IDR_MERGE2DIFFTHEIRS MENU 
BEGIN
    POPUP "Theirs Diff menu for 2-way merge"
    BEGIN
        MENUITEM "Yours &vs &Theirs",           IDC_BDIFF
        MENUITEM SEPARATOR
        MENUITEM "Depot vs &Yours",             IDC_BDIFFYOURSDEPOT
        MENUITEM "Depot vs &Theirs",            IDC_BDIFFTHEIRSDEPOT
    END
END

IDR_MERGE3DIFFYOURS MENU 
BEGIN
    POPUP "Yours Diff menu for 3-way merge"
    BEGIN
        MENUITEM "&Base vs Yours",              IDC_BDIFFYOURS
        MENUITEM SEPARATOR
        MENUITEM "Theirs vs &Yours",            IDC_BDIFFTHEIRSYOURS
        MENUITEM "Yours vs &Theirs",            IDC_BDIFFYOURSTHEIRS
        MENUITEM "Yours vs &Merged",            IDC_BDIFFYOURSMERGED
        MENUITEM "&Depot vs Yours",             IDC_BDIFFYOURSDEPOT
    END
END

IDR_MERGE3DIFFTHEIRS MENU 
BEGIN
    POPUP "Theirs Diff menu for 3-way merge"
    BEGIN
        MENUITEM "&Base vs Theirs",             IDC_BDIFFTHEIRS
        MENUITEM SEPARATOR
        MENUITEM "Yours vs &Theirs",            IDC_BDIFFYOURSTHEIRS
        MENUITEM "Theirs vs &Yours",            IDC_BDIFFTHEIRSYOURS
        MENUITEM "Theirs vs &Merged",           IDC_BDIFFTHEIRSMERGED
        MENUITEM "&Depot vs Theirs",            IDC_BDIFFTHEIRSDEPOT
    END
END

IDR_MERGE3DIFFMERGED MENU 
BEGIN
    POPUP "Merged Diff menu for 3-way merge"
    BEGIN
        MENUITEM "&Base vs Merged",             IDC_BDIFFMERGED
        MENUITEM SEPARATOR
        MENUITEM "&Yours vs Merged",            IDC_BDIFFYOURSMERGED
        MENUITEM "&Theirs vs Merged",           IDC_BDIFFTHEIRSMERGED
        MENUITEM "&Depot vs Merged",            IDC_BDIFFDEPOTMERGED
    END
END

IDR_MERGE3DIFFALL MENU 
BEGIN
    POPUP "Diff menu for 3-way merge"
    BEGIN
        MENUITEM "Base vs &Yours",              IDC_BDIFFYOURS
        MENUITEM "Base vs &Theirs",             IDC_BDIFFTHEIRS
        MENUITEM "Base vs &Merged",             IDC_BDIFFMERGED
        MENUITEM SEPARATOR
        MENUITEM "Yo&urs vs Theirs",            IDC_BDIFFYOURSTHEIRS
        MENUITEM "T&heirs vs Yours",            IDC_BDIFFTHEIRSYOURS
        MENUITEM SEPARATOR
        MENUITEM "Yours vs M&erged",            IDC_BDIFFYOURSMERGED
        MENUITEM "Theirs vs Mer&ged",           IDC_BDIFFTHEIRSMERGED
        MENUITEM SEPARATOR
        MENUITEM "Depot vs Y&ours",             IDC_BDIFFYOURSDEPOT
        MENUITEM "Depot vs The&irs",            IDC_BDIFFTHEIRSDEPOT
        MENUITEM "&Depot vs Merged",            IDC_BDIFFDEPOTMERGED
    END
END

IDR_EDITMENUALL MENU 
BEGIN
    POPUP "Edit menu for 3-way merge"
    BEGIN
        MENUITEM "Edit &Yours...",              IDC_BEDITYOURS
        MENUITEM "View &Theirs...",             IDC_BEDITTHEIRS
        MENUITEM "Edit &Merged...",             IDC_BEDITMERGED
    END
END

IDR_PROPMENUALL MENU 
BEGIN
    POPUP "Properties menu for 3-way merge"
    BEGIN
        MENUITEM "&Yours...",                   IDC_BPROPYOURS
        MENUITEM "&Theirs...",                  IDC_BPROPTHEIRS
    END
END

IDR_HISTMENUALL MENU 
BEGIN
    POPUP "Rev Hist menu for 3-way merge"
    BEGIN
        MENUITEM "&Yours...",                   IDC_BHISTYOURS
        MENUITEM "&Theirs...",                  IDC_BHISTTHEIRS
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// Accelerator
//

IDR_MAINFRAME ACCELERATORS 
BEGIN
    "0",            ID_BKMK_10,             VIRTKEY, ALT, NOINVERT
    "0",            ID_FAV_10,              VIRTKEY, SHIFT, ALT, NOINVERT
    "1",            ID_BKMK_1,              VIRTKEY, ALT, NOINVERT
    "1",            ID_FAV_1,               VIRTKEY, SHIFT, ALT, NOINVERT
    "2",            ID_BKMK_2,              VIRTKEY, ALT, NOINVERT
    "2",            ID_FAV_2,               VIRTKEY, SHIFT, ALT, NOINVERT
    "3",            ID_BKMK_3,              VIRTKEY, ALT, NOINVERT
    "3",            ID_FAV_3,               VIRTKEY, SHIFT, ALT, NOINVERT
    "4",            ID_BKMK_4,              VIRTKEY, ALT, NOINVERT
    "4",            ID_FAV_4,               VIRTKEY, SHIFT, ALT, NOINVERT
    "5",            ID_BKMK_5,              VIRTKEY, ALT, NOINVERT
    "5",            ID_FAV_5,               VIRTKEY, SHIFT, ALT, NOINVERT
    "6",            ID_BKMK_6,              VIRTKEY, ALT, NOINVERT
    "6",            ID_FAV_6,               VIRTKEY, SHIFT, ALT, NOINVERT
    "7",            ID_BKMK_7,              VIRTKEY, ALT, NOINVERT
    "7",            ID_FAV_7,               VIRTKEY, SHIFT, ALT, NOINVERT
    "8",            ID_BKMK_8,              VIRTKEY, ALT, NOINVERT
    "8",            ID_FAV_8,               VIRTKEY, SHIFT, ALT, NOINVERT
    "9",            ID_BKMK_9,              VIRTKEY, ALT, NOINVERT
    "9",            ID_FAV_9,               VIRTKEY, SHIFT, ALT, NOINVERT
    "A",            ID_EDIT_SELECT_ALL,     VIRTKEY, CONTROL, NOINVERT
    "B",            ID_BOOKMARKS,           VIRTKEY, CONTROL, NOINVERT
    "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
    "C",            ID_EDIT_COPYCLIENTPATH, VIRTKEY, SHIFT, CONTROL, 
                                                    NOINVERT
    "D",            ID_FILE_DIFFHEAD,       VIRTKEY, CONTROL, NOINVERT
    "E",            ID_FILE_OPENEDIT,       VIRTKEY, CONTROL, NOINVERT
    "F",            ID_POSITIONTOPATTERN,   VIRTKEY, CONTROL, NOINVERT
    "F",            ID_FINDFILEUNDERFOLDER, VIRTKEY, SHIFT, CONTROL, 
                                                    NOINVERT
    "I",            ID_FILE_ANNOTATIONS,    VIRTKEY, CONTROL, NOINVERT
    "G",            ID_FILE_REVISIONTREE,   VIRTKEY, CONTROL, NOINVERT
    "H",            ID_FILE_REVISIONHISTORY, VIRTKEY, CONTROL, NOINVERT
    "J",            ID_JOB_SETFILTER,       VIRTKEY, CONTROL, NOINVERT
    "L",            ID_FILE_LOCK,           VIRTKEY, CONTROL, NOINVERT
    "M",            ID_FILE_RUNMERGETOOL,   VIRTKEY, CONTROL, NOINVERT
    "M",            ID_FILE_AUTORESOLVE,    VIRTKEY, SHIFT, CONTROL, 
                                                    NOINVERT
    "N",            ID_NEW,                 VIRTKEY, CONTROL, NOINVERT
    "O",            ID_NEW_WINDOW,          VIRTKEY, CONTROL, NOINVERT
    "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL, NOINVERT
    "Q",            ID_SELECTFILES_CHANGED, VIRTKEY, CONTROL, NOINVERT
    "Q",            ID_SELECTFILES_UNCHANGED, VIRTKEY, SHIFT, CONTROL, 
                                                    NOINVERT
    "R",            ID_FILE_REVERT,         VIRTKEY, CONTROL, NOINVERT
    "S",            ID_CHANGE_SUBMIT,       VIRTKEY, CONTROL, NOINVERT
    "T",            ID_PERFORCE_OPTIONS,    VIRTKEY, CONTROL, NOINVERT
    "U",            ID_FILE_UNLOCK,         VIRTKEY, CONTROL, NOINVERT
    "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL, NOINVERT
    VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT, NOINVERT
    VK_CANCEL,      ID_FILE_CANCEL,         VIRTKEY, CONTROL, NOINVERT
    VK_DELETE,      ID_FILE_OPENDELETE,     VIRTKEY, CONTROL, NOINVERT
    VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT, NOINVERT
    VK_F1,          ID_HELP,                VIRTKEY, NOINVERT
    VK_F1,          ID_CONTEXT_HELP,        VIRTKEY, SHIFT, NOINVERT
    VK_F10,         ID_CLIENT_ACTIVATE,     VIRTKEY, NOINVERT
    VK_F11,         ID_USER_ACTIVATE,       VIRTKEY, NOINVERT
    VK_F12,         ID_JOB_ACTIVATE,        VIRTKEY, NOINVERT
    VK_F3,          ID_FINDNEXT,            VIRTKEY, NOINVERT
    VK_F3,          ID_POSITIONCHGS,        VIRTKEY, ALT, NOINVERT
    VK_F3,          ID_FINDPREV,            VIRTKEY, SHIFT, NOINVERT
    VK_F5,          ID_VIEW_UPDATE,         VIRTKEY, NOINVERT
    VK_F6,          ID_CHANGELIST_ACTIVATE, VIRTKEY, NOINVERT
    VK_F7,          ID_SUBMITTED_ACTIVATE,  VIRTKEY, NOINVERT
    VK_F8,          ID_BRANCH_ACTIVATE,     VIRTKEY, NOINVERT
    VK_F9,          ID_LABEL_ACTIVATE,      VIRTKEY, NOINVERT
    VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
    VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT, NOINVERT
    VK_RETURN,      ID_FILE_PROPERTIES,     VIRTKEY, ALT, NOINVERT
    "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL, NOINVERT
    "Y",            ID_FILE_GET,            VIRTKEY, CONTROL, NOINVERT
    "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL, NOINVERT
END


/////////////////////////////////////////////////////////////////////////////
//
// Dialog
//

IDD_HISTORY DIALOGEX 0, 0, 354, 208
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "File Revision History"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    CONTROL         "List1",IDC_REVISIONLIST,"SysListView32",LVS_REPORT | 
                    LVS_SORTDESCENDING | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | 
                    WS_THICKFRAME | WS_TABSTOP,7,36,341,65
    LTEXT           "&Actions",IDC_ACTIONLABEL,7,104,160,8
    EDITTEXT        IDC_REVISIONACTION,7,116,341,28,ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
    LTEXT           "Description of Chan&ge",IDC_SUMMARYLABEL,7,146,160,8
    EDITTEXT        IDC_REVISIONINFO,7,156,341,28,ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL
    PUSHBUTTON      "&View",IDB_BROWSE,6,4,40,14
    PUSHBUTTON      "&Sync",IDB_GET,50,4,40,14
    PUSHBUTTON      "&Diff Revs",IDB_DIFFREVISIONS,94,4,40,14
    PUSHBUTTON      "Diff vs &ClientFile",IDB_DIFFVSCLIENT,138,4,75,14
    PUSHBUTTON      "Descri&be Changelist",ID_CHANGE_DESCRIBE,217,4,75,14
    PUSHBUTTON      "Rec&over",ID_FILE_RECOVER,296,4,40,14
    CONTROL         "Display b&ranching history",IDC_COMPLETEHIST,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,7,189,114,14
    LTEXT           "B&rancing history:",IDC_STATIC_1,7,192,54,8,NOT 
                    WS_VISIBLE | WS_DISABLED
    CONTROL         "Off",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_GROUP,65,192,26,10
    CONTROL         "Inherited",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,95,192,44,10
    CONTROL         "Content",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,144,192,40,10
    PUSHBUTTON      "&More",IDC_MORE,189,189,50,14
    DEFPUSHBUTTON   "Close",IDOK,244,189,50,14
    PUSHBUTTON      "Help",IDHELP,298,189,50,14
    RTEXT           "File Type: text",IDC_REVFILETYPE,241,104,105,8
END

IDD_SPECSHEET DIALOGEX 0, 0, 300, 167
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Perforce Specification Editor"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "&Reopen Files",IDC_REOPEN,"Button",BS_AUTOCHECKBOX | 
                    BS_LEFT | WS_TABSTOP,7,137,67,9
    LTEXT           "Unchanged:",IDC_STATICUNCHANGED,74,137,42,8
    CONTROL         "Sub&mit",IDC_RADIOSUBMIT,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,119,136,39,10
    CONTROL         "Re&vert",IDC_RADIOREVERT,"Button",BS_AUTORADIOBUTTON,
                    162,136,37,10
    CONTROL         "&Leave",IDC_RADIOLEAVE,"Button",BS_AUTORADIOBUTTON,205,
                    136,35,10
    PUSHBUTTON      "&Submit",ID_ACTION_1,243,131,52,14
    PUSHBUTTON      "&Update",ID_UPDATE,23,148,52,14
    PUSHBUTTON      "&Editor",ID_EDITOR,78,148,52,14
    PUSHBUTTON      "Cancel",ID_CANCEL,133,148,52,14
    PUSHBUTTON      "Spec &Notes",ID_HELPNOTES,188,148,52,14
    PUSHBUTTON      "Help",ID_HELP,243,148,52,14
END

IDD_SPECDLG DIALOGEX 0, 0, 298, 137
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Perforce Specification Editor"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    RTEXT           "* required field",IDC_REQSTATIC,221,1,59,8
    COMBOBOX        IDC_COMBO1,106,22,97,47,CBS_DROPDOWNLIST | NOT 
                    WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO2,106,38,97,41,CBS_DROPDOWNLIST | NOT 
                    WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO3,106,55,97,56,CBS_DROPDOWNLIST | NOT 
                    WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO4,106,71,97,59,CBS_DROPDOWNLIST | NOT 
                    WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    COMBOBOX        IDC_COMBO5,106,87,97,57,CBS_DROPDOWNLIST | NOT 
                    WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
    LTEXT           "Static1",IDC_STATIC1,7,7,93,9,NOT WS_VISIBLE | 
                    WS_BORDER
    LTEXT           "Static2",IDC_STATIC2,7,19,93,9,NOT WS_VISIBLE | 
                    WS_BORDER
    CTEXT           "8pt Courier New only!",IDC_BUSYMESSAGE,7,36,88,54,
                    SS_CENTERIMAGE | NOT WS_VISIBLE
    LTEXT           "Static3",IDC_STATIC3,7,121,273,9,NOT WS_VISIBLE | 
                    WS_BORDER
    PUSHBUTTON      "Cancel",ID_FILE_CANCEL,230,15,50,14,NOT WS_VISIBLE | 
                    WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_BROWSE,230,32,50,14,NOT WS_VISIBLE | 
                    WS_DISABLED
END

IDD_ADDLIST DIALOGEX 0, 0, 290, 198
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | 
    WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | 
    WS_THICKFRAME
CAPTION "Add Files to Source Control"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    PUSHBUTTON      "Add File&s",IDOK,126,177,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,179,177,50,14
    PUSHBUTTON      "Help",IDHELP,233,177,50,14
    GROUPBOX        "Files",IDC_STATIC3,7,7,276,126
    LTEXT           "Listbox rect",IDC_STATICRECT,12,18,265,93,NOT 
                    WS_VISIBLE
    PUSHBUTTON      "&Filter Files...",IDC_FILTERFILES,120,114,50,14
    PUSHBUTTON      "&Remove Selected Files",ID_DELETESELECTED,173,114,103,
                    14,NOT WS_VISIBLE
    LTEXT           "Add to &change:",IDC_ADDPROMPT,7,141,57,10
    COMBOBOX        IDC_ADDCHANGNUM,64,140,135,63,CBS_DROPDOWNLIST | 
                    CBS_SORT | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "Open files for:",IDC_STATIC1,7,156,54,8,NOT WS_VISIBLE
    CONTROL         "&Add only",IDC_ADD,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_GROUP,64,156,48,10
    CONTROL         "&Edit only",IDC_EDIT,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,115,156,48,10
    CONTROL         "&Both add and edit",IDC_BOTH,"Button",
                    BS_AUTORADIOBUTTON | NOT WS_VISIBLE | WS_DISABLED,166,
                    156,71,10
    CONTROL         "&Delete",IDC_DELETE,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,242,156,41,10
    CONTROL         "Default",IDC_DEFAULT1,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_GROUP,64,167,39,10
    CONTROL         "Default",IDC_DEFAULT2,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,115,167,39,10
    CONTROL         "Default",IDC_DEFAULT3,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,166,167,39,10
    CONTROL         "Default",IDC_DEFAULT4,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED,242,167,39,10
END

IDD_SPECDESC DIALOGEX 0, 0, 300, 220
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Perforce Spec Description"
MENU IDR_SPECDESC
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    PUSHBUTTON      "Close",IDOK,253,165,45,14
    CONTROL         "",IDC_DESCRIPTION,"RichEdit20A",ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_READONLY | WS_BORDER | WS_VSCROLL | 
                    WS_TABSTOP,1,12,297,147
    PUSHBUTTON      "&Print",IDC_PRINT,1,165,45,14
    CONTROL         "&+",IDC_PREVITEM,"Button",BS_OWNERDRAW | NOT WS_VISIBLE | 
                    WS_TABSTOP,50,165,45,14
    CONTROL         "&-",IDC_NEXTITEM,"Button",BS_OWNERDRAW | NOT WS_VISIBLE | 
                    WS_TABSTOP,98,165,45,14
    PUSHBUTTON      "Ed&it",IDC_EDITIT,146,165,45,14,NOT WS_VISIBLE
    CONTROL         "&Show Diffs",IDC_SHOWDIFFS,"Button",BS_OWNERDRAW | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_TABSTOP,195,165,60,14
    PUSHBUTTON      "Show &Fixes",IDC_SHOWFIXES,197,165,45,14,NOT WS_VISIBLE | 
                    WS_DISABLED
    PUSHBUTTON      "Show &Files",IDC_SHOWFILES,199,165,45,14,NOT WS_VISIBLE | 
                    WS_DISABLED
END

IDD_SPECDESCW DIALOGEX 0, 0, 300, 220
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Perforce Spec Description"
MENU IDR_SPECDESC
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    PUSHBUTTON      "Close",IDOK,253,165,45,14
    CONTROL         "",IDC_DESCRIPTION,"RichEdit20W",WS_BORDER | WS_VSCROLL | 
                    WS_TABSTOP | 0x844,1,12,297,147
    PUSHBUTTON      "&Print",IDC_PRINT,1,165,45,14
    CONTROL         "&+",IDC_PREVITEM,"Button",BS_OWNERDRAW | NOT WS_VISIBLE | 
                    WS_TABSTOP,50,165,45,14
    CONTROL         "&-",IDC_NEXTITEM,"Button",BS_OWNERDRAW | NOT WS_VISIBLE | 
                    WS_TABSTOP,98,165,45,14
    PUSHBUTTON      "Ed&it",IDC_EDITIT,146,165,45,14,NOT WS_VISIBLE
    CONTROL         "&Show Diffs",IDC_SHOWDIFFS,"Button",BS_OWNERDRAW | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_TABSTOP,195,165,60,14
    PUSHBUTTON      "Show &Fixes",IDC_SHOWFIXES,197,165,45,14,NOT WS_VISIBLE | 
                    WS_DISABLED
    PUSHBUTTON      "Show &Files",IDC_SHOWFILES,199,165,45,14,NOT WS_VISIBLE | 
                    WS_DISABLED
END

IDD_VIEWERSELECT DIALOGEX 0, 0, 224, 131
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Select Editor/Viewer"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Use &associated application",IDC_RADIO1,"Button",
                    BS_AUTORADIOBUTTON,7,7,134,15
    CONTROL         "Use &selected application",IDC_RADIO2,"Button",
                    BS_AUTORADIOBUTTON,7,20,135,15
    LISTBOX         IDC_MRU_LIST,7,38,210,64,LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,29,110,60,14
    PUSHBUTTON      "&Find Editor...",IDC_FINDVIEWER,93,110,60,14
    PUSHBUTTON      "Cancel",IDCANCEL,157,110,60,14
END

IDD_MERGE3 DIALOGEX 0, 0, 281, 179
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Resolve File (3-way merge)"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    PUSHBUTTON      "&Run Merge Utility...",IDC_BRUNMERGE,186,108,80,14
    DEFPUSHBUTTON   "&Accept Merged",IDC_BACCEPT,15,158,60,14
    PUSHBUTTON      "S&kip File",IDCANCEL,78,158,50,14
    PUSHBUTTON      "Skip Remaining Fi&les",IDC_CANCEL_ALL,132,158,86,14
    PUSHBUTTON      "Help",IDHELP,223,158,50,14
    CONTROL         "&Diff...",IDC_BDIFF,"Button",BS_OWNERDRAW | WS_TABSTOP,
                    15,129,50,14
    PUSHBUTTON      "&Edit...",IDC_BEDIT,69,129,50,14
    PUSHBUTTON      "&Properties...",IDC_BPROPERTIES,123,129,60,14
    PUSHBUTTON      "Revision &History...",IDC_BHISTORY,186,129,80,14
    GROUPBOX        "",IDC_RERESOLVE_WARN5,212,11,57,44
    CTEXT           "WARNING!",IDC_RERESOLVE_WARN1,213,18,54,8
    CTEXT           "File Has",IDC_RERESOLVE_WARN2,213,27,54,8
    CTEXT           "already been",IDC_RERESOLVE_WARN3,213,35,54,8
    CTEXT           "Resolved.",IDC_RERESOLVE_WARN4,213,44,54,8
    GROUPBOX        "Files",IDC_STATIC1,7,7,266,144
    LTEXT           "Summary of initial differences - Count of diff chunks:",
                    IDC_STATIC,15,16,190,12
    LTEXT           "Yours:",IDC_STATIC,20,30,32,12
    EDITTEXT        IDC_YOURCHUNKS,53,31,38,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER | NOT WS_BORDER
    LTEXT           "Theirs:",IDC_STATIC,20,44,34,12
    EDITTEXT        IDC_THEIRCHUNKS,53,43,38,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER | NOT WS_BORDER
    LTEXT           "Both:",IDC_STATIC,93,30,42,12
    EDITTEXT        IDC_BOTHCHUNKS,139,30,28,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER | NOT WS_BORDER
    LTEXT           "Conflicting:",IDC_STATIC,93,44,44,12
    EDITTEXT        IDC_CONFLICTCHUNKS,139,43,28,12,ES_AUTOHSCROLL | 
                    ES_READONLY | ES_NUMBER | NOT WS_BORDER
    GROUPBOX        "",IDC_STATIC_1,10,55,259,26
    GROUPBOX        "",IDC_STATIC_2,10,77,259,26
    GROUPBOX        "",IDC_STATIC_3,10,100,259,26
    EDITTEXT        IDC_YOURFILE,50,63,216,15,ES_AUTOHSCROLL | ES_READONLY | 
                    NOT WS_TABSTOP
    EDITTEXT        IDC_THEIRFILE,50,86,216,15,ES_AUTOHSCROLL | ES_READONLY | 
                    NOT WS_TABSTOP
    EDITTEXT        IDC_CONFLICTSREMAINING,53,110,130,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT 
                    WS_TABSTOP
    CONTROL         "&Yours:",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,13,65,35,10
    CONTROL         "&Theirs:",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,87,35,10
    CONTROL         "&Merged:",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,109,38,10
END

IDD_MERGE2 DIALOGEX 0, 0, 281, 120
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Resolve File (2-way merge)"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    DEFPUSHBUTTON   "&Accept Yours",IDC_BACCEPT,15,99,60,14
    PUSHBUTTON      "S&kip File",IDCANCEL,78,99,50,14
    PUSHBUTTON      "Skip Remaining Fi&les",IDC_CANCEL_ALL,132,99,86,14
    PUSHBUTTON      "Help",IDHELP,223,99,50,14
    CONTROL         "&Diff...",IDC_BDIFF,"Button",BS_OWNERDRAW | WS_TABSTOP,
                    15,70,50,14
    PUSHBUTTON      "&Edit...",IDC_BEDIT,69,70,50,14
    PUSHBUTTON      "&Properties...",IDC_BPROPERTIES,123,70,60,14
    PUSHBUTTON      "Revision &History...",IDC_BHISTORY,186,70,80,14
    GROUPBOX        "Files",IDC_STATIC1,7,7,266,85
    GROUPBOX        "",IDC_STATIC_1,10,15,259,26
    GROUPBOX        "",IDC_STATIC_2,10,37,259,26
    EDITTEXT        IDC_YOURFILE,50,23,216,15,ES_AUTOHSCROLL | ES_READONLY | 
                    NOT WS_TABSTOP
    EDITTEXT        IDC_THEIRFILE,50,46,216,15,ES_AUTOHSCROLL | ES_READONLY | 
                    NOT WS_TABSTOP
    CONTROL         "&Yours:",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,13,25,35,10
    CONTROL         "&Theirs:",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,47,35,10
END

IDD_CUSTOMGET DIALOGEX 0, 0, 325, 86
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Sync Files to Revision, Changelist, Label, Date or Client"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "&Revision #:",IDC_ISREVNBR,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,7,9,50,10
    CONTROL         "&Other:",IDC_ISSYMBOL,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,7,28,32,10
    EDITTEXT        IDC_REVNBR,58,8,50,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_COMBO,41,27,68,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_EDITLABEL,113,26,150,13,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_BROWSE,267,25,50,14,WS_DISABLED
    CONTROL         "S&ync only files submitted in changelist",IDC_CHECKONLY,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,20,52,209,10
    CTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_DATELABEL,103,
                    42,160,10
    CONTROL         "&Force resynchronization",IDC_FORCE_RESYNC,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,20,65,101,10
    DEFPUSHBUTTON   "&Sync Files",IDGET,123,65,68,14,WS_DISABLED
    PUSHBUTTON      "Sync (&Preview)",IDGETPREVIEW,195,65,68,14,WS_DISABLED
    PUSHBUTTON      "Cancel",IDCANCEL,267,65,50,14
END

IDD_FILE_INFORMATION DIALOGEX 0, 0, 266, 208
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Perforce File Information"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    LTEXT           "&Depot Path:",IDC_STATIC,9,7,52,15
    EDITTEXT        IDC_DEPOTPATH,71,7,188,12,ES_AUTOHSCROLL | ES_READONLY
    LTEXT           "&Client Path:",IDC_STATIC,9,23,52,15
    EDITTEXT        IDC_CLIENTPATH,71,23,188,12,ES_AUTOHSCROLL | ES_READONLY
    LTEXT           "File T&ype:",IDC_STATIC,9,46,57,15
    EDITTEXT        IDC_HEADTYPE,71,46,55,12,ES_AUTOHSCROLL | ES_READONLY,
                    WS_EX_RIGHT
    LTEXT           "Si&ze on Server:",IDC_STATIC1,148,46,57,15
    EDITTEXT        IDC_FILESIZE,214,46,45,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER,WS_EX_RIGHT
    LTEXT           "Head &Revision:",IDC_STATIC,9,63,57,15
    EDITTEXT        IDC_HEADREV,71,63,55,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER,WS_EX_RIGHT
    LTEXT           "Have Re&vision:",IDC_STATIC,148,63,61,15
    EDITTEXT        IDC_HAVEREV,214,63,45,12,ES_AUTOHSCROLL | ES_READONLY | 
                    ES_NUMBER,WS_EX_RIGHT
    LTEXT           "Head &Action:",IDC_STATIC,9,80,50,15
    EDITTEXT        IDC_HEADACTION,71,80,55,12,ES_AUTOHSCROLL | ES_READONLY,
                    WS_EX_RIGHT
    LTEXT           "H&ead Change:",IDC_STATIC,148,80,59,15
    EDITTEXT        IDC_HEADCHANGE,214,80,45,12,ES_AUTOHSCROLL | ES_READONLY,
                    WS_EX_RIGHT
    LTEXT           "Last Sub&mitted:",IDC_STATIC,9,98,55,15
    EDITTEXT        IDC_MODTIME,71,98,188,12,ES_AUTOHSCROLL | ES_READONLY
    LTEXT           "&Opened By:",IDC_STATIC,9,123,40,11
    PUSHBUTTON      "Descri&be",IDC_DESCRIBE,7,134,41,14,WS_DISABLED
    LISTBOX         IDC_OPENEDLIST,70,122,189,37,LBS_SORT | 
                    LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | 
                    WS_TABSTOP
    LTEXT           "&Locked By:",IDC_STATIC,9,168,43,15
    EDITTEXT        IDC_LOCKEDBY,71,168,188,12,ES_AUTOHSCROLL | ES_READONLY
    DEFPUSHBUTTON   "Close",IDOK,209,187,50,14
END

IDD_EDITASSOCIATION DIALOGEX 0, 0, 270, 108
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Edit Association"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Enter file &extension, using semicolons to separate multiple extensions (e.g. "".cpp"" or "".h;.c;.cpp""):",
                    IDC_STATIC,7,7,201,21
    EDITTEXT        IDC_EXTENSION,7,29,256,15,ES_AUTOHSCROLL
    LTEXT           "&Application for Editing/Viewing this file type:",
                    IDC_STATIC,7,50,201,11
    EDITTEXT        IDC_APPLICATION,7,63,200,15,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,213,64,50,14
    DEFPUSHBUTTON   "OK",IDOK,157,87,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,213,87,50,14
END

IDD_REVERTLIST DIALOGEX 0, 0, 289, 181
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Unchanged Files for Revert"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    PUSHBUTTON      "Revert &Files",IDOK,222,160,60,14
    PUSHBUTTON      "Cancel",IDCANCEL,157,160,60,14
    PUSHBUTTON      "&Remove Selected Items",ID_DELETESELECTED,60,160,92,14,
                    NOT WS_VISIBLE
    LTEXT           "Listbox rect",IDC_STATICRECT,7,7,275,138,NOT WS_VISIBLE
END

IDD_JOBLIST DIALOGEX 0, 0, 277, 182
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Select Job(s) Fixed by Changelist"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "List1",IDC_JOBLIST,"SysListView32",LVS_REPORT | 
                    LVS_SORTDESCENDING | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | 
                    WS_BORDER | WS_TABSTOP,7,23,263,65
    RTEXT           "Set Job &Status to:",IDC_JOBSTATUSPROMPT,100,93,69,11
    COMBOBOX        IDC_JOBSTATUS,172,91,98,120,CBS_DROPDOWN | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "Job &Description:",IDC_SUMMARYLABEL,7,94,63,11
    EDITTEXT        IDC_JOBDESC,7,106,263,42,ES_MULTILINE | ES_AUTOVSCROLL | 
                    ES_READONLY | WS_VSCROLL
    PUSHBUTTON      "OK",IDOK,112,161,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,166,161,50,14
    PUSHBUTTON      "Help",IDHELP,220,161,50,14
    EDITTEXT        IDC_FILTER_TEXT,7,8,205,10,ES_AUTOHSCROLL | ES_READONLY | 
                    NOT WS_BORDER
    PUSHBUTTON      "&Filter...",IDC_FILTER,165,7,50,12
    PUSHBUTTON      "&Clear...",ID_CLEARFILTER,220,7,50,12
END

IDD_LISTBROWSE DIALOGEX 0, 0, 292, 183
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Select Object"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "List1",IDC_P4LIST,"SysListView32",LVS_REPORT | 
                    LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | 
                    WS_BORDER | WS_TABSTOP,4,5,284,154
    PUSHBUTTON      "&Refresh",IDC_REFRESH,4,164,50,14
    PUSHBUTTON      "< &Back",IDC_BACK,74,164,50,14,NOT WS_VISIBLE | 
                    WS_DISABLED
    PUSHBUTTON      "OK",IDOK,124,164,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,181,164,50,14
    PUSHBUTTON      "&Describe...",IDC_DESCRIBE,238,164,50,14
END

IDD_CONTEXT DIALOGEX 0, 0, 234, 75
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Set Diff Context"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Enter the number of lines of unchanged text that you would like displayed above and below each difference.",
                    IDC_STATIC1,7,7,220,25
    CTEXT           "&Context lines to show:",IDC_STATIC,0,32,85,8
    CONTROL         "&All",IDC_CONTEXT_ALL,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,92,32,24,10
    CONTROL         "&Limit number of lines to",IDC_CONTEXT_LIMITED,"Button",
                    BS_AUTORADIOBUTTON,117,32,88,10
    EDITTEXT        IDC_CONTEXT,205,30,22,14,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    DEFPUSHBUTTON   "OK",IDOK,123,54,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,177,54,50,14
END

IDD_CREATENEWCLIENT DIALOGEX 0, 0, 129, 57
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Create New "
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    EDITTEXT        IDC_NAME,51,6,71,14,ES_AUTOHSCROLL
    CONTROL         "Run Client &Wizard",IDC_WIZARD,"Button",BS_AUTOCHECKBOX | 
                    NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,7,22,115,10
    DEFPUSHBUTTON   "OK",IDOK,19,36,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,72,36,50,14
    LTEXT           "changethis",IDC_STATICNAME,7,9,42,8
END

IDD_PASSWORD DIALOGEX 0, 0, 186, 70
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "P4Win: Enter Password"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "This user requires a password",IDC_STATICMSG,7,7,171,8
    LTEXT           "&Password:",IDC_STATIC,7,24,35,10
    EDITTEXT        IDC_PASSWORD,44,22,135,12,ES_PASSWORD | ES_AUTOHSCROLL
    CONTROL         "&Remember this password?",IDC_CHECK1,"Button",
                    BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,6,36,110,10
    CTEXT           "Caps Lock is ON",IDC_CAPSLOCK_MSG,7,36,171,8,NOT 
                    WS_VISIBLE
    DEFPUSHBUTTON   "OK",IDOK,69,49,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,129,49,50,14
END

IDD_JOB_FILTER DIALOGEX 0, 0, 240, 85
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Job Filter"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Filtering &String",IDC_GROUPBOX,2,3,236,53
    COMBOBOX        IDC_JOB_FILTER,8,17,224,160,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
    PUSHBUTTON      "Spec &Notes",ID_FORMINFO,73,35,50,14
    PUSHBUTTON      "&JobView",ID_JOBVIEW,127,35,50,14
    PUSHBUTTON      "&Delete",ID_RMVJOBFILTER,181,35,50,14
    DEFPUSHBUTTON   "OK",IDOK,73,63,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,127,63,50,14
    PUSHBUTTON      "Help",ID_HELPJOBFILTER,181,63,50,14
END

IDD_TEMPLATENAME DIALOGEX 0, 0, 188, 63
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Create Client from Template"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,77,42,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,131,42,50,14
    LTEXT           "&Name of template:",IDC_STATIC,7,9,68,12
    EDITTEXT        IDC_TEMPLATENAME,77,7,104,14,ES_AUTOHSCROLL | 
                    ES_READONLY
    LTEXT           "&Target name:",IDC_TARGETNAME,7,26,67,12
    EDITTEXT        IDC_SPECNAME_NEW,77,25,104,14,ES_AUTOHSCROLL
END

IDD_SETPWD DIALOGEX 0, 0, 157, 101
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Set or Change Password"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Enter &old password:",IDC_STATIC,7,11,93,10
    EDITTEXT        IDC_PWDOLD,103,9,46,12,ES_PASSWORD | ES_AUTOHSCROLL
    LTEXT           "Enter &new password:",IDC_STATIC,7,30,93,10
    EDITTEXT        IDC_PWDNEW,103,28,46,12,ES_PASSWORD | ES_AUTOHSCROLL
    LTEXT           "&Confirm new password:",IDC_STATIC,7,48,94,10
    EDITTEXT        IDC_PWDNEW2,103,46,46,12,ES_PASSWORD | ES_AUTOHSCROLL
    CONTROL         "&Remember password",IDC_REMBRPSW,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,46,64,104,10
    DEFPUSHBUTTON   "OK",IDOK,46,80,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,100,80,50,14
END

IDD_PAGE_INTEGFILESPECS DIALOGEX 0, 0, 287, 203
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "File Integrate - Edit Filespecs"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
    CONTROL         "&Reverse Integration",IDC_REVERSEINTEG,"Button",
                    BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,200,3,83,
                    10
    LTEXT           "Branch &View",IDC_LABELBRANCH,4,3,95,8,NOT WS_VISIBLE
    EDITTEXT        IDC_BRANCHSPECS,120,130,75,14,ES_MULTILINE | ES_READONLY | 
                    NOT WS_VISIBLE | WS_VSCROLL | WS_HSCROLL
    LTEXT           "&Source Filespec",IDC_LABELSOURCE,4,4,93,8
    EDITTEXT        IDC_SOURCESPECS,4,17,279,110,ES_MULTILINE | 
                    ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL
    LTEXT           "Tar&get Filespec",IDC_LABELTARGET,4,130,114,8
    EDITTEXT        IDC_TARGETSPECS,4,140,279,14,ES_AUTOHSCROLL | 
                    ES_WANTRETURN
    EDITTEXT        IDC_TARGETSPECS_ALT,206,130,75,14,ES_MULTILINE | 
                    ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL
    CONTROL         "&To",IDC_TARGETRADIO,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE,100,4,22,10
    CONTROL         "&From Selected Files",IDC_SOURCERADIO,"Button",
                    BS_AUTORADIOBUTTON | NOT WS_VISIBLE,122,4,77,10
    LTEXT           "Open file(s) under &Changelist:",IDC_STATIC_1,4,157,97,
                    8,0,WS_EX_RIGHT
    COMBOBOX        IDC_CHANGECOMBO,4,168,166,72,CBS_DROPDOWNLIST | CBS_SORT | 
                    WS_VSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Options...",IDC_ADVOPTS,177,166,50,14
    PUSHBUTTON      "&Preview",IDC_PREVIEW,233,166,50,14
    PUSHBUTTON      "< &Back",IDC_BACK,70,185,50,14
    DEFPUSHBUTTON   "Finish",IDC_FINISH,120,185,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,177,185,50,14
    PUSHBUTTON      "Help",IDHELP,233,185,50,14
END

IDD_PAGE_INTEGOPTIONS DIALOGEX 0, 0, 249, 176
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Integrate target at &head rev",IDC_SYNCFIRST,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,7,117,13
    CONTROL         "Force direct integration on&ly",IDC_FORCEDIRECT,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,131,7,114,10
    CONTROL         "&Force re-integration on all revisions even if some already integrated",
                    IDC_FORCEINTEG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    18,245,13
    CONTROL         "Do &not copy new files to workspace",IDC_NOCOPY,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,29,153,13
    CONTROL         "&Permit deletes/re-adds",IDC_DELREADD,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,40,93,13
    CONTROL         "Deletes only",IDC_RADIO_DEL,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,98,42,54,10
    CONTROL         "Re-adds only",IDC_RADIO_READD,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,156,42,57,10
    CONTROL         "B&oth",IDC_RADIO_BOTH,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,217,42,30,10
    CONTROL         "Enable &baseless merges",IDC_BASELESS,"Button",
                    BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP,4,51,110,13
    CONTROL         "Propagate file &types",IDC_PROPAGATETYPES,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,62,109,13
    CONTROL         "&Reverse branch mapping",IDC_REVERSE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,131,62,111,13
    CONTROL         "Ignor&e files that were deleted and re-added",
                    IDC_BASEVIADELREADD,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,73,229,13
    CONTROL         "&Delete source file(s), for rename operation",
                    IDC_DELETESOURCE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    84,152,13
    CONTROL         "&All files",IDC_ALLFILES,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,43,95,39,10
    CONTROL         "&Subset of files",IDC_FILESUBSET,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,84,95,74,10
    EDITTEXT        IDC_FILESPECS,0,108,249,68,ES_MULTILINE | ES_WANTRETURN | 
                    WS_DISABLED | WS_VSCROLL | WS_HSCROLL
    LTEXT           "Integrate to:",IDC_INTEGTOLABEL,4,95,37,10
    GROUPBOX        "Default setting for ""Open files under"" option in integration dialog",
                    IDC_USEGRPCHGLIST,4,86,241,34
    CONTROL         "Defa&ult changelist",IDC_USEDEFCHGLIST,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,11,96,171,10
    CONTROL         "Ne&w changelist",IDC_USENEWCHGLIST,"Button",
                    BS_AUTORADIOBUTTON,11,107,169,10
    GROUPBOX        "Default setting for ""Open files under"" option in rename dialog",
                    IDC_USEGRPCHGLIST2,4,122,241,34
    CONTROL         "Default changelist",IDC_USEDEFCHGLIST2,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,11,132,171,10
    CONTROL         "New changelist",IDC_USENEWCHGLIST2,"Button",
                    BS_AUTORADIOBUTTON,11,143,169,10
END

IDD_PAGE_INTEGREVRNG DIALOGEX 0, 0, 249, 176
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | 
    WS_CAPTION | WS_SYSMENU
CAPTION "Source Revision Range"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Starting with",IDC_STATIC,4,7,241,78
    CONTROL         "&First unintegrated revision",IDC_F_IS1STREV,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,9,21,123,10
    CONTROL         "&Revision #:",IDC_F_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON,9,41,50,10
    CONTROL         "&Other:",IDC_F_ISSYMBOL,"Button",BS_AUTORADIOBUTTON,9,
                    61,32,10
    EDITTEXT        IDC_F_REVNBR,60,39,43,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_F_COMBO,43,60,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_F_SYMBOL,106,60,82,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_F_BROWSE,191,59,50,14
    RTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_F_STATIC,17,73,
                    171,9
    GROUPBOX        "Ending with",IDC_STATIC,4,91,241,78
    CONTROL         "&Last unintegrated revision",IDC_T_ISHEADREV,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,9,105,122,10
    CONTROL         "Revisio&n #:",IDC_T_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON,9,125,50,10
    CONTROL         "O&ther:",IDC_T_ISSYMBOL,"Button",BS_AUTORADIOBUTTON,9,
                    145,32,10
    EDITTEXT        IDC_T_REVNBR,60,123,43,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_T_COMBO,43,144,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_T_SYMBOL,106,144,82,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "Bro&wse...",IDC_T_BROWSE,191,143,50,14
    RTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_T_STATIC,18,
                    158,170,9
END

IDD_CLIENTWIZBEGIN DIALOGEX 0, 0, 286, 140
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | 
    WS_CAPTION | WS_SYSMENU
CAPTION "Client Workspace Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "&Select an existing client workspace",IDC_RADIO1,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,14,61,237,10
    CONTROL         "&Create a new client workspace",IDC_RADIO2,"Button",
                    BS_AUTORADIOBUTTON,14,75,229,10
    PUSHBUTTON      "&View",IDC_VIEW_GETSTART,52,116,56,24
    LTEXT           "Need Help? See the ""Getting Started with P4Win"" manual.",
                    IDC_STATIC,2,93,160,20
    LTEXT           "Requires Adobe� Acrobat Reader� - click to download",
                    IDC_STATIC,173,93,108,20
    PUSHBUTTON      "Get &Adobe",IDC_GETADOBE,178,116,56,24,BS_BITMAP
    EDITTEXT        IDC_EDIT1,0,0,286,46,ES_MULTILINE | ES_AUTOHSCROLL | 
                    ES_READONLY | NOT WS_BORDER | NOT WS_TABSTOP
    LTEXT           "Choose one of the following options and click the Next button:",
                    IDC_STATIC,2,47,268,8
END

IDD_CLIENTWIZCREATE DIALOGEX 0, 0, 287, 168
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | 
    WS_CAPTION | WS_SYSMENU
CAPTION "Client Workspace Wizard"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "To create a new client workspace, enter the following information:",
                    IDC_STATIC,0,0,259,8
    LTEXT           "Client workspace &name:",IDC_STATIC,0,24,104,8
    EDITTEXT        IDC_EDITNAME,105,21,117,14,ES_AUTOHSCROLL
    LTEXT           "Client workspace &root folder:",IDC_STATIC,0,48,105,8
    EDITTEXT        IDC_EDITROOT,105,46,117,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,237,45,50,14
    GROUPBOX        "Template",IDC_STATIC,15,70,256,59
    CONTROL         "N&one",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,21,81,74,10
    CONTROL         "&Use",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,21,97,28,
                    10
    CONTROL         "&Local default template",IDC_RADIO3,"Button",
                    BS_AUTORADIOBUTTON,21,113,189,10
    EDITTEXT        IDC_TEMPLATE,53,96,158,14,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "Bro&wse...",IDC_BROWSE2,215,96,50,14,WS_DISABLED
    CONTROL         "&Edit client...",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,21,135,157,10
END

IDD_NEW_WINDOW DIALOGEX 0, 0, 279, 139
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Switch Port Client User"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Recent:",IDC_STATIC,7,7,24,8
    COMBOBOX        IDC_PORTCLIENTUSER,42,7,186,160,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | CBS_SORT | WS_VSCROLL | WS_TABSTOP
    LTEXT           "&Port:",IDC_STATIC,7,30,24,8
    COMBOBOX        IDC_PORT,42,29,168,160,CBS_DROPDOWN | CBS_AUTOHSCROLL | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "&Client:",IDC_STATIC,7,55,22,8
    EDITTEXT        IDC_CLIENT,42,52,117,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE_CLIENTS,162,52,50,14
    LTEXT           "&User",IDC_STATIC,7,79,22,8
    EDITTEXT        IDC_USER,42,76,117,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Bro&wse...",IDC_BROWSE_USERS,162,76,50,14
    DEFPUSHBUTTON   "OK",IDC_OPEN,7,118,58,14
    PUSHBUTTON      "Open in &New Window",IDC_NEW_WINDOW,68,118,80,14
    PUSHBUTTON      "Cancel",IDCANCEL,152,118,58,14
    PUSHBUTTON      "Help",IDHELP,214,118,58,14
    PUSHBUTTON      "Dele&te",IDC_REMOVE,232,7,40,13
    CONTROL         "Set t&o default",IDC_SETDEFPORT,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,215,31,57,9
    CONTROL         "Set to d&efault",IDC_SETDEFCLIENT,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,215,55,57,9
    CONTROL         "Set to de&fault",IDC_SETDEFUSER,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,215,79,57,9
    GROUPBOX        "Open P4Win",IDC_STATIC,7,92,204,23
    CONTROL         "with &last used Port, Client and User",
                    IDC_STARTWITHMRUPCU,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,12,101,129,10
    CONTROL         "using &Defaults",IDC_STARTWITHDEFAULTS,"Button",
                    BS_AUTORADIOBUTTON,142,101,62,10
    PUSHBUTTON      "Set &all to default",IDC_SETDEFALL,214,97,58,14
END

IDD_FILETYPE DIALOGEX 0, 0, 307, 208
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Change File Type"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Action",IDC_STATIC,7,7,293,22
    CONTROL         "Chan&ge file type",IDC_CHANGE,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,12,15,105,10
    CONTROL         "Add f&ile type modifiers",IDC_ADD,"Button",
                    BS_AUTORADIOBUTTON,128,15,121,10
    GROUPBOX        "Base File Type",ID_STATIC1,7,30,293,22
    CONTROL         "&Text",IDC_TEXT,"Button",BS_AUTORADIOBUTTON | WS_GROUP | 
                    WS_TABSTOP,12,39,29,10
    CONTROL         "&Binary",IDC_BINARY,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,45,39,35,10
    CONTROL         "S&ymlink",IDC_SYMLINK,"Button",BS_AUTORADIOBUTTON,84,39,
                    40,10
    CONTROL         "&Resource",IDC_RESOURCE,"Button",BS_AUTORADIOBUTTON,128,
                    39,48,10
    CONTROL         "&Apple",IDC_APPLE,"Button",BS_AUTORADIOBUTTON,177,39,34,
                    10
    CONTROL         "&Unicode",IDC_UNICODE,"Button",BS_AUTORADIOBUTTON,214,
                    39,44,10
    CONTROL         "Utf1&6",IDC_UTF16,"Button",BS_AUTORADIOBUTTON,260,39,38,
                    10
    GROUPBOX        "File Type Modifiers",IDC_STATIC,7,54,293,60
    CONTROL         "+&x    exec bit set on client",IDC_FILETYPE_X,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,63,178,10
    CONTROL         "+&w   always writeable on client",IDC_FILETYPE_W,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,73,163,10
    CONTROL         "+&k   $keyword:$ expansion",IDC_FILETYPE_K,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,83,102,10
    CONTROL         "+&o   only $Id:$ && $Header:$",IDC_FILETYPE_O,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,116,83,100,10
    CONTROL         "+&m   preserve file modification times",IDC_FILETYPE_M,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,93,162,10
    CONTROL         "+&l     disallow multiple opens of this file",
                    IDC_FILETYPE_L,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,
                    103,162,10
    GROUPBOX        "Server Storage Method",IDC_STATIC,7,116,293,67
    CONTROL         " s&erver stores using default method",IDC_FILETYPE_DEF,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,
                    125,163,10
    CONTROL         "+&C   server stores compressed file per revision (binary default)",
                    IDC_FILETYPE_C,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
                    12,135,240,10
    CONTROL         "+&D   server stores deltas in RCS format (text default)",
                    IDC_FILETYPE_D,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
                    12,145,239,10
    CONTROL         "+&F   server stores full file per revision (opposite of +C)",
                    IDC_FILETYPE_F,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,
                    12,155,241,10
    CONTROL         "+&S   server stores only ",IDC_FILETYPE_S,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,167,91,10
    COMBOBOX        IDC_COMBO1,105,166,34,30,CBS_DROPDOWNLIST | WS_VSCROLL | 
                    WS_TABSTOP
    LTEXT           "revision(s)",IDC_STATIC,144,168,79,8
    DEFPUSHBUTTON   "OK",IDOK,142,187,50,14,WS_GROUP
    PUSHBUTTON      "Cancel",IDCANCEL,196,187,50,14
    PUSHBUTTON      "Help",ID_FILETYPEHELP,250,187,50,14
END

IDD_CHANGE_DESCRIBE DIALOGEX 0, 0, 137, 55
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Describe Changelist"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Changelist number:",IDC_STATIC,7,13,73,9
    EDITTEXT        IDC_CHNAGELIST_NBR,80,11,50,13,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,26,34,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,80,34,50,14
END

IDD_JOB_DESCRIBE DIALOGEX 0, 0, 147, 64
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Describe Job"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CTEXT           "&Job number:",IDC_STATIC,7,13,73,9
    EDITTEXT        IDC_JOB_NBR,81,11,59,13,ES_AUTOHSCROLL
    CONTROL         "&Convert numeric entry to jobnnnnnn",IDC_AUTOCONVERTNBR,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,29,133,10
    DEFPUSHBUTTON   "OK",IDOK,36,43,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,90,43,50,14
END

IDD_CHANGE_SYNC DIALOGEX 0, 0, 287, 63
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Sync to Selected Changelist"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Sync &all client files to selected changelist",
                    IDC_SYNC_ALL,"Button",BS_AUTORADIOBUTTON | WS_GROUP | 
                    WS_TABSTOP,7,7,201,10
    CONTROL         "Sync files in selected changelist &only",
                    IDC_SYNC_CHGONLY,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,7,18,201,10
    CONTROL         "Sync files in selected changelist to &previous revision",
                    IDC_SYNC_CHGPREV,"Button",BS_AUTORADIOBUTTON,7,29,213,10
    CONTROL         "Default",IDC_DEFAULT1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,230,7,50,10
    CONTROL         "Default",IDC_DEFAULT2,"Button",BS_AUTORADIOBUTTON,230,
                    18,50,10
    CONTROL         "Default",IDC_DEFAULT3,"Button",BS_AUTORADIOBUTTON,230,
                    29,50,10
    DEFPUSHBUTTON   "&Sync",IDOK,68,42,50,14
    PUSHBUTTON      "&Preview",ID_PREVIEW,122,42,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,176,42,50,14
    PUSHBUTTON      "Help",IDHELP,230,42,50,14
END

IDD_P4FILES DIALOGEX 0, 0, 279, 202
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Find File Matching the given Pattern in the Depot Pane"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Enter file specification pattern - wild cards are acceptable - and click OK:",
                    IDC_STATIC,7,7,265,8
    COMBOBOX        IDC_EDIT1,7,19,265,145,CBS_DROPDOWN | CBS_AUTOHSCROLL | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "or &Select an item from the list below and click OK:",
                    IDC_STATIC,7,39,265,8
    LISTBOX         IDC_LIST1,7,54,265,110,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    CONTROL         "Close &after find",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,7,168,104,10
    DEFPUSHBUTTON   "OK",IDOK,7,181,50,14
    PUSHBUTTON      "&Filter Depot",IDD_DEPOT_FILTER,61,181,50,14
    PUSHBUTTON      "&Copy",IDC_COPY,115,181,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,169,181,50,14
    PUSHBUTTON      "Help",IDHELP,222,181,50,14
END

IDD_TABSIZE DIALOGEX 0, 0, 118, 45
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Character per Tab Stop"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    RTEXT           "&Tab size:",IDC_STATIC,9,9,48,8
    EDITTEXT        IDC_TAB_SIZE,61,7,23,14,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    DEFPUSHBUTTON   "OK",IDOK,7,24,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,61,24,50,14
END

IDD_ADDFILTER DIALOGEX 0, 0, 180, 155
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Filter Files to be Added by Extension"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "E&xtension:",IDC_STATIC,7,7,50,8
    EDITTEXT        IDC_EDIT1,7,18,50,14,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "&Add",IDC_ADD2FILTER,65,18,50,14
    LISTBOX         IDC_EXTLIST,123,18,50,68,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Delete",IDC_DELETE,65,36,50,14,WS_DISABLED
    PUSHBUTTON      "Delete All",IDC_DELETEALL,65,56,50,14,WS_DISABLED
    GROUPBOX        "Filter behavior",IDC_STATIC,7,89,166,38
    CONTROL         "&Include only files with these extensions",IDC_RADIO1,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,14,
                    99,144,10
    CONTROL         "&Exclude all files with these extensions",IDC_RADIO2,
                    "Button",BS_AUTORADIOBUTTON,14,112,144,10
    PUSHBUTTON      "&Filter",IDOK,17,134,50,14,WS_DISABLED
    PUSHBUTTON      "Cancel",IDCANCEL,70,134,50,14
    PUSHBUTTON      "Help",IDHELP,123,134,50,14
END

IDD_CUSTOMIZETOOLS DIALOGEX 0, 0, 290, 217
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Customize Tools Menu"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Too&ls menu",IDC_STATIC_1,7,7,276,185
    LISTBOX         IDC_MENULIST,12,17,265,55,WS_VSCROLL | WS_HSCROLL | 
                    WS_TABSTOP
    PUSHBUTTON      "&Add...",IDC_ADD,12,71,50,14
    PUSHBUTTON      "&Edit...",IDC_CHANGE,65,71,50,14
    PUSHBUTTON      "&Remove",IDC_REMOVE,119,71,50,14
    PUSHBUTTON      "Move &Up",IDC_MOVE_UP,173,71,50,14
    PUSHBUTTON      "Move &Down",IDC_MOVE_DOWN,226,71,50,14
    LTEXT           "&Name:",IDC_STATIC_2,17,20,27,8,NOT WS_VISIBLE
    EDITTEXT        IDC_EDIT_NAME,68,18,209,14,ES_AUTOHSCROLL | NOT 
                    WS_VISIBLE | WS_DISABLED
    GROUPBOX        "Item is a",IDC_STATIC_3,12,35,265,43,NOT WS_VISIBLE
    CONTROL         "&Tool",IDC_RADIO_TOOL,"Button",BS_AUTORADIOBUTTON | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_GROUP | WS_TABSTOP,20,47,
                    45,10
    CONTROL         "&Submenu",IDC_RADIO_SUBMENU,"Button",BS_AUTORADIOBUTTON | 
                    NOT WS_VISIBLE | WS_DISABLED | WS_TABSTOP,20,61,91,10
    LTEXT           "&Command:",IDC_STATIC,12,89,55,8
    EDITTEXT        IDC_COMMAND,68,88,154,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,226,87,50,14
    LTEXT           "Argu&ments:",IDC_STATIC,12,105,55,8
    EDITTEXT        IDC_ARGS,68,104,209,14,ES_AUTOHSCROLL
    LTEXT           "&Initial directory:",IDC_STATIC,12,121,55,8
    EDITTEXT        IDC_INITDIR,68,120,154,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Browse...",IDC_BROWSE_DIR,226,120,50,14
    CONTROL         "Add to conte&xt menus if enabled",IDC_ADD2CONTEXT,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,135,126,10
    CONTROL         "C&onsole application",IDC_CONSOLE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,146,92,10
    CONTROL         "&Write output to status pane",IDC_OUTPUT2STATUSPANE,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,157,124,10
    CONTROL         "Close &window upon exit",IDC_CLOSEWINDOW,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,168,98,10
    CONTROL         "Refresh P&4Win upon exit",IDC_REFRESH,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,12,179,118,10
    CONTROL         "&Prompt for arguments",IDC_PROMPT,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,139,135,114,10
    CONTROL         "Add Browse to prompt dialo&g",IDC_SHOWBROWSE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,139,146,122,10
    LTEXT           "Description&:",IDC_PROMPT_LABEL,139,163,114,8
    EDITTEXT        IDC_PROMPT_EDIT,139,173,138,14,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,125,196,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,178,196,50,14
    PUSHBUTTON      "Help",IDHELP,233,196,50,14
END

IDD_CUSTOMIZEADD DIALOGEX 0, 0, 236, 55
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Add Tools Menu Item"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Name:",IDC_LABEL_TEXT,7,9,26,8
    EDITTEXT        IDC_EDIT,35,7,194,14,ES_AUTOHSCROLL
    LTEXT           "Menu item is a",IDC_STATIC_TITLE,38,22,57,8
    CONTROL         "&Command",IDC_COMMAND,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,100,22,56,10
    CONTROL         "&Submenu",IDC_SUBMENU,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,159,22,45,10
    DEFPUSHBUTTON   "OK",IDOK,125,34,50,14,WS_GROUP
    PUSHBUTTON      "Cancel",IDCANCEL,179,34,50,14
END

IDD_CUSTOMIZEARGS DIALOGEX 0, 0, 236, 48
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Arguments for Tool"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Arguments:",IDC_STATIC,7,9,44,8
    COMBOBOX        IDC_EDIT,52,7,177,300,CBS_DROPDOWN | CBS_AUTOHSCROLL | 
                    WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,73,27,50,14
    PUSHBUTTON      "&Browse...",IDC_BROWSE,126,27,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,179,27,50,14
END

IDD_FORCESYNC DIALOGEX 0, 0, 299, 182
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "List of files that are inconsistent with the depot"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LISTBOX         IDC_LIST,7,7,285,122,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    LBS_EXTENDEDSEL | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    GROUPBOX        "Action for all files",IDC_STATIC1,7,131,177,37
    CONTROL         "&Open for Edit/Delete in chg#",IDC_OPEN,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,10,138,112,14
    CONTROL         "&Force resynchronization",IDC_FORCERESYNC,"Button",
                    BS_AUTORADIOBUTTON,10,154,95,10
    COMBOBOX        IDC_EDITCHANGNUM,123,138,58,63,CBS_DROPDOWNLIST | 
                    CBS_SORT | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | 
                    WS_TABSTOP
    PUSHBUTTON      "OK",IDOK,127,152,50,14
    PUSHBUTTON      "&Remove Selected Files",IDC_DELETESELECTED,189,136,103,
                    14
    PUSHBUTTON      "Cancel",IDCANCEL,189,154,50,14
    PUSHBUTTON      "Help",IDHELP,242,154,50,14
    CTEXT           "Note that no check has been made for files that have been added to the depot",
                    IDC_STATIC2,7,171,285,8
END

IDD_AUTORESOLVE DIALOGEX 0, 0, 255, 158
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Auto Resolve"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "A&uto-resolve",IDC_STATIC,7,7,241,25
    CONTROL         "S&elected Files",IDC_SELECTEDFILES,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,14,17,110,10
    CONTROL         "&All open files requiring resolution",IDC_ALLFILES,
                    "Button",BS_AUTORADIOBUTTON,124,17,119,10
    CONTROL         "&Re-resolve previously resolved but unsubmitted files",
                    IDC_RERESOLVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,
                    35,187,10
    GROUPBOX        "Resol&ve type",IDC_STATIC,7,47,241,72
    CONTROL         "Accept &theirs",IDC_ACCEPTTHEIRS,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,14,105,95,10
    CONTROL         "Accept &yours",IDC_ACCEPTYOURS,"Button",
                    BS_AUTORADIOBUTTON,14,93,95,10
    CONTROL         "&Safe automatic resolve",IDC_SAFERESOLVE,"Button",
                    BS_AUTORADIOBUTTON,14,69,100,10
    CONTROL         "Auto&matic resolve",IDC_AUTORESOLVE,"Button",
                    BS_AUTORADIOBUTTON,14,57,100,10
    CONTROL         "Automatic resolve, including con&flict markers",
                    IDC_AUTOWITHMARKERS,"Button",BS_AUTORADIOBUTTON,14,81,
                    173,10
    PUSHBUTTON      "Set &Default Auto Resolve Type",IDC_DEFAUTORSLV,116,57,
                    125,14
    CONTROL         "Attempt te&xtual merge of binary files",IDC_TEXTMERGE,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,123,187,10
    DEFPUSHBUTTON   "OK",IDOK,38,137,50,14
    PUSHBUTTON      "&Preview",IDC_PREVIEW,92,137,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,145,137,50,14
    PUSHBUTTON      "Help",IDHELP,198,137,50,14
END

IDD_RERESOLVING DIALOGEX 0, 0, 290, 180
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "P4Win Warning"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CTEXT           "The following files have already been resolved:",
                    IDC_STATIC,7,6,276,8
    LISTBOX         IDC_LIST,7,19,276,123,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    CTEXT           "Do you want to re-resolve them?",IDC_STATIC,7,147,276,8
    DEFPUSHBUTTON   "Re-resolve",IDOK,179,159,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,233,159,50,14
END

IDD_MSGBOX DIALOGEX 0, 0, 250, 87
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION 
CAPTION "Error"
FONT 9, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    PUSHBUTTON      "OK",IDC_BUTTON1,27,66,60,14
    PUSHBUTTON      "Help",IDC_BUTTON2,95,66,60,14
    PUSHBUTTON      "Cancel",IDC_BUTTON3,163,66,60,14
    EDITTEXT        IDC_MESSAGE,34,7,209,44,ES_MULTILINE | ES_AUTOVSCROLL | 
                    ES_READONLY | ES_WANTRETURN | NOT WS_BORDER
    ICON            IDR_MAINFRAME,IDC_MSGICON,7,15,20,20
    CONTROL         "Don't show this message again.",
                    IDC_CHECK_DONT_SHOW_AGAIN,"Button",BS_AUTOCHECKBOX | NOT 
                    WS_VISIBLE | WS_DISABLED | WS_TABSTOP,27,53,195,10
END

IDD_RESOLVE_FLAGS DIALOGEX 0, 0, 208, 61
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Resolve Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Perform a &textual merge (3-way merge) of binary files",
                    IDC_RESOLVE_BINARY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    7,7,194,10
    CONTROL         "&Force re-resolve of already resolved files",
                    IDC_RE_RESOLVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,
                    21,194,10
    DEFPUSHBUTTON   "OK",IDOK,97,40,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,151,40,50,14
END

IDD_DEPOT_FILTER DIALOGEX 0, 0, 266, 172
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Filter Depot View"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "In the Depot pane, show",IDC_STATIC,7,7,252,138
    CONTROL         "&All opened files",IDC_ALL_OPENED,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,17,137,10
    CONTROL         "&My opened files",IDC_MY_OPENED,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,11,27,147,10
    CONTROL         "All &files matching these file patterns:",
                    IDC_DEPOT_LIST,"Button",BS_AUTORADIOBUTTON,11,37,201,10
    EDITTEXT        IDC_FILELIST,13,49,240,90,ES_MULTILINE | ES_WANTRETURN | 
                    WS_DISABLED | WS_VSCROLL | WS_HSCROLL | WS_GROUP
    DEFPUSHBUTTON   "OK",IDOK,47,151,50,14,WS_GROUP
    PUSHBUTTON      "&Clear Filter",ID_CLEARFILTER,101,151,50,14
    PUSHBUTTON      "Help",IDHELP,155,151,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,209,151,50,14
END

IDD_JOB_CONFIGURE DIALOGEX 0, 0, 340, 201
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Set Job List Columns"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "These &columns may be added:",IDC_STATIC,7,7,135,8
    LISTBOX         IDC_LIST_OTHER,7,20,135,149,LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add ->",IDC_ADD,145,20,50,14
    LTEXT           "Sho&w these columns:",IDC_STATIC,198,7,133,8
    LISTBOX         IDC_LIST_SHOW,198,20,135,149,LBS_NOINTEGRALHEIGHT | 
                    WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Remove <-",IDC_REMOVE,145,38,50,14
    PUSHBUTTON      "Move  &Up",IDC_UP,145,56,50,14,BS_CENTER | BS_VCENTER | 
                    BS_MULTILINE
    PUSHBUTTON      "Move &Down",IDC_DOWN,145,74,50,14,BS_CENTER | 
                    BS_VCENTER | BS_MULTILINE
    DEFPUSHBUTTON   "OK",IDOK,66,180,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,120,180,50,14
    PUSHBUTTON      "&Set to Default",IDIGNORE,174,180,50,14
    PUSHBUTTON      "Spec &Notes",ID_FORMINFO,228,180,50,14
    PUSHBUTTON      "Help",IDHELP,282,180,50,14
END

IDD_RMVVIEWER DIALOGEX 0, 0, 177, 98
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Select Program to Remove from List of Choices"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LISTBOX         IDC_LIST,7,7,163,62,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,7,77,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,64,77,50,14
    PUSHBUTTON      "Help",ID_HELP,120,77,50,14
END

IDD_BOOKMARKS DIALOGEX 0, 0, 288, 176
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Organize Bookmarks"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LISTBOX         IDC_MENULIST,7,7,274,123,LBS_USETABSTOPS | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add Submenu",IDC_ADD,7,135,50,14
    PUSHBUTTON      "&Edit...",IDC_CHANGE,63,135,50,14
    PUSHBUTTON      "Dele&te",IDC_REMOVE,119,135,50,14
    PUSHBUTTON      "Move &Up",IDC_MOVE_UP,175,135,50,14
    PUSHBUTTON      "Move &Down",IDC_MOVE_DOWN,231,135,50,14
    PUSHBUTTON      "&Import...",IDC_IMPORT,7,155,50,14
    PUSHBUTTON      "E&xport...",IDC_EXPORT,63,155,50,14
    DEFPUSHBUTTON   "OK",IDOK,119,155,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,175,155,50,14
    PUSHBUTTON      "Help",IDHELP,231,155,50,14
END

IDD_LABEL_ADD_REPLACE DIALOGEX 0, 0, 315, 202
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Add/Replace Files Listed in Label"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Replace list of file revisions in label with contents of client &workspace",
                    IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | WS_GROUP,7,7,
                    259,10
    CONTROL         "Add/Replace only the following &files:",IDC_RADIO2,
                    "Button",BS_AUTORADIOBUTTON,7,18,208,10
    CONTROL         "Add/Replace only the following files, do not &delete any files:",
                    IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,7,29,244,10
    LISTBOX         IDC_LIST,7,42,301,64,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
                    LBS_EXTENDEDSEL | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "Remo&ve selected item(s) from list",IDC_REMOVE,168,108,
                    140,14,BS_MULTILINE
    GROUPBOX        "Revision to use",IDC_STATIC1,7,120,301,58
    CONTROL         "Revisions in &client's workspace",IDC_USECLIENTREV,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP,13,129,152,10
    CONTROL         "&Revision #:",IDC_F_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON,13,142,50,10
    CONTROL         "&Other:",IDC_F_ISSYMBOL,"Button",BS_AUTORADIOBUTTON,13,
                    156,32,10
    EDITTEXT        IDC_F_REVNBR,64,140,43,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_F_COMBO,47,155,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_F_SYMBOL,110,155,138,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_F_BROWSE,252,154,50,14
    CTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_F_STATIC,90,
                    168,178,9
    DEFPUSHBUTTON   "&Load Label with File List",IDOK,51,181,89,14
    PUSHBUTTON      "&Preview",ID_PREVIEW,145,181,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,201,181,50,14
    PUSHBUTTON      "Help",ID_HELP,258,181,50,14
    CONTROL         "Default",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,268,7,38,10
    CONTROL         "Default",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON,268,18,
                    38,10
    CONTROL         "Default",IDC_RADIO6,"Button",BS_AUTORADIOBUTTON,268,29,
                    38,10
END

IDD_LABEL_DEL_SYNC DIALOG  0, 0, 314, 191
STYLE DS_SETFONT | DS_MODALFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | 
    WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Delete/Sync files from the List in Label"
FONT 8, "MS Shell Dlg"
BEGIN
    DEFPUSHBUTTON   "&Delete Checked Files from List in Label",IDOK,7,170,
                    137,14
    PUSHBUTTON      "&Preview",ID_PREVIEW,148,170,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,202,170,50,14
    PUSHBUTTON      "Help",ID_HELP,257,170,50,14
    CTEXT           "This is used to calculate the dimensions of the CReviewList listbox",
                    IDC_LISTRECT,7,7,300,157,SS_CENTERIMAGE | NOT WS_VISIBLE
END

IDD_DIFFASSOCIATION DIALOGEX 0, 0, 270, 108
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Diff Accociation"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Enter file &extension, using semicolons to separate multiple extensions (e.g. "".cpp"" or "".h;.c;.cpp""):",
                    IDC_STATIC,7,7,201,21
    EDITTEXT        IDC_EXTENSION,7,29,256,15,ES_AUTOHSCROLL
    LTEXT           "&Application for Diffing this file type:",
                    IDC_APP_PROMPT,7,50,200,11
    EDITTEXT        IDC_APPLICATION,7,63,200,15,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,213,64,50,14
    DEFPUSHBUTTON   "OK",IDOK,157,87,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,213,87,50,14
END

IDD_DIFF2 DIALOGEX 0, 0, 314, 216
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Diff 2 Files/Revisions"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "  &First file:",IDC_STATIC_1,7,10,54,8
    EDITTEXT        IDC_EDIT1,62,7,245,14,ES_AUTOHSCROLL
    GROUPBOX        "File version to use",IDC_STATIC1,7,22,300,75
    CONTROL         "&Head revision",IDC_USEHEADREV,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,31,118,10
    CONTROL         "File in &client workspace",IDC_CLIENTFILE,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,13,45,217,10
    CONTROL         "&Revision #:",IDC_F_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,13,59,50,10
    CONTROL         "&Other:",IDC_F_ISSYMBOL,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,73,32,10
    EDITTEXT        IDC_F_REVNBR,64,57,43,12,ES_AUTOHSCROLL | ES_NUMBER | 
                    WS_DISABLED
    COMBOBOX        IDC_F_COMBO,47,72,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_F_SYMBOL,110,72,138,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_F_BROWSE,252,71,50,14,WS_DISABLED
    CTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_F_STATIC,93,86,
                    170,9
    CONTROL         "Default",IDC_RADIO_1_HEAD,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,261,31,42,10
    CONTROL         "Default",IDC_RADIO_1_CLIENT,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,261,45,42,10
    CONTROL         "Default",IDC_RADIO_1_REV,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,261,59,42,10
    LTEXT           "  &Second file:",IDC_STATIC_2,7,105,55,8
    EDITTEXT        IDC_EDIT2,62,102,245,14,ES_AUTOHSCROLL
    GROUPBOX        "File version to use",IDC_STATIC2,7,117,300,75
    CONTROL         "Hea&d revision",IDC_USEHEADREV2,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,126,118,10
    CONTROL         "File in c&lient workspace",IDC_CLIENTFILE2,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,13,140,217,10
    CONTROL         "Revisio&n #:",IDC_T_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,13,154,50,10
    CONTROL         "O&ther:",IDC_T_ISSYMBOL,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,168,32,10
    EDITTEXT        IDC_T_REVNBR,64,152,43,12,ES_AUTOHSCROLL | ES_NUMBER | 
                    WS_DISABLED
    COMBOBOX        IDC_T_COMBO,47,167,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_T_SYMBOL,110,167,138,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "Bro&wse...",IDC_T_BROWSE,252,166,50,14,WS_DISABLED
    CTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_T_STATIC,93,
                    181,170,9
    CONTROL         "Default",IDC_RADIO_2_HEAD,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,261,126,42,10
    CONTROL         "Default",IDC_RADIO_2_CLIENT,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,261,140,42,10
    CONTROL         "Default",IDC_RADIO_2_REV,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,261,154,42,10
    DEFPUSHBUTTON   "OK",IDOK,148,196,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,202,196,50,14
    PUSHBUTTON      "Help",IDHELP,257,196,50,14
END

IDD_FAVORITES DIALOGEX 0, 0, 289, 176
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Connections"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LISTBOX         IDC_MENULIST,7,7,275,123,LBS_USETABSTOPS | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add...",IDC_ADD,7,135,50,14
    PUSHBUTTON      "&Edit...",IDC_CHANGE,63,135,50,14
    PUSHBUTTON      "Dele&te",IDC_REMOVE,119,135,50,14
    PUSHBUTTON      "Move &Up",IDC_MOVE_UP,176,135,50,14
    PUSHBUTTON      "Move &Down",IDC_MOVE_DOWN,232,135,50,14
    PUSHBUTTON      "&Import...",IDC_IMPORT,7,155,50,14
    PUSHBUTTON      "E&xport...",IDC_EXPORT,63,155,50,14
    DEFPUSHBUTTON   "OK",IDOK,119,155,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,176,155,50,14
    PUSHBUTTON      "Help",IDHELP,232,155,50,14
END

IDD_FAVEDITDLG DIALOGEX 0, 0, 236, 111
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Add Connection"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    RTEXT           "&Port:",IDC_STATIC,7,10,50,8
    EDITTEXT        IDC_PORT,64,7,165,14,ES_AUTOHSCROLL
    RTEXT           "C&lient:",IDC_STATIC,7,28,50,8
    EDITTEXT        IDC_CLIENT,64,24,165,14,ES_AUTOHSCROLL
    RTEXT           "&User:",IDC_STATIC,7,44,50,8
    EDITTEXT        IDC_USER,64,41,165,14,ES_AUTOHSCROLL
    RTEXT           "&Description:",IDC_STATIC,7,60,50,8
    EDITTEXT        IDC_DESCRIPTION,64,58,165,14,ES_AUTOHSCROLL
    RTEXT           "Menu item is a",IDC_STATIC_TITLE,20,77,57,8
    CONTROL         "&Command",IDC_COMMAND,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,92,77,56,10
    CONTROL         "&Submenu",IDC_SUBMENU,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,151,77,45,10
    DEFPUSHBUTTON   "OK",IDOK,125,90,50,14,WS_GROUP
    PUSHBUTTON      "Cancel",IDCANCEL,179,90,50,14
END

IDD_OLDCHG_FILTER DIALOGEX 0, 0, 272, 177
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Filter Submitted Changelists"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    GROUPBOX        "Changelist criteria",IDC_CRITERIA,7,5,257,56
    CONTROL         "&Client:",IDC_USE_CLIENT,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,15,18,37,10
    EDITTEXT        IDC_CLIENT,53,17,100,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE_CLIENTS,158,16,50,14
    CONTROL         "&User:",IDC_USE_USER,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,15,33,37,10
    EDITTEXT        IDC_USER,53,32,100,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Bro&wse...",IDC_BROWSE_USERS,158,32,50,14
    CONTROL         "&Include integrations",IDC_INCLUDE_INTEGS,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,15,48,116,10
    GROUPBOX        "Associated files",IDC_FILES,7,63,257,88
    CONTROL         "&Any",IDC_FILE_ANY,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,15,73,29,10
    CONTROL         "&My Client",IDC_FILE_MYCLIENT,"Button",
                    BS_AUTORADIOBUTTON,15,87,92,10
    CONTROL         "&File filter:",IDC_FILE_FILESPEC,"Button",
                    BS_AUTORADIOBUTTON,15,101,60,10
    CONTROL         "&Selected files:",IDC_FILE_SELECTED,"Button",
                    BS_AUTORADIOBUTTON,15,116,61,10
    COMBOBOX        IDC_FILESPEC,76,99,179,160,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_SELECTED,76,114,179,14,ES_AUTOHSCROLL | ES_READONLY
    CONTROL         "Use client s&yntax",IDC_USE_CLIENT_SYNTAX,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,76,133,79,10
    PUSHBUTTON      "Set Revision Ran&ge...",IDC_SETREVRANGE,158,132,97,14
    DEFPUSHBUTTON   "OK",IDOK,104,156,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,158,156,50,14
    PUSHBUTTON      "Help",IDHELP,214,156,50,14
END

IDD_OLDCHG_REVRANGE DIALOGEX 0, 0, 272, 181
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Set Revision Range"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    GROUPBOX        "Starting with",IDC_BEGIN,7,7,258,72
    CONTROL         "&1st revision",IDC_FROM_IS1STREV,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,18,65,10
    CONTROL         "Revision you hav&e on your client",IDC_FROM_ISHAVEREV,
                    "Button",BS_AUTORADIOBUTTON,11,30,119,10
    CONTROL         "&Revision #:",IDC_FROM_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON,11,42,47,10
    CONTROL         "&Other:",IDC_F_ISSYMBOL,"Button",BS_AUTORADIOBUTTON,11,
                    56,32,10
    CONTROL         "E&xclusive",IDC_F_ISHAVEEXCLUDE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,133,30,45,10
    EDITTEXT        IDC_F_REVNBR,63,41,42,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_F_COMBO,45,55,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_F_SYMBOL,108,55,98,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "&Browse...",IDC_F_BROWSE,209,54,50,14
    RTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_F_STATIC,34,68,
                    171,9
    GROUPBOX        "Ending with",IDC_END,7,80,258,73
    CONTROL         "Revision you ha&ve on your client",IDC_TO_ISHAVEREV,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,
                    91,119,10
    CONTROL         "Hea&d revision",IDC_TO_ISHEADREV,"Button",
                    BS_AUTORADIOBUTTON,11,103,86,10
    CONTROL         "Revisio&n #:",IDC_TO_ISREVNBR,"Button",
                    BS_AUTORADIOBUTTON,11,116,48,10
    CONTROL         "O&ther:",IDC_T_ISSYMBOL,"Button",BS_AUTORADIOBUTTON,11,
                    130,32,10
    CONTROL         "Inc&lusive",IDC_T_ISHAVEINCLUDE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,133,91,41,10
    EDITTEXT        IDC_T_REVNBR,63,115,42,12,ES_AUTOHSCROLL | WS_DISABLED
    COMBOBOX        IDC_T_COMBO,45,129,60,48,CBS_DROPDOWNLIST | WS_DISABLED | 
                    WS_VSCROLL | WS_TABSTOP
    EDITTEXT        IDC_T_SYMBOL,108,129,98,12,ES_AUTOHSCROLL | WS_DISABLED
    PUSHBUTTON      "Bro&wse...",IDC_T_BROWSE,209,128,50,14
    RTEXT           "(yyyy/mm/dd or yyyy/mm/dd:hh:mm:ss)",IDC_T_STATIC,34,
                    142,171,9
    DEFPUSHBUTTON   "OK",IDOK,107,160,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,161,160,50,14
    PUSHBUTTON      "Help",IDHELP,215,160,50,14
END

IDD_OPTIONSTREE_DIALOG DIALOGEX 0, 0, 345, 210
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | 
    WS_CAPTION | WS_SYSMENU
CAPTION "Perforce Options"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    GROUPBOX        "",IDC_DLG_AREA,96,0,249,185,NOT WS_VISIBLE
    CONTROL         "Tree1",IDC_TREE,"SysTreeView32",TVS_HASBUTTONS | 
                    TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP | 
                    TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,4,4,87,201
    DEFPUSHBUTTON   "OK",IDOK,124,191,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,179,191,50,14
    PUSHBUTTON      "Appl&y",IDC_APPLY,234,191,50,14
    PUSHBUTTON      "Help",IDHELP,289,191,50,14
END

IDD_PAGE_CONNECTINFO DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Connection"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Connection",IDC_STATIC,4,7,242,56
    LTEXT           "P4 por&t",IDC_STATIC,13,20,41,10
    COMBOBOX        IDC_P4PORT,56,19,115,160,CBS_DROPDOWN | CBS_AUTOHSCROLL | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "P4 cha&rset",IDC_STATIC,13,36,41,10
    COMBOBOX        IDC_P4CHARSET,56,34,115,160,CBS_DROPDOWN | 
                    CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
    CONTROL         "&Set as default",IDC_PERMANENT,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,174,22,64,10
    LTEXT           "port and charset",IDC_STATIC,183,32,58,8
    CONTROL         "Always show &connection settings in title bar",
                    IDC_P4SHOWCONNECT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    13,48,161,13
    CONTROL         "Show port &# 1st",IDC_SHOWPORT1ST,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,174,48,69,13
    GROUPBOX        "Data refresh",IDC_STATIC,4,67,242,64
    CONTROL         "&Poll server for updates every",IDC_P4AUTOPOLL,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,80,116,9
    LTEXT           "&minutes",IDC_STATIC,158,80,36,8
    EDITTEXT        IDC_P4AUTOPOLLTIME,129,77,22,14,ES_AUTOHSCROLL | 
                    ES_NUMBER
    CONTROL         "Poll for &job updates",IDC_POLLJOBS,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,13,97,100,8
    CONTROL         "Poll when &inactive",IDC_OKICONIC,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,129,97,82,8
    CONTROL         "Reload pane &when it is uncovered after",
                    IDC_RELOADUNCOVER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    13,113,146,10
    LTEXT           "min&utes",IDC_STATIC,192,113,37,8
    EDITTEXT        IDC_RELOADUNCOVERTIME,160,111,22,14,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    CONTROL         "&Log out current connection when exiting P4Win",
                    IDC_LOGOUTATEXIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    136,242,10
END

IDD_PAGE_CHANGELISTS DIALOGEX 0, 0, 249, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Changelists"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Pending changelists",IDC_STATIC,4,0,241,142
    CONTROL         "Show &open action in changelist pane",IDC_P4SHOWACTIONS,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,8,185,13
    CONTROL         "Show &partial changelist descriptions of max length",
                    IDC_P4SHOWCHANGEDESC,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,10,19,187,13
    EDITTEXT        IDC_USELONGCHGLISTDESC,197,19,32,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    CONTROL         "E&xpand pending changelists whenever a file or job is added",
                    IDC_EXPANDCHGLIST,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    10,30,220,13
    CONTROL         "Remember pending changelist tree &expansion on application exit",
                    IDC_REEXPAND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,41,
                    223,13
    CONTROL         "Ena&ble displaying pending changelists for other clients",
                    IDC_ENABLE_PEND_CHG_OTHER_CLI,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,10,52,220,13
    CONTROL         "Don't submit &unchanged files",IDC_DESEL_UNCHGED,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,63,115,13
    CONTROL         "Revert unchanged (200&6.1+)",IDC_REVERT,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,128,63,112,13
    CONTROL         "Provide additional warnings for opening alread&y open file(s)",
                    IDC_WARNALREADYOPENED,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,10,74,226,13
    LTEXT           "&Warn if adding more than",IDC_STATIC,10,89,94,8
    EDITTEXT        IDC_WARNLIMIT,108,87,32,12,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    LTEXT           "files in a single operation",IDC_STATIC,147,89,88,8
    LTEXT           "Warn if opening &more than",IDC_STATIC,10,103,97,8
    EDITTEXT        IDC_WARNLIMITOPEN,108,101,32,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           "files in a single operation",IDC_STATIC,146,103,89,8
    LTEXT           "Warn if &diffing more than",IDC_STATIC,10,117,97,8
    EDITTEXT        IDC_WARNLIMITDIFF,108,115,32,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           "files in a single operation",IDC_STATIC,146,117,88,8
    CONTROL         "Default setting for &reopen files flag when a changelist is submitted",
                    IDC_AUTO_REOPEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,
                    130,232,10
    GROUPBOX        "When retrieving submitted changelists from the server",
                    IDC_STATIC,4,144,241,26
    CONTROL         "Retrieve &all",IDC_FETCHALL_RAD,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,157,58,8
    CONTROL         "Retrieve &last",IDC_FETCHX_RAD,"Button",
                    BS_AUTORADIOBUTTON,98,156,58,8
    EDITTEXT        IDC_CHANGECOUNT,157,154,32,13,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
END

IDD_PAGE_CLIENTS DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Clients"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Automatically &reload depot && changelists after editing client definition",
                    IDC_CLEARANDRELOAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    4,7,246,13
    CONTROL         "Use &Depot name in right hand side of client view",
                    IDC_USEDEPOTINCLIENTVIEW,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,20,195,13
    CONTROL         "Use local default client &template to create new client workspaces",
                    IDC_LOCALCLITEMPLATE,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,33,246,13
    CONTROL         "Use client spec submit options as defaults on &Submit form (2006.2+)",
                    IDC_USECLISUBMITOPTS,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,46,245,13
END

IDD_PAGE_JOBS DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Jobs"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "When retrieving jobs",IDC_STATIC,4,7,242,64
    CONTROL         "Retrieve &all jobs from server",IDC_FETCHALLJOBS_RAD,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,
                    17,144,8
    CONTROL         "Retrieve &maximum of",IDC_FETCHXJOBS_RAD,"Button",
                    BS_AUTORADIOBUTTON,11,29,81,8
    EDITTEXT        IDC_JOBCOUNT,95,27,32,13,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    LTEXT           "jobs from server",IDC_STATIC,133,28,103,8
    CONTROL         "&Poll for job updates when polling server",IDC_POLLJOBS,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,76,226,8
    PUSHBUTTON      "&Set Job List Columns...",ID_JOB_CONFIGURE,146,93,100,
                    15
    LTEXT           "(selected by descending job name order)",IDC_STATIC,20,
                    41,208,8
    LTEXT           "Note: Job filter (if present) is applied when jobs are retrieved",
                    IDC_STATIC,13,58,225,8
END

IDD_PAGE_DIALOGS DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Advanced"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Prompt before discarding &changes to a specification (Esc key)",
                    IDC_CHECK1,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,7,227,
                    10
    CONTROL         "After creating a &new client, prompt to sync files in client view",
                    IDC_CHECK2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,22,
                    227,10
    CONTROL         "After changing client &view, prompt to sync files",
                    IDC_CHECK3,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,37,
                    227,10
END

IDD_PAGE_HISTORY DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Revision History"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "When retrieving revision history records",IDC_STATIC,4,
                    7,242,36
    CONTROL         "Retrieve &all revision history records from server",
                    IDC_FETCHALLHIST_RAD,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,14,17,222,8
    CONTROL         "Retrieve &last",IDC_FETCHXHIST_RAD,"Button",
                    BS_AUTORADIOBUTTON,14,29,54,8
    EDITTEXT        IDC_HISTCOUNT,70,27,32,13,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    LTEXT           "history records from server",IDC_STATIC,107,29,129,8
    CONTROL         "Show the Display &branching history option in revision history dialog",
                    IDC_ENABLE_REVHIST_SHOW_INTEGS,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,45,242,13
    CONTROL         "Use &short descriptions for changelists",
                    IDC_USE_SHORT_REVHIST_DESC,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,61,242,10
END

IDD_PAGE_PANES DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Perforce Objects"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Show &icons using all possible colors",
                    IDC_USEALLICONCOLORS,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,7,7,197,10
    LTEXT           "( Requires restarting P4Win for changes to take effect )",
                    IDC_STATIC,14,19,219,8
    CONTROL         "Show Include inte&grations option when filtering changes and jobs",
                    IDC_ENABLE_SUBCHG_INTEG_FILTER,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,7,30,235,13
END

IDD_PAGE_DISPLAY DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Options"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "When this dialog starts up, &expand all option tree nodes",
                    IDC_AUTOEXPANDOPTIONS,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,7,242,13
    GROUPBOX        "Start this dialog",IDC_STATIC,4,22,242,58
    CONTROL         "In &context sensitive mode",IDC_RADIO1,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,11,48,222,10
    CONTROL         "At the page &previously displayed when this dialog was last closed",
                    IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,11,
                    62,224,10
    CONTROL         "Always at the &top page (default)",IDC_RADIO3,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,11,34,225,10
END

IDD_PAGE_SPECS DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Specifications"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "Select fixed width font for specification multi-line text fields:",
                    IDC_STATIC,4,1,236,9,SS_CENTERIMAGE
    LTEXT           "&Font:",ID_STATIC,4,12,40,9
    COMBOBOX        IDC_FONT,4,22,137,54,CBS_SIMPLE | CBS_AUTOHSCROLL | 
                    CBS_SORT | CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
    LTEXT           "Font &style:",ID_STATIC1,145,12,44,9
    COMBOBOX        IDC_STYLE,145,22,64,54,CBS_SIMPLE | CBS_DISABLENOSCROLL | 
                    WS_VSCROLL | WS_TABSTOP
    LTEXT           "Si&ze:",ID_STATIC2,213,12,30,9
    COMBOBOX        IDC_FONTSIZE,214,22,32,54,CBS_SIMPLE | 
                    CBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
    GROUPBOX        "Sample",ID_SAMPLE_FRAME,4,76,242,40,WS_GROUP
    CTEXT           "Helga studies the CBugFactory class",IDC_SAMPLE,10,85,
                    228,29,SS_NOPREFIX | SS_CENTERIMAGE
    LTEXT           "&Minimum number of lines in multi-line edit field in spec edit dialog is",
                    IDC_STATIC,4,122,216,8
    EDITTEXT        IDC_MINMULTILINESIZE,225,121,21,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    CONTROL         "Place prompts &above multi-line fields ",
                    IDC_ALLOWPROMPTABOVE,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,134,217,10
    CONTROL         "&Preserve formatting for text fields in all specification dialogs",
                    IDC_PRESERVESPECFORMAT,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,145,220,13
    CONTROL         "&Wrap spec descriptions at ",IDC_DESCWRAPSW,"Button",
                    BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,4,160,97,10
    EDITTEXT        IDC_DESCWRAP,103,158,21,12,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    LTEXT           "characters",IDC_STATIC,132,160,72,8
    CONTROL         "Automatically mi&nimize any spec edit dialog when pane is covered",
                    IDC_AUTOMINEDITDLG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    4,173,242,10
END

IDD_PAGE_AUTORESOLVE DIALOGEX 0, 0, 249, 176
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Resolve"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Set default type for auto resolve",IDC_STATIC,4,7,241,
                    73
    CONTROL         "Accept &theirs",IDC_DEFAULTTHEIRS,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,14,65,165,10
    CONTROL         "Accept &yours",IDC_DEFAULTYOURS,"Button",
                    BS_AUTORADIOBUTTON,14,53,167,10
    CONTROL         "&Safe automatic resolve",IDC_DEFAULTSAFE,"Button",
                    BS_AUTORADIOBUTTON,14,29,168,10
    CONTROL         "Auto&matic resolve  (initial setting)",IDC_DEFAULTAUTO,
                    "Button",BS_AUTORADIOBUTTON,14,17,169,10
    CONTROL         "Automatic resolve, including con&flict markers",
                    IDC_DEFAULTMARKERS,"Button",BS_AUTORADIOBUTTON,14,41,173,
                    10
    GROUPBOX        "Set default type for 3-way interactive resolve",
                    IDC_STATIC,4,83,241,47
    CONTROL         "Accept yo&urs",IDC_DEFAULTYOURS3,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,14,93,167,10
    CONTROL         "Accept th&eirs",IDC_DEFAULTTHEIRS3,"Button",
                    BS_AUTORADIOBUTTON,14,105,165,10
    CONTROL         "Accept mer&ged  (initial setting)",IDC_DEFAULTMERGED3,
                    "Button",BS_AUTORADIOBUTTON,14,117,165,10
    GROUPBOX        "Set default type for 2-way interactive resolve",
                    IDC_STATIC,4,133,241,36
    CONTROL         "Accept y&ours  (initial setting)",IDC_DEFAULTYOURS2,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP,14,143,167,10
    CONTROL         "Accept t&heirs",IDC_DEFAULTTHEIRS2,"Button",
                    BS_AUTORADIOBUTTON,14,155,165,10
END

IDD_PAGE_LABELS DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Labels"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "List label files in a &dialog rather than in the status pane",
                    IDC_LABEL_FILES_DIALOGBOX,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,7,242,13
    CONTROL         "Show details in Status pane for Add/Replace &preview",
                    IDC_PREVIEWSHOWSDETAILS,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,20,242,10
    GROUPBOX        "Set file drag and drop action",IDC_STATIC,4,34,242,101
    CONTROL         "&Show drag and drop menu (default)",ID_LABELDD_SHOWMENU,
                    "Button",BS_AUTORADIOBUTTON | WS_GROUP,13,118,200,9
    CONTROL         "&Add/Replace files listed in label",ID_LABELDD_SYNC,
                    "Button",BS_AUTORADIOBUTTON,13,46,200,9
    CONTROL         "Delete s&ome files listed in label",
                    ID_LABELDD_DELETEFILES,"Button",BS_AUTORADIOBUTTON,13,58,
                    200,9
    CONTROL         "Syn&c specific files in label to client",
                    ID_LABELDD_SYNC_CLIENT,"Button",BS_AUTORADIOBUTTON,13,70,
                    200,9
    CONTROL         "Add depo&t selections to label view",
                    ID_LABELDD_ADDTOLABELVIEW,"Button",BS_AUTORADIOBUTTON,13,
                    82,220,10
    CONTROL         "Set labels &filter for selected files",
                    ID_LABELFILTERDD_SETVIEW,"Button",BS_AUTORADIOBUTTON,13,
                    94,200,9
    CONTROL         "Set labels filter for selected files and &revisions",
                    ID_LABELFILTERDD_SETVIEWREV,"Button",BS_AUTORADIOBUTTON,
                    13,106,200,9
END

IDD_PAGE_STATUSPANE DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Status"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Show p&4 commands in the status pane",
                    IDC_P4SHOWCOMMANDTRACE,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,7,220,10
    CONTROL         "Show &timestamp for status messages",IDC_SHOWSTATUSTIME,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,19,142,10
    CONTROL         "Use &24 hour clock",IDC_USE24HOURCLOCK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,148,19,82,10
    CONTROL         "Show stat&us messages",IDC_SHOW_STATUSMSGS,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,31,222,10
    CONTROL         "Show toolti&ps for truncated status lines",
                    IDC_SHOWTRUNCTOOLTIP,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,4,43,224,10
    CONTROL         "Use &Notepad for displaying warnings and errors",
                    IDC_USE_NOTEPAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    55,221,10
    CONTROL         "Enable error reporting when application encounters a problem",
                    IDC_ALLOW_ER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,67,
                    235,10
    LTEXT           "Lines in status pane &buffer:",IDC_STATIC,4,83,102,10
    EDITTEXT        IDC_MAXSTATUSLINES,107,80,40,14,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    PUSHBUTTON      "&Reset",IDC_SETTODEFAULT,170,80,50,14
END

IDD_PAGE_DIFF DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Diff"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "&Perforce diff (recommended)",IDC_DIFF_P4_RAD,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,4,7,126,11
    CONTROL         "&User supplied diff application",IDC_DIFF_OTHER_RAD,
                    "Button",BS_AUTORADIOBUTTON,4,43,131,11
    CONTROL         "P4&WinDiff",IDC_DIFF_P4DIFF_RAD,"Button",
                    BS_AUTORADIOBUTTON,4,31,105,10
    RTEXT           "Chars per &tab setting:",IDC_TABWIDTH_CAPTION,13,20,79,
                    11
    EDITTEXT        IDC_TABWIDTH,94,19,20,12,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    CONTROL         "Igno&re line endings",IDC_WHTSP_LINEEND,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,145,16,99,10
    CONTROL         "&Ignore whitespace diffs",IDC_WHTSP_IGNOREDIFFS,"Button",
                    BS_AUTORADIOBUTTON,145,25,99,10
    CONTROL         "I&gnore all whitespace",IDC_WHTSP_IGNOREALL,"Button",
                    BS_AUTORADIOBUTTON,145,34,99,10
    CONTROL         "&Show all diffs",IDC_WHTSP_INCLUDE,"Button",
                    BS_AUTORADIOBUTTON,145,7,99,10
    CONTROL         "Use diff program pre&fs",IDC_WHTSP_PREFS,"Button",
                    BS_AUTORADIOBUTTON,145,44,99,10
    EDITTEXT        IDC_DIFF_USERAPP,4,56,195,14,ES_AUTOHSCROLL | WS_GROUP
    PUSHBUTTON      "&Browse...",IDC_DIFFBROWSE,201,56,41,14
    CONTROL         "&Console application",IDC_DIFFCONSOLE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,72,83,9
    CONTROL         "Close window upon e&xit",IDC_DIFFCLOSE,"Button",
                    BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,147,72,95,9
    CONTROL         "&Optional args",IDC_DIFFOPTARGCHK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,85,60,10
    EDITTEXT        IDC_DIFFOPTARGS,67,83,179,14,ES_AUTOHSCROLL
    GROUPBOX        "Override diff program for specific file extensions",
                    IDC_STATIC,4,100,242,63
    LTEXT           "Ext",IDC_STATIC,12,108,32,10
    LTEXT           "Application",IDC_STATIC,55,108,167,10
    LISTBOX         IDC_P4ASSAPPS,9,119,190,39,LBS_SORT | LBS_USETABSTOPS | 
                    LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add...",IDC_ADDAPP,201,119,39,12
    PUSHBUTTON      "&Delete",IDC_DELAPP,201,133,39,12
    PUSHBUTTON      "&Edit...",IDC_EDAPP,201,146,39,12
    CONTROL         "Al&low diff of binary files",IDC_DIFFBINARY,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,166,145,10
    CONTROL         "Diff program runs as a &modal dialog",IDC_DIFFMODAL,
                    "Button",BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_DISABLED | 
                    WS_TABSTOP,4,175,233,10
END

IDD_PAGE_MERGE DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Merge"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "&Perforce merge (recommended)",IDC_MRG_P4_RAD,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP,4,7,134,11
    CONTROL         "&User supplied merge application",IDC_MRG_OTHER_RAD,
                    "Button",BS_AUTORADIOBUTTON,4,44,140,9
    CONTROL         "P4&WinMerge",IDC_MRG_P4DIFF_RAD,"Button",
                    BS_AUTORADIOBUTTON,4,31,63,10
    RTEXT           "Chars per &tab setting:",IDC_MRGTABWIDTH_CAPTION,13,20,
                    79,11
    EDITTEXT        IDC_MRGTABWIDTH,94,19,20,12,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
    CONTROL         "Igno&re line endings",IDC_WHTSP_LINEEND2,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,149,16,99,10
    CONTROL         "&Ignore whitespace diffs",IDC_WHTSP_IGNOREDIFFS2,"Button",
                    BS_AUTORADIOBUTTON,149,25,99,10
    CONTROL         "I&gnore all whitespace",IDC_WHTSP_IGNOREALL2,"Button",
                    BS_AUTORADIOBUTTON,149,34,99,10
    CONTROL         "&Show all diffs",IDC_WHTSP_INCLUDE2,"Button",
                    BS_AUTORADIOBUTTON,149,7,99,10
    CONTROL         "Use diff program pre&fs",IDC_WHTSP_PREFS2,"Button",
                    BS_AUTORADIOBUTTON,149,44,99,10
    CONTROL         "Don't show names",IDC_NSF,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,69,32,78,10
    EDITTEXT        IDC_MERGE_USERAPP,4,56,195,14,ES_AUTOHSCROLL | WS_GROUP
    CONTROL         "&Console application",IDC_MERGECONSOLE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,74,83,9
    CONTROL         "Close &window upon e&xit",IDC_MERGECLOSE,"Button",
                    BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,147,74,95,9
    PUSHBUTTON      "&Browse...",IDC_MERGEBROWSE,202,56,44,14
    CONTROL         "&Optional args",IDC_MERGEOPTARGCHK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,89,60,10
    EDITTEXT        IDC_MERGEOPTARGS,67,87,179,14,ES_AUTOHSCROLL
    GROUPBOX        "Override merge program for specific file extensions",
                    IDC_STATIC,4,108,242,63
    LTEXT           "Ext",IDC_STATIC,12,116,32,10
    LTEXT           "Application",IDC_STATIC,55,116,167,10
    LISTBOX         IDC_P4ASSAPPS2,9,127,190,39,LBS_SORT | LBS_USETABSTOPS | 
                    LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add...",IDC_ADDAPP,201,127,39,12
    PUSHBUTTON      "&Delete",IDC_DELAPP,201,141,39,12
    PUSHBUTTON      "&Edit...",IDC_EDAPP,201,154,39,12
END

IDD_PAGE_EDITORS DIALOGEX 0, 0, 250, 186
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Edit/View"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Viewers/Editors (override specific Windows file associations)",
                    IDC_STATIC,4,0,242,66
    LTEXT           "Ext",IDC_STATIC,12,8,18,10
    LTEXT           "Application",IDC_STATIC,53,8,143,10
    LISTBOX         IDC_P4ASSAPPS,10,17,187,45,LBS_SORT | LBS_USETABSTOPS | 
                    LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | 
                    WS_HSCROLL | WS_TABSTOP
    PUSHBUTTON      "&Add...",IDC_ADDAPP,200,17,39,14
    PUSHBUTTON      "&Delete",IDC_DELAPP,200,32,39,14
    PUSHBUTTON      "&Edit...",IDC_EDAPP,200,47,39,14
    CONTROL         "&Ignore Windows-associated apps for ALL other text files",
                    IDC_IGNORE_ASSAPPS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    4,67,233,10
    GROUPBOX        "Default &text viewer/editor",IDC_STATIC,4,78,242,39
    EDITTEXT        IDC_P4EDITOR,10,89,176,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,189,89,50,14
    CONTROL         "&Console application",IDC_EDITCONSOLE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,10,105,96,9
    CONTROL         "Use the ""View"" application to both &view and edit these file types:",
                    IDC_EDITUSEVIEW,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    119,242,10
    EDITTEXT        IDC_EDITUSEVIEWEXTS,4,130,242,14,ES_AUTOHSCROLL
    CONTROL         "&Never use a temp file when viewing a synced unopened depot file ",
                    IDC_VIEWUSINGLIVE,"Button",BS_AUTORADIOBUTTON | WS_GROUP,
                    4,147,242,10
    CONTROL         "Always &use a temp file when viewing an unopened depot file ",
                    IDC_VIEWUSINGTEMP,"Button",BS_AUTORADIOBUTTON,4,159,222,
                    10
    CONTROL         "Don't use temp for these e&xtensions:",IDC_VIEWUSINGEXT,
                    "Button",BS_AUTORADIOBUTTON,4,171,138,10
    EDITTEXT        IDC_USETEMPFORTHESE,143,169,103,14,ES_AUTOHSCROLL
END

IDD_PAGE_DEPOT DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Depot"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "Show &deleted depot files",IDC_P4SHOWDELETED,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,4,3,220,13
    CONTROL         "Show in Local Views, &hidden files not in Depot",
                    IDC_SHOWHIDDEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    15,217,13
    CONTROL         "Show Perforce file &types in Depot and Changelist panes",
                    IDC_P4SHOWFTYPES,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    27,220,13
    CONTROL         "Show &local path for depot and changelist files",
                    IDC_SHOWCLIENTPATH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    4,39,220,13
    CONTROL         "Outline depot &file under cursor",IDC_SHOWHIGHLITE,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,51,220,13
    CONTROL         "Diff &2 folders output to a dialog rather than the status pane",
                    IDC_DIFF2TODLG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,
                    63,242,13
    CONTROL         "&Automatic depot tree expansion",IDC_AUTOTREEEXPAND,
                    "Button",BS_AUTOCHECKBOX | WS_TABSTOP,4,75,242,10
    GROUPBOX        "Depot pane file tree expansion upon switching port or client or user",
                    IDC_STATIC,4,87,242,59
    CONTROL         "Do &not expand depot",IDC_NODEPOTEXPAND,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,13,99,92,10
    CONTROL         "Expand depot to &previous location",IDC_EXPAND_TO_PREV,
                    "Button",BS_AUTORADIOBUTTON | WS_TABSTOP,13,114,125,10
    CONTROL         "&Expand to",IDC_EXPAND_TO,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,13,129,46,10
    EDITTEXT        IDC_EXPANDPATH,60,127,181,12,ES_AUTOHSCROLL
    LTEXT           "Tree expansion timeout &value",IDC_STATIC,4,150,101,8
    EDITTEXT        IDC_BUSYWAITTIME,105,148,40,12,ES_CENTER | 
                    ES_AUTOHSCROLL | ES_NUMBER
    LTEXT           "milliseconds",IDC_STATIC,153,150,53,8
    LTEXT           "Max number of depot files to sort by e&xtension is",
                    IDC_STATIC,4,165,163,8
    EDITTEXT        IDC_EXTSORTMAX,167,163,40,12,ES_CENTER | ES_AUTOHSCROLL | 
                    ES_NUMBER
END

IDD_PAGE_TEMPFILES DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Files"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Folder and file explorer program",IDC_STATIC,4,7,242,57
    CONTROL         "&Windows Explorer",IDC_WINEXPLORER,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,10,18,83,10
    CONTROL         "&Alternate to Explorer:",IDC_ATLEXPLR,"Button",
                    BS_AUTORADIOBUTTON | WS_TABSTOP,10,32,75,10
    EDITTEXT        IDC_P4EXPLORER,18,45,173,12,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,195,44,45,14
    CONTROL         "Use &2 pane view",IDC_USE_DBLPANE,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,101,18,136,10
    GROUPBOX        "Default action for drag and drop from Windows Explorer",
                    IDC_STATIC,4,68,242,31
    CONTROL         "&Add only",IDC_ADD,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,18,80,48,10
    CONTROL         "&Edit only",IDC_EDIT,"Button",BS_AUTORADIOBUTTON,69,80,
                    48,10
    CONTROL         "&Both add and edit",IDC_BOTH,"Button",
                    BS_AUTORADIOBUTTON,120,80,71,10
    CONTROL         "&Delete",IDC_DELETE,"Button",BS_AUTORADIOBUTTON,196,80,
                    41,10
    LTEXT           "Temp file &directory:",IDC_STATIC,8,104,75,10
    EDITTEXT        IDC_P4TEMPFILES,18,117,173,12,ES_AUTOHSCROLL
    PUSHBUTTON      "Brows&e...",IDC_BROWSE_DIR,195,116,45,14
END

IDD_PAGE_DBLCLICK DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "Double Click Option"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    CONTROL         "View unopened files, edit opened files (&default)",
                    IDC_DBLCLK_DEFAULT,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,9,19,221,10
    CONTROL         "Open for &edit *",IDC_DBLCLK_OPEN,"Button",
                    BS_AUTORADIOBUTTON,9,32,217,10
    CONTROL         "Open and edit file &using associated editor *",
                    IDC_DBLCLK_EDIT,"Button",BS_AUTORADIOBUTTON,9,45,217,10
    CONTROL         "Vie&w head revision using associated viewer *",
                    IDC_DBLCLK_VIEWHEAD,"Button",BS_AUTORADIOBUTTON,9,58,211,
                    10
    CONTROL         "S&ync to head revision *",IDC_DBLCLK_SYNCTOHEAD,"Button",
                    BS_AUTORADIOBUTTON,9,71,210,10
    CONTROL         "Diff vs head rev i&n depot pane/vs depot version in changelist pane",
                    IDC_DBLCLK_DIFFHEAD,"Button",BS_AUTORADIOBUTTON,9,84,233,
                    10
    CONTROL         "Display &properties dialog in both depot and changelist panes",
                    IDC_DBLCLK_PROP,"Button",BS_AUTORADIOBUTTON,9,97,233,10
    CONTROL         "Display revision &history in both depot and changelist panes",
                    IDC_DBLCLK_REVHIST,"Button",BS_AUTORADIOBUTTON,9,110,233,
                    10
    LTEXT           " * Double-click option only applies to depot pane",
                    IDC_STATIC,9,126,222,8
    GROUPBOX        "When you double-click a file",IDC_STATIC,4,7,242,134
END

IDD_PAGE_FILEUTIL DIALOGEX 0, 0, 250, 185
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_VISIBLE | 
    WS_CAPTION
CAPTION "File Utilities"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    GROUPBOX        "Annotate",IDC_STATIC,7,7,236,44
    LTEXT           "Whitespace:",IDC_WHTSP_CAPTION2,12,20,51,8
    CONTROL         "&Show diffs",IDC_WHTSP_INCLUDE2,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,67,19,59,10
    CONTROL         "&Ignore diffs",IDC_WHTSP_IGNOREDIFFS2,"Button",
                    BS_AUTORADIOBUTTON,129,19,58,10
    CONTROL         "I&gnore all",IDC_WHTSP_IGNOREALL2,"Button",
                    BS_AUTORADIOBUTTON,194,19,47,10
    CONTROL         "Include i&ntegrations if using changelist numbers",
                    IDC_INCLUDEINTEGS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
                    12,33,219,13
    CONTROL         "Time Lapse &View includes integrations ",
                    IDC_INCLUDEINTEGSTLV,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,13,55,219,13
END

IDD_MOVEFILES DIALOGEX 0, 0, 148, 63
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Move File to Changelist"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    LTEXT           "&Move to change:",IDC_ADDPROMPT,7,7,80,10
    COMBOBOX        IDC_ADDCHANGNUM,7,20,135,63,CBS_DROPDOWNLIST | CBS_SORT | 
                    CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,36,42,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,91,42,50,14
END

IDD_FIRSTTIMEDLG DIALOGEX 0, 0, 188, 108
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "View Getting Started?"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "&Yes",IDOK,77,87,50,14
    PUSHBUTTON      "&No",IDCANCEL,131,87,50,14
    LTEXT           "Would you like to view the ""Getting Started with P4Win"" manual?",
                    IDC_STATIC,7,7,174,19
    LTEXT           "Note: this manual requires Adobe� Acrobat Reader� whcih you can get by clicking this button:",
                    IDC_STATIC,7,31,114,30
    PUSHBUTTON      "Get &Adobe",IDC_GETADOBE,131,33,50,21,BS_BITMAP
    LTEXT           "If you already have Acrobat Reader� installed, you can just click the Yes button.",
                    IDC_STATIC,7,63,174,20
END

IDD_FILTERBYOWNER DIALOGEX 0, 0, 139, 69
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Filter by Owner"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    CONTROL         "Current &user",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,7,7,125,10
    CONTROL         "",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,7,23,12,8
    EDITTEXT        IDC_OWNER,19,21,50,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,82,20,50,14
    CONTROL         "Include labels with &no owner",IDC_INCBLANK,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,7,36,125,10
    DEFPUSHBUTTON   "OK",IDOK,19,48,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,82,48,50,14
END

IDD_DIFF2OBJS DIALOGEX 0, 0, 225, 76
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Diff 2"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    LTEXT           "&Second:",IDC_STATIC,7,34,33,8
    EDITTEXT        IDC_EDIT2,42,31,120,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_T_BROWSE,168,31,50,14
    DEFPUSHBUTTON   "OK",IDOK,112,55,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,168,55,50,14
    LTEXT           "&First:",IDC_STATIC,7,10,33,8
    EDITTEXT        IDC_EDIT1,42,7,120,14,ES_AUTOHSCROLL
    PUSHBUTTON      "Bro&wse...",IDC_F_BROWSE,168,7,50,14
END

IDD_CLIENTFILTER DIALOGEX 0, 0, 255, 89
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Filter Clients"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    CONTROL         "by &Owner",IDC_CHECK1,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,7,10,47,10
    CONTROL         "Current &user",IDC_RADIO1,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,58,10,60,10
    CONTROL         "",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,126,10,9,10
    EDITTEXT        IDC_OWNER,137,7,58,14,ES_AUTOHSCROLL
    PUSHBUTTON      "&Browse...",IDC_BROWSE,198,7,50,14
    CONTROL         "by &Host",IDC_CHECK2,"Button",BS_AUTOCHECKBOX | 
                    WS_TABSTOP,7,30,40,10
    CONTROL         "&My host",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP,58,30,60,10
    CONTROL         "",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON,125,30,9,10
    EDITTEXT        IDC_HOST,137,28,111,14,ES_AUTOHSCROLL
    CONTROL         "if &Description contains",IDC_CHECK3,"Button",
                    BS_AUTOCHECKBOX | WS_TABSTOP,7,50,94,10
    EDITTEXT        IDC_DESCCONTAINS,137,49,111,14,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,137,68,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,198,68,50,14
END

IDD_DIFF2OUTPUT DIALOGEX 0, 0, 314, 216
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Diff2 Output"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    CONTROL         "List1",IDC_LIST,"SysListView32",LVS_REPORT | 
                    LVS_SINGLESEL | LVS_SHAREIMAGELISTS | LVS_ALIGNLEFT | 
                    WS_BORDER | WS_TABSTOP,7,7,300,182
    PUSHBUTTON      "&Single Pane View",ID_SINGLEPANEVIEW,7,195,70,14
    DEFPUSHBUTTON   "&Diff",ID_DIFF2,202,195,50,14
    PUSHBUTTON      "Close",IDCANCEL,257,195,50,14
END

IDD_BOOKMARKADD DIALOGEX 0, 0, 235, 167
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | 
    WS_SYSMENU
CAPTION "Add Bookmark"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
    LTEXT           "&Name:",IDC_LABEL_TEXT,7,9,26,8
    EDITTEXT        IDC_EDIT,34,7,194,14,ES_AUTOHSCROLL
    LTEXT           "Menu item is a",IDC_STATIC_TITLE,38,22,57,8
    CONTROL         "&Command",IDC_COMMAND,"Button",BS_AUTORADIOBUTTON | 
                    WS_GROUP | WS_TABSTOP,100,22,56,10
    CONTROL         "&Submenu",IDC_SUBMENU,"Button",BS_AUTORADIOBUTTON | 
                    WS_TABSTOP,159,22,45,10
    GROUPBOX        "When this bookmark is chosen",IDC_STATIC,7,32,221,89
    CONTROL         "&Find the path in current depot",IDC_RADIO1,"Button",
                    BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,12,43,205,10
    CONTROL         "S&witch to the following before finding the path:",
                    IDC_RADIO2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,12,
                    55,204,10
    LTEXT           "&Port:",IDC_STATIC,25,70,26,8
    EDITTEXT        IDC_PORT,53,67,165,14,ES_AUTOHSCROLL
    LTEXT           "C&lient:",IDC_STATIC,25,88,26,8
    EDITTEXT        IDC_CLIENT,53,84,165,14,ES_AUTOHSCROLL
    LTEXT           "&User:",IDC_STATIC,25,104,26,8
    EDITTEXT        IDC_USER,53,101,165,14,ES_AUTOHSCROLL
    RTEXT           "&Description:",IDC_STATIC,7,130,50,8
    EDITTEXT        IDC_DESCRIPTION,64,127,165,14,ES_AUTOHSCROLL
    DEFPUSHBUTTON   "OK",IDOK,125,146,50,14,WS_GROUP
    PUSHBUTTON      "Cancel",IDCANCEL,178,146,50,14
END

IDD_DELETEFIXES DIALOGEX 0, 0, 314, 191
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_MINIMIZEBOX | 
    WS_MAXIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
CAPTION "Delete Fixes from Changelist"
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
    CTEXT           "This is used to calculate the dimensions of the CReviewList listbox",
                    IDC_LISTRECT,7,7,300,142,SS_CENTERIMAGE | NOT WS_VISIBLE
    PUSHBUTTON      "&Describe Job",IDC_DESCRIPTION,8,153,65,14
    LTEXT           "&Status:",IDC_JOBSTATUSPROMPT,7,172,33,11
    COMBOBOX        IDC_JOBSTATUS,41,171,102,120,CBS_DROPDOWN | WS_VSCROLL | 
                    WS_TABSTOP
    DEFPUSHBUTTON   "OK",IDOK,148,170,50,14
    PUSHBUTTON      "Cancel",IDCANCEL,202,170,50,14
    PUSHBUTTON      "Help",ID_HELP,257,170,50,14
END


/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 2008,1,17,6239
 PRODUCTVERSION 2008,1,0,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x2L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904b0"
        BEGIN
            VALUE "Comments", "Requires Perforce 98.2.7488 or higher server"
            VALUE "CompanyName", "Perforce Software"
            VALUE "FileDescription", "Perforce Windows Client, English (U.S.) resource dll"
            VALUE "FileVersion", "2008.1 BETA 17.6239"
            VALUE "InternalName", "P4Win409"
            VALUE "LegalCopyright", "Copyright � 1997, 2008 Perforce Software"
            VALUE "OriginalFilename", "P4Win409.DLL"
            VALUE "ProductName", "Perforce Windows GUI Client "
            VALUE "ProductVersion", "2008.1 BETA 17.6239"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1200
    END
END


/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
//

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO 
BEGIN
    IDD_HISTORY, DIALOG
    BEGIN
        LEFTMARGIN, 6
        RIGHTMARGIN, 348
        BOTTOMMARGIN, 203
    END

    IDD_SPECSHEET, DIALOG
    BEGIN
        LEFTMARGIN, 5
        RIGHTMARGIN, 295
        BOTTOMMARGIN, 162
    END

    IDD_SPECDLG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 280
        TOPMARGIN, 7
        BOTTOMMARGIN, 130
    END

    IDD_ADDLIST, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 283
        TOPMARGIN, 7
        BOTTOMMARGIN, 191
    END

    IDD_SPECDESC, DIALOG
    BEGIN
        LEFTMARGIN, 1
        RIGHTMARGIN, 293
        TOPMARGIN, 2
        BOTTOMMARGIN, 179
    END

    IDD_VIEWERSELECT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 217
        TOPMARGIN, 7
        BOTTOMMARGIN, 124
    END

    IDD_MERGE3, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 273
        VERTGUIDE, 279
        TOPMARGIN, 7
        BOTTOMMARGIN, 172
    END

    IDD_MERGE2, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 272
        TOPMARGIN, 7
        BOTTOMMARGIN, 113
    END

    IDD_CUSTOMGET, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 317
        TOPMARGIN, 7
        BOTTOMMARGIN, 79
    END

    IDD_FILE_INFORMATION, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 259
        TOPMARGIN, 7
        BOTTOMMARGIN, 201
    END

    IDD_EDITASSOCIATION, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 263
        TOPMARGIN, 7
        BOTTOMMARGIN, 101
    END

    IDD_REVERTLIST, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 282
        TOPMARGIN, 7
        BOTTOMMARGIN, 174
    END

    IDD_JOBLIST, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 270
        TOPMARGIN, 7
        BOTTOMMARGIN, 175
    END

    IDD_LISTBROWSE, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 288
        TOPMARGIN, 5
        BOTTOMMARGIN, 178
    END

    IDD_CONTEXT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 227
        TOPMARGIN, 7
        BOTTOMMARGIN, 68
    END

    IDD_CREATENEWCLIENT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 122
        TOPMARGIN, 7
        BOTTOMMARGIN, 50
    END

    IDD_PASSWORD, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 117
        TOPMARGIN, 7
        BOTTOMMARGIN, 63
    END

    IDD_JOB_FILTER, DIALOG
    BEGIN
        LEFTMARGIN, 2
        RIGHTMARGIN, 238
        BOTTOMMARGIN, 28
    END

    IDD_TEMPLATENAME, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 181
        TOPMARGIN, 7
        BOTTOMMARGIN, 56
    END

    IDD_SETPWD, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 150
        TOPMARGIN, 7
        BOTTOMMARGIN, 94
    END

    IDD_PAGE_INTEGFILESPECS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 283
        TOPMARGIN, 4
        BOTTOMMARGIN, 199
    END

    IDD_PAGE_INTEGREVRNG, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 245
        TOPMARGIN, 7
        BOTTOMMARGIN, 169
    END

    IDD_NEW_WINDOW, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 272
        TOPMARGIN, 7
        BOTTOMMARGIN, 132
    END

    IDD_FILETYPE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 300
        TOPMARGIN, 7
        BOTTOMMARGIN, 201
    END

    IDD_CHANGE_DESCRIBE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 130
        TOPMARGIN, 7
        BOTTOMMARGIN, 48
    END

    IDD_JOB_DESCRIBE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 140
        TOPMARGIN, 7
        BOTTOMMARGIN, 57
    END

    IDD_CHANGE_SYNC, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 280
        TOPMARGIN, 7
        BOTTOMMARGIN, 56
    END

    IDD_P4FILES, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 272
        TOPMARGIN, 7
        BOTTOMMARGIN, 195
    END

    IDD_TABSIZE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 111
        TOPMARGIN, 7
        BOTTOMMARGIN, 38
    END

    IDD_ADDFILTER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 173
        TOPMARGIN, 7
        BOTTOMMARGIN, 148
    END

    IDD_CUSTOMIZETOOLS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 283
        TOPMARGIN, 7
        BOTTOMMARGIN, 210
    END

    IDD_CUSTOMIZEADD, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 229
        TOPMARGIN, 7
        BOTTOMMARGIN, 48
    END

    IDD_CUSTOMIZEARGS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 229
        TOPMARGIN, 7
        BOTTOMMARGIN, 41
    END

    IDD_FORCESYNC, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 292
        TOPMARGIN, 7
        BOTTOMMARGIN, 175
    END

    IDD_AUTORESOLVE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 248
        TOPMARGIN, 7
        BOTTOMMARGIN, 151
    END

    IDD_RERESOLVING, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 283
        TOPMARGIN, 7
        BOTTOMMARGIN, 173
    END

    IDD_MSGBOX, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 243
        TOPMARGIN, 7
        BOTTOMMARGIN, 80
    END

    IDD_RESOLVE_FLAGS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 201
        TOPMARGIN, 7
        BOTTOMMARGIN, 54
    END

    IDD_DEPOT_FILTER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 259
        TOPMARGIN, 7
        BOTTOMMARGIN, 165
    END

    IDD_JOB_CONFIGURE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 333
        TOPMARGIN, 7
        BOTTOMMARGIN, 194
    END

    IDD_RMVVIEWER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 170
        TOPMARGIN, 7
        BOTTOMMARGIN, 91
    END

    IDD_BOOKMARKS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 281
        TOPMARGIN, 7
        BOTTOMMARGIN, 169
    END

    IDD_LABEL_ADD_REPLACE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 308
        TOPMARGIN, 7
        BOTTOMMARGIN, 195
    END

    IDD_LABEL_DEL_SYNC, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 307
        TOPMARGIN, 7
        BOTTOMMARGIN, 184
    END

    IDD_DIFFASSOCIATION, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 263
        TOPMARGIN, 7
        BOTTOMMARGIN, 101
    END

    IDD_DIFF2, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 307
        TOPMARGIN, 7
        BOTTOMMARGIN, 209
    END

    IDD_FAVORITES, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 282
        TOPMARGIN, 7
        BOTTOMMARGIN, 169
    END

    IDD_FAVEDITDLG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 229
        TOPMARGIN, 7
        BOTTOMMARGIN, 104
    END

    IDD_OLDCHG_FILTER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 264
        TOPMARGIN, 7
        BOTTOMMARGIN, 170
    END

    IDD_OLDCHG_REVRANGE, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 265
        TOPMARGIN, 7
        BOTTOMMARGIN, 174
    END

    IDD_OPTIONSTREE_DIALOG, DIALOG
    BEGIN
        RIGHTMARGIN, 343
        BOTTOMMARGIN, 205
    END

    IDD_PAGE_CONNECTINFO, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_CHANGELISTS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 245
    END

    IDD_PAGE_CLIENTS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 249
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_JOBS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 183
    END

    IDD_PAGE_DIALOGS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 183
    END

    IDD_PAGE_HISTORY, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_PANES, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_DISPLAY, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_SPECS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_AUTORESOLVE, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 245
        TOPMARGIN, 7
        BOTTOMMARGIN, 169
    END

    IDD_PAGE_LABELS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_STATUSPANE, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_DIFF, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
    END

    IDD_PAGE_MERGE, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
        BOTTOMMARGIN, 178
    END

    IDD_PAGE_EDITORS, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_DEPOT, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_TEMPFILES, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_DBLCLICK, DIALOG
    BEGIN
        LEFTMARGIN, 4
        RIGHTMARGIN, 246
        TOPMARGIN, 7
        BOTTOMMARGIN, 176
    END

    IDD_PAGE_FILEUTIL, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 243
        TOPMARGIN, 7
        BOTTOMMARGIN, 178
    END

    IDD_MOVEFILES, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 141
        TOPMARGIN, 7
        BOTTOMMARGIN, 56
    END

    IDD_FIRSTTIMEDLG, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 181
        TOPMARGIN, 7
        BOTTOMMARGIN, 101
    END

    IDD_FILTERBYOWNER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 132
        TOPMARGIN, 7
        BOTTOMMARGIN, 62
    END

    IDD_DIFF2OBJS, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 218
        TOPMARGIN, 7
        BOTTOMMARGIN, 69
    END

    IDD_CLIENTFILTER, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 248
        TOPMARGIN, 7
        BOTTOMMARGIN, 82
    END

    IDD_DIFF2OUTPUT, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 307
        TOPMARGIN, 7
        BOTTOMMARGIN, 209
    END

    IDD_BOOKMARKADD, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 228
        TOPMARGIN, 7
        BOTTOMMARGIN, 160
    END

    IDD_DELETEFIXES, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 307
        TOPMARGIN, 7
        BOTTOMMARGIN, 184
    END
END
#endif    // APSTUDIO_INVOKED


/////////////////////////////////////////////////////////////////////////////
//
// String Table
//

STRINGTABLE 
BEGIN
    IDR_MAINFRAME           "Perforce\n\nPerforce\nPerforce Files (*.p4w)\n.P4W\nPerforce.Document\nPerforce Document"
    IDS_BAD_REGISTRY        "Unable to write to registry.\nVerify that you have sufficient privileges."
    IDS_DELETEIT_s          "Are you sure you want to delete %1!s!?"
    IDS_NOCLIENT_s_s_s      "The specified client workspace %1!s! is not defined.\n\nThis wizard helps you set up a client workspace for\n      Server: %2!s!\n      User: %3!s!"
    IDS_DESCRIBEIT          "Descri&be..."
    IDS_REFRESH             "&Refresh\tF5"
    IDS_ENTIREDEPOT         "Entire Perforce Depot"
    IDS_CLIENTVIEWONLY      "Client View of Depot"
    IDS_SPECCAPTION_s       "Perforce %1!s! Specification"
    IDS_BAD_SPEC            "The specification has an error. See ""Help for Specifications."""
    IDS_NEW                 "&New..."
    IDS_EDITSPEC            "&Edit Spec..."
    IDS_INTEGRATEUSING_s    "&Integrate Using %1!s!..."
    IDS_DELETE_s            "&Delete %1!s!"
    IDS_CLEARFILTER         "&Clear Filter"
END

STRINGTABLE 
BEGIN
    IDS_n_WERE_ADDED        " (including %1!d! that were added)"
    IDS_NOTUNICODE          "8-Bit "
    IDS_FILESNOTINDEPOT     "Local Files Not in Depot"
    IDS_UNABLE_TO_IMPORT_UNICODE_FILE 
                            "Import Fails: Unable to import Unicode file."
    IDS__IN_DEPOT           " in depot"
    IDS_EDIT_BOOKMARK_SUBMENU "Edit Bookmark Submenu"
    IDS_PATH                "&Path:"
    IDS_FILE_FORCESYNCTOHEAD "&Force sync to Head Revision"
    IDS_ADDTOLABELVIEW_s    "Add Depo&t Selections to View for Label %1!s!..."
    IDS_CONFIRMADDTOLABELVIEW_s 
                            "Are you sure you want to add these files to the Label View for %1!s!?"
    IDS_UNABLE_TO_WRITE_P4CHARSET_TO_THE_REGISTRY 
                            "Cannot update P4CHARSET entry in the registry.\nVerify that you have sufficient privileges"
    IDS_EMBEDDED_SPACES_NOT_ALLOWED_IN_P4CHARSET_ENTRY 
                            "Embedded spaces not allowed in P4CHARSET entry"
    IDS_MENU_ITEM           "Menu Item"
    IDS_YOUMUSTSPECIFYACLIENT_s_s 
                            "You must specify a client workspace to store local copies of files under Perforce control.\n\nThis wizard helps you set up a client workspace for\n      Server: %1!s!\n      User: %2!s!"
    IDS_DOYOUWANTOTSYNCYOURNEWCLIENT 
                            "&Sync to Head\t&Don't Sync\tDo you want to sync the files from the Perforce depot to your newly created client workspace?\n\nIf you want to obtain all the files, click the ""Sync to Head"" button."
    IDS__WIZARD             " Wizard"
END

STRINGTABLE 
BEGIN
    IDS_EDITSPEC_s          "&Edit Spec %1!s!..."
    IDS_DESCRIBEIT_s        "Descri&be %1!s!..."
    IDS_SYNC_CHANGE_s       "&Sync to Changelist %1!s!..."
    IDS_DESCRIBESUBMITTED_s "Descri&be Changelist %1!s!..."
    IDS_CANTRUNREVHIST_s    "Unable to obtain Revision History for %1!s!"
    IDS_SPEC_WEIRDNESS_IN_SET "weird sd->type in Set"
    IDS_SPEC_WEIRDNESS_IN_GET "weird sd->type in Get"
    IDS_SPEC_TOOLTIP        "Display Specification Description"
    IDS_SPEC_NO_FILES_CHANGED "Warning: None of the files have been changed."
    IDS_SPEC_CANT_OVERWRITE_JOB 
                            "\nYou may not overwrite a currently existing Job."
    IDS_SPEC_EMPTY_SUBMIT   "You cannot submit a changelist unless there are files with checkmarks to be included in the submission."
    IDS_FIELD_s_NEEDS_n_WORDS_PER_LINE 
                            "Field '%1!s!' needs %2!d! words per line."
    IDS_FIELD_s_NEEDS_ONE_WORD_PER_LINE 
                            "Field '%1!s!' needs one word per line."
    IDS_SPEC_INVALID_JOBNAME_s 
                            "%1!s! is not a valid job name. You may not begin a job name with a hyphen."
    IDS_SPEC_s_s_ALREADY_EXISTS_CANT_OVERWRITE_s_WITH_s 
                            "%1!s! %2!s! already exists. You may not overwrite the current version of %3!s! with this new %4!s!."
    IDS_SPEC_COULDNT_RESTORE 
                            "Could not restore data to format matching original spec"
END

STRINGTABLE 
BEGIN
    AFX_IDS_APP_TITLE       "P4Win"
    AFX_IDS_IDLEMESSAGE     "For Help, press F1"
    AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"
END

STRINGTABLE 
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"
END

STRINGTABLE 
BEGIN
    ID_CURRENTTASK          "                                                     "
END

STRINGTABLE 
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 
BEGIN
    ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"
    ID_APP_EXIT             "Quit the application\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 
BEGIN
    ID_FILE_MV2OTHERCHGLIST "Move the selected files from their current changelist to another of your changelists\nMove Files to another Changelist"
    ID_HELP_GETTINGSTARTEDWITHP4WIN 
                            "Display the PDF file 'Getting Started with P4Win'\nGetting Started with P4Win"
    ID_FILE_ANNOTATECHG     "Prints all lines of a file, indicating what changelist introduced each line"
    ID_FILE_ANNOTATECHGALL  "Prints all lines of all revisions for a file, indicating what changelist introduced each line"
END

STRINGTABLE 
BEGIN
    ID_FILE_MRU_FILE1       "Open this document"
    ID_FILE_MRU_FILE2       "Open this document"
    ID_FILE_MRU_FILE3       "Open this document"
    ID_FILE_MRU_FILE4       "Open this document"
    ID_FILE_MRU_FILE5       "Open this document"
    ID_FILE_MRU_FILE6       "Open this document"
    ID_FILE_MRU_FILE7       "Open this document"
    ID_FILE_MRU_FILE8       "Open this document"
    ID_FILE_MRU_FILE9       "Open this document"
    ID_FILE_MRU_FILE10      "Open this document"
    ID_FILE_MRU_FILE11      "Open this document"
    ID_FILE_MRU_FILE12      "Open this document"
    ID_FILE_MRU_FILE13      "Open this document"
    ID_FILE_MRU_FILE14      "Open this document"
    ID_FILE_MRU_FILE15      "Open this document"
    ID_FILE_MRU_FILE16      "Open this document"
END

STRINGTABLE 
BEGIN
    ID_NEXT_PANE            "Switch to the next pane\nNext Pane"
    ID_PREV_PANE            "Switch back to the previous pane\nPrevious Pane"
END

STRINGTABLE 
BEGIN
    ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"
END

STRINGTABLE 
BEGIN
    ID_EDIT_CLEAR           "Erase the selection\nErase"
    ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"
    ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"
    ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"
    ID_EDIT_FIND            "Find the specified text\nFind"
    ID_EDIT_PASTE           "Find File/Folder in the depot pane when Clipboard contains a full path \nPaste"
    ID_EDIT_REPEAT          "Repeat the last action\nRepeat"
    ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"
    ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"
    ID_EDIT_UNDO            "Undo the last action\nUndo"
    ID_EDIT_REDO            "Redo the previously undone action\nRedo"
END

STRINGTABLE 
BEGIN
    ID_SELECTFILES_CHANGED  "Select all changed files in the changelist\nSelect Changed"
    ID_SELECTFILES_UNCHANGED 
                            "Select all unchanged files in the changelist\nSelect Unhanged"
    IDS_LABEL_DIFF2         "Diff Files in &2 Labels"
    ID_LABEL_DIFF2          "Diff the files in 2 Labels\nDiff Files in 2 Labels"
END

STRINGTABLE 
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 
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"
    IDS_NEITHER_SRC_OR_TARG_MAY_BE_EMPTY 
                            "Neither the Source or the Target specification can be empty\nPlease enter valid depot path(s) for the source and a depot path for the target."
    IDS_BKMK_INVALID_CHAR_s "A Bookmark may not contain '@' or '#'\ndiscarding %1!s!"
    IDS_BKMK_READ_BKMKS_n_BKMKS_ADDED_FROM_s 
                            "%1!d! Bookmark menu items added from %2!s!"
    IDS_BKMK_IMPORTED_FROM_USER "#Imported from %1!s!\r\n"
    IDS_BKMK_EXPORT_TOOLS_EXPORTED_TO_s "Bookmarks exported to %1!s!"
    IDS_BKMKSDLG_READ_BKMKS_TITLE "Read Bookmarks from a File"
END

STRINGTABLE 
BEGIN
    AFX_IDS_SCRESTORE       "Restore the window to normal size"
    AFX_IDS_SCTASKLIST      "Activate Task List"
END

STRINGTABLE 
BEGIN
    AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"
    IDS_DRAGFROMDELTA       "Internal drag from Delta Tree"
    IDS_DRAGFROMDEPOT       "Unable to overwrite Your file, %1!s!, with Merged file..\n\nYour file may be in use by some other program."
    IDS_THEIRFILE_FINDINDEPOT "&Find Their file in Depot"
    IDS_THEIRFILE_REVISIONHISTORY "Revision &History for Their file..."
    IDS_THEIRFILE_PROPERTIES "&Properties for Their file..."
END

STRINGTABLE 
BEGIN
    ID_PERFORCE_INFO        "Show connection information in the status pane\nShow Connection Info"
    ID_PERFORCE_OPTIONS     "Set Perforce options\nSet Perforce Options"
END

STRINGTABLE 
BEGIN
    ID_WINDOW_COPYALL       "Copy entire contents of status pane to clipboard"
    ID_WINDOW_COPYSELECTED  "Copy selected rows from status pane to clipboard"
    ID_USER_PASSWORD        "Set password\nSet Password"
    ID_LABEL_TEMPLATE       "Create or update label using selected label as a template\nCreate/Update from Template"
    ID_SETDEFCLIENT         "Set the current client as the client you will use when P4Win starts up\nSet default client"
    ID_SETDEFUSER           "Set the current user as the user you will use when P4Win starts up\nSet default user"
    ID_NEW_WINDOW           "Switch to a different Port and/or Client and/or User\nSwitch to a different Port and/or Client and/or User"
    ID_MRU_PCU0             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU1             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU2             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU3             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU4             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU5             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU6             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU7             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_MRU_PCU8             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
END

STRINGTABLE 
BEGIN
    ID_MRU_PCU9             "Switch to this Port, Client and User\nSwitch to this Port, Client and User"
    ID_WINEXPLORE           "Run the Windows Explorer in the directory containing the selected file"
    ID_SHOW_TIMESTAMP       "Show Timestamp for status messages"
    ID_SYNC_CHANGE          "Displays dialog for syncing files to the selected changelist"
    ID_VIEW_WARNANDERR      "View Warnings and Errors..."
    ID_THISMENUISNOTPARTOFTHEPROGRAMITSJUSTAWAYTODEFINECONTEXTMENUIDS_PREVIEWSYNCTOCHANGELIST 
                            "Preview Sync to Changelist"
    ID_FILETYPE             "Determines how Perforce stores and diffs a file. Examples of file types are text and binary."
    ID_CMDPROMPT            "Open a command prompt in the directory containing the selected file"
    ID_CHANGE_DESCRIBE_2    "Describe changelist\nDescribe Changelist"
END

STRINGTABLE 
BEGIN
    ID_BRANCH_NEW           "Create new branch specification\nNew BranchSpec"
    ID_BRANCH_EDITSPEC      "Edit branch specification\nEdit BranchSpec"
    ID_BRANCH_INTEG         "Integrate entire branch view from specification\nIntegrate Branch from Spec"
    ID_BRANCH_INTEG_REV     "Integrate branch view back to source\nIntegrate back"
    ID_BRANCH_DELETE        "Delete branch\nDelete Branch"
    ID_MAXSTATUSLINES       "Status Pane Buffer Size..."
    ID_LABEL_NEW            "Create new label\nNew Label"
END

STRINGTABLE 
BEGIN
    ID_FILE_OPENEDIT        "Open file(s) for edit\nOpen for edit"
    ID_FILE_OPENDELETE      "Open file(s) for delete\nOpen for delete"
    ID_FILE_REVERT          "Revert changes to file(s)\nRevert file(s)"
    ID_FILE_GET             "Sync client file(s) to Depot head revision\nSync to Head Revision"
    ID_FILE_GETWHATIF       "Sync files preview - what files would sync copy to client?\nSync to Head Revision Preview"
    ID_FILE_REMOVE          "Remove file(s) from client\nRemove from client"
    ID_FILE_LOCK            "Lock file(s) at Depot\nLock files"
    ID_FILE_UNLOCK          "Unlock file(s) at Depot\nUnlock files"
    ID_FILE_SCHEDULE        "Schedule resolve against head revision of file by sync'ing file to head revision\nSchedule Resolve"
    ID_FILE_OPENEDITA       "Open file(s) for add\nOpen for add"
END

STRINGTABLE 
BEGIN
    ID_FILE_DIFFHEAD        "Diff client file against Depot file\nDiff vs Depot File"
    ID_FILE_REVISIONHISTORY "Show revision history\nShow rev history"
END

STRINGTABLE 
BEGIN
    ID_FILE_QUICKBROWSE     "View file using associated viewer\nView File"
    ID_FILE_AUTOBROWSE      "View file\nView File"
    ID_FILE_RESOLVE         "Interactively resolve file\nInteractive resolve"
    ID_FILE_AUTORESOLVE     "Attempt to automatically resolve\nAuto-Resolve"
    ID_FILE_GETATLABELORCHANGENUMBER 
                            "Get files at a label or as of a specific change number\nGet at Label or Change"
    ID_FILE_GETCUSTOM       "Sync files to a specific label or change number\nSync to Label or Change"
    ID_FILE_REFRESHFROMDEPOT "Refresh "
END

STRINGTABLE 
BEGIN
    ID_CHANGE_NEW           "Create new changelist\nNew Changelist"
    ID_CHANGE_EDSPEC        "Edit changelist\nEdit Changelist"
    ID_CHANGE_DESCRIBE      "Describe indicated changelist\nDescribe Indicated Changelist"
    ID_CHANGE_DEL           "Delete empty Perforce changelist\nDelete Empty Changelist"
    ID_CHANGE_REVORIG       "Revert original files in changelist\nRevert Original Files"
    ID_CHANGE_SUBMIT        "Submit changelist\nSubmit Changelist"
    ID_CHANGE_ADDJOBFIX     "Attach a job which is fixed by this changelist\nAdd Job Fix..."
END

STRINGTABLE 
BEGIN
    IDS_PAGE_LABEL          "Labels"
    IDS_PAGE_MERGE          "Merge"
    IDS_PAGE_FILEUTIL       "Utilities"
    IDS_PAGE_OPTIONS        "Options"
    IDS_PAGE_PANES          "Perforce Objects"
    IDS_PAGE_REVISIONHISTORY "Revision History"
    IDS_PAGE_SPECIFICATIONS "Specifications"
    IDS_PAGE_STATUS         "Status"
    IDS_PAGE_VIEWEDIT       "View / Edit"
    IDS_PAGE_AUTORESOLVE    "Resolve"
END

STRINGTABLE 
BEGIN
    ID_LABEL_EDIT_SPEC      "Edit label specification\nEdit Label Spec"
    ID_LABEL_DELETE         "Delete Perforce label\nDelete Label"
    ID_LABEL_SYNC           "Add/Replace Files Listed in Label\nAdd/Replace Files Listed in Label"
    ID_LABEL_SYNC_CLIENT    "Synchronize client files to match label - will Get Files as Required\nSync client"
END

STRINGTABLE 
BEGIN
    ID_FILTERBYOWNER        "Show only the Labels owned by given user"
    ID_CLEAROWNERFILTER     "Show labels owned by all users"
    ID_FILE_FORCESYNCTOHEAD "Resync all the selected files to their head revisions\n&Force sync to Head Revision"
    ID_LABEL_ADDTOLABELVIEW "Add the files that are selected in the Depot pane to the Label View"
    ID_FILE_ANNOTATIONS     "View changes to the file over time"
END

STRINGTABLE 
BEGIN
    ID_CLIENT_EDITMY        "Edit the current client specification\nEdit current client spec"
    ID_CLIENT_TEMPLATE      "Create or update Perforce client using selected client as a template\nCreate/Update from template"
    ID_CLIENT_DESCRIBE      "Describe client\nDescribe client"
    ID_CLIENT_DELETE        "Delete Perforce client\nDelete Client"
    ID_JOB_NEW              "Create new job\nNew Job"
    ID_JOB_EDITSPEC         "Edit job\nEdit job"
    ID_JOB_DELETE           "Delete job\nDelete job"
    ID_USER_EDITMY          "Create/Edit my user specification\nCreate/Edit my user spec"
    ID_USER_TEMPLATE        "Create my Perforce User using selected user as a template\nCreate from template"
    ID_USER_DESCRIBE        "Describe user\nDescribe user"
    ID_USER_DELETE          "Delete user\nDelete user"
END

STRINGTABLE 
BEGIN
    ID_VIEW_UPDATE          "Refresh or update depot pane\nRefresh"
    ID_WINDOW_CLEAR         "Clear contents of this pane\nClear Pane"
    ID_DEPOT_SHOWENTIREDEPOT "Show all files depot\nDepot View"
    ID_DEPOT_CLIENTVIEW     "Show only files in client view of depot\nClient View Only."
    ID_BRANCH_DESCRIBE      "Describe branch\nDescribe Branch"
    ID_JOB_DESCRIBE         "Describe job\nDescribe job"
    ID_LABEL_DESCRIBE       "Describe label\nDescribe label"
END

STRINGTABLE 
BEGIN
    ID_LABEL_DELETEFILES    "Delete some of the files Listed in Label\nDelete Some files Listed in Label"
    ID_LABELFILTER_CLEARVIEW "Show all the Labels\nClear Filter"
    ID_LABELFILTER_SETVIEW  "Show only labels containing the files selected in the depot pane.\nSet Filter"
    ID_LABELFILTER_SETVIEWREV 
                            "Show only labels containing the files and revisions selected in the depot pane.\nSet Filter"
    ID_LABELDD_SYNC         "Drag and Drop default action will be to Add/Replace Files Listed in Label\nAdd/Replace Files Listed in Label"
    ID_LABELDD_DELETEFILES  "Drag and Drop default action will be to Delete some of the files Listed in Label\nDelete Some files Listed in Label"
    ID_LABELDD_SYNC_CLIENT  "Drag and Drop default action will be to Synchronize client files to match label - will Get Files as Required\nSync client"
    ID_LABELDD_ADDTOLABELVIEW 
                            "Drag and Drop default action will be to Add the files that are selected in the Depot pane to the Label View"
    ID_LABELFILTERDD_SETVIEW 
                            "Drag and Drop default action will set labels filter using the files selected in the depot pane.\nFilter Labels"
    ID_LABELFILTERDD_SETVIEWREV 
                            "Drag and Drop default action will set labels filter using the files and revisions selected in the depot pane\nFilter Labels"
    ID_LABELDD_SHOWMENU     "For drag and drop of files to label pane with left mouse button, always show this menu\nShow Drag Drop Menu"
    ID_FINDNEXT             "Repeat the last Find\nRepeast the last Find"
    ID_FINDPREV             "Repeat the last Find, but in the opposite direction\nFind Previous"
END

STRINGTABLE 
BEGIN
    ID_VIEW_CLIENTVIEW      "Show only the depot files that are in client view\nClient View Only."
    ID_VIEW_LOCAL_P4        "View local files under the client's root that are in Perforce\nLocal view of Perforce files"
    ID_VIEW_LOCAL_TREE      "View all local files in the client's view\nLocal View of Client Tree"
    ID_VIEW_FILESNOTINDEPOT "Show Only the files that are not in the Perforce depot"
    ID_VIEW_ENTIREVIEW      "Show the entire Perforce depot."
    ID_FILE_OPENADD         "Open file(s) for add\nOpen for add"
    ID_FILE_DELETE          "Permanently delete the the selected file(s) from your local hard disk\nDelete from Local Hard Disk"
    ID_POSITIONCHGS         "Find the selected file in the changelist in which it is open"
    ID_CHGS_BY_USER         "View changelists submitted by the selected user\nView user's changes"
    ID_CHGS_BY_CLIENT       "View changelists submitted via the selected client\nView client's changes"
    ID_FILE_REVISIONTREE    "Show Branching and Integration Revision Graph\nShow Rev Graph"
    ID_FILE_RENAME          "Branch to a new name and/or location and delete selected file"
    ID_JOB_SETFILEFILTER    "Filter the Job pane to show jobs fixed by the files currently selected in the Depot pane"
    ID_JOB_REMOVEFILEFILTER "Clear the Jobs file filter\nClear Jobs File Filter"
END

STRINGTABLE 
BEGIN
    ID_JOB_SETFILEFILTERINTEG 
                            "Filter Job pane to show jobs fixed by files currently selected in Depot pane, include integrations into these files"
END

STRINGTABLE 
BEGIN
    ID_FILE_REFRESH         "Refresh files from depot\nRefresh Files"
    ID_CHANGE_REMOVEFIX     "Remove (unfix) job from changelist\nRemove Fix"
    ID_FILEREVISION_GET     "Copy selected revision of file to client\nGet Revision"
    ID_FILEREVISION_BROWSE  "Browse selected revision of file\nBrowse"
    ID_FILEREVISION_DIFF2   "Diff two selected revisions of file\nDiff Two"
END

STRINGTABLE 
BEGIN
    ID_FILE_ADD             "Add file(s) to source control\nAdd Files"
    ID_FILE_PROPERTIES      "Display File Information\nFile Information"
    ID_POPUPMENU_CHECKOUTFOREDIT "Open files for Edit"
    ID_FILEDROP_EDIT        "Open files for edit"
    ID_FILEDROP_CHECKOUTFORDELETE "Open files "
    ID_FILEDROP_DELETE      "Open files for delete"
END

STRINGTABLE 
BEGIN
    ID_FILEDROP_CANCEL      "Cancel drag-drop operation"
    ID_FILE_QUICKEDIT       "Checkout and edit file using associated viewer\nEdit File"
    ID_FILE_EDIT            "Edit"
    ID_FILE_AUTOEDIT        "Get head rev of file, checkout, and open in editor\nEdit File"
    ID_CHANGELIST_ACTIVATE  "View pending changelists pane\nView Pending Changelists"
    ID_BRANCH_ACTIVATE      "View branch specifications\nView BranchSpecs"
    ID_CLIENT_ACTIVATE      "View client specifications\nView ClientSpecs"
    ID_JOB_ACTIVATE         "View jobs\nView Jobs"
    ID_LABEL_ACTIVATE       "View labels\nView Labels"
    ID_SUBMITTED_ACTIVATE   "View submitted changelists pane\nView Submitted Changelists"
END

STRINGTABLE 
BEGIN
    ID_USER_ACTIVATE        "View users\nView Users"
    ID_FILTER_CLEAR         "Clear change listing filter\nClear Filter"
    ID_FILTER_SETFILTERVIEW "Set"
    ID_FILE_INTEGRATE       "Integrate changes from another code line using a branch mapping\nIntegrate Using Branch"
    ID_LABEL_LISTFILES      "List files at label\nList Files"
    ID_FILE_INTEGSPEC       "Integrate files without branch\nIntegrate by Filespec"
END

STRINGTABLE 
BEGIN
    ID_USER_CREATENEWUSER   "Create a new User\nNew User"
    ID_USER_SWITCHTOUSER    "Change your current user to another.\nSwitch to another user"
    ID_FILE_CANCEL          "Cancel the current server operation\nCancel Operation"
    ID_JOB_SETFILTER        "Select jobs based on comparisons"
    ID_JOB_REMOVEFILTER     "Clear the Jobs comparison filter\nClear Filter"
    ID_FILTER_CLEARVIEW     "Display unfiltered listing of submitted changelists.\nClear Filter"
    ID_FILTER_SETVIEW       "Filter listing of submitted changelists by client, user or files.\nSet Filter"
    ID_FILE_RECOVER         "Recover deleted file using the revision currently on the Client or the using next to last revision if no revision on Client\nRecover Deleted File"
END

STRINGTABLE 
BEGIN
    ID_CLIENTSPEC_NEW       "Create a new client specification\nNew Client"
    ID_CLIENTSPEC_SWITCH    "Use the selected client to map the Perforce depot to your computer\nSwitch Client"
END

STRINGTABLE 
BEGIN
    IDS_ASSOCEDITOR         "Associated &Editor"
    IDS_ASSOCVIEWER         "Associated &Viewer"
    IDS_OTHERVIEWER         "&Other Viewer..."
    IDS_OTHEREDITOR         "&Other Editor..."
    IDS_SUBMIT              "&Submit...\tCtrl+S"
    IDS_EDITUSING           "Edit &Using"
    IDS_FILTER              "&Filter...\tCtrl+J"
    IDS_REVERTUNCHANGED     "Revert &Unchanged Files"
    IDS_DESCRIBESUBMITTED   "Descri&be Changelist "
    IDS_DELEMPTYCHANGELIST  "&Delete Empty Changelist"
    IDS_MENU_RESOLVE        "Resol&ve"
    IDS_INTEGMODE           "PERFORCE has a very flexible branching and integration model, allowing many options.  This wizard is here to explain those options and assist you in making your integration experience enjoyable.\r\n\r\n\r\n\r\nThe files you have selected can be used as either source or target files:\r\n\r\nSOURCE:  The selected file(s) will be used to branch off new files, or will be used to updated previously branched files.\r\nTARGET:  The selected file(s) will be opened for integration, to allow them to be updated to reflect revisions made in other files."
    IDS_INTEGBRANCH         "Choose the PERFORCE Branch definition that will be used to map source files to target files.  Double-click any Branch in the list to examine the actual Branch mappings."
    IDS_INTEGFILESPEC       "The default target filespec must be edited for a meaningfull integration operation.\r\n\r\nIn addition, advanced users may wish to edit the source filespec(s).\r\n\r\nNote that if more than one source filespec is present, the target filespec must end with the '/...' wildcard."
    IDS_INTEGREVISIONS      "By default, all un-integrated revisions to the source files will be integrated to the target files.  To limit integration to revisions up to and including a given revision, enter a single revision specifier.\r\n\r\nTo limit integration to revisions that fall within a revision range, enter the two bounding revision specifiers separated by a comma  These two revisions, and all intermediate revisions, will be integrated. \r\n\r\nExamples:\r\n   use '#have' to include all revisions up to the revision on your Client\r\n   use '@205' to include all revisions up to Changelist 205\r\n   use '@205,@250' to include all revisions between Changelists 205 and 250.\r\n   use '@myLabel' to include all revisions up to the revision at label 'myLabel'"
    IDS_INTEGMODEPRE991     "PERFORCE has a very flexible branching and integration model, allowing many options.  This wizard is here to explain those options and assist you in making your integration experience enjoyable.\r\n\r\nThe selected file(s) are integration targets, and will be opened for integration to allow them to be updated to reflect revisions made in other files.  (Use of a file selection set as source files for an integration requires a 99.1 or newer PERFORCE server)\r\n\r\n"
END

STRINGTABLE 
BEGIN
    IDS_INTEGFILESPECBRANCH "The files involved in an integration are restricted in two ways:\r\nA) they must be included in the branch view\r\nB) they must be included in the source or target filespec\r\n\r\n\r\nAdvanced users may wish to edit the filespecs to further restrict the integration operation."
    IDS_ADDJOBFIX           "&Add Job Fix..."
    IDS_DIFFFILEAGAINSTDEPOT "&Diff File Against Depot..."
    IDS_CHANGEFILETYPE      "Change File T&ype..."
    IDS_LOCK                "&Lock"
    IDS_UNLOCK              "&Unlock"
    IDS_INTERACTIVELY       "&Interactively..."
    IDS_AUTORESOLVE         "&Auto-resolve...\tShift+Ctrl+M"
    IDS_SORTBYEXTENSION     "Sort Depot Files by E&xtension"
    IDS_SCHEDULEFILEFORRESOLVE "&Schedule File for Resolve"
    IDS_NEWCHANGELIST       "&New Changelist..."
    IDS_REOPENFOREDIT       "Reopen for &Edit"
    IDS_DESCRIBEFIXEDJOB    "Descri&be Fixed Job..."
    IDS_UNFIXJOB            "&Unfix Job"
    IDS_REVERT              "&Revert"
    IDS_REVISIONHISTORY     "Revision &History..."
END

STRINGTABLE 
BEGIN
    IDS_SHOWDELITEMS        "Show Deleted Items"
    IDS_SYNCTOHEAD          "&Sync to Head Revision\tCtrl+Y"
    IDS_SYNCTOHEADPREVIEW   "Sync to Head Revision (&Preview Only)"
    IDS_USINGFILESPEC       "&Filespec..."
    IDS_USINGBRANCHSPEC     "&Branchspec..."
    IDS_SYNC                "S&ync"
    IDS_CHKOUTFOREDIT       "Open for &Edit"
    IDS_INTEGRATE           "&Integrate Using"
    IDS_CHKOUTFORDEL        "Ope&n for Delete"
    IDS_RMVFROMCLIENT       "Re&move from Client"
    IDS_RECOVERDELFILE      "Re&cover Deleted File"
    IDS_DIFFVSDEPOT         "&Diff vs Depot File"
    IDS_VIEWUSING           "Vie&w Using"
    IDS_PROPERTIES          "&Properties..."
    IDS_EXPLORE             "Explore..."
    IDS_VWCLIVWOFDEPOT      "&Client View of Depot"
END

STRINGTABLE 
BEGIN
    IDS_PERFORCE_FILTERED_LABELS_BY_OWNER 
                            "Perforce Labels (filtered by Owner)"
    IDS_PERFORCE_FILTERED_LABELS_BY_BOTH 
                            "Perforce Labels (filtered by Owner and by Files)"
    IDS_CHKOUTFOREDIT_CTRLE "Open for &Edit\tCtrl+E"
    IDS_CHKOUTFOREDITORADD_CTRLE "Open for &Edit or Add\tCtrl+E"
    IDS_DIRHAVEREV          "Revision synced to &client"
    IDS_DIRHAVEREV2         "Revision synced to c&lient"
    IDS_DIFF2FOLDERSCAPTION "Diff 2 Folders"
    IDS_FIRSTFOLDER         "&First Folder:"
    IDS_SECONDFOLDER        "&Second Folder:"
    IDS_DIFF2CHGLISTS       "Diff 2 Changelists"
    IDS_DIFF2CLIENTS        "Diff 2 Clients"
    IDS_DIFF2LABELS         "Diff 2 Labels"
    IDS_FINDSELFILEINDEPOT  "Find &Selected File in Depot"
    IDS_FINDCHGFILESINDEPOT "Find Changelist Files in &Depot"
    IDS_NOTALLITEMSSELECTED_d 
                            "%1!d! file%2!s! could not be found in the current Depot view. View Entire Depot and Show Deleted Files to see all files."
    IDS_n_WOULD_BE_ADDED    " (including %1!d! that would be added)"
END

STRINGTABLE 
BEGIN
    IDS_VWENTIREDEPOT       "&Entire Depot"
    IDS_CANCEL              "Cancel"
    IDS_SYNCTORLCD          "Sync to Revision, &Label, Changelist or Date..."
    IDS_SYNCTORLC           "Sync to Revision, &Label or Changelist..."
    IDS_REDOSYNCTOSAME      "&Redo sync to the same revision"
    IDS_EXIT                "E&xit"
    IDS_ABOUT               "&About..."
    IDS_CONTEXT             "&Context..."
    IDS_FILE                "&File"
    IDS_OPTIONS             "&Options"
    IDS_HELP                "&Help"
    IDS_EDIT                "&Edit..."
    IDS_FINDFILEUNDERFOLDER "Find File U&nder Selected Folder..."
    IDS_DISK_FULL           "DiskFull"
    IDS_OUT_OF_MEMORY       "Out of Memory"
    IDS_DIFFFILESAGAINSTDEPOT "&Diff Files Against Depot"
END

STRINGTABLE 
BEGIN
    IDS_PATH_NOT_FOUND      "The system cannot find the path specified"
    IDS_SETDEFCLIENT_s      "Set Defa&ult Client to %1!s!"
    IDS_FILE_NOT_FOUND      "The system cannot find the file specified"
    IDS_DIFFVSHEAD          "&Diff vs Head Revision"
    IDS_SYNC_CHANGE         "&Sync to Changelist..."
    IDS_POSITIONDEPOT       "Find in Depot"
    IDS_CMDPROMPT           "Command Prompt..."
    IDS_SHOWDELETEDFILES    "Show Deleted Depot &Files"
    IDS_FILTER_SUB          "Changelists containing &selected files"
    IDS_FILTER_INTEG        "Changelists containing selected files, including &integrations"
    IDS_FORCERESOLVE        "&Re-resolve selected file..."
    IDS_SORTCHGFILESBYEXT   "Sort Files by E&xtension"
    IDS_DIFFAGAINSTPREV     "Diff against Pre&vious revision..."
    IDS_DIFFAGAINSTDEPOT    "&Diff against Head revision..."
    IDS_VIEWUSING3DOTS      "Vie&w Using..."
    IDS_SYNCTOREV           "&Sync to selected revision"
END

STRINGTABLE 
BEGIN
    ID_SHOWDELETEDFILES     "Toggle the displaying of files that have been marked for deletion at their head revision"
    ID_POSITIONDEPOT        "Find the selected file in the depot"
    ID_VIEW_VIEWWARNINGSANDERRORS 
                            "View status pane warnings and errors using your text editor"
    ID_POSITIONTOPATTERN    "Enter a pattern to be searched for"
    ID_CUSTOMIZETOOLS       "Add your own menu commands to run programs and scripts"
    ID_DIFFSDSE             "Check for files that are deleted from the workspace or different in the depot"
    ID_PAGE_SETUP           "Change the printer and printing options"
    ID_MAKE_DEFAULT_PCU     "Make the current Port, Client and User the default Port, default Client and default User"
    ID_SORTBYEXTENSION      "Sort the files in a folder in the Depot pane by their extensions"
    ID_CHANGELIST_SORTPENDINGCHANGLISTFILESBYEXTENSION 
                            "Sort the files within a Pending Changelist by their extensions"
    ID_SORTCHGFILESBYEXT    "Sort files within a Pending Changlist by their extensions"
    ID_ADD_REVIEWS          "Add the files that are selected in the depot pane to the current user as review files"
    ID_ADD_TOVIEW           "Add the files that are selected in the depot pane to the current client view"
    ID_VIEW_FILTEREDVIEW    "Set Filters that limit which files are shown in the Depot\nSet Filter"
    ID_VIEW_CLEARFILTER     "Clear the Depot pane filter\nClear Filter"
END

STRINGTABLE 
BEGIN
    ID_CLEARFILTER          "Clear the Depot filter"
END

STRINGTABLE 
BEGIN
    ID_JOB_CONFIGURE        "Configure what fields from the JobSpec are shown in the Job Pane\nSet job list columns"
    ID_IMPORT               "Import a text file of P4Win Tools"
    ID_EXPORT               "Export all the P4Win Tools to a text file"
    ID_SORTCHGSBYUSER       "Sort the Changes by User rather than Change Number"
    ID_FINDFILEUNDERFOLDER  "Search for a file or files under the currently selected folder"
    ID_JOB_DESCRIBE_2       "Describe job\nDescribe Job"
    ID_VIEW_BOOKMARKS_ADDTOBOOKMARKS 
                            "Add the currently selected depot item to the bookmarks"
    ID_VIEW_BOOKMARKS_ORGANIZEBOOKMARKS "Organize depot bookmarks"
    ID_ORGANIZE_BOOKMARKS   "Rearrange or edit your bookmarks"
    ID_ADD_BOOKMARK         "Add the currently selected file or folder to your bookmark list"
    ID_BOOKMARKS            "Add and organize bookmarks, Go to a bookmarked location in the depot\nBookmarks"
END

STRINGTABLE 
BEGIN
    IDS_JOB_CONFIGURE       "&Set job list columns..."
    IDS_SORTCHGSBYUSER      "S&ort Changelists by User"
    IDS_UNKNOWN_ERROR       "Unknown Error"
    IDS_DESCRIPTION_TRUNCATED_n 
                            "\n\n...\n\n[Description longer than %1!d! characters truncated due to OS limitation.]"
    IDS_RMVEDITOR           "&Remove Editor..."
    IDS_RMVVIEWER           "&Remove Viewer..."
    IDS_CAPTION_DEPOT_DELETED " (Deleted files shown)"
    IDS_UNABLE_TO_RESOLVE_MORE_THAN_32000_FILES 
                            "Non-fatal error:\nUnable to resolve more than 32000 files\nUse command line P4.EXE\n"
    IDS_ALL_FILES_IN_SELECTED_CHANGE "All files in s&elected changelist"
    IDS_SCHEDULEFILESFORRESOLVE "&Schedule Files for Resolve"
    IDS_MENU_RESOLVE_FILES  "Resol&ve Files"
    IDS_CHANGE_MARKER       "hange"
    IDS_ALREADY_BOOKMARKED  " already bookmarked"
    IDS_EDIT_BOOKMARK       "Edit Bookmark"
    IDS_ADDED_TO_BOOKMARKS  " added to bookmarks"
    IDS_TAB_ALT_PLUS_n      "  Alt+%1!d!"
END

STRINGTABLE 
BEGIN
    IDS_FILTER_JOBVIEW      "F&ilter by Selected Files"
    IDS_JOB_REMOVEFILEFILTER "C&lear File Filter"
    IDS_FILTERED_BOTH       " (filtered by files: ... and by %1!s!)"
    IDS_FILTERED_BY_FILES   " (filtered by files: %1!s!)"
    IDS_USER                "User"
    IDS_CANT_RENAME_TO_CHANGE_CASE 
                            "Case-insensitive server: to change the case of a filename, first rename it using a temporary filename that contains different characters, then rename it again to the case-corrected filename."
    IDS_FILE_DIFF2          "Diff &2 Files or Revisions..."
    IDS_CANT_DIFF_0_REV_FILES_s_n_s_n 
                            "It is not possible to diff a file with a 0 revision number\n%1!s!#%2!d!\n%3!s!#%4!d!"
    IDS_CANT_DIFF_FILE_WITH_NO_REV_s 
                            "It is not possible to diff a file with no revision number: %1!s!"
    IDS_UNABLE_TO_CONVERT_s_TO_LOCAL_SYNTAX 
                            "Unable to convert %1!s! to local syntax."
    IDS_JOBNAME_FORMAT_n    "job%1!06d!"
    IDS_s_COMMAND_LINE_TOO_LONG_FOR_WIN9X_s_n 
                            "\n%1!s! command too long for Win/9x's Command.com:\n\n%2!s!\n\nThe command line length (%3!d!) is longer than 127 characters - which is too long for the Win/9x command processor."
    IDS_CHECK_PERFORCE_OPTIONS_s 
                            "\nCheck Settings>Options to verify that the %1!s! entry is correct. If the application is not in the path, you will need to enter a complete path to the application."
    IDS_CLEAR_FILTER        "Clear Filter"
    IDS_ADDED_TO_FAVORITES  " added to Connections"
    IDS_ALREADY_FAVORITE    " is already in your Connections list - it will be replaced unless you change the port, client or user"
END

STRINGTABLE 
BEGIN
    IDS_ADD_BOOKMARK        "Add &Bookmark"
    IDS_THERE_IS_NO_s_TO_DESCRIBE "There is no %1!s! to describe"
    IDS_ONLY_DIFF_SAME_TYPES_s_n_s_s_n_s 
                            "Unable to diff files of different types:\n%1!s!#%2!d! %3!s!\n%4!s!#%5!d! %6!s!"
    IDS_CLOSE               "Close"
    IDS_TOO_MANY_TO_SORT_BYEXT_n 
                            "%1!d! files is too many to sort by extension; sorting folder by filename.\nYou can change the max number of files allowed to be sorted by extension in Settings > Options > Misc\nDepending on your processor speed, a number greater than 1000 may result in poor performance."
    IDS_IMPORTED_FROM_USER  ">>Imported from %1!s!\t\t\t\t0\t0\t0\t1\t0\t1\r\n"
    IDS_A_USER_HAS_BEEN_CREATED_DELETE_IT_s 
                            "A User named %1!s! has already been created\n(notice the current user in the P4Win caption).\n\nDo you want to delete it?"
    IDS_DELETE_FILES_AT_s   "Delete S&ome Files Listed in Label %1!s!..."
    IDS_DELETE_CHECKED_FILES_FROM_LIST_IN_LABEL 
                            "&Delete Checked Files from List in Label"
    IDS_LABEL_SYNCHRONIZED_n_FILE_REFS_WOULD_BE_UPDATED 
                            "Label synchronize preview - %1!d! file references would be updated"
    IDS_VIEWERDLG_FILTER    "Application (*.exe)|*.exe|All Files (*.*)|*.*||"
    IDS_VIEWERDLG_EXTENSION "exe"
    IDS_SYNC_FILES_IN_LABEL_s "Sync Specific Files in Label %1!s!"
    IDS_SYNC_CLIENT_TO_SELECTED_FILE_REVISIONS 
                            "Sync Client to Selected File Revisions"
    IDS_ADD_BOOKMARK_SUBMENU "Add Bookmark Submenu"
    IDS_PERFORCE_FILTERED_LABELS "Perforce Labels (filtered by Files)"
END

STRINGTABLE 
BEGIN
    IDS_P4WIN               "P4Win"
    IDS_P4WIN_WARNING       "P4Win Warning"
    IDS_P4WIN_ERROR         "P4Win Error"
    IDS_FOUND_ONE_FILE_FOR_ADD "Found one file for Add"
END

STRINGTABLE 
BEGIN
    IDS_FOUND_n_FILES_FOR_ADD "Found %1!d! files for Add"
    IDS_THIS_FILE_ADD_OPERATION_HAS_ALREADY_FOUND_OVER_n 
                            "This file add operation has already found over %1!ld! files!\nDo you wish to continue?"
    IDS_THIS_FILE_ADD_OPERATION_HAS_NOW_ADDED_n 
                            "This file add operation has now added %1!ld! files!\nDo you wish to continue?"
    IDS_BRANCH              "Branch"
    IDS_DATE                "Date"
    IDS_DESCRIPTION         "Description"
    IDS_PERFORCE_DESCRIPTION_FOR_s "Perforce Description for %1!s!"
    IDS_REQUESTING_BRANCH_LISTING "Requesting branch listing..."
    IDS_NUMBER_OF_BRANCHES_n "Number of branches: %1!d! "
    IDS_NO_PERMISSION_TO_DELETE_OTHER_CLIENTS 
                            "You do not have permission to delete other clients."
    IDS_CREATE_UPDATE_CLIENT_USING_s_AS_TEMPLATE 
                            "Create/Replace Client Using %1!s! as &Template..."
    IDS_DELETE_FILES_FROM_LIST_IN_LABEL_s 
                            "Delete files from the List in Label %1!s!"
    IDS_REQUESTING_CLIENT_LISTING "Requesting client listing..."
    IDS_CLIENT              "Client"
    IDS_ROOT                "Root"
END

STRINGTABLE 
BEGIN
    IDS_SWITCH_TO_s         "&Switch to %1!s!"
    IDS_CLIENT_s_IS_LOCKED_BY_USER_s_AND_CANT_BE_USED_BY_s 
                            "Client %1!s! is locked by user %2!s! and cannot be used by the current user %3!s!"
    IDS_UNABLE_TO_SETUP_PRINTER_n 
                            "Unable to create Page Setup dialog - error %1!d!"
    IDS_NOTHING_SELECTED_NOTHING_TO_DO "Nothing selected; nothing to do."
    IDS_UNABLE_TO_WRITE_P4PORT_TO_THE_REGISTRY 
                            "Cannot update P4PORT entry in the registry.\nVerify that you have sufficient privileges"
    IDS_P4REVISION          "Revision"
    IDS_REVISION_NUMBER_IS_INVALID "Please enter a valid revision number"
    IDS_PERFORCE            "Perforce"
    IDS_CHGLABDATCLI_IS_INVALID 
                            "Please enter a valid Changelist, Label, Date or Client"
    IDS_PENDING_CHANGELISTS_MY_CLIENT_s "Pending Changelists (client '%1!s!')"
    IDS_PENDING_CHANGELISTS_OTHER_CLIENTS 
                            "Pending Changelists (other clients)"
    IDS_ADDED_n_FILES       "Added %1!d! files"
    IDS_n_FILES_WOULD_BE_RESOLVED "%1!d! files would be resolved"
    IDS_n_FILES_RESOLVED    "%1!d! files resolved"
    IDS_REVERTING_FILES     "Reverting files..."
END

STRINGTABLE 
BEGIN
    IDS_NO_FILES_WILL_BE_REVERTED_BECAUSE 
                            "No files will be reverted because all files\n1) have been changed or deleted or\n2) are new (ADD or BRANCH) files"
    IDS_CLIENT_FILE_s_DOES_NOT_DIFFER_FROM_DEPOT_FILE 
                            "Client file %1!s! does not differ from depot file"
    IDS_CHANGE_n_SUBMITTED  "Change %1!ld! submitted"
    IDS_CHANGE_n            "Change %1!5ld!"
    IDS_CHANGE_n_UPDATED    "Change %1!ld! updated"
    IDS_UPDATING_JOB_FIXES  "Updating job fixes..."
    IDS_CHECKING_OPEN_FILES "Checking Open Files"
    IDS_PERFORCE_FIXED_JOB_DESCRIPTION "Perforce Fixed Job Description"
    IDS_CHANGE_n_USER_s     "Change %1!5d! - %2!s!"
    IDS_DATA_WAS_NOT_CF_HDROP_FILES 
                            "Data was not dropable filename - data follows"
    IDS_NO_GLOBAL_CF_HDROP_DATA_RECEIVED 
                            "No global dropable filename data received."
    IDS_UNEXPECTED_CLIPBOARD_FORMAT "Unexpected clipboard format"
    IDS_ADDING_FILES        "Adding Files..."
    IDS_ENUMERATING_FILES   "Enumerating files.."
END

STRINGTABLE 
BEGIN
    IDS_CAPTIONADDSEVERALFILES_n "Open %1!d! files for Add or Edit or Delete"
    IDS_DEFAULTCHANGELISTNAME " Default"
    IDS_NEWCHANGELISTNAME   " New"
    IDS_MUSTSELECTAUTORESOLVETYPE "You must select the Auto-Resolve Type"
    IDS_AUTORESOLVEACCEPTTHEIRSWARNING 
                            "Continue\tCancel\tRunning 'Accept Theirs' overwrites the files in the client workspace! Do you want to continue?"
    IDS_LOCKSTR             "Lock"
    IDS_CONFIRMADDTOVIEW    "Are you sure you want to add the selected file(s) to your client view?"
    IDS_ONECLIENTFILEDOESNOTDIFFER 
                            "one of the selected client files does not differ from the depot version"
    IDS_SEVERALCLIENTFILESDONOTDIFFER_n 
                            "%1!d! of the selected client files do not differ from the depot version"
    IDS_CHANGE_DEFAULT      " Default"
    IDS_CHANGE_DEFAULT_USER_s " Default - %1!s!"
    IDS_AFFECTEDFILES       "\r\n\r\n\r\nAffected files ...\r\n\r\n"
    IDS_CANTDIFFADDEDFILES  "Files opened for Add do not exist in the depot"
    IDS_REQUESTINGLOCK      "Requesting lock."
    IDS_REQUESTINGUNLOCK    "Requesting unlock."
    IDS_CLIENTFILE_s_DOESNOTDIFFER 
                            "Client file %1!s! does not differ from the depot version"
END

STRINGTABLE 
BEGIN
    IDS_UNABLE_TO_DRAG_JOBS_BETWEEN_CHANGES 
                            "Unable to drag jobs between changes\n - Jobs will not be moved."
    IDS_REOPENING_FILES     "Reopening files..."
    IDS_DEFAULT_CHANGELIST_MAY_NOT_BE_DELETED 
                            "Default changelist may not be deleted"
    IDS_ARE_YOU_SURE_YOU_WANT_TO_DELETE_CHANGELIST_n 
                            "Are you sure you want to delete changelist %1!ld!?"
    IDS_DELETING_n          "Deleting %1!ld!"
    IDS_FETCHING_CHANGELIST_DESCRIPTION "Retrieving changelist description..."
    IDS_PERFORCE_CHANGELIST_DESCRIPTION "Perforce Changelist Description"
    IDS_RETRIEVING_CHANGELIST_SPEC "Retrieving changelist spec..."
    IDS_EDITING_CHANGELIST_SPEC "Editing changelist spec..."
    IDS_UNABLE_TO_DIFF_MORE_THAN_32000_FILES 
                            "Non-fatal error:\nUnable to diff more than 32000 files\nUse command line P4.EXE"
    IDS_RUNNING_MASSIVE_DIFF "Running very large DIFF..."
    IDS_RUNNING_DIFF        "Running DIFF..."
    IDS_DIFFING_FILE        "Diff'ing file..."
    IDS_DEFAULT_CHANGE      "default change"
    IDS_FILE_SYNC           "File Sync..."
    IDS_REQUESTING_HISTORY  "Requesting history..."
END

STRINGTABLE 
BEGIN
    IDS_FETCHING_JOB_SPEC   "Retrieving job spec..."
    IDS_NO_JOBS_AVAILABLE_FOR_FIXING 
                            "No jobs available for fixing.  Define more jobs using\nthe Job>New menu command."
    IDS_FIXING_JOBS         "Fixing jobs..."
    IDS_UNFIXING_JOB        "Unfixing job..."
    IDS_REQUESTING_FILE_INFORMATION "Requesting file information"
    IDS_REVERTING_FILES_WILL_OVERWRITE_EDITS 
                            "Reverting file(s) will overwrite any edits to the file(s)\n Proceed with Revert?"
    IDS_REQUESTING_REVERT   "Requesting revert..."
    IDS_TO_TYPE_BINARY      "to type &binary"
    IDS_TO_TYPE_KTEXT       "to type &ktext"
    IDS_TO_TYPE_KXTEXT      "to type kxt&ext"
    IDS_TO_TYPE_LTEXT       "to type &ltext"
    IDS_TO_TYPE_TEXT        "to type &text"
    IDS_TO_TYPE_XBINARY     "to type xbinar&y"
    IDS_TO_TYPE_TEMPOBJ     "to type tem&pobj"
    IDS_TO_TYPE_XTEMPOBJ    "to type xtemp&obj"
    IDS_TO_TYPE_XTEXT       "to type &xtext"
END

STRINGTABLE 
BEGIN
    IDS_TO_TYPE_CTEXT       "to type &ctext"
    IDS_TO_TYPE_CXTEXT      "to type cxte&xt"
    IDS_TO_TYPE_UBINARY     "to type &ubinary"
    IDS_AUTO_RESOLVING      "Auto-Resolving..."
    IDS_AUTO_RESOLVE_PREVIEW "Auto-Resolve Preview..."
    IDS_RESOLVE             "Resolve.."
    IDS_OPENING_FILES_FOR_EDIT "Opening files for edit..."
    IDS_CONTAINS_NO_FILES_OR_FOLDERS " <contains no files or folders>"
    IDS_COPIED_n_FILES_TO_CLIENT "Copied %1!d! files to client"
    IDS_SYNC_COPIED_NO_FILES_TO_CLIENT "Sync copied no files to client"
    IDS_REMOVED_n_FILES_FROM_CLIENT "Removed %1!d! files from client"
    IDS_REMOVED_NO_FILES_FROM_CLIENT "Removed no files from client"
    IDS_SYNC_WOULD_COPY_n_FILES_TO_CLIENT 
                            "Sync would copy %1!d! files to client"
    IDS_SYNC_WOULD_COPY_NO_FILES_TO_CLIENT 
                            "Sync would copy no files to client"
    IDS_SYNC_WOULD_REMOVE_n_FILES_FROM_CLIENT 
                            "Sync would remove %1!d! files from client"
    IDS_SYNC_WOULD_REMOVE_NO_FILES_FROM_CLIENT 
                            "Sync would remove no files from client"
END

STRINGTABLE 
BEGIN
    IDS_THERE_WERE_WARNINGS_REPORTED_DURING_THE_SYNC 
                            "There were warnings reported during the Sync\n\nDo you want to continue with the Integration?"
    IDS_FILE_REFRESH_COMPLETED "File refresh completed"
    IDS_OPENED_n_FILES_FOR_INTEGRATE "Opened %1!d! files for integrate"
    IDS_INTEGRATE_PREVIEW_COMPLETED "Integrate preview completed"
    IDS_RECOVERED_n_FILES   "Recovered %1!d! files"
    IDS_CHECKING_PENDING_CHANGES "Checking pending changes..."
    IDS_REQUESTING_DEPOTS   "Requesting depots..."
    IDS_THERE_ARE_NO_FILES_IN_THE_DEPOT 
                            "There are no files in the Perforce Depot.\nYou will need to submit files to the Depot before\nthe Depot pane will display any files"
    IDS_THERE_ARE_NO_FILES_IN_YOUR_CLIENT_VIEW 
                            "There are no files in your client view of\nthe Depot.  Before you can see any files in the\nDepot pane, you will need to either:\n1) edit your client view to include more files, or\n2) submit files to the Depot"
    IDS_THERE_ARE_NO_UNDELETED_FILES_IN_THE_DEPOT 
                            "There are no undeleted files in the Perforce Depot.\nYou will need to submit files to the Depot before\nthe Depot pane will display any files"
    IDS_THERE_ARE_NO_UNDELETED_FILES_IN_YOUR_CLIENT_VIEW 
                            "There are no undeleted files in your client view of\nthe Depot.  Before you can see any files in the\nDepot pane, you will need to either:\n1) edit your client view to include more files, or\n2) submit files to the Depot"
    IDS_UPDATING            "Updating..."
    IDS_ONE_OR_MORE_FILES_IS_NOT_THE_HEAD_REVISION 
                            "&Edit Current\t&Sync then Edit\tCancel\tOne or more files is not at the head revision. Do you want to sync to the head revisions first or edit your current revisions?"
    IDS_YOU_ARE_ATTEMPTING_TO_OPEN_n_FILES 
                            "You are attempting to open %1!d! files!\n\nProceed with edit?"
    IDS_YOU_ARE_ATTEMPTING_TO_OPEN_ALL_THE_FILES 
                            "You are attempting to open all the files in the selected folder(s)!\n\nProceed with edit?"
    IDS_REQUEST_OPEN_EDIT   "Request open-edit..."
END

STRINGTABLE 
BEGIN
    IDS_UNABLE_TO_RECOVER_FILE_s "Unable to recover file %1!s!."
    IDS_n_OF_n_SELECTED_FILES_CANNOT_BE_RECOVERED 
                            "%1!d! of %2!d! the selected files cannot be recovered. They are either synced at the head revision, not in your workspace, or not deleted at the head revision.\n\nDo you want to recover the files that can be recovered?"
    IDS_REQUESTING_RECOVER  "Requesting recovery..."
    IDS_YOU_ARE_ATTEMPTING_TO_DELETE_n_FILES 
                            "You are attempting to delete %1!d! files!  If it is your intent to delete that many files, hit OK.\n\nProceed with delete?"
    IDS_YOU_ARE_ATTEMPTING_TO_DELETE_ALL_THE_FILES 
                            "You are attempting to delete all the files in the selected folder(s)!\n  If it is your intent to delete that many files, hit OK.\n\nProceed with delete?"
    IDS_REQUESTING_DELETE   "Requesting delete..."
    IDS_FILE_REFRESH        "File Refresh..."
    IDS_ADDEDIT_FILE        "Add/Edit files"
    IDS_NOT_IN_CLIENT_VIEW  "not in client view"
    IDS_FIND_FILE_EDITOR_VIEWER "Find File Editor/Viewer"
    IDS_CLIENT_FILE_NOT_HEAD__SYNC_TO_HEAD 
                            "File on client is not head revision.\nSync to head revision of file before edit?"
    IDS_EDITING_HEAD_REV    "Editing head revision..."
    IDS_SERVER_BUSY_UNABLE_TO_CHECK_OUT_FILE 
                            "Server busy, unable to open file"
    IDS_FETCHING_FILE       "Retrieving file..."
    IDS_UNABLE_TO_LAUNCH_VIEWER_s 
                            "Unable to launch viewer for file %1!s!\n\nTry another viewer?"
    IDS_FILE_RENAME         "File Rename"
END

STRINGTABLE 
BEGIN
    IDS_FILE_INTEGRATE      "File Integrate"
    IDS_P4DIFF_ERROR        "P4Diff Error"
    IDS_FOR_HELP_PRESS_F1   "For Help, press F1"
    IDS_NONE_OF_THE_SELECTED_CLIENT_FILES_DIFFER 
                            "None of the selected client files differ from the depot files"
    IDS_FILE_NOT_IN_CLIENT_VIEW "This file not in your client view"
    IDS_FILES_ARE_IDENTICAL_NO_DIFFS 
                            "\r\n*********** Files are Identical ***********\r\n*********** No Diffs To Display ***********\r\n"
    IDS_AN_APPLICATION_MUST_BE_SPECIFIED 
                            "Please specify an application in the second field"
    IDS_FILE_EXTENSION_MISSING 
                            "Please enter a file extension in the first field"
    IDS_FILE_EXTENSION_CONTAINS_ILLEGAL_CHARACTERS 
                            "File extension contains illegal characters"
    IDS_INVALID_FILE_EXTENSION "Invalid file extension: "
    IDS_EDIT_FILE_APPLICATION_ASSOCIATION "Edit File-Application Association"
    IDS_ADD_FILE_APPLICATION_ASSOCIATION "Add File-Application Association"
    IDS_UNABLE_TO_OBTAIN_BRANCHSPEC_FOR_s 
                            "Unable to obtain branchspec for %1!s!"
    IDS_FILE_SPECIFICATIONS__INTEGRATE "File &Specifications - Integrate"
    IDS_FILE_INTEGRATE_USING_BRANCHSPEC_s 
                            "File Integrate using Branchspec %1!s!"
END

STRINGTABLE 
BEGIN
    IDS_OK                  "OK"
    IDS_TARGET_FILESPEC_MUST_END_IN_WILDCARD 
                            "Target Filespec must end in wildcard '/...'\nwhen multiple source filespecs are provided."
    IDS_SOURCE_TARGET_FILESPECS_MAY_NOT_BE_IDENTICAL 
                            "Source Filespec and Target Filespec should not be identical.\nPlease edit the Target Filespec."
    IDS_NO_FILES_SPECIFIED_NOTHING_TO_DO "No files specified, nothing to do."
    IDS_FILE_INTEGRATE_ADVANCED_OPTIONS "File Integrate - Advanced Options"
    IDS_PASSWORD_FOR_USER_s "Password for user %1!s!"
    IDS_MUST_RESOLVE_MANUALLY "Please resolve manually."
    IDS_FILES_IDENTICAL     "... files are identical ..."
    IDS_DIFF_CHUNKS_n_YOURS_n_THEIRS_n_BOTH_n_CONFLICTING 
                            "Diff chunks: %1!d! yours + %2!d! theirs + %3!d! both + %4!d! conflicting"
    IDS_VIEW_THIS_REVISION_USING "&View This Revision Using"
    IDS_SYNC_TO_THIS_REVISION "&Sync to This Revision"
    IDS_DIFF_TWO_REVISIONS  "Diff &2 Revisions"
    IDS_FILES_ARE_IDENTICAL "Files are identical"
    IDS_REVISION_HISTORY_FOR_s "Revision History for %1!s!"
    IDS_YOU_HAVE_ENTERED_THE_ALL_ENCOMPASSING_FILESPEC 
                            "You have entered the all-encompassing filespec '//...'\nIf there are files that are included as both source and target, a bidirectional integrate will occur.\n\nDo you wish to proceed?"
END

STRINGTABLE 
BEGIN
    IDS_DIFFING_FILES       "Diff'ing Files"
    IDS_CHANGELIST          "Changelist"
    IDS_P4USER              "User"
    IDS_P4ACTION            "Action"
    IDS_P4JOB               "Job"
    IDS_P4STATUS            "Status"
    IDS_UNABLE_TO_FIND_FIELD_DELIMITERS "Unable to find field delimiters"
    IDS_UNABLE_TO_FIND_INITIAL_FIELD_DELIMITER 
                            "Unable to find initial field delimiter"
    IDS_NUMBER_OF_JOBS_n    "Number of jobs: %1!d! "
    IDS_REPORTEDBY          "ReportedBy"
    IDS_REPORTEDDATE        "ReportedDate"
    IDS_REQUESTING_JOBS_LISTING "Requesting jobs listing..."
    IDS_PERFORCE_JOBS       "Perforce Jobs"
    IDS_FILTERED            " (filtered: %1!s!)"
    IDS_ADD_REPLACE_FILES_IN_LABEL_s 
                            "&Add/Replace Files Listed in Label %1!s!..."
END

STRINGTABLE 
BEGIN
    IDS_SYNCHRONIZING_LABEL_s_TO_THE_CLIENT_WILL 
                            "Synchronizing label '%1!s!' to the client will make the\nlabel reflect the set of files in the label's view,\nat the revision that presently exists on the client\n\nProceed with sync?"
    IDS_SYNCING_LABEL       "Sync'ing label..."
    IDS_SYNC_CLIENT_s_TO_LABEL_s 
                            "Sync Specific Files in Label %2!s! to Client %1!s!..."
    IDS_SYNCHRONIZING_CLIENT_s_TO_LABEL_s_WILL 
                            "Synchronizing client '%1!s!' to label '%2!s!' will make the\nclient reflect the set of files last synced to the label's view,\nat the revision that existed when synced\n\nProceed with sync?"
    IDS_REQUESTING_LABEL_LISTING "Requesting label listing..."
    IDS_LIST_FILES_AT_s     "&List Files at %1!s!"
    IDS_REQUESTING_LABEL_CONTENTS "Requesting label contents..."
    IDS_P4LABEL             "Label"
    IDS_LABEL_s_POINTS_TO_n_FILES "Label %1!s! points to %2!d! files"
    IDS_LABEL_SYNCHRONIZED_n_FILE_REFERENCES_UPDATED 
                            "Label synchronized - %1!d! file references updated"
    IDS_NUMBER_OF_LABELS_n  "Number of labels: %1!d! "
    IDS_EDITING_LABEL_SPEC  "Editing label spec..."
    IDS_CREATE_UPDATE_LABEL_USING_s_AS_TEMPLATE 
                            "Create/Update Label Using %1!s! as &Template..."
    IDS_AmpEDIT_s           "&Edit %1!s!"
END

STRINGTABLE 
BEGIN
    IDS_PERFORCE_PORT_s_CLIENT_s_USER_s "%1!s! %2!s! %3!s! - Perforce P4Win"
    IDS_PORT_s              "Port: %1!s!"
    IDS_CLIENT_s            "Client: %1!s!"
    IDS_USER_s              "User: %1!s!"
    IDS_PERFORCE_s_s_s      "Perforce %1!s! %2!s! %3!s!"
    IDS_PERFORCE_OPTIONS    "Perforce Options"
    IDS_AN_OPERATION_IS_PENDING__EXIT 
                            "&Exit Now\tDo&n't Exit\t&Wait, then Exit\tAn operation is pending! You have 3 choices:\n    Exit Now\n    Cancel the Exit request (don't exit)\n    Wait for the operation to complete and then exit.\nWhat do you want to do?"
    IDS_REQUESTING_SERVER_INFO "Requesting server info..."
    IDS_USERCLIENTROOTADDRVERSERVERADDRVERLICENSEROOTOS 
                            "User Name:      %1!s!\r\nClient Name:    %2!s!\r\nClient Host:    %3!s!\r\nClient Root:    %4!s!\r\nClient Address: %5!s!\r\nClient Version: %6!s!\r\nClient P4Charset: %12!s!\r\nClient Ansi Code Page: %13!s!\r\n\r\nServer Address: %7!s!\r\nServer Version: %8!s!\r\nServer License: %9!s!\r\nServer Root:    %10!s!\r\nClient OS:    %11!s!\rUnicode Enabled:    %14!s!\r\n"
    IDS_USERCLIENTROOTADDRVERSERVERADDRDATEVERLICENSEROOTOS 
                            "User Name:      %1!s!\r\nClient Name:    %2!s!\r\nClient Host:    %3!s!\r\nClient Root:    %4!s!\r\nClient Address: %5!s!\r\nClient Version: %6!s!\r\nClient P4Charset: %13!s!\r\nClient Ansi Code Page: %14!s!\r\n\r\nServer Address: %7!s!\r\nServer Date:    %8!s!\r\nServer Version: %9!s!\r\nServer License: %10!s!\r\nServer Root:    %11!s!\r\nClient OS:    %12!s!\rUnicode Enabled:    %15!s!\r\n"
	IDS_USERCLIENTROOTCWDADDRVERSERVERADDRDATEVERLICENSEROOTOS
                            "User Name:      %1!s!\r\nClient Name:    %2!s!\r\nClient Host:    %3!s!\r\nClient Root:    %4!s!\r\nCurrent Dir:    %5!s!\r\nClient Address: %6!s!\r\nClient Version: %7!s!\r\nClient P4Charset: %14!s!\r\nClient Ansi Code Page: %15!s!\r\n\r\nServer Address: %8!s!\r\nServer Date:    %9!s!\r\nServer Version: %10!s!\r\nServer License: %11!s!\r\nServer Root:    %12!s!\r\nClient OS:    %13!s!\rUnicode Enabled:    %16!s!\r\n"
    IDS_PENDING_PERFORCE_CHANGELISTS "Pending Perforce Changelists"
    IDS_PERFORCE_LABELS     "Perforce Labels"
    IDS_PERFORCE_BRANCHES   "Perforce Branches"
    IDS_PERFORCE_USERS      "Perforce Users"
    IDS_PERFORCE_CLIENTS    "Perforce Clients"
    IDS_ADD_FILES_TO_SOURCE_CONTROL "Add File(s) to Source Control"
END

STRINGTABLE 
BEGIN
    IDS_CUSTOM_FILTER_s     "Custom Filter (%1!s!)"
    IDS_EXTENDED_ERROR_n_IN_FILEDIALOG "File selection dialog box error %1!d!"
    IDS_UNKNOWN_FILEDIALOG_ERROR "File selection dialog box error"
    IDS_BINARY_FILES_DIFFER_BUT_UNABLE_TO_DISPLAY_DIFF_s_s 
                            "Binary files differ but unable to display diff:\n\n%1!s!,\n%2!s!"
    IDS_BINARY_FILES_ARE_IDENTICAL_s_s 
                            "Binary files are identical:\n\n%1!s!,\n%2!s!"
    IDS_THERE_ARE_STILL_CONFLICTS_AND_CONFLICT_MARKERS 
                            "There are still conflicts and conflict markers in the merge file.\nAre you sure you wish to accept the merge file?"
    IDS_ACCEPTING_THEIR_FILE_WILL_RESULT_IN_LOSS_OF_YOUR_EDITS 
                            "Accepting 'their' file will mean that you will lose all the edits that you made to your file. Are you sure you wish to accept 'their' file?"
    IDS_PLEASE_ENTER_A_s_NAME_WITH_NO_EMBEDDED_SPACES 
                            "Please enter a %1!s! name with no embedded spaces."
    IDS_CREATE_NEW_s        "Create New %1!s!"
    IDS_UNABLE_TO_START_NEW_P4WIN_WINDOW "Unable to start new P4win Window"
    IDS_SUBMITTED_PERFORCE_CHANGELISTS "Submitted Perforce Changelists"
    IDS_NO_DESCRIPTION      "no description"
    IDS_NUMBER_OF_SUBMITTED_CHANGELISTS_n 
                            "Number of submitted changelists: %1!d! "
    IDS_FETCHING_SPEC       "Retrieving spec..."
    IDS_VERIFYING_HEAD_CHANGELIST "Verifying head changelist..."
END

STRINGTABLE 
BEGIN
    IDS_REQUESTING_CHANGES  "Requesting changes..."
    IDS_PLEASE_SELECT_A_CHANGELIST "Please select a changelist."
    IDS_SUBMITTED_PERFORCE_CHANGELISTS_FILTERED 
                            "Submitted Perforce Changelists (filtered by %1!s!)"
    IDS_DELETING            "Deleting..."
    IDS_P4WIN_IS_ALREADY_RUNNING__OPEN_THE_OLD_WINDOW 
                            "P4Win is already running\nOpen the old window?"
    IDS_INVALID_COMMAND_LINE_ARGS__USAGE 
                            "Usage: P4Win [-q] [-p port] [-u user] [-c client] [-P password] [-C charset] [-v view]\nThe optional arguments are as follows\n\t-q\t\tdisable 'already running' warning\n\t-p port\t\tset p4port\n\t-u user\t\tset p4user\n\t-c client\t\tset p4client\n\t-P password\tset p4password\n\t-C charset  \tset initial character set\n\t-v view\t\tset initial view\n\t    where view is one of submitted, branch, label, client, user or job\n\nOne additional argument may also be given:\n    [-s filepath] -or- [-I filepath] -or- [[-m max#] -H filepath] -or-\n    [-S filepath] -or- [-D filepath] -or- [-T filepath] -or- [-i 0|256]\n\t-s selection\tset initial depot pane selection\n\t-I fileinfopath\tset requested file properties path\n\t-H revhistpath\tset requested revision history path\n\t-m revhistcnt\tset requested revision history count\n\t-S filepath  \tsubmit changelist for file\n\t-D filediffpath\tdiff file against depot\n\t-T toolfilepath\timport custom tools from file\n\t-i 0 or 256  \t0 always use default icons;\n\t\t\t256 always use 256 color icons\n\t    (if -i is not given, the previous value is used)"
    IDS_ERROR_P4DIFF_EXPERIENCED_BRITTLENESS 
                            "Error: A fatal internal error occured while running P4Diff"
    IDS_COULD_NOT_RUN_s_TEMP_COMMAND_PATH_ERROR 
                            "Could not run %1!s!\nTemp command path error"
    IDS_COULD_NOT_RUN_s_COULD_NOT_OPEN_TEMP_COMMAND_FILE 
                            "Could not run %1!s!\nCould not open temporary command file"
    IDS_FAILED_TO_EXECUTE_s_s_s_n 
                            "Cannot execute %1!s!: %2!s!\n\t%3!s! (%4!d!)"
    IDS_PASSWORD_MAY_NOT_CONTAIN__SPACES_OR_POUNDSIGN 
                            "Password must contain only ASCII characters."
END

STRINGTABLE 
BEGIN
    IDS_SPEC_UNABLE_TO_START_P4_s_s "Unable to start p4 %1!s!: %2!s!"
    IDS_MISSING_APPNAME_s_s "No %1!s! specified.\nUse Perforce-Options Dialog to specify a %2!s!."
    IDS_COULD_NOT_RUN_s_COULD_NOT_WRITE_TEMP_COMMAND_FILE 
                            "Could not run %1!s!\nCould not write temporary command file"
    IDS_WAITING_FOR_s_TO_FINISH "Waiting for %1!s! to finish..."
    IDS_APP_DIFF            "Diff App"
    IDS_TITLE_DIFF          "P4Win--> Diff Results"
    IDS_APP_EDITOR          "Default Text Editor"
    IDS_TITLE_EDITOR_s      "P4Win--> %1!s!"
    IDS_APP_MERGE           "Merge App"
    IDS_TITLE_MERGE         "P4Win--> %1!s!"
    IDS_APP_P4              "p4"
    IDS_TITLE_P4            "P4Win--> %1!s!"
    IDS_SPECDESC_HELP       "&Help...\tF1"
    IDS_SPECDESC_MORECOMMANDS "M&ore Commands..."
    IDS_SPECDESC_PRINT      "&Print..."
    IDS_SPECDESC_PAGESETUP  "Page Set&up..."
END

STRINGTABLE 
BEGIN
    IDS_NEW_PASSWORD_DOES_NOT_MATCH_CONFIRMATION_PASSWORD 
                            "New password does not match confirmation password."
    IDS_LF_PLEASE_TRY_AGAIN "\nPlease try again."
    IDS_PERFORCE_SPECIFICATION "Perforce Specification"
    IDS_PERFORCE_DESCRIPTION "Perforce Description"
    IDS_LOADING             "Loading..."
    IDS_TEMPORARY_FILES_DIRECTORY_NOT_WRITEABLE 
                            "Temporary files directory not writeable"
    IDS_ERROR_EMBEDDED_SPACE_OR_ILLEGAL_CHARACTER_IN_NAME 
                            "ERROR:\nEmbedded space or illegal character in name!"
    IDS_ERROR_YOU_PROVIDED_THE_NAME_OF_AN_EXISTING_s_s_s 
                            "ERROR:\nYou provided the name of an existing %1!s!.\nTo create a new %2!s! you must specify a new name!\n\nPlease try another name for the new %3!s!"
    IDS_ERROR_TO_CREATE_A_NEW_s_FROM_A_TEMPLATE_YOU_NEED_s 
                            "ERROR:\nTo create a new %1!s! from a template you need to\nenter a name that is different from the name of\nthe template!\n\nPlease try another name for the new %2!s!"
    IDS_CREATE_OR_UPDATE_CLIENT_FROM_TEMPLATE 
                            "Create or update Client from Template"
    IDS_CREATE_OR_UPDATE_LABEL_FROM_TEMPLATE 
                            "Create or update Label from Template"
    IDS_YOU_DO_NOT_HAVE_PERMISSION_TO_DELETE_OTHER_USERS 
                            "You do not have permission to delete other users."
    IDS_REQUESTING_USER_LISTING "Requesting user listing..."
    IDS_NAME                "Name"
    IDS_E_MAIL              "E-mail"
    IDS_FULL_NAME           "Full Name"
END

STRINGTABLE 
BEGIN
    IDS_ACCESS              "Access"
    IDS_NUMBER_OF_USERS_n   "Number of users: %1!d! "
    IDS_UNABLE_TO_WRITE_P4USER_TO_THE_REGISTRY 
                            "Cannot set P4USER in registry, because settings from a config file or environment variable override registry settings. To enable P4Win to set the desired defaults, remove any config files in or above the folder where p4win.exe resides and unset any conflicting environment variables."
    IDS_SET_DEFAULT_USER_TO "Set Defa&ult User to "
    IDS_DEFAULT_USER_SET_TO_s "Default User set to %1!s!"
    IDS_SET_PASSWORD_FOR_s  "Set &Password for %1!s!..."
    IDS_MICROSOFT_NO_SUPPORT_FONTNAMES_LONGER_THAN_31_CHAR 
                            "Microsoft Windows does not support fonts with names longer than 31 characters.  This font cannot be used."
    IDS_ERROR_IN_SPECIFICATION_s "Error in specification: %1!s!"
    IDS_UNABLE_TO_ADD_CHILD_WINDOW_TO_SPECIFICATION_DIALOG 
                            "Unable to add child window to specification dialog"
    IDS_SUBMITTING_CHANGE_PLEASE_WAIT "Submitting Change.  Please wait..."
    IDS_SENDING_SPECIFICATION_PLEASE_WAIT 
                            "Sending Specification.  Please wait..."
    IDS_FIELD_s_CAN_HAVE_ONLY_n_WORDS 
                            "Field '%1!s!' can have only %2!d! words"
    IDS_FIELD_s_CAN_HAVE_ONLY_ONE_WORD "Field '%1!s!' can have only one word"
    IDS_FIELD_s_NEEDS_n_WORDS "Field '%1!s!' needs %2!d! words"
    IDS_FIELD_s_NEEDS_ONE_WORD "Field '%1!s!' needs one word"
    IDS_FIELD_s_CAN_HAVE_ONLY_n_WORDS_PER_LINE 
                            "Field '%1!s!' can have only %2!d! words per line."
END

STRINGTABLE 
BEGIN
    IDS_FIELD_s_CAN_HAVE_ONLY_ONE_WORD_PER_LINE 
                            "Field '%1!s!' can have only one word per line."
    IDS_PLEASE_ENTER_A_VALUE_FOR_s "Please enter a value for %1!s!."
    IDS_PLEASE_ENTER_A_DESCRIPTION "Please enter a description."
    IDS_YOU_HAVE_CHANGED_YOUR_USER_PASSWORD 
                            "You have changed your user password.  Do you\nwant to update P4Win's permanent password setting?"
    IDS_s_s_ALREADY_EXISTS_CONTINUING_WILL_OVERWRITE_s 
                            "%1!s! %2!s! already exists. Continuing will overwrite the current version of %3!s!.  Do you want to continue?"
    IDS_YOU_HAVE_CHANGED_THE_ROOT_FOR_THIS_CLIENT_YOU_MUST 
                            "You have changed the Root for this client. You must close and remove all files from the client before proceeding.\n\nAre you sure you want to change the client's Root?"
    IDS_THE_NEW_FORM_IS_s   "the new Form is\n%1!s!"
    IDS_P4WIN_SPECIFICATION_NOTES "P4Win: Specification Notes"
    IDS_P4WIN_UNRECOVERABLE_ERROR__COMMAND_IS_s 
                            "P4Win - Unrecoverable error!\nCommand is %1!s!\n"
    IDS_UNABLE_TO_WRITE_P4CLIENT_TO_THE_REGISTRY 
                            "Cannot set P4CLIENT in registry, because settings from a config file or environment variable override registry settings. To enable P4Win to set the desired defaults, remove any config files in or above the folder where p4win.exe resides and unset any conflicting environment variables."
    IDS_DEFAULT_CLIENT_SET_TO_s "Default Client set to %1!s!"
    IDS_YOU_HAVE_UPDATED_YOUR_CLIENT_WORKSPACE__CLEAR_AND_RELOAD 
                            "You have updated your Client Workspace Definition.  To ensure\nthat the Depot and Pending Changelist panes accurately reflect\nyour Client Workspace Definition, it is recommended that you \nclear and reload those panes.\n\nClear and reload Depot and Pending Changelist panes?"
    IDS_NUMBER_OF_CLIENTS_n "Number of clients: %1!d! "
    IDS_OPENED_n_FILES_FOR_EDIT "Opened %1!d! files for edit"
    IDS_REOPENED_n_FILES    "Reopened %1!d! files"
    IDS_REVERTED_n_FILES    "Reverted %1!d! files"
END

STRINGTABLE 
BEGIN
    IDS_LOCKED_n_FILES      "Locked %1!d! files"
    IDS_UNLOCKED_n_FILES    "Unlocked %1!d! files"
    IDS_OPENED_n_FILES_FOR_DELETE "Opened %1!d! files for delete"
    IDS_OPERATION_CANNOT_COMPLETED_BECAUSE_BAD_PASSWORD 
                            "Operation cannot be completed because password (P4PASSWORD)\nis incorrect or has not been set!"
    IDS_TO_FULLY_REFRESH_THE_DISPLAY_YOU_NEED_TO_ADJUST_MAXRESULTS 
                            "\nIn order to fully refresh the display, you will need to\nadjust the value of 'maxresults' for user '"
    IDS_quote_nl_SEE_P4WIN_HELP_FOR_INFO_REGARDING_MAXRESULTS 
                            "'\nSee P4Win HELP for information regarding 'maxresults'"
    IDS_CREATE_CLIENT_FROM_TEMPLATE_ONLY_ALLOWED_FOR_NEW_CLIENT 
                            "Create client from template only allowed\nfor new client.  To create from template\nfirst delete client."
    IDS_ERROR_P4WIN_REQUIRES_PERFORCE_SERVER_97_3_OR_NEWER 
                            "Error: P4Win requires Perforce server 97.3 or newer"
    IDS_SELECT_DIFF_APPLICATION "Select Diff Application"
    IDS_SELECT_MERGE_APPLICATION "Select Merge Application"
    IDS_PLEASE_SELECT_A_BRANCH "Please select a branch"
    IDS_COULD_NOT_CREATE_INTEGRATION_WIZARD 
                            "Could not create Integration Wizard"
    IDS_COULD_NOT_CREATE_CUSTOM_SYNC_DIALOG_BOX 
                            "Could not create Custom Sync Dialog Box"
    IDS_comma_FULL_COMPRESSED_VERSION_STORED 
                            ", full compressed version stored"
    IDS_comma_RCS_DELTAS_STORED ", RCS deltas stored"
END

STRINGTABLE 
BEGIN
    IDS_comma_FULL_FILE_STORED_PER_REV ", full file stored per rev"
    IDS_comma_ONLY_HEAD_REV_STORED ", only head rev stored"
    IDS_comma_RCS_KEYWORD_EXPANSION ", RCS keyword expansion"
    IDS_comma_ALWAYS_WRITABLE ", always writable"
    IDS_comma_EXECUTABLE    ", executable"
    IDS_P4FILE_NAME         "File Name"
    IDS_ONE_OR_MORE_FILES_HAVE_BEEN_OPENED_BY_OTHER_USERS 
                            "One or more files have been opened by other users.  Do you want to open all selected files anyway?"
    IDS_comma_LIMITED_RCS_KEYWORD_EXPANSION ", limited RCS keyword expansion"
    IDS_amp_Copy_tab_Ctrl_C "&Copy\tCtrl+C"
    IDS_A_SUBMENU           "  �"
    IDS_CHANGE              "Change "
    IDS_OWNER               "Owner"
    IDS_HOST                "Host"
    IDS_comma_LOCKED        ", locked"
    IDS_BADADDFILTER        "Only an extension with no wildcards may be entered as a filter"
    IDS_CAPTIONADDONEFILE   "Open for Add or Edit or Delete"
END

STRINGTABLE 
BEGIN
    IDS_INVALID_USER_s      "This User is invalid and cannot be used in P4Win:\n%1!s!"
    IDS_NO_FILES_UNDER_FOLDER "No files under this folder."
    IDS_AUTOMERGE_PREVIEW   "Auto-merge preview: "
    IDS_SPECCAPTION_TYPES   "||Branch|Change|Client|Depot|Job|Label|Protection|User|"
    IDS_MISSING_OR_INVALID_P4CHARSET 
                            "Fatal Error: Invalid P4CHARSET setting: %1!s!"
    IDS_INCOMPATIBLE_P4CHARSET 
                            "Fatal Error: P4CHARSET setting %1!s! not supported with P4Win; P4CHARSET cleared"
    IDS_EDITING_JOB_SPEC    "Editing job spec..."
    IDS_EDITING_BRANCH_SPEC "Editing branch spec..."
    IDS_EDITING_CLIENT_SPEC "Editing client spec..."
    IDS_EDITING_USER_SPEC   "Editing user spec..."
    IDS_YOU_HAVE_CREATED_NEW_CLIENT 
                            "&Sync to Head\t&Don't Sync\tSince you have created a new client, do you want to Sync all the files in the Perforce depot to your local system?"
    IDS_FILTER_SETVIEW      "&Filter Submitted Changelists..."
    IDS_RENAME_NOT_POSSIBLE "Rename is not possible%1!s!"
    IDS_FILE_NOT_ON_CLIENT_NO_RENAME "\n\nFile %1!s! is not on your client."
    IDS_FILE_SPECIFICATIONS__RENAME__ORIGINAL_NAMES "Original Name(s)"
    IDS_ALL_TARGETS_MUST_NOT_EXIST_OR_BE_DELETED 
                            "\nAll target files must either not exist in the depot or have been deleted.\n\nThe following file(s) are not suitable as rename targets:"
END

STRINGTABLE 
BEGIN
    IDS_FILE_SPECIFICATIONS__RENAME__NEW_NAMES "New Name(s)"
    IDS_TOO_MANYFILES_TO_ADD 
                            "Some of the files chosen to be added may have been skipped due to a Windows buffer overflow.\nUse File > Add again to add the missing files, or use ""p4 add"" on the command line."
    IDS_PROGRAM_TITLE       "The Perforce Windows Client"
    IDS_VERSION             "Version "
    IDS_INTERRUPTEDBYCLIENT "Operation interrupted by client"
    IDS_CANCEL_AREYOUSURE   "Are you sure you want to cancel the current operation?"
    IDS_s_n_FILES_ALREADY_OPENED "%1!s!; %2!d! previously opened"
    IDS_s_n_FILES_REOPENED  "%1!s!; %2!d! reopened"
    IDS_SYNC_WARNINGS_CANTRECOVER 
                            "There were warnings reported during the Sync\n\nCannot continue with file recovery."
    IDS_ERROR_REVERTING_n_FILES 
                            "Error encountered while attempting to revert %1!d! files"
    IDS_INVALID_USERDIFF_ARGS 
                            "%1 and %2 are required arguments for a user supplied diff\n%1 and %2 are the files to be diffed.\n\nThe minimum value for this field is\n\t%1 %2"
    IDS_INVALID_USERMERGE_ARGS 
                            "%1 %2 %3 and %4 are required arguments for a user supplied merge\n%1 is the base, %2 is theirs, %3 is yours and %4 the merged result file.\n\nThe minimum value for this field is\n\t%1 %2 %3 %4"
    IDS_COMBO_CHGNBR        "Changelist"
    IDS_COMBO_LABEL         "Label"
    IDS_COMBO_CLIENT        "Client"
    IDS_COMBO_DATE          "Date"
END

STRINGTABLE 
BEGIN
    IDS_ABOUTCAPTION        "About P4Win"
END

STRINGTABLE 
BEGIN
    IDS_STAR_LOCKED         "*locked*"
    IDS_PLUS_UNKNOWN        " + unknown"
    IDS_ONLY_UNKNOWN        "  <unknown>"
    IDS_UNRESOLVED          "<unresolved>"
    IDS_LOCKED              "<locked>"
    IDS_OTHERUSER           " Other user:"
    IDS_OPENFOR_s           " opened for %1!s!"
    IDS_USER_SWITCHTOUSER   "Switch to this &User"
    IDS_CLIENTSPEC_SWITCH   "Switch to this &Client"
    IDS_SYNC_WARNINGS_CANTEDIT 
                            "There were warnings reported during the Sync\n\nCannot continue with opening for edit."
    IDS_ONE_OR_MORE_FILES_DELETED 
                            "One or more files have been deleted. You must recover the deleted files before editing them."
    IDS_RUNNING_P4_FILES    "Running P4 Files"
    IDS_ONLY_DELETED_FILES_WERE_FOUND 
                            "Only deleted files were found and the current depot view does not show deleted files"
    IDS_VIEWER_FILTER       "Application (*.exe)|*.exe|All Files (*.*)|*.*||"
    IDS_DISKFULL_OPENING_TEMP_FILE_s 
                            "Error opening temporary file - Disk Full:\n %1!s!"
END

STRINGTABLE 
BEGIN
    IDS_ADD_FILES_TO_CLIENT_s_VIEW "Add Files to Client %1!s! &View..."
    IDS_ADD_FILES_TO_USER_s_REVIEWS "Add Files to User %1!s! &Reviews..."
    IDS_INTEGRATE_FILES     "Integrate File(s)"
    IDS_DONT_HAVE           "<do not have>"
    IDS_HAVE_CURRENT        "<have current>"
    IDS_NOT_LATEST          "<not latest>"
    IDS_COULD_NOT_FIND_s_IN_DEPOT_VIEW 
                            "Could not find %1!s! in current depot view"
    IDS_CHECKING_FOR_MISSING "Checking for Missing..."
    IDS_THERE_ARE_MISSING_FILES 
                            "There are files that are missing from the workspace:"
    IDS_THERE_ARE_UNOPENED_FILES_THAT_DIFFER 
                            "There are unopened files that are different from the revision in the depot:"
    IDS_THERE_ARE_NO_MISSING_FILES 
                            "There are no missing files in the selected folders."
    IDS_THERE_ARE_NO_UNOPENED_FILES_THAT_DIFFER 
                            "There are no unopened selected files that differ from the depot version."
    IDS_s_IS_MISSING        "%1!s! is missing"
    IDS_s_IS_DIFFERENT      "%1!s! is different"
    IDS_CHECKING_FOR_DIFFERENCES "Checking for Differences..."
    IDS_ACTION              "Action?"
END

STRINGTABLE 
BEGIN
    IDS_UNABLE_TO_OPEN_TRY_AGAIN 
                            "Unable to Open files at this time - please try again"
    IDS_EDITOR_FILTER       "Application (*.exe;*.bat)|*.exe;*.bat|All Files (*.*)|*.*||"
    IDS_TEXT_EDITOR_FILTER  "Executable Files (*.exe;*.com;*.bat)|*.exe; *.com; *.bat|All Files (*.*)|*.*||"
    IDS_SELECT_DEFAULT_TEXT_EDITOR_CAPTION "Select Default Text Editor"
    IDS_WARN_CHANGING_UNKNOWN_FILETYPE_s 
                            "The file\n\n\t%1!s!\n\nis currently of an unknown file type which cannot be preserved if you change the file type."
    IDS_FONT_REGULAR        "Regular"
    IDS_FONT_BOLD           "Bold"
    IDS_FONT_ITALIC         "Italic"
    IDS_FONT_BOLD_ITALIC    "Bold Italic"
    IDS_ASK_FORCE_RESYNC    "Are you sure you want to force a resynchronization?\nDo so will overwrite the files on your client and you will lose any changes you have made!"
    IDS_YOURFILE            "YourFile"
    IDS_THEIRFILE           "TheirFile"
    IDS_HELPER_APPS_FILTER  "Executable Files (*.exe;*.com;*.bat)|*.exe; *.com; *.bat|All Files (*.*)|*.*||"
    IDS_HISTORY_BROWSE_FILTER 
                            "Application (*.exe)|*.exe|All Files (*.*)|*.*||"
    IDS_FILE_LIST_FOR_LABEL_s "File List for Label %1!s!"
    IDS_s_n_s_CHANGELIST_n_s 
                            "%1!s!#%2!d! <%3!s!> Changelist %4!05d! <%5!s!>\n"
END

STRINGTABLE 
BEGIN
    IDS_LABEL_s_TO_s_n_s_CHANGELIST_n_s 
                            "Label %1!s! --> %2!s!#%3!d! <%4!s!> Changelist %5!05d! <%6!s!>"
    IDS_MAIN_ADD_FILE_FILTER 
                            "Basic Files (*.bas;*.frm;*.cls;*.res)|*.bas; *.frm; *.cls; *.res| C Source Files (*.cpp;*.cc;*.c;*.h)|*.cpp; *.cc; *.c; *.h| Include Files (*.h;*.hpp;*.inc;*.inl)|*.h; *.hpp; *.inc; *.inl| HTML Files (*.htm;*.html;*.stm;*.stml)|*.htm; *.html; *.stm; *.stml| Project Files (*.mak;*.mdp;*.dsw;*.dsp)|*.mak; *.mdp; *.dsw; *.dsp| Resource Files (*.rc;*.rc2;*.res)|*.rc; *.rc2; *.res| Image Files (*.ani;*.bmp;*.cur;*.dib;*.gif;*.jpg;*.ico)|*.ani; *.bmp; *.cur; *.dib; *.gif; *.jpg; *.ico| Executable Files (*.exe;*.dll;*.ocx)|*.exe; *.dll; *.ocx| All Files (*.*)|*.*||"
    IDS_CAPTION_DEPOT_FILTERED " (Filtered)"
    IDS_TOOLS_EXPORT_FILTER "Text Files (*.txt)|*.txt|All Files (*.*)|*.*||"
    IDS_TOOLS_EXPORT_DEFAULT_FILE "tools.txt"
    IDS_TOOLS_EXPORT_TITLE  "Save Custom Tools to a File"
    IDS_TOOLS_EXPORT_WRITE_ERROR_s_n "Unable to write %1!s! - error: %2!d!"
    IDS_TOOLS_ARGS_FOR_s    "Arguments for %1!s!"
    IDS_TOOLS_s_ARGUMENTS_s "%1!s! [arguments] %2!s!"
    IDS_TOOLS_MORE_THAN_ONE_REPLACEABLE_ARG_NOT_ALLOWED_s 
                            "More than one replaceable file argument of type %%X is not allowed\n\n%1!s!"
    IDS_TOOLS_NO_FILES_SELECTED_CANNOT_RUN_s 
                            "No files selected in active pane\nCannot run %1!s!"
    IDS_TOOLS_NO_OPENED_FILES_SELECTED_CANNOT_RUN_s 
                            "No opened files selected in active pane\nCannot run %1!s!"
    IDS_TOOLS_UNABLE_TO_DETERMINE_PATH_CANNONT_RUN_s 
                            "Unable to determine local client workspace path for all selected files\nCannot run %1!s!"
    IDS_TOOLS_NO_OBJECT_SELECTED_CANNOT_RUN_s 
                            "No object selected in active pane\nCannot run %1!s!"
    IDS_TOOLS_UNABLE_TO_DETERMINE_OBJECT_CANNOT_RUN_s 
                            "Unable to determine selected object\nCannot run %1!s!"
    IDS_TOOLS_TOOLS_s_REQUIRES_ONE_FILE_SELECTED 
                            """Tools > %1!s!"" requires that only one file be selected"
END

STRINGTABLE 
BEGIN
    IDS_TOOLS_ERROR_n_CANNOT_RUN_s_s 
                            "Error: %1!d! - Unable to run %2!s!\n%3!s!"
    IDS_TOOLS_PROMPT_FOR_ARGS " [prompt for arguments] "
    IDS_PRINTER_WOULDNT_INIT "Printer wouldn't initalize"
    IDS_PRINTER_COULDNT_START_PAGE "Could not start page"
    IDS_CHANGE_n_s          "Change %1!5ld! {%2!s!}"
    IDS_CHANGE_n_s_TRUNC    "Change %1!5ld! {%2!s!...}"
    IDS_CHANGE_n_s_s        "Change %1!5ld! - %2!s! {%3!s!}"
    IDS_CHANGE_n_s_s_TRUNC  "Change %1!5ld! - %2!s! {%3!s!...}"
    IDS_FSTAT_s_n_n_s_HEAD_REV_DELETED 
                            "%1!s! #%2!ld!/%3!ld! <%4!s!> <-head rev deleted->"
    IDS_FSTAT_s_n_n_s_DELETED "%1!s! #%2!ld!/%3!ld! <%4!s!> <-deleted->"
    IDS_FSTAT_s_n_n_DELETED "%1!s! #%2!ld!/%3!ld! <-deleted->"
    IDS_FSTAT_s_n_n_s       "%1!s! #%2!ld!/%3!ld! <%4!s!>"
    IDS_FSTAT_s_n_n         "%1!s! #%2!ld!/%3!ld!"
    IDS_FSTAT_s_n_s_s       "%1!s!#%2!ld! <%3!s!><%4!s!>"
    IDS_FSTAT_s_n_s         "%1!s!#%2!ld! <%3!s!>"
    IDS_FSTAT_s_n           "%1!s!#%2!ld!"
END

STRINGTABLE 
BEGIN
    IDS_LOADING_DIFFS       "Loading Diffs..."
    IDS_UNABLE_TO_DETERMINE_REV_NUMBERS_DIFF_FAILS 
                            "Unable to determine both this-revison and head-revision numbers.\nDiff fails."
    IDS_UNABLE_TO_DETERMINE_REV_NUMBER_DIFF_FAILS 
                            "Unable to determine revison number\nDiff fails"
    IDS_SPECDESC_FILE_NOT_IN_CLIENT_VIEW " File not in client view."
    IDS_THIS_IS_THE_HEAD_REV "This is the head revision"
    IDS_THERE_IS_NO_PREVIOUS_REV "There is no previous revision"
    IDS_UNABLE_TO_DETERMINE_REV_NUMBER_SYNC_FAILS 
                            "Unable to determine revision number.\nSync fails."
    IDS_BKMK_EXPORT_DEFAULT_FILE "Bookmarks.txt"
    IDS_UNABLE_TO_DETERMINE_FILE_TYPE_VIEW_FAILS 
                            "Unable to determine File Type.\nView fails."
    IDS_UNABLE_TO_DETERMINE_REV_NUMBER_VIEW_FAILS 
                            "Unable to determine revision number.\nView fails."
    IDS_UNABLE_TO_SEND_EMAIL_TO_s 
                            "Unable to create an E-mail message to %1!s!"
    IDS_UNABLE_TO_BROWSE_s  "Unable to open a browser for %1!s!"
    IDS_EMPTY_FIXLIST       "\n\nFixes:\tNone\n"
    IDS_FIXLIST_HEADER      "\n\nFixes:\n"
    IDS_FIXLIST_ITEM_n_ON_s_BY_s "\tchange %1!05d! on %2!s! by %3!s!\n"
    IDS_SPECDESC_QUICKHELP  "Select a changelist number, file name, job name, e-mail address, etc. and then right-click for a list of operations you can perform on that object."
END

STRINGTABLE 
BEGIN
    IDS_CHANGE_s_n_s        "%1!s! - Change %2!5ld! {%3!s!}"
    IDS_CHANGE_s_n_s_TRUNC  "%1!s! - Change %2!5ld! {%3!s!...}"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_FILTER 
                            "Text Files (*.txt)|*.txt|All Files (*.*)|*.*||"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_TITLE "Read Custom Tools from a File"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_WRITE_ERROR_s_n 
                            "Unable to open %1!s! - error: %2!d!"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_TOO_MANY_TOOLS_s 
                            "Maximun number of Tool menu items reached - discarding\n%1!s!"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_ERROR_PARSING_s "Error parsing %1!s!"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_n_TOOLS_ADDED_FROM_s 
                            "%1!d! Tools menu items added from %2!s!"
    IDS_TOOLSDLG_READ_CUSTOM_TOOLS_READ_ERROR_s "Unable to read %1!s!"
    IDS_TOOL_EXPORT_DEF_ERROR_s_s 
                            "The definition of %1!s! contains a TAB, LF or CR character; %2!s! will not be exported"
    IDS_TOOL_EXPORT_TOOLS_EXPORTED_TO_s "Tools exported to %1!s!"
    IDS_CLIENT_UNKNOWN_TO_SERVER "Client unknown to server"
    IDS_FIXLIST_ITEM_CHANGE_TAG "\tchange "
    IDS_WILL_REPLACE_s_IF_MERGE_ACCEPTED 
                            "-mWill replace %1!s! if you Accept Merged"
    IDS_TOOLARGS_FILTER     "All Files (*.*)|*.*||"
    IDS_TOOLARGS_TITLE      "Add Filename to Arguments"
END

STRINGTABLE 
BEGIN
    IDS_STATUS_TOOL         "TOOL:    "
    IDS_STATUS_DEBUG        "DEBUG:   "
    IDS_STATUS_WARNING      "WARNING: "
    IDS_STATUS_ERROR        "ERROR:   "
    IDS_STATUS_STATUS       "STATUS:  "
    IDS_STATUS_COMPLETION   "  ===>   "
    IDS_CLIENT_NAME         "Client Name:"
    IDS_LABEL_NAME          "Label Name:"
    IDS_ADD_TOOLS_MENU_ITEM "Add Tools Menu Item"
    IDS_EDIT_TOOLS_MENU_ITEM "Edit Tools Menu Item"
    IDS_TOOLS_DLG_FILTER    "Executable Files (*.exe;*.com;*.bat)|*.exe; *.com; *.bat|All Files (*.*)|*.*||"
    IDS_SELECT_THE_COMMAND  "Select the command"
    IDS_YOU_MUST_ENTER_SOMETHING_IN_FIELD_FOR_TOOL_s 
                            "You must enter something in at least one of the Command, Arguments or Initial Directory fields for tool '%1!s!'.\n\nClick the Help button for more information."
    IDS_MORE_THAN_ONE_REPLACEABLE_FILE_ARG_NOT_ALLOWED 
                            "More than one replaceable file argument of type %X is not allowed\n\n"
    IDS_CHANGE_USER_s_DEFAULT "%1!s! -  Default"
    IDS_CHANGE_USER_s_n     "%1!s! - Change %2!5d!"
END

STRINGTABLE 
BEGIN
    IDS_UNKNOWN             "<unknown>"
    IDS_NO_SUBDIR_UNDER_FOLDER "No subdirectories under this folder."
    IDS_UNABLE_TO_GET_CLIENT_DESCRIPTION "Unable to Obtain Client Description"
    IDS_UNABLE_TO_RUN_DESCRIBE "Unable to Run Describe"
    IDS_SUBMIT_FAILED_CORRECT_AND_RESUBMIT 
                            "Submit failed - Correct problems above and then re-submit."
    IDS_USER_HAS_OPEN_FILES_CANT_DELETE 
                            "User has open files - unable to delete!"
    IDS_CANT_DELETE_UNOWNED_BRANCH 
                            "Unable to delete branch because it is not owned by you!\n Use Branch-Edit to change the branch owner."
    IDS_CANT_DELETE_PRIVELEGE_s 
                            "%1!s!. Cannot delete. Do you have enough privileges? Try using -f on the command line to force a delete."
    IDS_CANT_DELETE_UNOWNED_CLIENT 
                            "You do not own the client - unable to delete!"
    IDS_CANT_DELETE_UNOWNED_LABEL 
                            "Unable to delete label because it is not owned by you!\n Use Label-Edit to change the label owner."
    IDS_SYNC_PREVIEW        "Sync preview: "
    IDS_ENABLE_BASELESS_MERGES 
                            ". Please use the ""Enable baseless merges"" option."
    IDS_ENABLE_DELETE_READD ". Please use the ""Permit delete/re-adds"" option."
    IDS_INTEGRATE_PREVIEW   "Integrate preview: "
    IDS_FAILED              "Failed: "
    IDS_UNABLE_TO_FIND_FILE_s_ON_CLIENT 
                            "Unable to find file on client: %1!s!\n Use File-Revert to force a refresh of the file, and then re-try the edit operation for this file."
END

STRINGTABLE 
BEGIN
    IDS_REMOTE_DOWN_TURNING_OFF_INTEGS 
                            "A remote depot is not available - turning off complete branching history"
    IDS_POSITIONTOPATTERN   "&Find File Matching Pattern...\tCtrl+F"
    IDS_FINDPATTERN         "&Find String...\tCtrl+F"
    IDS_NOT_FOUND           "Search string not found"
    IDS_FOUND               "Search string found"
    IDS_ONLY_PERCENT_F_MAY_BE_USED 
                            "Only %f may be used as a replacable parameter in the Initial Directory field. It will be substituted with the path to the directory containing the requested file(s)."
    IDS_THERE_ARE_NO_FILES_UNDER_YOUR_CLIENT_ROOT 
                            "There are no files under your client's root directory."
    IDS_THERE_ARE_NO_PERFORCE_FILES_UNDER_YOUR_CLIENT_ROOT 
                            "There are no Perforce files under your client's root directory."
    IDS_LOCALP4FILES        "Local View of Depot"
    IDS_LOCALCLIENTTREE     "Local View of Client Tree"
    IDS_VWLOCP4VWOFDEPOT    "Local View of De&pot"
    IDS_VWLOCVWOFCLITREE    "Local View of Client &Tree"
    IDS_UNABLE_TO_SHOW_LOCAL_FILES 
                            "Unable to show local files not under Perforce control"
    IDS_NOT_IN_DEPOT        "<Not in Depot>"
    IDS_OPENANDEDITUSING    "Open and Edit &Using"
    IDS_EDITFILE            "Edit &File..."
END

STRINGTABLE 
BEGIN
    IDS_OPENANDEDITFILE     "Open and Edit &File..."
    IDS_CHKOUTFORADD        "Op&en for Add"
    IDS_CHKOUTFOREDITORADD  "Open for &Edit or Add"
    IDS_OPENED_n_FILES_FOR_ADD "Opened %1!d! files for add"
    IDS_OPENANDEDITUSINGDOTS "Open and Edit &Using..."
    IDS_EDITUSINGDOTS       "Edit &Using..."
    IDS_FILE_DELETE         "&Delete from Local Hard Disk..."
    IDS_ARE_YOU_SURE_YOU_WANT_TO_DELETE_s 
                            "Are you sure you want to Permanently delete %1!s! from your local hard disk?"
    IDS_THESE_n_FILES       "these %1!d! files"
    IDS_s_DELETED           "%1!s! deleted"
    IDS_s_NOT_DELETED_s     "%1!s! not deleted %2!s!"
    IDS_BECAUSE_READONLY    "because it is read-only."
    IDS_n_FILES_DELETED     "%1!d! files deleted"
    IDS_POSITIONCHGS        "Find in Chan&gelist"
    IDS_POSITIONOTHERCHG    "Find in Chan&gelist Below"
    IDS_FILE_ADD            "&Add to Source Control..."
END

STRINGTABLE 
BEGIN
    IDS_SUBMIT_SELECTED     "&Submit Selected"
    IDS_FILTERED_BY_USER    "Filtered Sub&mitted Changelists by User"
    IDS_ENTER_s_TO_USE_AS_FILTER "Enter %1!s! to use as filter"
    IDS_CHGS_BY_USER        "View &Changes by "
    IDS_CHGS_BY_CLIENT      "View &Changes by "
    IDS_FILTERED_BY_CLIENT  "Filtered Submitted Change&lists by Client"
    IDS_CHGFILE_NOT_FOUND   "File not found in subsequent changelist"
    IDS_DROPPING_ON_TOOLBAR_HAS_NO_EFFECT 
                            "Dropping an object on a toolbar button has no effect.  Drop the object on the righthand pane instead of on the button."
    IDS_DRAGFROMCLIENT      "Internal drag from Client View"
    IDS_DRAGFROMUSER        "Internal drag from User View"
    IDS_DRAGFROMJOB         "Internal drag from Job View"
    IDS_ADD_JOB_FIX         "Do you want to fix job %1!s! with change %2!d!?\n\n%3!s!"
    IDS_CANT_ADD_JOB_TO_DEFAULT_CHG 
                            "You cannot add a job to the default changelist. You must use Changelist > New to create a numbered changelist before adding a job."
    IDS_DESC_WRAP_VALUE_MUST_BE_GREATER_THAN_9 
                            "The Description wrap value must be at least 10"
    IDS_VIEW                "&View"
    IDS_PSWD_FORGOTTEN      "Your password will now no longer be remembered."
END

STRINGTABLE 
BEGIN
    IDS_OLD_NEW_PSWD_SAME   "Old and New passwords are the same - nothing to be done."
    IDS_NOLOCALFORNULLROOT  "Unable to display local view for clients with a 'null' root or a root without a drive letter."
    IDS_HASCONFLICTSREMAINING "There are Conflicts remaining"
    IDS_NOCONFLICTSREMAINING "No Conflicts Remaining"
    IDS_APP_TREE            "Default Tree Application"
    IDS_UNABLETORUNREVTREE  "Unable to start Revision Graph Application."
    IDS_REVISIONTREE        "Revision &Graph..."
    IDS_CANTRUNREVHIST_s_s  "Unable to run Revision History for %1!s!\n%2!s!"
    IDS_POSITIONCHGS_CHGPANE "Find Selected File in Other Chan&gelist\tAlt+F3"
    IDS_POSITIONCHGS_DPTPANE "Find Selected File in Chan&gelist\tAlt+F3"
    IDS_FATAL_ERROR_UNABLE_TO_SEND_SPEC 
                            "Fatal Error: Unable to send specification.\nSee status pane for further information."
    IDS_NO_FILES_SELECTED_FOR_ADD_REPLACE 
                            "No files selected. To add or replace files in a label, select the files in the depot pane, then choose Label>Add/Replace Files Listed in Label."
    IDS_RENAME_DOTS         "Rename..."
    IDS_RENAME_RENAME       "Rename "
    IDS_RENAME_TO           " To "
    IDS_FILE_RENAME_TITLE   "File Rename"
END

STRINGTABLE 
BEGIN
    ID_FILE_DIFF2           "Diff selected 2 files/folders or Diff different revisions of the same file\nDiff &2 Files or Revisions"
    ID_FAVORITES            "Add and organize frequently used port/client/users, Go to a frequently used port/client/user\nConnections"
    ID_ORGANIZE_FAVORITES   "Organize your list of frequently used port/client/users"
    ID_ADD_FAVORITE         "Add the current port/client/user to your list of Connections"
    ID_SHOWDIFFS_SUMMARY    "Show Diff Summary only"
    ID_SHOWDIFFS_UNIFIED    "Show unified diff"
    ID_SHOWDIFFS_CONTEXT    "Show context diff"
    ID_SHOWDIFFS_RCS        "Show RCS diff"
    ID_SHOWDIFFS_NONE       "Do not show differences"
    ID_SHOWDIFFS_NORMAL     "Show differences with no special processing"
    ID_SORTCHGFILESBYRESOLVE 
                            "Sort files within a Pending Changlist by their Resolved statuses: Already Resolved, Unresolved, Resolve not needed"
    ID_SHOW_STATUSMSGS      "Uncheck this to hide the status message, leaving only warning, error and completion messages"
    ID_FILTER_LABELS        "Set or clear filtering of labels view\nSet Filter"
    ID_SETFILTER_JOBS       "Set filtering of jobs view\nSet Filter"
    ID_CLEARFILTER_JOBS     "Clear filtering of jobs view\nClear Filter"
END

STRINGTABLE 
BEGIN
    IDS_SHIFT_ALT_PLUS_n    "  Shift+Alt+%1!d!"
    IDS_ADD_FAVORITE        "Add Connection"
    IDS_CHANGE_FAVORITE     "Change Connection"
    IDS_FAV_CANT_HAVE_AT_OR_POUND_IN_PORT_s 
                            "A port (%1!s!) containing @ or # cannot be added to the Connections list."
    IDS_FAV_EXPORT_DEFAULT_FILE "Connections.txt"
    IDS_FAV_EXPORT_TITLE    "Save Connections to a File"
    IDS_FAV_IMPORTED_FROM_USER "#Imported from %1!s!\r\n"
    IDS_EXPORT_SUBMENU      "#%1!s!\r\n"
    IDS_EXPORT_ITEM         "%1!s!\r\n"
    IDS_FAV_EXPORT_TOOLS_EXPORTED_TO_s "Connections exported to %1!s!"
    IDS_FAVSDLG_READ_FAVS_TITLE "Read Connections from a File"
    IDS_FAVSDLG_READ_FAVS_TOO_MANY_FAVS_s 
                            "Maximun number of Connection menu items reached - discarding\n%1!s!"
    IDS_FAV_READ_FAVS_n_FAVS_ADDED_FROM_s 
                            "%1!d! Connection menu items added from %2!s!"
    IDS_FAV_INVALID_CHAR_s  "A Connection may not contain '@' or '#'\ndiscarding %1!s!"
    IDS_PROXYVERSION_INFO   "Proxy Version:      %1!s!\r\n%2!s!"
    IDS_SHOWDIFFS_BTN_TOOLTIP 
                            "Click on the down arrow for a choice of the type of Diff to run"
END

STRINGTABLE 
BEGIN
    IDS_SUBMIT_DOTS         "&Submit..."
    IDS_DEFAULTFONTNAME     "Courier New"
    IDS_DEFAULTFONTSIZE     "11"
    IDS_SORTCHGFILESBYRESOLVE "Sort Files b&y Resolve Status"
    IDS_CANTADDLNKVIAFILEADD 
                            "\n*.LNK files may not be added using the File > Add dialog because of limitations in Windows. Use Drag & Drop from Windows Explorer instead.\n"
    IDS_WAITINGTOEXIT       "Waiting to Exit..."
    IDS_FILE_DIFF2DIRS      "Diff &2 Folders"
    IDS_CANTRUNFILEINFO_s   "Unable to obtain File Info for %1!s!"
    IDS_FILE_ANNOTATE       "Annotations using Rev#s..."
    IDS_FILE_ANNOTATEALL    "All Annotations using Rev#s..."
    IDS_FILETYPE            "File type:"
    IDS_CANTSUBMITFILE_s    "Unable to find %1!s! in any of your changelists, so it cannot be submitted."
    IDS_CANTDIFF_s          "Unable to diff %1!s! against the depot"
END

STRINGTABLE 
BEGIN
    IDS_SE_ERR_NOASSOC      "The ""Getting Started with P4Win"" manual is in PDF format and requires the Adobe� Acrobat Reader�.\n\nAfter downloading and install the Acrobat� Reader� from http://www.adobe.com/, try Help > Getting Started again"
    IDS_SE_ERR_FNF          "Cannot find %1!s!"
    IDS_SE_ERR_OTHER        "Cannot open %1!s! - error code %2!d!"
    IDS_WWW_ADOBE           "http://www.adobe.com/"
    IDS_WAIT4ADOBE          "After you have downloaded and installed Adobe� Acrobat Reader�, click the Yes button on the dialog."
    IDS_FILE_NOT_FOUND_IN_CHGS "File not found in any changelist"
    IDS_FILE_FOUND_IN_CHG_d "File found in changelist %1!ld!"
    IDS_FILE_FOUND_IN_DEFCHG "File found in Default changelist"
    IDS_FILE_NOT_FOUND_YOUR_CHGS "File not found in your changelists"
    IDS_FILE_NOT_FOUND_IN_OTHERS 
                            "File not found in any other client's changelists"
    IDS_FAILED_GET_DIRECTORY "Directory Browse failed"
    IDS_CHOOSE_TEMP_DIR     "Select the folder you want P4Win to use for its temporary files and press OK."
    IDS_CHOOSE_FOLDER_FOR   "Select the folder you want as the %1!s! and press OK."
    IDS_FILE_ANNOTATECHG    "Annotations using Chg#s..."
    IDS_FILE_ANNOTATECHGALL "All Annotations using Chg#s..."
    IDS_DIFF_WARNLIMIT_EXCEEDED_d "Are you sure you want to Diff %1!d! files?"
END

STRINGTABLE 
BEGIN
    ID_VIEW_DEPOT           "Set the depot view options\nView"
    ID_VIEW_UPDATE_RIGHT    "Refresh or update active pane\nRefresh"
    ID_VIEW_UPDATE_LEFT     "Refresh or update active pane\nRefresh"
    ID_VIEW_DELTA           "Set the pending changes view options\nView"
    IDS_YOU_HAVE_CHANGED_CLIENTS_VIEW 
                            "&Sync to Head\tSync to &Have\t&Don't Sync\tDo you want to sync the files from the depot into your client?\n\nIf you have narrowed your client view, choose Sync to Have to remove newly unmapped files."
    ID_CANCEL_BUTTON        "Cancel the current server operation\nCancel Operation"
    IDS_PAGE_CHANGELIST     "Changelists"
    IDS_PAGE_CLIENT         "Clients"
    IDS_PAGE_CONNECTION     "Server"
    IDS_PAGE_DEPOT          "Depot"
    IDS_PAGE_DIALOGS        "Advanced"
    IDS_PAGE_DIFF           "Diff"
    IDS_PAGE_DOUBLECLICK    "Double Click"
    IDS_PAGE_FILES          "Files"
    IDS_PAGE_INTEGRATION    "Integration"
    IDS_PAGE_JOB            "Jobs"
END

STRINGTABLE 
BEGIN
    ID_FILE_ANNOTATE        "Prints all lines of a file, indicating what revision introduced each line"
    ID_FILE_ANNOTATEALL     "Prints all lines of all revisions for a file, indicating what revision introduced each line"
END

STRINGTABLE 
BEGIN
    IDS_NO_s_AVAILABLE      "There are no %1!s! available to select."
    IDS_ACTIONLABEL         "Actions in changelist %1!d!"
    IDS_SUMMARYLABEL        "Description of changelist %1!d!"
    IDS_CANTRENAMEISITLOCKED_s 
                            "Unable to overwrite the 'Yours' file, %1!s!, with the 'Merged' file.\n\nThe 'Yours' file may be in use by another program"
    IDS_DIFF2FOLDERS        "Diff 2 Folders: "
    IDS_DIFFTHE2FILES       "Diff the &2 Files"
    IDS_SEQGTRNBRELMS_d_d   "Field sequence number %1!d! is greater than the number of fields (%2!d!) in the specification.\n\nReverting to the sequence of the fields in the specification."
    IDS_BACCEPTY            "&Accept Yours"
    IDS_BEDIT               "&Edit..."
    IDS_BACCEPTM            "&Accept Merged"
    IDC_BACCEPTT            "&Accept Theirs"
    IDS_BVIEW               "Vi&ew..."
    IDS_THEIR_FILE          "Info about &Their File"
    IDS_FINDING_THEIR_FILE  "Finding Their File..."
    IDS_THEIR_FILE_IS       "Their file is "
    IDS_FILE_MV2OTHERCHGLIST "&Move to another Changelist..."
END

STRINGTABLE 
BEGIN
    ID_FILE_RUNMERGETOOL    "Run the Merge Tool on the selected files\nRun Merge Tool"
    ID_THEIRFILE_FINDINDEPOT 
                            "In the Depot pane, find the file with which your file is being resolved\nFind Their File"
    ID_THEIRFILE_REVISIONHISTORY 
                            "Show revision history for Their file\nShow their rev history"
    ID_THEIRFILE_PROPERTIES "Display File Information for Their file\nTheir File Information"
    IDS_RUNMERGETOOL        "Run &Merge Tool...\tCtrl+M"
END

STRINGTABLE 
BEGIN
    IDS_FINISH              "Finish"
    IDS_NO_POUND_ALLOWED_s_s 
                            "The # character is not allowed in this field:\n\n%1!s!: %2!s!"
    IDS_SYNC_MULTIFILES_TO_REVNBR 
                            "You are requesting to Sync multiple files to the same REVISION NUMBER.  Are you sure this is what you want to do?"
    IDS_VIEWDEPOTVERUSING   "View (depot version) Using"
    IDS_DISCARD_CHGS        "&Yes\t&No\tChanges have been made - are you sure you want to discard them?\n\n(If you want to always discard the changes without being asked, click the checkbox below before clicking ""Yes"".)"
    IDS_GET_P4WINGS_FROM_WEB 
                            "Unable to find ""Getting Started with P4Win"" on your computer\n(or unable to find Adobe Acrobat - Windows return code is unclear).\n\nWould you like to download ""Getting Started"" from the Perforce web site?"
    IDS_P4DOCS_URL          "http://www.perforce.com/perforce/technical.html#usermanuals"
    IDS_CLIENTWORKSPACEWIZARD "ClientWorkspace Wizard"
    IDS_NEXT                "Next >"
    IDS_UNABLE_TO_RUN_RESOLVE_N_s 
                            "%1!s!\nUnable to run 'p4 resolve -n'\nP4Win cannot determine what files need resolving.\n\nYou will not be able run resolve until you revert all files causing this error."
    IDS_MODELESSDIALOGSUP_n "There are %1!d! modeless dialogs open and at least one is waiting for a modal dialog to be closed. Shutting down without closing these dialogs might cause P4Win to crash!\n\nAre you sure you want to attempt to shut down?"
    IDS_FILEINDIFFERENTCHGS_n_s_n_s 
                            "Unable to submit these files because they are not all in the same changelist:\n\nChg# %1!d! contains %2!s!\nChg# %3!d! contains %4!s!"
    IDS_FILEINFO_STR        "File Information"
    IDS_UNABLETORUNP4A      "Unable to run Time-lapse View"
    IDS_ANNOTATIONS         "&Time-lapse View..."
    IDS_CANT_USE_REVRANGE_HERE_USE_OPTIONS 
                            "A Revision Range may not be used as part of the source or target specification; click the Options button to specify Revision Ranges."
END

STRINGTABLE 
BEGIN
    IDS_UNABLE_TO_WRITE_P4DEFAULT_TO_THE_REGISTRY 
                            "Cannot set default in registry, because settings from a config file or environment variable override registry settings. To enable P4Win to set the desired defaults, remove any config files in or above the folder where p4win.exe resides and unset any conflicting environment variables."
    IDS_NO_SELECTED_FILES_IN_LOCAL_DEPOTS 
                            "There were no selected files that reside in a local depot; filter not set."
    IDS_EMAILHASTRAILINGSPACE 
                            "\nThe email address appears to have a trailing space; remove it and also remove any trailing spaces from the current client name."
    IDS_CANNTINTEGUNLESSCOMMONPATH 
                            "Unable to find a common path for the selected files - unable to integrate.\n\nP4Win does not support integrating files from different depot in the same operation."
    IDS_MUST_SET_PASSWORD   "You must set a password"
    IDS_CANTEDIT_INPROGRESS "Unable to edit a %1!s! because a %2!s! edit is alreay in progress"
    IDS_LABEL               "Label"
    IDS_JOB                 "Job"
    IDS_CANTEDITCHG_INPROGRESS 
                            "Unable to %1!s! because a Changelist edit is already in progress"
    IDS_EDITSTRING          "Edit"
    IDS_PENDING_CHANGELISTS_OTHER_CLIENTS_FILTERED 
                            "Pending Changelists (other clients - filtered by %1!s!)"
    IDS_CANTDEALWITH_ASTERISK 
                            "Local Views cannot display a file or folder with an * in its name such as %1!s!"
    IDS_VIEWDEPOTVERUSINGHEAD "View Head Revision Using"
    IDS_DESCRIBEPENDING_d   "Descri&be Changelist %1!ld!..."
    IDS_TOOMANYFILE4SUBMITONLYCHGED 
                            "The limit for deselecting unchanged files is 32,000 files, and you are submitting %1!d! files. All files will be submitted if you continue. Continue?"
    IDS_CANTHAVE2FILESON1LINE 
                            "You may enter only one file per line. The line\n%1!s!\nhas more than one file."
END

STRINGTABLE 
BEGIN
    IDS_CANNOT_RECREATE_ACTIVE_s_s_s 
                            "%1!s! is your current %2!s!; you cannot create a new %3!s! with that name."
    IDS_CANT_RECREATE_EXISTING_CLIENT_s 
                            "%1!s! is the name of an existing client."
    IDS_TOOLS_s_COLON_s     "%1!s!: %2!s!"
    IDS_CLIENT_s_ALREADY_EXISTS "Client %1!s! already exists"
    IDS_DELETE_NEW_CHGLIST  "%1!s!\n\nDo you want to delete the newly created empty changelist %2!d!?"
    IDS_SYNCONLYCHG         "S&ync only files submitted in changelist"
    IDS_SYNCONLYDATE        "S&ync only files submitted on this date and time"
    IDS_SYNCONLYLABEL       "S&ync only files contained in label"
    IDS_SYNCONLYCLIENT      "S&ync only files synced on client"
    IDS_NOFILESDIFFER       "There are no files that differ."
    IDS_POLLINGOFF          "  [Polling:Off]"
    IDS_FILTERCLIENTS       "&Filter Clients..."
    IDS_CLEARCLIENTFILTER   "Cle&ar Client Filter"
    IDS_CURRENT_USER        "Current User"
    IDS_FILTERED_INPAREN    " (filtered)"
    IDS_FILTERBRANCHBYOWNER "Filter Branches by O&wner..."
END

STRINGTABLE 
BEGIN
    IDS_CLEARBRANCHOWNERFILTER "Clear Owner Filter"
    IDS_CLEARFILTERR        "Clear Filte&r"
    IDS_CANTCHGFILETYPE4JOB "You can only change the file type for files - not jobs"
    IDS_USINGLOCALBUTITSCHGED 
                            "Using local copy of file since a temp file is not used for this extension - but it has been changed outside of Perforce!"
    IDS_YOUMUSTCHANGETHEVIEW 
                            "You must change the View field to specify the branch source and target."
    IDS_NBR_n_ITEMSEL       "%1!d! items selected"
    IDS_COULD_NOT_CREATE_LABEL_DIALOG_BOX "Could not create Label dialog."
    IDS_P4VTOOOLD           "The version of P4V that was found (%1!d!.%2!d!) is too old to support this command.\nPlease update to P4V version %3!s!"
    IDS_NOTALLFILESSELECTED_d 
                            "%1!d! file%2!s! could not be found in the current Depot view."
    IDS_FINDSELFILESINDEPOT "Find &Selected Files in Depot"
    IDS_FINDCHGFILESINDEPOT_F "&Find Changelist Files in Depot"
    IDS_NOFILESCHGED        "No files in this changelist have been changed"
    IDS_ALLFILESCHGED       "All files in this changelist have been changed"
    IDS_DIFFFILES           "Diffing files..."
    IDS_JOBFILTERSTR        "Job Filter: %1!s!"
    IDS_ALLJOBS             "All Jobs"
END

STRINGTABLE 
BEGIN
    IDS_USEJOBFILTERBUTTON  "Use the Filter button to change your job filter string in order to have jobs to add"
    IDS_CHKCONCANTHANDLEWEIRDCHARS 
                            "Check Consistency cannot automatically repair files that have @ # or %% in their names.\n%1!d! such files were found to be inconsistent."
    IDS_EDIT_COPY           "&Copy"
    IDS_SINGLEPANEVIEW      "&Single Pane View..."
    IDS_BKMK_PCU_ERROR      "Unable to determine port, client, user for\n%1!s!"
    IDS_CLIENT_USEASLOCALTEMPLATE 
                            "Create the Local Default Template from %1!s!"
    IDS_LOCALDEFTEMPLATESET_s 
                            "New local default client template created from %1!s!"
    IDS_CLIENT_CLEARLOCALTEMPLATE "Delete the Local Default Template"
    IDS_P4WINUSAGE          "P4Win Command Line Arguments"
    IDS_ALL_UNCHGED_REVERT_YESNO 
                            "Are you sure you want to revert all the files in this changelist?\n(None of the files have been changed)"
    IDS_n_CHGED_REVERT_YESNO 
                            "%1!d! files have been changed! Are you sure you want to revert all the files in this changelist?"
    IDS_CHGLIST_d_HAS_NO_JOBS 
                            "Changelist %1!d! has no jobs associated with it - there are no fixes to remove."
    IDS_s_FIXED_BY_s_ON_s   "%1!s! fixed by %2!s! on %3!s!"
    IDS_s_ADDEDTO_s         "%1!s! added to changelist %2!d!"
    IDS_s_REMOVEDFROM_s     "%1!s! removed from changelist %2!d!"
    IDS_REMOVE_FIXES_FROM_CHGLIST_d "Remove Job Fixes from Changelist %1!d!"
END

STRINGTABLE 
BEGIN
    IDS_COULD_NOT_CREATE_DELFIX_DIALOG_BOX 
                            "Failed to create the Remove Fixes dialog."
    IDS_s_STATUSCHGED       "%1!s! Jobstatus updated"
    IDS_NOTHINGSELECTED_CLOSE 
                            "Nothing has been selected. Do you want to close this dialog?"
    IDS_CHANGE_REMOVEFIX    "Remove Job Fi&x..."
    IDS_PAREN_NOCHANGE_PAREN "(no change)"
    IDS_PORT_CLIENT_USER_MUST_BE_VALID 
                            "Port, Client and User must all 3 contain valid values"
    IDS_FILTER_CLEARVIEW    "&Clear Submitted Changelists Filter"
    IDS_FILTER_PCO_CLEARVIEW "&Clear Changelists Other Clients Filter"
    IDS_FILTER_PCO_SETVIEW  "&Filter Changelists Other Clients..."
    IDS_FILTER_PENDINGCHGS_OTHERCLIENTS 
                            "Filter Pending Changelists (Other Clients)"
    IDS_SELECT_ALL          "Select &All"
    IDS_UNSELECT_ALL        "Unselect Al&l"
    IDS_ampCANCEL           "&Cancel"
    IDS_CHG_s_HASTOOFEWFILES 
                            "%1!s! has fewer files in it than were integrated.  Some files may be in other changelists because they were already open."
    IDS_FILTERINTEG_JOBVIEW "Filter by Selected Files Include Integs"
    IDS_REVERTEDALL_n_FILES "Reverted all %1!d! unchanged files in changelist %2!s!"
END

STRINGTABLE 
BEGIN
    IDS_DELETENEWUSER_s     "%1!s! has been created on the server - do you want to delete it?"
    IDS_ANNOTATEFILE        "Annotate File"
    IDS_SORTCHGFILESBYNAME  "Sort Files by File Name"
    IDS_SORTCHGFILESBYACTION "Sort Files By Action"
    IDS_UNICODETEXTMIX      "These files are a mixture of Unicode and non-Unicode which will probably yield strange results.  Are you sure you want to proceed?"
    IDS_REVERTED_n_FILES_n_CHG_n_UNCHG 
                            "Reverted %1!d! files: %2!d! changed, %3!d! unchanged"
    IDS_DIFF_FILENOTFOUND   "File %1!s! not found - diff cannot be run"
    IDS_APP_PROMPT_MERGE    "&Application for Merging this file type:"
    IDS_BKMK_EXPORT_TITLE   "Save Bookmarks to a File"
    IDS_BKMKSDLG_READ_BKMKS_TOO_MANY_BKMKS_s 
                            "Maximun number of Bookmark menu items reached - discarding\n%1!s!"
    IDS_MISSING_HDR_ON_IMPORT 
                            "Warning: invalid file format (header missing):\n\n%1!s!\n\nContinue?"
    IDS_ALLSELFILESAREMISSING_NODIFFRUN 
                            "The selected files are missing from your client; no diff can be run."
    IDS_DIFFAGAINSTHAVEREV  "Diff against &Have revision..."
    IDS_EDIT_SELECT_ALL     "&Select All"
    IDS_BACKSLASHINDEPOTSYNTAX 
                            "You have entered a backslash in a depot syntax string - is this what you Really mean to do?"
    IDS_comma_ONLY_n_REVS_STORED ", only %1!d! revs stored"
END

STRINGTABLE 
BEGIN
    IDS_USER_s_ALREADY_EXIST 
                            "A User named %1!s! already exists; you cannot create a new one with that name."
    IDS_USER_s_DIFFCASE_EXIST 
                            "A User already exists that differs only by case.\n\nDo you still want to create %1!s!?"
    IDS_FAILEDREGWRITE      "Updating Registry Failed: %1!s!"
    IDS_INSERTING_CLIENTS   "Inserting %1!d! clients..."
    IDS_INSERTING_LABELS    "Inserting %1!d! labels..."
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 //_WIN32
#include "res\P4Win409.rc2"  // non-Microsoft Visual C++ edited resources
#include "afxres.rc"         // Standard components
#include "..\..\common\res409\commonres409.rc"
#endif

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED