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

Annotation of /h6-udlånssystemDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (hide annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 757 byte(s)
Added author/developer comments
1 torben 31 /*
2     * Developed by Torben H. Nielsen
3     */
4 torben 1
5     #pragma once
6 torben 4 #include "mytabctrl.h"
7 torben 1
8    
9     // Ch6udlnssystemDlg dialog
10     class Ch6udlnssystemDlg : public CDialog
11     {
12     // Construction
13     public:
14     Ch6udlnssystemDlg(CWnd* pParent = NULL); // standard constructor
15    
16     // Dialog Data
17     enum { IDD = IDD_H6UDLNSSYSTEM_DIALOG };
18    
19     protected:
20     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
21    
22    
23     // Implementation
24     protected:
25     HICON m_hIcon;
26    
27     // Generated message map functions
28     virtual BOOL OnInitDialog();
29     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
30     afx_msg void OnPaint();
31     afx_msg HCURSOR OnQueryDragIcon();
32     DECLARE_MESSAGE_MAP()
33 torben 3 public:
34     afx_msg void OnHelpAbout();
35 torben 4 CMyTabCtrl m_tabs;
36 torben 9 afx_msg void OnFileExit();
37 torben 1 };

  ViewVC Help
Powered by ViewVC 1.1.20