ModiSF.h
资源名称:cd_man.zip [点击查看]
上传用户:deyixm
上传日期:2007-01-06
资源大小:43k
文件大小:1k
源码类别:
行业应用
开发平台:
Visual C++
- //---------------------------------------------------------------------------
- #ifndef ModiSFH
- #define ModiSFH
- //---------------------------------------------------------------------------
- #include <Classes.hpp>
- #include <Controls.hpp>
- #include <StdCtrls.hpp>
- #include <Forms.hpp>
- //---------------------------------------------------------------------------
- class TForm2 : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *Label3;
- TEdit *Edit1;
- TEdit *Edit2;
- TEdit *Edit3;
- TButton *btCancel;
- TButton *btOK;
- void __fastcall FormShow(TObject *Sender);
- void __fastcall btCancelClick(TObject *Sender);
- void __fastcall btOKClick(TObject *Sender);
- void __fastcall Edit2Change(TObject *Sender);
- private: // User declarations
- public: // User declarations
- __fastcall TForm2(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern PACKAGE TForm2 *Form2;
- //---------------------------------------------------------------------------
- #endif