Public Types | |
| enum | { IDD = IDD_ABOUTBOX } |
Public Methods | |
| CAboutDlg () | |
Protected Methods | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
|
|
Definition at line 149 of file 3dvis.cpp.
00149 { IDD = IDD_ABOUTBOX };
|
|
|
Definition at line 166 of file 3dvis.cpp.
00166 : CDialog(CAboutDlg::IDD)
00167 {
00168 //{{AFX_DATA_INIT(CAboutDlg)
00169 //}}AFX_DATA_INIT
00170 }
|
|
|
Definition at line 172 of file 3dvis.cpp.
00173 {
00174 CDialog::DoDataExchange(pDX);
00175 //{{AFX_DATA_MAP(CAboutDlg)
00176 //}}AFX_DATA_MAP
00177 }
|
1.3-rc2