32 lines
949 B
C
32 lines
949 B
C
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2019, 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 _STATEMENT_CONTROLS_H
|
|
#define _STATEMENT_CONTROLS_H
|
|
|
|
#include <Protocol/H2OWindow.h>
|
|
#include <Library/H2ODisplayEngineLib.h>
|
|
|
|
#include "H2OStatementControl.h"
|
|
#include "H2OActionButton.h"
|
|
#include "H2ODateRoller.h"
|
|
#include "H2ONumericInput.h"
|
|
#include "H2OOptionList.h"
|
|
#include "H2OOrderedListOptionList.h"
|
|
#include "H2OPasswordInput.h"
|
|
#include "H2OStringInput.h"
|
|
#include "H2OTimeRoller.h"
|
|
|
|
#endif
|
|
|