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

Delphi控件源码

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #ifndef outlookbaruH
  3. #define outlookbaruH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include "fcButton.hpp"
  10. #include "fcButtonGroup.hpp"
  11. #include "fcClearPanel.hpp"
  12. #include "fcDemoRichEdit.hpp"
  13. #include "fcImgBtn.hpp"
  14. #include "fcLabel.hpp"
  15. #include "fcOutlookBar.hpp"
  16. #include "fcOutlookList.hpp"
  17. #include "fcShapeBtn.hpp"
  18. #include <ComCtrls.hpp>
  19. #include <ExtCtrls.hpp>
  20. #include <ImgList.hpp>
  21. #include "fcCombo.hpp"
  22. #include "fcImager.hpp"
  23. #include "fctreecombo.hpp"
  24. #include <Graphics.hpp>
  25. //---------------------------------------------------------------------------
  26. class TOutlookBarForm : public TForm
  27. {
  28. __published: // IDE-managed Components
  29.         TfcOutlookBar *fcOutlookBar1;
  30.         TfcShapeBtn *fcOutlookBar1fcShapeBtn1;
  31.         TfcShapeBtn *fcOutlookBar1fcShapeBtn2;
  32.         TfcOutlookList *fcOutlookBar1OutlookList1;
  33.         TfcLabel *fcLabel3;
  34.         TfcDemoRichEdit *fcDemoRichEdit1;
  35.         TImageList *ImageList1;
  36.         TfcOutlookBar *fcOutlookBar2;
  37.         TfcImager *fcImager1;
  38.         TfcImageBtn *fcOutlookBar2fcImageBtn1;
  39.         TfcImageBtn *fcOutlookBar2fcImageBtn2;
  40.         TfcImageBtn *fcOutlookBar2fcImageBtn3;
  41.         TfcLabel *fcLabel4;
  42.         TEdit *Edit1;
  43.         TfcShapeBtn *fcShapeBtn1;
  44.         TfcTreeCombo *fcTreeCombo1;
  45.         TfcLabel *fcLabel1;
  46.         TfcLabel *fcLabel2;
  47.         TCheckBox *CheckBox5;
  48.         void __fastcall CheckBox5Click(TObject *Sender);
  49. private: // User declarations
  50. public: // User declarations
  51.         __fastcall TOutlookBarForm(TComponent* Owner);
  52. };
  53. //---------------------------------------------------------------------------
  54. extern PACKAGE TOutlookBarForm *OutlookBarForm;
  55. //---------------------------------------------------------------------------
  56. #endif