DebugMain.h
上传用户:salebz
上传日期:2013-04-17
资源大小:207k
文件大小:1k
源码类别:

并口编程

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef DebugMainH
  3. #define DebugMainH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm1 : public TForm
  11. {
  12. __published: // IDE-managed Components
  13. TButton *Button1;
  14. TEdit *Edit1;
  15. TButton *Button2;
  16. void __fastcall Button1Click(TObject *Sender);
  17. void __fastcall Button2Click(TObject *Sender);
  18. private: // User declarations
  19. public: // User declarations
  20. __fastcall TForm1(TComponent* Owner);
  21. };
  22. //---------------------------------------------------------------------------
  23. extern PACKAGE TForm1 *Form1;
  24. //---------------------------------------------------------------------------
  25. #endif