EDITDLG.H
资源名称:dos_gui.zip [点击查看]
上传用户:wtrl82617
上传日期:2007-01-07
资源大小:187k
文件大小:0k
源码类别:
界面编程
开发平台:
DOS
- #ifndef __EDITDLG_H
- #define __EDITDLG_H
- #include "dialog.h"
- #include "tedit.h"
- typedef class editdlg_class Teditdlg;
- class editdlg_class :public Tdialog {
- public:
- Ttedit * content;
- char * buf;
- public:
- editdlg_class(int ID,char *title,int left,int top,int width,int height,
- char * old_content );
- virtual BOOL func_canclose();
- };
- #endif
English
