/[H6]/EquipmentEditDialog.h
ViewVC logotype

Annotation of /EquipmentEditDialog.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: 560 byte(s)
Finished (???) administration part - plus made a dummy offline version of the DatabaseLayer class.
1 torben 9 #pragma once
2    
3     #include "Containers.h"
4    
5     // EquipmentEditDialog dialog
6    
7     class EquipmentEditDialog : public CDialog
8     {
9     DECLARE_DYNAMIC(EquipmentEditDialog)
10    
11     public:
12     EquipmentEditDialog(CWnd* pParent = NULL); // standard constructor
13     virtual ~EquipmentEditDialog();
14    
15     Equipment m_currentEquipment;
16    
17     // Dialog Data
18     enum { IDD = IDD_EQUIPMENTEDIT };
19    
20     protected:
21     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22    
23     DECLARE_MESSAGE_MAP()
24    
25    
26     public:
27     afx_msg void OnBnClickedOk();
28     virtual BOOL OnInitDialog();
29     };

  ViewVC Help
Powered by ViewVC 1.1.20