Unit5.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef Unit5H
- #define Unit5H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm5 : public TForm
- {
- __published: // IDE-managed Components
- TGroupBox *grpOption;
- TLabel *Label68;
- TLabel *Label69;
- TLabel *Label70;
- TEdit *Edit52;
- TEdit *Edit53;
- TEdit *Edit54;
- TButton *Button14;
- TLabel *LabelEventFilePath;
- TEdit *EditEventFilePath;
- void __fastcall Button14Click(TObject *Sender);
- void __fastcall FormCreate(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm5(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm5 *Form5;
- //---------------------------------------------------------------------------
- #endif