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

Delphi控件源码

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #ifndef frameuH
  3. #define frameuH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include "fcButton.hpp"
  10. #include "fcCombo.hpp"
  11. #include "fcDemoRichEdit.hpp"
  12. #include "fcImage.hpp"
  13. #include "fcImageForm.hpp"
  14. #include "fcImager.hpp"
  15. #include "fcImgBtn.hpp"
  16. #include "fcLabel.hpp"
  17. #include "fcShapeBtn.hpp"
  18. #include "fctreecombo.hpp"
  19. #include <Buttons.hpp>
  20. #include <ComCtrls.hpp>
  21. #include <ExtCtrls.hpp>
  22. #include <Graphics.hpp>
  23. #include <ImgList.hpp>
  24. //---------------------------------------------------------------------------
  25. class TFrameDemoForm : public TForm
  26. {
  27. __published: // IDE-managed Components
  28.         TfcImageForm *fcImageForm1;
  29.         TfcImager *TileImager;
  30.         TBevel *Bevel2;
  31.         TBevel *Bevel1;
  32.         TShape *Shape1;
  33.         TLabel *Label1;
  34.         TLabel *Label18;
  35.         TImage *Image1;
  36.         TfcLabel *fcLabel1;
  37.         TfcLabel *fcLabel2;
  38.         TfcLabel *fcLabel3;
  39.         TfcLabel *fcLabel4;
  40.         TfcLabel *fcLabel5;
  41.         TfcLabel *fcLabel6;
  42.         TfcLabel *fcLabel7;
  43.         TfcLabel *fcLabel8;
  44.         TfcLabel *fcLabel9;
  45.         TfcImager *fcImager6;
  46.         TfcImager *MosaicImager;
  47.         TfcImager *WrinkleImager;
  48.         TfcImager *LinenImager;
  49.         TfcImager *ParchmentImager;
  50.         TBitBtn *BitBtn1;
  51.         TfcTreeCombo *fcTreeCombo4;
  52.         TfcShapeBtn *fcShapeBtn1;
  53.         TfcTreeCombo *fcTreeCombo5;
  54.         TfcTreeCombo *fcTreeCombo1;
  55.         TfcTreeCombo *fcTreeCombo2;
  56.         TfcTreeCombo *BackgroundCombo;
  57.         TfcTreeCombo *FrameCombo;
  58.         TfcTreeCombo *fcTreeCombo3;
  59.         TfcDemoRichEdit *fcDemoRichEdit1;
  60.         TImageList *ImageList1;
  61.         void __fastcall BitBtn1Click(TObject *Sender);
  62.         void __fastcall BackgroundComboChange(TObject *Sender);
  63.         void __fastcall FormShow(TObject *Sender);
  64.         void __fastcall FrameComboChange(TObject *Sender);
  65. private: // User declarations
  66. public: // User declarations
  67.         __fastcall TFrameDemoForm(TComponent* Owner);
  68. };
  69. //---------------------------------------------------------------------------
  70. extern PACKAGE TFrameDemoForm *FrameDemoForm;
  71. //---------------------------------------------------------------------------
  72. #endif