commonres411.rc. #1

  • //
  • guest/
  • YourUncleBob/
  • p4win/
  • main/
  • common/
  • res411/
  • commonres411.rc.
  • View
  • Commits
  • Open Download .zip Download (3 KB)
// Microsoft Visual C++ generated resource script.
//
#include "..\commonres.h"

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

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

/////////////////////////////////////////////////////////////////////////////
// Japanese resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
#ifdef _WIN32
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932)
#endif //_WIN32

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

1 TEXTINCLUDE 
BEGIN
    "..\\commonres.h\0"
END

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

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

#endif    // APSTUDIO_INVOKED


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

IDR_ABOUTBOX MENU 
BEGIN
    POPUP "This is the popup context menu for the rich edit control"
    BEGIN
        MENUITEM "߰(&C)\tCtrl+C",            ID_COPY_ABOUT_BOX
    END
END


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

IDD_ABOUT DIALOGEX 0, 0, 263, 107
STYLE DS_SETFONT | DS_3DLOOK | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CLIENTEDGE
CAPTION "ްޮݏ"
FONT 10, "MS Shell Dlg 2", 0, 0, 0x1
BEGIN
    DEFPUSHBUTTON   "OK",IDOK,205,88,50,12
    CONTROL         "",IDC_VERSION,"RichEdit20A",ES_MULTILINE | 
                    ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | 
                    ES_WANTRETURN | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,5,5,
                    250,79
END

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

STRINGTABLE 
BEGIN
    IDS_AFX_OLE_INIT_FAILED "Fatal Error: OLE޲Яݸײ؂̏Ɏs܂"
    IDS_THIS_APPLICATION_REQUIRES_WIN_NT_4_0_OR_WIN9X 
                            "̱ع݂Windows NT 4.0 ܂\nWindows 95 ܂ 98œ삵܂.\n---I܂"
    IDS_THIS_APPLICATION_REQUIRES_WIN_NT
                            "This application requires Windows NT.\n---Exiting"
    IDS_UNABLE_TO_SEND_MAIL_MESSAGE "E-mailүނ𑗐Mł܂"
    IDS_WARNING             "x"
    IDS_ERROR               "װ"
    IDS_MISSINGVERSIONERROR "ްޮݏ񂪌‚܂"
    IDS_RESOURCEDLL         "ؿDLL"
    IDS_BUILD_NUMBER_n      " %1!d!"
    IDS_WWW_ADDRESS         "http://www.perforce.com"
    IDS_EMAIL_ADDRESS       "perforce@toyo.co.jp"
    IDS_EMAIL_SUBJECT       "Perforce customer feedback"
END

STRINGTABLE 
BEGIN
    IDS_EMAIL_SENDER        "Perforce Technical Support"
END

#endif    // Japanese resources
/////////////////////////////////////////////////////////////////////////////



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


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

# Change User Description Committed
#1 19924 YourUncleBob Populate -o //guest/perforce_software/p4win/...
//guest/YourUncleBob/p4win/.....
//guest/perforce_software/p4win/main/common/res411/commonres411.rc
#1 16169 perforce_software Move files to follow new path scheme for branches.
//guest/perforce_software/p4win/common/res411/commonres411.rc
#1 8562 Matt Attaway These feet never stop running.

Initial commit of the P4Win source code.  To the best of our knowledge this
compiles and runs using the 2013.3 P4 API and VS 2010. Expect a few changes
as we refine the build process. Please post any build issues to the forums.