Scope
|
#include <StorageSettingsPage.h>
Inherits CPropertyPageImpl< CStorageSettingsPage >.
Public Types | |
enum | { IDD = IDD_STORAGE_PROPPAGE } |
Public Member Functions | |
Called via Win32 messages | |
BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
LRESULT | OnFolderButton (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
Property page for storage related options.
Definition at line 12 of file StorageSettingsPage.h.
BOOL scope::gui::CStorageSettingsPage::OnInitDialog | ( | CWindow | wndFocus, |
LPARAM | lInitParam | ||
) |
Handles dialog initialization.
Definition at line 15 of file StorageSettingsPage.cpp.
LRESULT scope::gui::CStorageSettingsPage::OnFolderButton | ( | WORD | wNotifyCode, |
WORD | wID, | ||
HWND | hWndCtl, | ||
BOOL & | bHandled | ||
) |
Opens dialog for folder choosing.
Definition at line 26 of file StorageSettingsPage.cpp.
|
protected |
scope controller
Definition at line 17 of file StorageSettingsPage.h.
|
protected |
Checkbox for automatic save option.
Definition at line 20 of file StorageSettingsPage.h.
|
protected |
Checkbox for save live option.
Definition at line 23 of file StorageSettingsPage.h.
|
protected |
Checkbox for use tiff tags option.
Definition at line 26 of file StorageSettingsPage.h.
|
protected |
Checkbox for compress tiff option.
Definition at line 29 of file StorageSettingsPage.h.
|
protected |
Edit control for storage folder.
Definition at line 32 of file StorageSettingsPage.h.