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

Contents of /h6-udlånssystemDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 757 byte(s)
Added author/developer comments
1 /*
2 * Developed by Torben H. Nielsen
3 */
4
5 #pragma once
6 #include "mytabctrl.h"
7
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 public:
34 afx_msg void OnHelpAbout();
35 CMyTabCtrl m_tabs;
36 afx_msg void OnFileExit();
37 };

  ViewVC Help
Powered by ViewVC 1.1.20