NppPerforcePlugin.rc #1

  • //
  • guest/
  • caerwyn/
  • NppPerforcePlugin/
  • NppPerforcePlugin.rc
  • View
  • Commits
  • Open Download .zip Download (3 KB)
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include "afxres.h"

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// English (United States) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    "resource.h\0"
END

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

3 TEXTINCLUDE 
BEGIN
    "\r\n"
    "\0"
END

#endif    // APSTUDIO_INVOKED


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

IDD_LOGIN DIALOGEX 0, 0, 231, 89
STYLE DS_SYSMODAL | DS_SETFONT | DS_MODALFRAME | DS_3DLOOK | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "Login to Perforce"
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
    EDITTEXT        IDC_PASSWORD,55,39,152,13,ES_PASSWORD | ES_AUTOHSCROLL
    LTEXT           "Password:",IDC_STATIC,17,41,34,8
    PUSHBUTTON      "Cancel",IDCANCEL,54,62,50,14
    DEFPUSHBUTTON   "OK",IDOK,114,62,50,14
    LTEXT           "Ticket expired. Please reenter your password:",IDC_STATIC,17,17,149,8
END


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

#ifdef APSTUDIO_INVOKED
GUIDELINES DESIGNINFO
BEGIN
    IDD_LOGIN, DIALOG
    BEGIN
        LEFTMARGIN, 7
        RIGHTMARGIN, 224
        TOPMARGIN, 7
        BOTTOMMARGIN, 82
    END
END
#endif    // APSTUDIO_INVOKED

#endif    // English (United States) resources
/////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////////////////////////////////////////////
// English (United Kingdom) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#pragma code_page(1252)

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

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 1,0,7,0
 PRODUCTVERSION 1,0,7,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x40004L
 FILETYPE 0x2L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "080904b0"
        BEGIN
            VALUE "CompanyName", "Perforce Software Ltd"
            VALUE "FileDescription", "Notepad++ Perforce Plugin"
            VALUE "FileVersion", "1.0.7.0"
            VALUE "InternalName", "NppPerforcePlugin.dll"
            VALUE "LegalCopyright", "Copyright (C) 2015"
            VALUE "OriginalFilename", "NppPerforcePlugin.dll"
            VALUE "ProductName", "Notepad++ Perforce Plugin"
            VALUE "ProductVersion", "1.0.7.0"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x809, 1200
    END
END

#endif    // English (United Kingdom) resources
/////////////////////////////////////////////////////////////////////////////



#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//


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

# Change User Description Committed
#1 16789 caerwyn Populate -o //guest/sven_erik_knop/c++/NppPerforcePlugin/...
//guest/caerwyn/NppPerforcePlugin/....
//guest/sven_erik_knop/c++/NppPerforcePlugin/NppPerforcePlugin.rc
#7 11396 Sven Erik Knop Fixed login issue from file command (endless loop).
Bumped version to 1.0.7

Final version in this iteration (I hope).
#6 11391 Sven Erik Knop Added login status to connection info output.
#5 11384 Sven Erik Knop Added logout menu item (more for testing than practical use)
#4 11381 Sven Erik Knop Added login dialog (after many years of waiting)
Currently needs to log on in a separate step, next change should prompt for password if ticket expired in any case.

Also fixed a bug with showing file information for freshly added files.
#3 11341 Sven Erik Knop Updated the version string in the resource
#2 11003 Sven Erik Knop Don't seem to need stdafx.h
#1 7822 Sven Erik Knop Preparations for log-in dialog.
The dialog is written, but not hooked up yet, but all the parts compile and link.
Error dialog now displays a different error text if the ticket has expired, in preparation for the next step.