/[H6]/ResultDetailsDialog.h
ViewVC logotype

Annotation of /ResultDetailsDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30 - (hide annotations) (download)
Sun Sep 3 09:19:06 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 929 byte(s)
Finished the checkout (and reservation) dialog
1 torben 21 #pragma once
2    
3    
4     // ResultDetailsDialog dialog
5    
6     class ResultDetailsDialog : public CDialog
7     {
8     DECLARE_DYNAMIC(ResultDetailsDialog)
9    
10     public:
11     ResultDetailsDialog(CWnd* pParent = NULL); // standard constructor
12     virtual ~ResultDetailsDialog();
13    
14     // Dialog Data
15     enum { IDD = IDD_RESULTDETAILS };
16    
17    
18     int m_resultIndex;
19     bool m_loadingData;
20     protected:
21     virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
22    
23     DECLARE_MESSAGE_MAP()
24     public:
25     void LoadData(void);
26     virtual BOOL OnInitDialog();
27     afx_msg void OnEnChangeBarcode();
28     afx_msg void OnEnChangeName();
29     afx_msg void OnEnChangeDescription();
30     afx_msg void OnEnChangePlacement();
31    
32     afx_msg void OnEnChangeStatus();
33     void LoadListControls(void);
34     afx_msg void OnBnClickedClose();
35 torben 30 afx_msg void OnBnClickedReturn();
36     afx_msg void OnBnClickedCheckout();
37     afx_msg void OnBnClickedReserve();
38     afx_msg void OnBnClickedDelres();
39 torben 21 };

  ViewVC Help
Powered by ViewVC 1.1.20