TextDlg.h
资源名称:Text.rar [点击查看]
上传用户:creatstage
上传日期:2022-05-21
资源大小:238k
文件大小:2k
源码类别:
图形图像处理
开发平台:
Visual C++
- // TextDlg.h : header file
- //
- #if !defined(AFX_TEXTDLG_H__76C71379_9646_44C8_81BB_68A59FFDAC1A__INCLUDED_)
- #define AFX_TEXTDLG_H__76C71379_9646_44C8_81BB_68A59FFDAC1A__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CTextDlg dialog
- class CTextDlg : public CDialog
- {
- // Construction
- public:
- CTextDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CTextDlg)
- enum { IDD = IDD_TEXT_DIALOG };
- CEdit m_spiltcontent;
- CEdit m_spiltfile;
- CEdit m_cutnumber;
- CEdit m_cutfile;
- CEdit m_cutcontent;
- CButton m_button;
- int m_num;
- CString m_pathname;
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTextDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- // Generated message map functions
- //{{AFX_MSG(CTextDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnRadio1();
- afx_msg void OnRadio2();
- virtual void OnOK();
- afx_msg void OnOpenFile();
- afx_msg void OnChooseCutcontent();
- afx_msg void OnOpenSpilefile();
- afx_msg void OnSplitcontent();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CString m_spiltFileName;
- CString m_filename;
- BOOL Spilt();
- BOOL Cut();
- int m_count;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TEXTDLG_H__76C71379_9646_44C8_81BB_68A59FFDAC1A__INCLUDED_)
English
