📄 uisendbox.h
字号:
#ifndef UISENDBOX_H_HEADER_INCLUDED_C287EE09
#define UISENDBOX_H_HEADER_INCLUDED_C287EE09
#include "UIInfoBackBase.h"
//##ModelId=3D55321B0010
//##Documentation
//## 发件箱
class UISendBox : public UIInfoBackBase
{
public:
void Show ();
UISendBox ();
//##ModelId=3D55322202B9
//##Documentation
//## 获取发送箱中消障单邮件总数
SHORT GetSolveCount(
//##Documentation
//## 发送箱中消障单记录条数
);
//##ModelId=3D55B9B102E9
//##Documentation
//## 获得发件箱中工作报告记录总条数
SHORT GetWorkRepCount(
//##Documentation
//## 待发送的工作报告记录条数
);
//##ModelId=3D63642C0163
//##Documentation
//## 绘制发送箱界面类中的控件Table,Button
//Err Show();
//##ModelId=3D63651D014C
//##Documentation
//## 发件箱Table控件中点击事件的响应函数,重载父类方法
//Err OnTableClick();
//##ModelId=3D63642F00E6
//##Documentation
//## 发件箱事件回调函数
BOOLEAN HandleEvent(EvtType* event);
protected:
//##ModelId=3D625BD800EC
//##Documentation
//## 收件箱界面类的初始化函数
Err Initialize();
//##ModelId=3D61BE1400D8
//##Documentation
//## 从屏幕上擦除发件箱界面中各控件的显示,
//## 删除发件箱界面中各控件
Err DestroyWindow();
private:
//##ModelId=3D6B28090084
//SHORT m_Table;
Err OnGZBGClick ();
Err OnXZDClick ();
};
#endif /* UISENDBOX_H_HEADER_INCLUDED_C287EE09 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -