windows-nt/Source/XPSP1/NT/net/wlbs/nlbmgr/exe/aboutdialog.h
2020-09-26 16:20:57 +08:00

22 lines
233 B
C++

#ifndef ABOUTDIALOG_H
#define ABOUTDIALOG_H
#include "stdafx.h"
#include "resource.h"
class AboutDialog : public CDialog
{
public:
enum
{
IDD = IDD_ABOUT,
};
AboutDialog(CWnd* parent = NULL);
};
#endif