CPFrm.h
上传用户:daoqigc
上传日期:2021-04-20
资源大小:2795k
文件大小:1k
- //---------------------------------------------------------------------------
- #ifndef CPFrmH
- #define CPFrmH
- //---------------------------------------------------------------------------
- #include <vclClasses.hpp>
- #include <vclControls.hpp>
- #include <vclStdCtrls.hpp>
- #include <vclForms.hpp>
- //---------------------------------------------------------------------------
- class TfrmCP : public TForm
- {
- __published: // IDE-managed Components
- TLabel *Label1;
- TLabel *Label2;
- TLabel *lblStatus;
- TEdit *txtName;
- TEdit *txtTag;
- TButton *btnCancel;
- TButton *btnOk;
- TButton *btnDelete;
- private: // User declarations
- public: // User declarations
- __fastcall TfrmCP(TComponent* Owner);
- };
- //---------------------------------------------------------------------------
- extern TfrmCP *frmCP;
- //---------------------------------------------------------------------------
- #endif