GME  13
Variables
MgaOpenDlg.cpp File Reference

Go to the source code of this file.

Variables

static TCHAR mgafilter []
static TCHAR xmemgafilter []
static TCHAR mgaonlyfilter [] = _T("MGA Files (*.mga)|*.mga|All files (*.*)|*.*||")
static TCHAR metafilter []

Variable Documentation

TCHAR metafilter[] [static]
Initial value:
 _T("MGA Meta Files (*.mta)|*.mta|XML Paradigm Files (*.xmp)|*.xmp|")
        _T("All files (*.*)|*.*||")

Definition at line 95 of file MgaOpenDlg.cpp.

TCHAR mgafilter[] [static]
Initial value:
 _T("MGA Files (*.mga)|*.mga|Exported Files (*.xme;*.xml)|*.xme; *.xml|")
        _T("All files (*.*)|*.*||")

Definition at line 87 of file MgaOpenDlg.cpp.

TCHAR mgaonlyfilter[] = _T("MGA Files (*.mga)|*.mga|All files (*.*)|*.*||") [static]

Definition at line 93 of file MgaOpenDlg.cpp.

TCHAR xmemgafilter[] [static]
Initial value:
 _T("GME Model Files (*.mga;*.xme;*.mgx)|*.mga; *.xme; *.mgx|MGA Files (*.mga)|*.mga|Exported Files (*.xme;*.xml)|*.xme; *.xml|")
        _T("Multi-user files (*.mgx)|*.mgx|All files (*.*)|*.*||")

Definition at line 90 of file MgaOpenDlg.cpp.