ultimatepp/upptst/I18NCtrlLayoutTest/I18NCtrlLayoutTest.h
cxl 2f294d966b upptst: DropGridTst
git-svn-id: svn://ultimatepp.org/upp/trunk@1172 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-14 06:37:41 +00:00

27 lines
504 B
C++

#ifndef _I18NCtrlLayoutTest_I18NCtrlLayoutTest_h
#define _I18NCtrlLayoutTest_I18NCtrlLayoutTest_h
#include <CtrlLib/CtrlLib.h>
using namespace Upp;
#define LAYOUTFILE <I18NCtrlLayoutTest/Layout.lay>
#include <CtrlCore/lay.h>
class MainDlg : public WithMainDlg<TopWindow> {
MenuBar m_menu;
typedef MainDlg CLASSNAME;
public:
void OnFile();
void OnPallette();
void OnPrinter();
void OnMenu(Bar& bar );
void OnLanguage(Bar& bar );
void OnChangeLanguage(int language );
MainDlg();
};
#endif