author | Michael Krelin <hacker@klever.net> | 2012-12-08 21:19:17 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2012-12-11 21:59:29 (UTC) |
commit | 8808689fe340bec6e90ab13dd502292b0579cf1f (patch) (unidiff) | |
tree | 45b7c863151341f687b74e40bffcbd7ab5468783 /PropsSounds.h | |
parent | 6e7e413ca364d79673e523c09767c18e7cff1bec (diff) | |
download | pumpkin-osx/0.0.zip pumpkin-osx/0.0.tar.gz pumpkin-osx/0.0.tar.bz2 |
initial osx portosx/0.0
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | PropsSounds.h | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/PropsSounds.h b/PropsSounds.h deleted file mode 100644 index 05aea4c..0000000 --- a/PropsSounds.h +++ b/dev/null | |||
@@ -1,58 +0,0 @@ | |||
1 | // PropsSounds.h : header file | ||
2 | // | ||
3 | |||
4 | ///////////////////////////////////////////////////////////////////////////// | ||
5 | // CPropsSounds dialog | ||
6 | |||
7 | class CPropsSounds : public CPropertyPage | ||
8 | { | ||
9 | DECLARE_DYNCREATE(CPropsSounds) | ||
10 | |||
11 | // Construction | ||
12 | public: | ||
13 | void Play(CComboBox& ctl); | ||
14 | void Browse(CComboBox& ctl); | ||
15 | CBellsNWhistles* m_bnw; | ||
16 | CPropsSounds(); | ||
17 | ~CPropsSounds(); | ||
18 | |||
19 | // Dialog Data | ||
20 | //{{AFX_DATA(CPropsSounds) | ||
21 | enum { IDD = IDD_PROPS_SOUNDS }; | ||
22 | CButtonm_RequestPlayCtl; | ||
23 | CButtonm_RequestBrowseCtl; | ||
24 | CComboBoxm_RequestCtl; | ||
25 | CButtonm_SuccessPlayCtl; | ||
26 | CButtonm_SuccessBrowseCtl; | ||
27 | CComboBoxm_SuccessCtl; | ||
28 | CButtonm_AbortPlayCtl; | ||
29 | CButtonm_AbortBrowseCtl; | ||
30 | CComboBoxm_AbortCtl; | ||
31 | CStringm_Abort; | ||
32 | CStringm_Success; | ||
33 | CStringm_Request; | ||
34 | //}}AFX_DATA | ||
35 | |||
36 | |||
37 | // Overrides | ||
38 | // ClassWizard generate virtual function overrides | ||
39 | //{{AFX_VIRTUAL(CPropsSounds) | ||
40 | protected: | ||
41 | virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support | ||
42 | //}}AFX_VIRTUAL | ||
43 | |||
44 | // Implementation | ||
45 | protected: | ||
46 | // Generated message map functions | ||
47 | //{{AFX_MSG(CPropsSounds) | ||
48 | virtual BOOL OnInitDialog(); | ||
49 | afx_msg void OnAbortedBrowse(); | ||
50 | afx_msg void OnFinishedBrowse(); | ||
51 | afx_msg void OnRingBrowse(); | ||
52 | afx_msg void OnAbortedPlay(); | ||
53 | afx_msg void OnFinishedPlay(); | ||
54 | afx_msg void OnRingPlay(); | ||
55 | //}}AFX_MSG | ||
56 | DECLARE_MESSAGE_MAP() | ||
57 | |||
58 | }; | ||