/[H6]/ResultDetailsDialog.h
ViewVC logotype

Annotation of /ResultDetailsDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.20