/[projects]/SodukuSolver/test1/EnterNumber.h
ViewVC logotype

Contents of /SodukuSolver/test1/EnterNumber.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 226 - (show annotations) (download)
Mon Jun 15 11:06:35 2009 UTC (14 years, 11 months ago) by torben
File MIME type: text/plain
File size: 463 byte(s)


1 #pragma once
2
3
4 // EnterNumber dialog
5
6 class EnterNumber : public CDialog
7 {
8 DECLARE_DYNAMIC(EnterNumber)
9
10 public:
11 EnterNumber(CWnd* pParent = NULL); // standard constructor
12 virtual ~EnterNumber();
13
14 // Dialog Data
15 enum { IDD = IDD_ENTERNUMBER };
16
17
18 int number();
19
20 protected:
21 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22
23 DECLARE_MESSAGE_MAP()
24 private:
25 int m_number;
26 public:
27 afx_msg void OnPaint();
28 };

  ViewVC Help
Powered by ViewVC 1.1.20