ctrl2.h

来自「themeengine6源码」· C头文件 代码 · 共 37 行

H
37
字号
//---------------------------------------------------------------------------

#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 + =
减小字号Ctrl + -
显示快捷键?