Multmedia.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:2k
源码类别:
Delphi/CppBuilder
开发平台:
C++ Builder
- //---------------------------------------------------------------------------
- #ifndef MultmediaH
- #define MultmediaH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <Chart.hpp>
- #include <Db.hpp>
- #include <DBChart.hpp>
- #include <DBCtrls.hpp>
- #include <DBTables.hpp>
- #include <ExtCtrls.hpp>
- #include <Mask.hpp>
- #include <Series.hpp>
- #include <TeEngine.hpp>
- #include <TeeProcs.hpp>
- #include <DB.hpp>
- #include <DbChart.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TDBEdit *DBEdit1;
- TLabel *Label1;
- TLabel *Label2;
- TDBEdit *DBEdit2;
- TLabel *Label3;
- TDBEdit *DBEdit3;
- TDBEdit *DBEdit4;
- TLabel *Label4;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TButton *Button4;
- TButton *Button5;
- TButton *Button6;
- TButton *Button7;
- TButton *Button8;
- TDBImage *DBImage1;
- TDataSource *DataSource1;
- TTable *Table1;
- TDBChart *DBChart1;
- TPieSeries *Series1;
- void __fastcall Button1Click(TObject *Sender);
- void __fastcall Button2Click(TObject *Sender);
- void __fastcall Button3Click(TObject *Sender);
- void __fastcall Button4Click(TObject *Sender);
- void __fastcall Button5Click(TObject *Sender);
- void __fastcall Button6Click(TObject *Sender);
- void __fastcall Button7Click(TObject *Sender);
- void __fastcall Button8Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif