#include <bfxdlg2.h>
Inheritance diagram for BfxBrightnessContrastDlg:
Public Member Functions | |
BfxBrightnessContrastDlg () | |
The Constructor of the DialogTabOp derived class simply sets modality of the dialog, and it's ID. |
Definition at line 205 of file bfxdlg2.h.
|
The Constructor of the DialogTabOp derived class simply sets modality of the dialog, and it's ID.
Definition at line 176 of file bfxdlg2.cpp. 00176 : BfxPlugInDlg( _R(IDD_BFXPLUGINDLG_PG3) ) 00177 { 00178 OpenPage = _R(IDD_BFXPLUGINDLG_PG3); 00179 }
|