fractus2_09.h
上传用户:hzcygd
上传日期:2022-04-30
资源大小:109k
文件大小:1k
源码类别:

分形几何

开发平台:

Visual C++

  1. //---------------------------------------------------------------------------
  2. #ifndef fractus2_09H
  3. #define fractus2_09H
  4. //---------------------------------------------------------------------------
  5. #include <Classes.hpp>
  6. #include <Controls.hpp>
  7. #include <StdCtrls.hpp>
  8. #include <Forms.hpp>
  9. #include <ExtCtrls.hpp>
  10. #include <Menus.hpp>
  11. #include <Dialogs.hpp>
  12. #include <ExtDlgs.hpp>
  13. //---------------------------------------------------------------------------
  14. class TForm1 : public TForm
  15. {
  16. __published: // IDE-managed Components
  17.         TImage *Image1;
  18.         TPopupMenu *PopupMenu1;
  19.         TMenuItem *N1;
  20.         TMenuItem *N2;
  21.         TMenuItem *N3;
  22.         TSavePictureDialog *SavePictureDialog1;
  23.         TMenuItem *N4;
  24.         TMenuItem *N4_1;
  25.         TMenuItem *N4_2;
  26.         void __fastcall FormCreate(TObject *Sender);
  27.         void __fastcall N1Click(TObject *Sender);
  28.         void __fastcall N2Click(TObject *Sender);
  29.         void __fastcall N3Click(TObject *Sender);
  30.         void __fastcall N4_1Click(TObject *Sender);
  31.         void __fastcall N4_2Click(TObject *Sender);
  32. private: // User declarations
  33. public: // User declarations
  34.         __fastcall TForm1(TComponent* Owner);
  35. };
  36. //---------------------------------------------------------------------------
  37. extern PACKAGE TForm1 *Form1;
  38. //---------------------------------------------------------------------------
  39. #endif