Unit1.h
上传用户:lhxd_sz
上传日期:2014-10-02
资源大小:38814k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef Unit1H
- #define Unit1H
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- #include <ActnList.hpp>
- #include <StdActns.hpp>
- //---------------------------------------------------------------------------
- class TForm1 : public TForm
- {
- __published: // IDE-managed Components
- TActionList *ActionList1;
- TAction *Action1;
- TEditCut *EditCut1;
- TEditCopy *EditCopy1;
- TEditPaste *EditPaste1;
- TButton *Button1;
- TButton *Button2;
- TButton *Button3;
- TMemo *Memo1;
- void __fastcall EditCut1Execute(TObject *Sender);
- void __fastcall EditCopy1Execute(TObject *Sender);
- void __fastcall EditPaste1Execute(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm1(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm1 *Form1;
- //---------------------------------------------------------------------------
- #endif