fractus2_05.h
资源名称:fenxin.rar [点击查看]
上传用户:hzcygd
上传日期:2022-04-30
资源大小:109k
文件大小:1k
源码类别:
分形几何
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- #ifndef fractus2_05H
- #define fractus2_05H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ExtCtrls.hpp>
- #include <Menus.hpp>
- #include <Dialogs.hpp>
- #include <ExtDlgs.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TImage *Image1;
- TPopupMenu *PopupMenu1;
- TMenuItem *N1;
- TMenuItem *N2;
- TMenuItem *N3;
- TSavePictureDialog *SavePictureDialog1;
- TMenuItem *N4;
- TMenuItem *N4_1;
- TMenuItem *N4_2;
- void __fastcall FormCreate(TObject *Sender);
- void __fastcall N1Click(TObject *Sender);
- void __fastcall N2Click(TObject *Sender);
- void __fastcall N4_1Click(TObject *Sender);
- void __fastcall N4_2Click(TObject *Sender);
- void __fastcall N3Click(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif