List.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef ListH
- #define ListH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TComboBox *ComboBox1;
- TListBox *ListBox1;
- TLabel *Label1;
- TLabel *Label2;
- TMemo *Memo1;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall ListBox1Click(TObject *Sender);
- void __fastcall ComboBox1Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif
-