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

Delphi控件源码

开发平台:

Delphi

  1. //---------------------------------------------------------------------------
  2. #ifndef TreeCombosH
  3. #define TreeCombosH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include "fcCombo.hpp"
  10. #include "fcDemoRichEdit.hpp"
  11. #include "fcFontCombo.hpp"
  12. #include "fcTreeCombo.hpp"
  13. #include <CheckLst.hpp>
  14. #include <ComCtrls.hpp>
  15. #include <ExtCtrls.hpp>
  16. #include <ImgList.hpp>
  17. #include "fctreecombo.hpp"
  18. //---------------------------------------------------------------------------
  19. class TTreeComboDemoForm : public TForm
  20. {
  21. __published: // IDE-managed Components
  22.         TGroupBox *GroupBox1;
  23.         TCheckListBox *CheckListBox;
  24.         TPageControl *PageControl1;
  25.         TTabSheet *TabSheet1;
  26.         TBevel *Bevel2;
  27.         TLabel *Label1;
  28.         TLabel *Label2;
  29.         TfcTreeCombo *TreeCombo2;
  30.         TfcTreeCombo *TreeCombo1;
  31.         TfcDemoRichEdit *fcDemoRichEdit1;
  32.         TTabSheet *TabSheet2;
  33.         TBevel *Bevel1;
  34.         TLabel *Label3;
  35.         TfcFontCombo *fcFontCombo1;
  36.         TfcDemoRichEdit *fcDemoRichEdit2;
  37.         TImageList *ImageList1;
  38.         void __fastcall PageControl1Change(TObject *Sender);
  39.         void __fastcall FormShow(TObject *Sender);
  40.         void __fastcall CheckListBoxClickCheck(TObject *Sender);
  41.         void __fastcall ComboEnter(TObject *Sender);
  42. private: // User declarations
  43. public: // User declarations
  44.         __fastcall TTreeComboDemoForm(TComponent* Owner);
  45.        TfcCustomTreeCombo *ActiveCombo;
  46. };
  47. //---------------------------------------------------------------------------
  48. extern PACKAGE TTreeComboDemoForm *TreeComboDemoForm;
  49. //---------------------------------------------------------------------------
  50. #endif