initsetup.h
Upload User: romrleung
Upload Date: 2022-05-23
Package Size: 18897k
Code Size: 1k
Category:

MySQL

Development Platform:

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