📄 lcform.h
字号:
//---------------------------------------------------------------------------
#ifndef LcFormH
#define LcFormH
//---------------------------------------------------------------------------
#include <SysUtils.hpp>
#include <Controls.hpp>
#include <Classes.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class PACKAGE TLcForm : public TImage
{
private:
bool FCanElliptic;
protected:
public:
void __fastcall CreateEllipticForm(void);
void __fastcall CreateEllipticForm(int x1,int y1,int x2,int y2);
__fastcall TLcForm(TComponent* Owner);
__published:
__property bool CanElliptic={read=FCanElliptic,write=FCanElliptic};
};
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -