summaryrefslogtreecommitdiffabout
path: root/CalleeDlg.h
Unidiff
Diffstat (limited to 'CalleeDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--CalleeDlg.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/CalleeDlg.h b/CalleeDlg.h
new file mode 100644
index 0000000..0044ba1
--- a/dev/null
+++ b/CalleeDlg.h
@@ -0,0 +1,40 @@
1// CalleeDlg.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CCalleeDlg dialog
6
7class CCalleeDlg : public CDialog
8{
9// Construction
10public:
11 CCalleeDlg(CWnd* pParent = NULL); // standard constructor
12
13// Dialog Data
14 //{{AFX_DATA(CCalleeDlg)
15 enum { IDD = IDD_REMOTE };
16 CComboBoxm_CallerCtl;
17 CComboBoxm_CalleeCtl;
18 CStringm_Callee;
19 CStringm_Caller;
20 CStringm_TTY;
21 //}}AFX_DATA
22
23
24// Overrides
25 // ClassWizard generated virtual function overrides
26 //{{AFX_VIRTUAL(CCalleeDlg)
27 protected:
28 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
29 //}}AFX_VIRTUAL
30
31// Implementation
32protected:
33
34 // Generated message map functions
35 //{{AFX_MSG(CCalleeDlg)
36 virtual BOOL OnInitDialog();
37 virtual void OnOK();
38 //}}AFX_MSG
39 DECLARE_MESSAGE_MAP()
40};