/[H6]/h6-udlånssystemDlg.h
ViewVC logotype

Annotation of /h6-udlånssystemDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (hide annotations) (download)
Wed Aug 30 06:41:56 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 682 byte(s)
Added an about box
1 torben 1 // h6-udlånssystemDlg.h : header file
2     //
3    
4     #pragma once
5    
6    
7     // Ch6udlnssystemDlg dialog
8     class Ch6udlnssystemDlg : public CDialog
9     {
10     // Construction
11     public:
12     Ch6udlnssystemDlg(CWnd* pParent = NULL); // standard constructor
13    
14     // Dialog Data
15     enum { IDD = IDD_H6UDLNSSYSTEM_DIALOG };
16    
17     protected:
18     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
19    
20    
21     // Implementation
22     protected:
23     HICON m_hIcon;
24    
25     // Generated message map functions
26     virtual BOOL OnInitDialog();
27     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
28     afx_msg void OnPaint();
29     afx_msg HCURSOR OnQueryDragIcon();
30     DECLARE_MESSAGE_MAP()
31 torben 3 public:
32     afx_msg void OnHelpAbout();
33 torben 1 };

  ViewVC Help
Powered by ViewVC 1.1.20