Add rayman2 source files
This commit is contained in:
175
Rayman_X/cpa/tempgrp/Opd/res/PO_DLL.rc
Normal file
175
Rayman_X/cpa/tempgrp/Opd/res/PO_DLL.rc
Normal file
@@ -0,0 +1,175 @@
|
||||
//Microsoft Developer Studio generated resource script.
|
||||
//
|
||||
#include "PO_res.h"
|
||||
|
||||
#define APSTUDIO_READONLY_SYMBOLS
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 2 resource.
|
||||
//
|
||||
#include "afxres.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#undef APSTUDIO_READONLY_SYMBOLS
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// English (U.S.) resources
|
||||
|
||||
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
||||
#ifdef _WIN32
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
#pragma code_page(1252)
|
||||
#endif //_WIN32
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// String Table
|
||||
//
|
||||
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
IDS_SECTION_PATH "x"
|
||||
IDS_GEOMETRIC_SECTION_NAME "it\\it.mod^Geometric:"
|
||||
IDS_EPOFILENAME "\\IT\\IT.GEO"
|
||||
IDS_MAINSECTION "MAIN"
|
||||
IDS_BASE_PATH "X:\\CPA\\EXE\\MAIN\\"
|
||||
END
|
||||
|
||||
#endif // English (U.S.) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// 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
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Dialog
|
||||
//
|
||||
|
||||
IDD_DIALOG_PHYSICALOBJECT DIALOGEX 0, 0, 125, 165
|
||||
STYLE DS_3DLOOK | WS_CHILD
|
||||
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
||||
BEGIN
|
||||
GROUPBOX "Visual Set",IDC_STATIC,4,7,115,151
|
||||
LTEXT "Number of LODS",IDC_STATIC_NBLODS,40,25,70,8
|
||||
EDITTEXT IDC_EDIT_NBLODS,70,40,40,14,ES_AUTOHSCROLL | ES_READONLY,
|
||||
WS_EX_RIGHT
|
||||
CONTROL "",IDC_BUTTON_TRESHOLD,"Button",BS_OWNERDRAW |
|
||||
WS_TABSTOP,7,19,26,137
|
||||
GROUPBOX "Current LOD",IDC_STATIC_CURRENTLOD,40,68,70,58
|
||||
LTEXT "Index",IDC_STATIC_CURLOD,45,80,18,8
|
||||
EDITTEXT IDC_EDIT_CURRENTLOD,65,78,25,12,ES_AUTOHSCROLL |
|
||||
ES_READONLY
|
||||
CONTROL "Spin1",IDC_SPIN_CURRENTLOD,"msctls_updown32",
|
||||
UDS_ARROWKEYS | UDS_HORZ,90,78,16,12
|
||||
LTEXT "From",IDC_STATIC_FROM,45,95,16,8
|
||||
EDITTEXT IDC_EDIT_FROM,65,93,25,12,ES_AUTOHSCROLL
|
||||
CONTROL "Spin1",IDC_SPIN_FROM,"msctls_updown32",UDS_ARROWKEYS |
|
||||
UDS_HORZ,90,93,16,12
|
||||
EDITTEXT IDC_EDIT_TO,65,108,25,12,ES_AUTOHSCROLL
|
||||
CONTROL "Spin1",IDC_SPIN_TO,"msctls_updown32",UDS_ARROWKEYS |
|
||||
UDS_HORZ,90,108,16,12
|
||||
LTEXT "To",IDC_STATIC_TO,45,110,10,8
|
||||
PUSHBUTTON "Apply",IDC_BUTTON_APPLY,49,135,50,14
|
||||
END
|
||||
|
||||
IDD_DIALOGPOLIST DIALOG DISCARDABLE 0, 0, 125, 100
|
||||
STYLE DS_3DLOOK | WS_CHILD
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
CONTROL "Tree1",IDC_TREE_PO,"SysTreeView32",TVS_HASBUTTONS |
|
||||
TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
|
||||
TVS_SHOWSELALWAYS | WS_BORDER | WS_TABSTOP,7,7,111,86
|
||||
END
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// DESIGNINFO
|
||||
//
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
GUIDELINES DESIGNINFO DISCARDABLE
|
||||
BEGIN
|
||||
IDD_DIALOG_PHYSICALOBJECT, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 118
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 158
|
||||
END
|
||||
|
||||
IDD_DIALOGPOLIST, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 118
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 93
|
||||
END
|
||||
END
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
||||
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// TEXTINCLUDE
|
||||
//
|
||||
|
||||
1 TEXTINCLUDE DISCARDABLE
|
||||
BEGIN
|
||||
"PO_res.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
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Bitmap
|
||||
//
|
||||
|
||||
IDB_BITMAP_INFINI BITMAP DISCARDABLE "bitmap1.bmp"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Icon
|
||||
//
|
||||
|
||||
// Icon with lowest ID value placed first to ensure application icon
|
||||
// remains consistent on all systems.
|
||||
IDI_OPD_DLGBAR_ICON ICON DISCARDABLE "opd_dlgb.ico"
|
||||
#endif // French (France) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
#ifndef APSTUDIO_INVOKED
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Generated from the TEXTINCLUDE 3 resource.
|
||||
//
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
#endif // not APSTUDIO_INVOKED
|
||||
|
58
Rayman_X/cpa/tempgrp/Opd/res/PO_res.h
Normal file
58
Rayman_X/cpa/tempgrp/Opd/res/PO_res.h
Normal file
@@ -0,0 +1,58 @@
|
||||
//{{NO_DEPENDENCIES}}
|
||||
// Microsoft Developer Studio generated include file.
|
||||
// Used by PO_DLL.rc
|
||||
//
|
||||
#define IDS_SECTION_PATH 1
|
||||
#define IDS_GEOMETRIC_SECTION_NAME 2
|
||||
#define IDS_EPOFILENAME 3
|
||||
#define IDS_MAINSECTION 4
|
||||
#define IDS_BASE_PATH 5
|
||||
#define IDM_EXIT 101
|
||||
#define IDM_EDIT 102
|
||||
#define IDD_DLGCARACT 153
|
||||
#define IDD_DIALOG_PHYSICALOBJECT 155
|
||||
#define IDB_BITMAP_INFINI 156
|
||||
#define IDD_DIALOGPOLIST 157
|
||||
#define IDI_OPD_DLGBAR_ICON 158
|
||||
#define IDC_STATIC_NBPOINTS 1018
|
||||
#define IDC_STATIC_NBEDGES 1019
|
||||
#define IDC_STATIC_NBINDEXEDTRIANGLE 1022
|
||||
#define IDC_STATIC_NBFACEMAP 1023
|
||||
#define IDC_STATIC_NBSPRITES 1024
|
||||
#define IDC_STATIC_NBTMESHES 1025
|
||||
#define IDC_STATIC_NBXLINES 1026
|
||||
#define IDC_STATIC_NBXPOINTS 1027
|
||||
#define IDC_STATIC_NBSPHERES 1028
|
||||
#define IDC_STATIC_NBALIGNEDBOX 1029
|
||||
#define IDC_ELEMENTS 1031
|
||||
#define IDC_EDIT_NAME 1032
|
||||
#define IDC_BT_GO 1033
|
||||
#define IDC_EDIT_NBLODS 1036
|
||||
#define IDC_BUTTON_TRESHOLD 1037
|
||||
#define IDC_EDIT_CURRENTLOD 1038
|
||||
#define IDC_SPIN_CURRENTLOD 1039
|
||||
#define IDC_EDIT_FROM 1040
|
||||
#define IDC_SPIN_FROM 1041
|
||||
#define IDC_EDIT_TO 1042
|
||||
#define IDC_SPIN_TO 1043
|
||||
#define IDC_STATIC_CURRENTLOD 1044
|
||||
#define IDC_STATIC_CURLOD 1045
|
||||
#define IDC_STATIC_FROM 1046
|
||||
#define IDC_STATIC_TO 1047
|
||||
#define IDC_BUTTON_ADDLOD 1048
|
||||
#define IDC_STATIC_GEOM 1049
|
||||
#define IDC_COMBO_GEOMETRIC 1051
|
||||
#define IDC_BUTTON_APPLY 1052
|
||||
#define IDC_TREE_PO 1054
|
||||
#define IDC_STATIC_NBLODS 1055
|
||||
|
||||
// Next default values for new objects
|
||||
//
|
||||
#ifdef APSTUDIO_INVOKED
|
||||
#ifndef APSTUDIO_READONLY_SYMBOLS
|
||||
#define _APS_NEXT_RESOURCE_VALUE 159
|
||||
#define _APS_NEXT_COMMAND_VALUE 40001
|
||||
#define _APS_NEXT_CONTROL_VALUE 1057
|
||||
#define _APS_NEXT_SYMED_VALUE 103
|
||||
#endif
|
||||
#endif
|
BIN
Rayman_X/cpa/tempgrp/Opd/res/opd_dlgb.ico
Normal file
BIN
Rayman_X/cpa/tempgrp/Opd/res/opd_dlgb.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 766 B |
Reference in New Issue
Block a user