ultimatepp/uppdev/I18NCtrlLayoutTest/I18NCtrlLayoutTest.h
cxl 351994a6cc Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-08-15 08:36:24 +00:00

27 lines
531 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