3 #include "FrameScanBasePage.h"
4 #include "controls/ScopeSliderCtrl.h"
5 #include "controls/ScopeEditCtrl.h"
6 #include "controls/ScopeButtonCtrl.h"
7 #include "controls/ScopeCheckBoxCtrl.h"
8 #include "controllers/ScopeController.h"
23 enum { IDD = IDD_FRAMESCAN_HOPPER_PROPPAGE };
31 COMMAND_HANDLER(IDC_ADDPLANE_BUTTON, BN_CLICKED, OnAddPlane)
32 COMMAND_HANDLER(IDC_DELETEPLANE_BUTTON, BN_CLICKED, OnDeletePlane)
39 BOOL OnInitDialog(CWindow wndFocus, LPARAM lInitParam);
40 LRESULT OnAddPlane(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL& bHandled);
41 LRESULT OnDeletePlane(WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL& bHandled);
CFrameScanHopperPage(const uint32_t &_area)
create the edit objects (e.g.
Base class for all frame scan property pages.
Property page for bidirectional frame scan.
void UpdatePlanesList()
updates the list view ctrl on add/delete plane
CListViewCtrl planes_list
list box for all planes