Multmedia.h
上传用户:lulishicai
上传日期:2010-03-01
资源大小:13202k
文件大小:2k
源码类别:

Delphi/CppBuilder

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef MultmediaH
  3. #define MultmediaH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Chart.hpp>
  10. #include <Db.hpp>
  11. #include <DBChart.hpp>
  12. #include <DBCtrls.hpp>
  13. #include <DBTables.hpp>
  14. #include <ExtCtrls.hpp>
  15. #include <Mask.hpp>
  16. #include <Series.hpp>
  17. #include <TeEngine.hpp>
  18. #include <TeeProcs.hpp>
  19. #include <DB.hpp>
  20. #include <DbChart.hpp>
  21. //---------------------------------------------------------------------------
  22. class TForm1 : public TForm
  23. {
  24. __published: // IDE-managed Components
  25.         TDBEdit *DBEdit1;
  26.         TLabel *Label1;
  27.         TLabel *Label2;
  28.         TDBEdit *DBEdit2;
  29.         TLabel *Label3;
  30.         TDBEdit *DBEdit3;
  31.         TDBEdit *DBEdit4;
  32.         TLabel *Label4;
  33.         TButton *Button1;
  34.         TButton *Button2;
  35.         TButton *Button3;
  36.         TButton *Button4;
  37.         TButton *Button5;
  38.         TButton *Button6;
  39.         TButton *Button7;
  40.         TButton *Button8;
  41.         TDBImage *DBImage1;
  42.         TDataSource *DataSource1;
  43.         TTable *Table1;
  44.         TDBChart *DBChart1;
  45.         TPieSeries *Series1;
  46.         void __fastcall Button1Click(TObject *Sender);
  47.         void __fastcall Button2Click(TObject *Sender);
  48.         void __fastcall Button3Click(TObject *Sender);
  49.         void __fastcall Button4Click(TObject *Sender);
  50.         void __fastcall Button5Click(TObject *Sender);
  51.         void __fastcall Button6Click(TObject *Sender);
  52.         void __fastcall Button7Click(TObject *Sender);
  53.         void __fastcall Button8Click(TObject *Sender);
  54. private: // User declarations
  55. public: // User declarations
  56.         __fastcall TForm1(TComponent* Owner);
  57. };
  58. //---------------------------------------------------------------------------
  59. extern PACKAGE TForm1 *Form1;
  60. //---------------------------------------------------------------------------
  61. #endif
  62.