Unit5.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit5H
  3. #define Unit5H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm5 : public TForm
  11. {
  12. __published: // IDE-managed Components
  13.         TGroupBox *grpOption;
  14.         TLabel *Label68;
  15.         TLabel *Label69;
  16.         TLabel *Label70;
  17.         TEdit *Edit52;
  18.         TEdit *Edit53;
  19.         TEdit *Edit54;
  20.         TButton *Button14;
  21.     TLabel *LabelEventFilePath;
  22.     TEdit *EditEventFilePath;
  23.         void __fastcall Button14Click(TObject *Sender);
  24.         void __fastcall FormCreate(TObject *Sender);
  25. private: // User declarations
  26. public: // User declarations
  27.         __fastcall TForm5(TComponent* Owner);
  28. };
  29. //---------------------------------------------------------------------------
  30. extern PACKAGE TForm5 *Form5;
  31. //---------------------------------------------------------------------------
  32. #endif