initsetup.h
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef initsetupH
  3. #define initsetupH
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <Buttons.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <Graphics.hpp>
  12. //---------------------------------------------------------------------------
  13. class TForm2 : public TForm
  14. {
  15. __published: // IDE-managed Components
  16.         TImage *Image1;
  17.         TLabel *Label1;
  18.         TLabel *Label4;
  19.         TPanel *Panel1;
  20.         TLabel *Label5;
  21.         TLabel *Label6;
  22.         TLabel *Label2;
  23.         TEdit *Edit1;
  24.         TEdit *Edit2;
  25.         TBitBtn *BitBtn1;
  26.         TSpeedButton *SpeedButton1;
  27.         TBitBtn *BitBtn2;
  28.         void __fastcall BitBtn1Click(TObject *Sender);
  29.         void __fastcall BitBtn2Click(TObject *Sender);
  30.         void __fastcall SpeedButton1Click(TObject *Sender);
  31. private: // User declarations
  32. public: // User declarations
  33.         __fastcall TForm2(TComponent* Owner);
  34. };
  35. //---------------------------------------------------------------------------
  36. extern PACKAGE TForm2 *Form2;
  37. //---------------------------------------------------------------------------
  38. #endif