ListFrm.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef ListFrmH
- #define ListFrmH
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- #include <vclExtCtrls.hpp>
- //---------------------------------------------------------------------------
- class TfrmList : public TForm
- {
- __published: // IDE-managed Components
- TBevel *Bevel1;
- TListBox *lst;
- TButton *Button1;
- void __fastcall lstClick(TObject *Sender);
- void __fastcall FormShow(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TfrmList(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TfrmList *frmList;
- //---------------------------------------------------------------------------
- #endif