31 lines
972 B
C
31 lines
972 B
C
/** @file
|
|
|
|
;******************************************************************************
|
|
;* Copyright (c) 2012 - 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 _H2O_DIALOGS_H
|
|
#define _H2O_DIALOGS_H
|
|
|
|
#include "H2OConfirmPageDialog.h"
|
|
#include "H2OConfirmPasswordDialog.h"
|
|
#include "H2ODateTimeDialog.h"
|
|
#include "H2OFormDialog.h"
|
|
#include "H2OHelpDialog.h"
|
|
#include "H2OMsgPopupDialog.h"
|
|
#include "H2ONumericDialog.h"
|
|
#include "H2OOneOfInputDialog.h"
|
|
#include "H2OOrderedListDialog.h"
|
|
#include "H2OPasswordDialog.h"
|
|
#include "H2OPopupDialog.h"
|
|
#include "H2OStringDialog.h"
|
|
|
|
#endif
|