220 lines
6.8 KiB
Plaintext
Executable File
220 lines
6.8 KiB
Plaintext
Executable File
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
#include "maxResource.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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_PANEL DIALOGEX 0, 0, 109, 192
|
|
STYLE DS_SETFONT | WS_CHILD | WS_VISIBLE
|
|
FONT 8, "MS Sans Serif", 0, 0, 0x1
|
|
BEGIN
|
|
CTEXT "Panda 3D EGG Exporter",IDC_PANEL_TITLE,6,6,96,11,
|
|
WS_BORDER
|
|
LTEXT "Eggs",IDC_EGGS_LABEL,6,19,62,8
|
|
CONTROL "Custom1",IDC_LIST_EGGS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER |
|
|
WS_TABSTOP,6,28,96,69,WS_EX_CLIENTEDGE
|
|
CONTROL "Add...",IDC_ADD_EGG,"CustButton",WS_TABSTOP,6,102,24,12
|
|
CONTROL "Edit...",IDC_EDIT_EGG,"CustButton",WS_TABSTOP,36,102,30,
|
|
12
|
|
CONTROL "Remove",IDC_REMOVE_EGG,"CustButton",WS_TABSTOP,72,102,
|
|
30,12
|
|
CONTROL "Overwrite Existing Files",IDC_OVERWRITE_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,6,126,103,8,
|
|
WS_EX_TRANSPARENT
|
|
CONTROL "Export Now",IDC_EXPORT,"CustButton",WS_TABSTOP,5,164,96,
|
|
18
|
|
CONTROL "Pview Output",IDC_PVIEW_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,6,138,103,8,WS_EX_TRANSPARENT
|
|
CONTROL "Log Output",IDC_LOGGING,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,6,148,90,11
|
|
END
|
|
|
|
IDD_EGG_DETAILS DIALOGEX 0, 0, 256, 169
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Export Settings"
|
|
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Export Type:",IDC_STATIC,6,5,54,8
|
|
CONTROL "Model",IDC_MODEL,"Button",BS_AUTORADIOBUTTON,54,4,38,12
|
|
CONTROL "Animation",IDC_ANIMATION,"Button",BS_AUTORADIOBUTTON,96,
|
|
4,50,12
|
|
CONTROL "Both",IDC_BOTH,"Button",BS_AUTORADIOBUTTON,150,4,35,12
|
|
CONTROL "Pose",IDC_POSE,"Button",BS_AUTORADIOBUTTON,186,4,36,12
|
|
GROUPBOX "Options",IDC_STATIC,6,18,246,126,WS_GROUP
|
|
LTEXT "Filename",IDC_STATIC,12,30,66,8
|
|
CONTROL "Custom1",IDC_FILENAME,"CustEdit",WS_TABSTOP,12,42,180,
|
|
12
|
|
CONTROL "Browse...",IDC_BROWSE,"CustButton",WS_TABSTOP,198,42,48,
|
|
12
|
|
CONTROL "Export Entire Scene",IDC_EXPORT_ALL,"Button",
|
|
BS_AUTORADIOBUTTON | WS_GROUP,12,60,114,8
|
|
CONTROL "Export Meshes:",IDC_EXPORT_SELECTED,"Button",
|
|
BS_AUTORADIOBUTTON,12,71,114,8
|
|
LISTBOX IDC_LIST_EXPORT,12,84,114,36,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
CONTROL "Add...",IDC_ADD_EXPORT,"CustButton",WS_TABSTOP,12,126,
|
|
54,12
|
|
CONTROL "Remove...",IDC_REMOVE_EXPORT,"CustButton",WS_TABSTOP,72,
|
|
126,54,12
|
|
CONTROL "Export All Frames",IDC_EXP_ALL_FRAMES,"Button",
|
|
BS_AUTORADIOBUTTON | WS_GROUP,144,60,96,8
|
|
CONTROL "Use Range:",IDC_EXP_SEL_FRAMES,"Button",
|
|
BS_AUTORADIOBUTTON | BS_VCENTER,144,70,102,11
|
|
LTEXT "Start Frame",IDC_SF_LABEL,144,86,42,8,WS_DISABLED
|
|
CONTROL "Custom4",IDC_SF,"CustEdit",WS_DISABLED | WS_TABSTOP,186,
|
|
84,48,12
|
|
LTEXT "End Frame",IDC_EF_LABEL,144,103,42,8,WS_DISABLED
|
|
CONTROL "Custom5",IDC_EF,"CustEdit",WS_DISABLED | WS_TABSTOP,186,
|
|
101,48,12
|
|
CONTROL "Double-sided Polygons",IDC_CHECK1,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,144,126,102,12
|
|
CONTROL "OK",IDC_OK,"CustButton",WS_TABSTOP,162,150,42,12
|
|
CONTROL "Cancel",IDC_CANCEL,"CustButton",WS_TABSTOP,210,150,42,
|
|
12
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO
|
|
BEGIN
|
|
IDD_PANEL, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 182
|
|
END
|
|
|
|
IDD_EGG_DETAILS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 249
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 162
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
#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
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 3,0,0,0
|
|
PRODUCTVERSION 3,0,0,0
|
|
FILEFLAGSMASK 0x3fL
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x40004L
|
|
FILETYPE 0x2L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "FileVersion", "4.0.0.0"
|
|
VALUE "InternalName", "MaxEgg"
|
|
VALUE "OriginalFilename", "MaxEgg.dle"
|
|
VALUE "ProductName", "3ds max"
|
|
VALUE "ProductVersion", "4.0.0.0"
|
|
VALUE "FileDescription", "Panda3D .egg exporter"
|
|
VALUE "Comments", "TECH: "
|
|
VALUE "LegalTrademarks", "3D Studio MAX, Biped, Character Studio, Heidi, Kinetix and Physique are registered trademarks and 3ds max, combustion, Discreet, DWG Unplugged, DXF, FLI and FLC are trademarks of Autodesk, Inc."
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_LIBDESCRIPTION "Panda3D .egg exporter"
|
|
IDS_CATEGORY "Exporters"
|
|
IDS_CLASS_NAME "Panda3D"
|
|
IDS_PARAMS "Parameters"
|
|
IDS_SPIN "Spin"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|