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

📄 ctrl2.h

📁 themeengine6源码
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef ctrl2H
#define ctrl2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "te_controls.hpp"
#include <ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TfrmControls2 : public TForm
{
__published:	// IDE-managed Components
        TTePanel *KsBlendPanel1;
        TTePanel *KsBlendPanel2;
        TTeTabControl *PageControl;
        TTeForm *SeSkinForm1;
        TTeCheckBox *SeSkinCheckBox1;
        TTeButton *SeSkinButton1;
        TTeGroupBox *SeSkinGroupBox1;
        TTeTabControl *TabControl;
        TTeCheckBox *KsBlendCheckBox3;
        TTeCheckBox *KsBlendCheckBox2;
        void __fastcall SeSkinCheckBox1Click(TObject *Sender);
        void __fastcall KsBlendCheckBox2Click(TObject *Sender);
        void __fastcall KsBlendCheckBox3Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TfrmControls2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmControls2 *frmControls2;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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