source: OGRE/trunk/ogrenew/Tools/3dsmaxExport/plugins/PhysiqueInterface_sources/PhyExport.rc @ 657

Revision 657, 3.7 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1//Microsoft Developer Studio generated resource script.
2//
3#include "resource.h"
4
5#define APSTUDIO_READONLY_SYMBOLS
6/////////////////////////////////////////////////////////////////////////////
7//
8// Generated from the TEXTINCLUDE 2 resource.
9//
10#include "afxres.h"
11
12/////////////////////////////////////////////////////////////////////////////
13#undef APSTUDIO_READONLY_SYMBOLS
14
15/////////////////////////////////////////////////////////////////////////////
16// English (U.S.) resources
17
18#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
19#ifdef _WIN32
20LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
21#pragma code_page(1252)
22#endif //_WIN32
23
24/////////////////////////////////////////////////////////////////////////////
25//
26// Dialog
27//
28IDD_PANEL DIALOGEX 0, 0, 108, 156
29STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
30EXSTYLE WS_EX_TOOLWINDOW
31FONT 8, "MS Sans Serif"
32BEGIN
33    CTEXT           "Generated by Plugin AppWizard\nCode && design by\nRavi Karra - Kinetix",
34                    IDC_STATIC,7,7,94,36
35    CONTROL         "",IDC_EDIT,"CustEdit",WS_TABSTOP,29,114,35,10
36    CONTROL         "",IDC_SPIN,"SpinnerControl",0x0,65,114,7,10
37    LTEXT           "Spinner Cust Control:",IDC_STATIC,20,102,67,8
38    CTEXT           "TODO: Place panel controls here.",IDC_STATIC,15,63,78,
39                    19
40END
41       
42
43
44
45
46/////////////////////////////////////////////////////////////////////////////
47//
48// DESIGNINFO
49//
50
51#ifdef APSTUDIO_INVOKED
52GUIDELINES DESIGNINFO DISCARDABLE
53BEGIN
54    IDD_PANEL, DIALOG
55    BEGIN
56        LEFTMARGIN, 7
57        RIGHTMARGIN, 101
58        TOPMARGIN, 7
59        BOTTOMMARGIN, 149
60    END
61END
62#endif    // APSTUDIO_INVOKED
63
64
65#ifdef APSTUDIO_INVOKED
66/////////////////////////////////////////////////////////////////////////////
67//
68// TEXTINCLUDE
69//
70
711 TEXTINCLUDE DISCARDABLE
72BEGIN
73    "resource.h\0"
74END
75
762 TEXTINCLUDE DISCARDABLE
77BEGIN
78    "#include ""afxres.h""\r\n"
79    "\0"
80END
81
823 TEXTINCLUDE DISCARDABLE
83BEGIN
84    "\r\n"
85    "\0"
86END
87
88#endif    // APSTUDIO_INVOKED
89
90#ifndef _MAC
91/////////////////////////////////////////////////////////////////////////////
92//
93// Version
94//
95
96VS_VERSION_INFO VERSIONINFO
97 FILEVERSION 3,0,0,0
98 PRODUCTVERSION 3,0,0,0
99 FILEFLAGSMASK 0x3fL
100#ifdef _DEBUG
101 FILEFLAGS 0x1L
102#else
103 FILEFLAGS 0x0L
104#endif
105 FILEOS 0x40004L
106 FILETYPE 0x2L
107 FILESUBTYPE 0x0L
108BEGIN
109    BLOCK "StringFileInfo"
110    BEGIN
111        BLOCK "040904b0"
112        BEGIN
113            VALUE "CompanyName", "\0"
114            VALUE "FileVersion", "3.0.0.0\0"
115            VALUE "InternalName", "PhyExport\0"
116            VALUE "LegalCopyright", "\0"
117            VALUE "OriginalFilename", "PhyExport.gup\0"
118            VALUE "ProductName", "3D Studio MAX\0"
119            VALUE "ProductVersion", "3.0.0.0\0"
120            VALUE "FileDescription", "Physique export interface for MAXScript\0"
121            VALUE "Comments", "TECH: \0"
122            VALUE "LegalTrademarks", "\0"
123        END
124    END
125    BLOCK "VarFileInfo"
126    BEGIN
127        VALUE "Translation", 0x409, 1200
128    END
129END
130
131#endif    // !_MAC
132
133/////////////////////////////////////////////////////////////////////////////
134//
135// String Table
136//
137
138STRINGTABLE DISCARDABLE
139BEGIN
140    IDS_LIBDESCRIPTION      "Physique export interface for MAXScript"
141    IDS_CATEGORY            "Character Studio Tools"
142    IDS_CLASS_NAME          "PhyExport"
143    IDS_PARAMS              "Parameters"
144    IDS_SPIN                "Spin"
145END
146
147#endif    // English (U.S.) resources
148/////////////////////////////////////////////////////////////////////////////
149
150
151
152#ifndef APSTUDIO_INVOKED
153/////////////////////////////////////////////////////////////////////////////
154//
155// Generated from the TEXTINCLUDE 3 resource.
156//
157
158
159/////////////////////////////////////////////////////////////////////////////
160#endif    // not APSTUDIO_INVOKED
161
162
Note: See TracBrowser for help on using the repository browser.