/[H6]/EquipmentEditDialog.h
ViewVC logotype

Contents of /EquipmentEditDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 6 months ago) by torben
File MIME type: text/plain
File size: 575 byte(s)
Added author/developer comments
1 /*
2 * Developed by Torben H. Nielsen
3 */
4
5 #pragma once
6
7 #include "Containers.h"
8
9
10 class EquipmentEditDialog : public CDialog
11 {
12 DECLARE_DYNAMIC(EquipmentEditDialog)
13
14 public:
15 EquipmentEditDialog(CWnd* pParent = NULL); // standard constructor
16 virtual ~EquipmentEditDialog();
17
18 Equipment m_currentEquipment;
19
20 // Dialog Data
21 enum { IDD = IDD_EQUIPMENTEDIT };
22
23 protected:
24 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
25
26 DECLARE_MESSAGE_MAP()
27
28
29 public:
30 afx_msg void OnBnClickedOk();
31 virtual BOOL OnInitDialog();
32 };

  ViewVC Help
Powered by ViewVC 1.1.20