Dialog.h
上传用户:zbk8730
上传日期:2017-08-10
资源大小:12168k
文件大小:1k
源码类别:

uCOS

开发平台:

C/C++

  1. /*
  2. *********************************************************************************************************
  3. *                                                uC/GUI
  4. *                        Universal graphic software for embedded applications
  5. *
  6. *                       (c) Copyright 2002, Micrium Inc., Weston, FL
  7. *                       (c) Copyright 2002, SEGGER Microcontroller Systeme GmbH
  8. *
  9. *              礐/GUI is protected by international copyright laws. Knowledge of the
  10. *              source code may not be used to write a similar product. This file may
  11. *              only be used in accordance with a license and should not be redistributed
  12. *              in any way. We appreciate your understanding and fairness.
  13. *
  14. ----------------------------------------------------------------------
  15. File        : Dialog.h
  16. Purpose     : Dialog box include
  17. ----------------------------------------------------------------------
  18. Open items:
  19. None
  20. --------------------END-OF-HEADER-------------------------------------
  21. */
  22. #ifndef DIALOG_H
  23. #define DIALOG_H
  24. #include "WM.h"
  25. #include "Dialog_Intern.h"
  26. #include "BUTTON.h"
  27. #include "EDIT.h"
  28. #include "FRAMEWIN.h"
  29. #include "LISTBOX.h"
  30. #include "CHECKBOX.h"
  31. #include "Radio.h"
  32. #include "Slider.h"
  33. #include "Text.h"
  34. #endif