cpfrm.h

来自「与Action相结合,可以解决中文件显示乱码」· C头文件 代码 · 共 29 行

H
29
字号
//---------------------------------------------------------------------------
#ifndef CPFrmH
#define CPFrmH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?