#ifndef INCLUDER_BUIW_H_
#define INCLUDER_BUIW_H_
//Form
#include "AEEForm.h"
#include "AEECLSID_FORM.bid"
//RootForm
#include "AEERootForm.h"
#include "AEECLSID_ROOTFORM.bid"
//Popup
#include "AEEPopup.h"
#include "AEECLSID_POPUPFORM.bid" /*Identifies the class ID of the popup form*/
#include "AEECLSID_POPUPMENUFORM.bid" /*Identifies the class ID of the popup menu form*/
#include "AEECLSID_POPUPMENUFORM_SCROLL.bid" /*Identifies the class ID of the popup menu form with scrollbar*/
//Dialog
#include "AEEDialog.h"
#include "AEECLSID_DIALOGFORM.bid" /*Identifies the class ID of the dialog form*/
#include "AEECLSID_PROGRESSDIALOG.bid" /*Identifies the class ID of the progress dialog*/
#include "AEECLSID_INFODIALOG.bid" /*Identifies the class ID of the info message dialog*/
#include "AEECLSID_ERRORDIALOG.bid" /*Identifies the class ID of the error message dialog*/
#include "AEECLSID_WARNDIALOG.bid" /*Identifies the class ID of the warning message dialog*/
//listForm
#include "AEEListForm.h"
#include "AEECLSID_LISTFORM.bid" /*Identifies the class ID of the list form*/
#include "AEECLSID_LISTFORM_SCROLL.bid" /*Identifies the class ID of the scrollbar list form*/
//Bitmap Widget
#include "AEEBitmapWidget.h"
#include "AEECLSID_BITMAPWIDGET.bid" /*Identifies the class ID of the bitmap widget*/
//Blend Widget
#include "AEEBlendWidget.h"
#include "AEECLSID_BLENDWIDGET.bid" /*Identifies the class ID of the blend widget*/
//Border