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

Delphi/CppBuilder

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef GUnitH
  3. #define GUnitH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Dialogs.hpp>
  10. #include "AniGIFCtrl_OCX.h"
  11. #include <DBOleCtl.hpp>
  12. #include <OleCtrls.hpp>
  13. //---------------------------------------------------------------------------
  14. class TForm1 : public TForm
  15. {
  16. __published: // IDE-managed Components
  17.         TButton *Button1;
  18.         TButton *Button2;
  19.         TButton *Button3;
  20.         TScrollBar *ScrollBar1;
  21.         TOpenDialog *OpenDialog1;
  22.         TGroupBox *GroupBox1;
  23.         TLabel *Label1;
  24.         TLabel *Label2;
  25.         TLabel *Label3;
  26.         TLabel *Label4;
  27.         TLabel *Label5;
  28.         TLabel *Label6;
  29.         TEdit *Edit1;
  30.         TEdit *Edit2;
  31.         TEdit *Edit3;
  32.         TEdit *Edit4;
  33.         TEdit *Edit5;
  34.         TScrollBar *ScrollBar2;
  35.         TAniGIF *AniGIF1;
  36.         void __fastcall Button1Click(TObject *Sender);
  37.         void __fastcall Button2Click(TObject *Sender);
  38.         void __fastcall Button3Click(TObject *Sender);
  39.         void __fastcall AniGIF1Step(TObject *Sender);
  40.         void __fastcall ScrollBar2Scroll(TObject *Sender,
  41.           TScrollCode ScrollCode, int &ScrollPos);
  42.         void __fastcall ScrollBar1Scroll(TObject *Sender,
  43.           TScrollCode ScrollCode, int &ScrollPos);
  44.         void __fastcall FormCreate(TObject *Sender);
  45. private: // User declarations
  46. public: // User declarations
  47.         __fastcall TForm1(TComponent* Owner);
  48. };
  49. //---------------------------------------------------------------------------
  50. extern PACKAGE TForm1 *Form1;
  51. //---------------------------------------------------------------------------
  52. #endif