// Greg Stitt, Ann Gordon-Ross #if !defined(AFX_SENDTEXT_H__2700F861_5168_11D3_AD2F_9596F746903A__INCLUDED_) #define AFX_SENDTEXT_H__2700F861_5168_11D3_AD2F_9596F746903A__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // SendText.h : header file // #include "special.h" ///////////////////////////////////////////////////////////////////////////// // CSendText dialog class CSendText : public CDialog { // Construction public: CSendText(CWnd* pParent = NULL); // standard constructor int m_nProgress; void CSendText::SendText(); int m_nCom; int m_nBaud; int m_nRoom; int m_nSends; BOOL m_bNewDay; CString m_text[NUM_TIMES], m_oldtext[NUM_TIMES]; CString m_strPath; // Dialog Data //{{AFX_DATA(CSendText) enum { IDD = IDD_SENDING }; CString m_strLabel; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSendText) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: int GetText(CString room); // Generated message map functions //{{AFX_MSG(CSendText) virtual BOOL OnInitDialog(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SENDTEXT_H__2700F861_5168_11D3_AD2F_9596F746903A__INCLUDED_)