📄 tversionsdlg.h
字号:
#ifndef _TVERSIONS_H_
#define _TVERSIONS_H_
#include "Twindow.h"
#include "interfaces.h"
class TversionsDlg :public TdlgWindow
{
public:
typedef bool (*TgetVersionFc)(const Tconfig *config,ffstring &vers,ffstring &license);
struct TversionInfo
{
const char_t *name;
TgetVersionFc fc;
};
private:
HWND hlv;
const TversionInfo *fcs;
protected:
virtual INT_PTR msgProc(UINT uMsg,WPARAM wParam,LPARAM lParam);
public:
TversionsDlg(IffdshowBase *Ideci,HWND parent,const TversionInfo *fcs);
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -