Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
ActiveLedItPpg.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef __ActiveLedItPpg_h__
5#define __ActiveLedItPpg_h__ 1
6
7/*
8 * Description:
9 * Declaration of the ActiveLedItPropPage property page class.
10 */
11#include "Stroika/Foundation/StroikaPreComp.h"
12
13#include <afxctl.h>
14
15#include "Resource.h"
16
17class ActiveLedItPropPage : public COlePropertyPage {
18 DECLARE_DYNCREATE (ActiveLedItPropPage)
19 DECLARE_OLECREATE_EX (ActiveLedItPropPage)
20
21 // Constructor
22public:
23 ActiveLedItPropPage ();
24
25 //{{AFX_DATA(ActiveLedItPropPage)
26 enum {
27 IDD = IDD_PROPPAGE_ACTIVELEDIT
28 };
29 // NOTE - ClassWizard will add data members here.
30 // DO NOT EDIT what you see in these blocks of generated code !
31 //}}AFX_DATA
32
33protected:
34 virtual void DoDataExchange (CDataExchange* pDX); // DDX/DDV support
35
36protected:
37 //{{AFX_MSG(ActiveLedItPropPage)
38 // NOTE - ClassWizard will add and remove member functions here.
39 // DO NOT EDIT what you see in these blocks of generated code !
40 //}}AFX_MSG
41 DECLARE_MESSAGE_MAP ()
42};
43
44/*
45 ********************************************************************************
46 ***************************** Implementation Details ***************************
47 ********************************************************************************
48 */
49
50#endif /*__ActiveLedItPpg_h__*/