TilerUnit.h
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #ifndef TilerUnitH
  3. #define TilerUnitH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include "fcImager.hpp"
  10. #include "fcLabel.hpp"
  11. #include "fcOutlookList.hpp"
  12. #include <ImgList.hpp>
  13. #include "fcButton.hpp"
  14. #include "fcButtonGroup.hpp"
  15. #include "fcClearPanel.hpp"
  16. #include "fcImgBtn.hpp"
  17. #include "fcOutlookBar.hpp"
  18. #include "fcShapeBtn.hpp"
  19. #include <ExtCtrls.hpp>
  20. //---------------------------------------------------------------------------
  21. class TTilerDemoForm : public TForm
  22. {
  23. __published: // IDE-managed Components
  24.         TfcImager *fcImager1;
  25.         TfcLabel *fcLabel1;
  26.         TImageList *ImageList1;
  27.         TfcOutlookBar *fcOutlookBar1;
  28.         TfcShapeBtn *fcOutlookBar1fcShapeBtn1;
  29.         TfcOutlookList *fcControlBar1OutlookList2;
  30.         void __fastcall fcControlBar1OutlookList1ItemChange(
  31.           TfcCustomOutlookList *OutlookList, TfcOutlookListItem *Item);
  32. private: // User declarations
  33. public: // User declarations
  34.         __fastcall TTilerDemoForm(TComponent* Owner);
  35. };
  36. //---------------------------------------------------------------------------
  37. extern PACKAGE TTilerDemoForm *TilerDemoForm;
  38. //---------------------------------------------------------------------------
  39. #endif