bianyiDlg.h
上传用户:imnightsky
上传日期:2013-04-01
资源大小:37k
文件大小:2k
源码类别:

词法分析

开发平台:

Visual C++

  1. // bianyiDlg.h : header file
  2. //
  3. #if !defined(AFX_BIANYIDLG_H__DE3CCC99_54D0_487B_A509_64CAF5470700__INCLUDED_)
  4. #define AFX_BIANYIDLG_H__DE3CCC99_54D0_487B_A509_64CAF5470700__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CBianyiDlg dialog
  10. #include <string.h>
  11. class CBianyiDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CBianyiDlg(CWnd* pParent = NULL); // standard constructor
  16. BOOL Empty(char Ch);
  17. BOOL Shuzi(char Ch);
  18. BOOL ZOrX(char Ch);
  19. BOOL ZOrXOrS(char Ch);
  20. int MyCompare(CString KEYWORDS[],CString Ms,int Sum);
  21. void Saomiao(CString GetString);
  22. CString m_str;
  23. // Dialog Data
  24. //{{AFX_DATA(CBianyiDlg)
  25. enum { IDD = IDD_BIANYI_DIALOG };
  26. CEdit m_com;
  27. CEdit m_get;
  28. CString m_show;
  29. //}}AFX_DATA
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CBianyiDlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. HICON m_hIcon;
  38. // Generated message map functions
  39. //{{AFX_MSG(CBianyiDlg)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  42. afx_msg void OnPaint();
  43. afx_msg HCURSOR OnQueryDragIcon();
  44. afx_msg void OnButton1();
  45. afx_msg void OnButton2();
  46. afx_msg void OnButton3();
  47. afx_msg void OnChangeEditGet();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_BIANYIDLG_H__DE3CCC99_54D0_487B_A509_64CAF5470700__INCLUDED_)