57 lines
1.2 KiB
C
57 lines
1.2 KiB
C
#ifndef _VI_CONTROLS_H_
|
|
#define _VI_CONTROLS_H_
|
|
|
|
|
|
#include "VICtrlDefines.h"
|
|
#include "VIImageList.h"
|
|
|
|
#include "DBLBufferCDC.h"
|
|
|
|
#include "FullScreen.h"
|
|
|
|
#include "VIGDIManager.h"
|
|
#include "VIControlGlobals.h"
|
|
#include "VIControl.h"
|
|
#include "VIButton.h"
|
|
#include "VIToolbarButton.h"
|
|
#include "VIDialogButton.h"
|
|
#include "VIToolBar.h"
|
|
#include "VILeftBar.h"
|
|
#include "VISplitBar.h"
|
|
#include "VIPager.h"
|
|
#include "VIRebar.h"
|
|
#include "VIView.h"
|
|
#include "VIEdit.h"
|
|
#include "VIListBox.h"
|
|
#include "VICheckListBox.h"
|
|
#include "VIBitmapButton.h"
|
|
#include "VIComboBox.h"
|
|
#include "VIComboEx.h"
|
|
#include "VICheckButton.h"
|
|
#include "VIRadioButton.h"
|
|
#include "VIListCtrl.h"
|
|
#include "VITreeCtrl.h"
|
|
#include "VIProgressBar.h"
|
|
#include "VIGasPedal.h"
|
|
#include "VISpinButton.h"
|
|
#include "VIScrollBar.h"
|
|
#include "VILed.h"
|
|
#include "VITrackCtrl.h"
|
|
#include "VISlider.h"
|
|
#include "VIFunctionDrawer.h"
|
|
#include "VIDialog.h"
|
|
#include "VIStaticRectangle.h"
|
|
#include "VIStaticText.h"
|
|
#include "VIAngleCtrl.h"
|
|
#include "VIColorDialog.h"
|
|
#include "VITabCtrl.h"
|
|
#include "VIPopupMenu.h"
|
|
#include "VIMessageDlg.h"
|
|
#include "VISplitterWnd.h"
|
|
|
|
#include "VIRichEdit.h"
|
|
|
|
//#include "VIColorDialog2.h"
|
|
//#include "VIStaticImage.h"
|
|
|
|
#endif |