Public Types | |
| enum | { IDD = IDD_ABOUTBOX } |
Public Methods | |
| CAboutDlg () | |
Protected Methods | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
|
|
Definition at line 152 of file 3dvis.cpp.
00152 { IDD = IDD_ABOUTBOX };
|
|
|
Definition at line 169 of file 3dvis.cpp.
00169 : CDialog(CAboutDlg::IDD)
00170 {
00171 //{{AFX_DATA_INIT(CAboutDlg)
00172 //}}AFX_DATA_INIT
00173 }
|
|
|
Definition at line 175 of file 3dvis.cpp.
00176 {
00177 CDialog::DoDataExchange(pDX);
00178 //{{AFX_DATA_MAP(CAboutDlg)
00179 //}}AFX_DATA_MAP
00180 }
|
1.3-rc2