home *** CD-ROM | disk | FTP | other *** search
- // textdlg.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTextRetrievalDlg dialog
-
- class CTextRetrievalDlg : public CDialog
- {
- // Construction
- public:
- CTextRetrievalDlg(_DWebster* pWebsterDispatch, CWnd* pParent = NULL);
-
- // Dialog Data
- //{{AFX_DATA(CTextRetrievalDlg)
- enum { IDD = IDD_DIALOG_SHOWTEXT };
- CStatic m_staticTitle;
- CStatic m_staticSourceBytes;
- CStatic m_staticPureBytes;
- CEdit m_editText;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTextRetrievalDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- void UpdateFromText(BOOL bPure);
-
- protected:
- _DWebster* m_pWebsterDispatch;
-
- // Generated message map functions
- //{{AFX_MSG(CTextRetrievalDlg)
- afx_msg void OnButtonSource();
- afx_msg void OnButtonPure();
- virtual BOOL OnInitDialog();
- afx_msg void OnButtonCopy();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-