Add rayman2 source files
This commit is contained in:
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSfam.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSfam.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSlipb.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSlipb.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSlips.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSlips.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSno.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSno.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSnob.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Tls/res/LPSnob.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
24
Rayman_X/cpa/tempgrp/Tls/res/LPSres.h
Normal file
24
Rayman_X/cpa/tempgrp/Tls/res/LPSres.h
Normal file
@@ -0,0 +1,24 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by LPSres.rc
|
||||
//
|
||||
#define LPS_IDD_DIALOGLOAD 101
|
||||
#define LPS_IDI_LIPSYNC 102
|
||||
#define LPS_IDI_FAMILY 103
|
||||
#define LPS_IDD_DIALOGLIPS 104
|
||||
#define LPS_IDI_UNLOAD 104
|
||||
#define LPS_IDI_LIPSYNCB 105
|
||||
#define LPS_IDI_UNLOADB 106
|
||||
#define LPS_IDC_LIPSTREE 1000
|
||||
#define LPS_IDC_TREECONTROL 1002
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 105
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1003
|
||||
#define _APS_NEXT_SYMED_VALUE 101
|
||||
#endif
|
||||
#endif
|
113
Rayman_X/cpa/tempgrp/Tls/res/LPSres.rc
Normal file
113
Rayman_X/cpa/tempgrp/Tls/res/LPSres.rc
Normal file
@@ -0,0 +1,113 @@
|
||||
//Microsoft Developer Studio generated resource script.
|
||||
//
|
||||
#include "LPSres.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// French (France) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// DESIGNINFO
|
||||
//
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
GUIDELINES DESIGNINFO DISCARDABLE
|
||||
BEGIN
|
||||
LPS_IDD_DIALOGLIPS, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 150
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 214
|
||||
END
|
||||
END
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// TEXTINCLUDE
|
||||
//
|
||||
|
||||
1 TEXTINCLUDE DISCARDABLE
|
||||
BEGIN
|
||||
"LPSres.h\0"
|
||||
END
|
||||
|
||||
2 TEXTINCLUDE DISCARDABLE
|
||||
BEGIN
|
||||
"#include ""afxres.h""\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
3 TEXTINCLUDE DISCARDABLE
|
||||
BEGIN
|
||||
"\r\n"
|
||||
"\0"
|
||||
END
|
||||
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
LPS_IDI_LIPSYNC ICON DISCARDABLE "LPSlips.ico"
|
||||
LPS_IDI_FAMILY ICON DISCARDABLE "LPSfam.ico"
|
||||
LPS_IDI_UNLOAD ICON DISCARDABLE "LPSno.ico"
|
||||
LPS_IDI_LIPSYNCB ICON DISCARDABLE "LPSlipb.ico"
|
||||
LPS_IDI_UNLOADB ICON DISCARDABLE "LPSnob.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Dialog
|
||||
//
|
||||
|
||||
LPS_IDD_DIALOGLIPS DIALOG DISCARDABLE 0, 0, 157, 221
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Dialog"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,10,190,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,95,190,50,14
|
||||
CONTROL "Tree1",LPS_IDC_TREECONTROL,"SysTreeView32",
|
||||
TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT |
|
||||
TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,5,5,145,175
|
||||
END
|
||||
|
||||
#endif // French (France) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
Reference in New Issue
Block a user