summaryrefslogtreecommitdiffabout
path: root/T42AnnounceDlg.h
Unidiff
Diffstat (limited to 'T42AnnounceDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--T42AnnounceDlg.h55
1 files changed, 55 insertions, 0 deletions
diff --git a/T42AnnounceDlg.h b/T42AnnounceDlg.h
new file mode 100644
index 0000000..aa3aa58
--- a/dev/null
+++ b/T42AnnounceDlg.h
@@ -0,0 +1,55 @@
1// T42AnnounceDlg.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// T42AnnounceDlg dialog
6
7class T42AnnounceDlg : public CDialog
8{
9// Construction
10public:
11 CFont m_Font;
12 LPCSTR m_hSound;
13 BOOL m_bLooped;
14 CString m_ipCaller;
15 UINT m_timeOut;
16 HANDLE m_asyncRequest;
17 CHAR m_ResolveBuffer[MAXGETHOSTSTRUCT];
18 TalkCtlMessage m_RQ;
19 T42AnnounceDlg(TalkCtlMessage& rq,CWnd* pParent = NULL); // standard constructor
20
21// Dialog Data
22 //{{AFX_DATA(T42AnnounceDlg)
23 enum { IDD = IDD_ANNOUNCE };
24 CStaticm_CalleeCtl;
25 CStaticm_TTYCtl;
26 CButtonm_YesCtl;
27 CButtonm_NotMeCtl;
28 CButtonm_SecretaryCtl;
29 CStaticm_CallerCtl;
30 CStringm_Callee;
31 CStringm_Caller;
32 CStringm_TTY;
33 //}}AFX_DATA
34
35
36// Overrides
37 // ClassWizard generated virtual function overrides
38 //{{AFX_VIRTUAL(T42AnnounceDlg)
39 protected:
40 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
41 //}}AFX_VIRTUAL
42
43// Implementation
44protected:
45
46 // Generated message map functions
47 //{{AFX_MSG(T42AnnounceDlg)
48 virtual BOOL OnInitDialog();
49 afx_msg LRESULT OnSourceResolved(WPARAM,LPARAM);
50 afx_msg void OnDestroy();
51 afx_msg void OnTimer(UINT nIDEvent);
52 afx_msg void OnSecretary();
53 //}}AFX_MSG
54 DECLARE_MESSAGE_MAP()
55};