📄 ctrl2.h
字号:
//---------------------------------------------------------------------------
#ifndef ctrl2H
#define ctrl2H
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "KsSkinButtons.hpp"
#include "KsSkinCheckBoxs.hpp"
#include "KsSkinForms.hpp"
#include "KsSkinGroupBoxs.hpp"
#include "KsSkinPanels.hpp"
#include "KsSkinSpeedButtons.hpp"
#include "KsSkinTabs.hpp"
#include "se_controls.hpp"
//---------------------------------------------------------------------------
class TfrmControls2 : public TForm
{
__published: // IDE-managed Components
TSeSkinPanel *KsBlendPanel1;
TSeSkinPanel *KsBlendPanel2;
TSeSkinTabControl *PageControl;
TSeSkinForm *SeSkinForm1;
TSeSkinCheckBox *SeSkinCheckBox1;
TSeSkinButton *SeSkinButton1;
TSeSkinGroupBox *SeSkinGroupBox1;
TSeSkinTabControl *TabControl;
TSeSkinCheckBox *KsBlendCheckBox3;
TSeSkinCheckBox *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 + -