28 lines
807 B
C
28 lines
807 B
C
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2014, Insyde Software Corp. All Rights Reserved.
|
|
;*
|
|
;* You may not reproduce, distribute, publish, display, perform, modify, adapt,
|
|
;* transmit, broadcast, present, recite, release, license or otherwise exploit
|
|
;* any part of this publication in any form, by any means, without the prior
|
|
;* written permission of Insyde Software Corporation.
|
|
;*
|
|
;******************************************************************************
|
|
*/
|
|
|
|
#ifndef _UI_CUSTOMIZED_CONTROLS_H
|
|
#define _UI_CUSTOMIZED_CONTROLS_H
|
|
|
|
#include "UiControls.h"
|
|
|
|
#include "H2OTimeItem.h"
|
|
#include "H2ODateItem.h"
|
|
#include "H2OFrontPageItem.h"
|
|
#include "H2OSetupPageItem.h"
|
|
#include "H2OSetupMenuItem.h"
|
|
#include "H2OHotkeyItem.h"
|
|
|
|
#endif
|
|
|