Unit2.h
上传用户:wangli
上传日期:2008-04-19
资源大小:3077k
文件大小:1k
源码类别:

xml/soap/webservice

开发平台:

C++ Builder

  1. //---------------------------------------------------------------------------
  2. #ifndef Unit2H
  3. #define Unit2H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm2 : public TForm
  11. {
  12. __published: // IDE-managed Components
  13.         TEdit *Edit1;
  14.         TEdit *Edit3;
  15.         TLabel *Label1;
  16.         TLabel *Label2;
  17.         TLabel *Label3;
  18.         TLabel *Label4;
  19.         TEdit *Edit4;
  20.         TButton *Button1;
  21.         TButton *Button2;
  22.         TComboBox *ComboBox1;
  23.         void __fastcall Button2Click(TObject *Sender);
  24.         void __fastcall FormCreate(TObject *Sender);
  25.         void __fastcall Button1Click(TObject *Sender);
  26. private: // User declarations
  27. public: // User declarations
  28.         __fastcall TForm2(TComponent* Owner);
  29. };
  30. //---------------------------------------------------------------------------
  31. extern PACKAGE TForm2 *Form2;
  32. //---------------------------------------------------------------------------
  33. #endif