FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
CAcUiDialogWorksheet.h
Go to the documentation of this file.
1#pragma once
2
3//
4// (C) Copyright 2005-2024 by Graebert GmbH.
5//
6// Permission to use, copy, modify, and distribute this software in
7// object code form for any purpose and without fee is hereby granted,
8// provided that the above copyright notice appears in all copies and
9// that both that copyright notice and the limited warranty and
10// restricted rights notice below appear in all supporting
11// documentation.
12//
13// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
14// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
15// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
16// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
17// UNINTERRUPTED OR ERROR FREE.
18
20
21class CDC;
22class CDataExchange;
23class CPoint;
24class CWnd;
25
27{
28public:
30
31public:
32 CAcUiDialogWorksheet(unsigned int, CWnd *, HINSTANCE__ *);
33 virtual ~CAcUiDialogWorksheet(void);
34
35protected:
37 int OnNcActivate(int);
39 DECLARE_MESSAGE_MAP()
40 HBRUSH__ * OnCtlColor( CDC *, CWnd *,unsigned int);
41 HICON__ * OnQueryDragIcon(void);
42 virtual int OnInitDialog(void);
43 virtual void DoDataExchange( CDataExchange *);
44 void OnDrawItem(int, tagDRAWITEMSTRUCT *);
45 void OnLButtonDown(unsigned int, CPoint);
46 void OnLButtonUp(unsigned int, CPoint);
47 void OnMouseMove(unsigned int, CPoint);
48 void OnNcLButtonDown(unsigned int, CPoint);
49 void OnNcLButtonUp(unsigned int, CPoint);
50 void OnNcMouseMove(unsigned int, CPoint);
51 void OnNcPaint(void);
52 void OnPaint(void);
53 void OnSize(unsigned int,int,int);
54 void OnSysColorChange(void);
55 void OnSysCommand(unsigned int,long);
56
57};
DECLARE_DYNAMIC(CAcUiDialogWorksheet)
virtual ~CAcUiDialogWorksheet(void)
CAcUiDialogWorksheet(unsigned int, CWnd *, HINSTANCE__ *)
int OnEraseBkgnd(CDC *)
long OnNcHitTest(CPoint)