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

Annotation of /h6-udlånssystemDlg.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (hide annotations) (download)
Wed Aug 30 21:57:57 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 756 byte(s)
Finished (???) administration part - plus made a dummy offline version of the DatabaseLayer class.
1 torben 1 // h6-udlånssystemDlg.h : header file
2     //
3    
4     #pragma once
5 torben 4 #include "mytabctrl.h"
6 torben 1
7    
8     // Ch6udlnssystemDlg dialog
9     class Ch6udlnssystemDlg : public CDialog
10     {
11     // Construction
12     public:
13     Ch6udlnssystemDlg(CWnd* pParent = NULL); // standard constructor
14    
15     // Dialog Data
16     enum { IDD = IDD_H6UDLNSSYSTEM_DIALOG };
17    
18     protected:
19     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
20    
21    
22     // Implementation
23     protected:
24     HICON m_hIcon;
25    
26     // Generated message map functions
27     virtual BOOL OnInitDialog();
28     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
29     afx_msg void OnPaint();
30     afx_msg HCURSOR OnQueryDragIcon();
31     DECLARE_MESSAGE_MAP()
32 torben 3 public:
33     afx_msg void OnHelpAbout();
34 torben 4 CMyTabCtrl m_tabs;
35 torben 9 afx_msg void OnFileExit();
36 torben 1 };

  ViewVC Help
Powered by ViewVC 1.1.20