ultimatepp/uppdev/MyUppApp/Inputs.cpp
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

21 lines
660 B
C++

////////////////////////////////////////////////////////////////////////////////////////////////
// Program : MyUppApp.exe
// Version : 0.0.3 Alpha
// Date : November 2006
// Copyright : Copyright(C) 2006 by Yeoh HS
// Author : Yeoh HS
////////////////////////////////////////////////////////////////////////////////////////////////
#include "Inputs.h"
#define IMAGECLASS InputsImg
#define IMAGEFILE <MyUppApp/Inputs.iml>
#include <Draw/iml_source.h>
// do the necessary setup work in the constructor
Inputs::Inputs()
{
CtrlLayout(*this,"Inputs");
Icon(InputsImg::Inputs()); // Set an icon for the window
}
// end of file