📄 setpar.h
字号:
//---------------------------------------------------------------------------
#ifndef setparH
#define setparH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
//---------------------------------------------------------------------------
class TfmPar : public TForm
{
__published: // IDE-managed Components
TEdit *etBPP;
TLabel *Label1;
TButton *btOK;
TButton *btCancel;
private: // User declarations
public: // User declarations
__fastcall TfmPar(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfmPar *fmPar;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -