/[H6]/ResultDetailsDialog.h
ViewVC logotype

Contents of /ResultDetailsDialog.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 21 - (show annotations) (download)
Fri Sep 1 02:24:38 2006 UTC (17 years, 8 months ago) by torben
File MIME type: text/plain
File size: 782 byte(s)
Added ResultDetailsDialog.[cpp|h] - still not complete
1 #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 };

  ViewVC Help
Powered by ViewVC 1.1.20