⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 lcform.h

📁 一个开发组件,非规则性的窗体开发,很好用~!
💻 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 + -