📄 hint.h
字号:
//---------------------------------------------------------------------------
#ifndef HintH
#define HintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include "se_controls.hpp"
#include "KsSkinCheckBoxs.hpp"
#include "KsSkinEdits.hpp"
#include "KsSkinForms.hpp"
#include "KsSkinGroupBoxs.hpp"
#include "KsSkinHints.hpp"
#include "KsSkinItems.hpp"
#include "KsSkinMenus.hpp"
#include "KsSkinSpeedButtons.hpp"
#include "KsSkinSpinButtons.hpp"
//---------------------------------------------------------------------------
class TfrmHint : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TSeSkinSpeedButton *NgSpeedButton1;
TSeSkinSpeedButton *NgSpeedButton2;
TSeSkinSpeedButton *NgSpeedButton3;
TSeSkinSpeedButton *NgSpeedButton4;
TSeSkinSpeedButton *NgSpeedButton5;
TSeSkinSpeedButton *NgSpeedButton6;
TSeSkinSpeedButton *SeSkinSpeedButton1;
TSeSkinSpeedButton *SeSkinSpeedButton2;
TSeSkinSpeedButton *SeSkinSpeedButton3;
TSeSkinSpeedButton *SeSkinSpeedButton4;
TSeSkinSpeedButton *SeSkinSpeedButton5;
TSeSkinSpeedButton *SeSkinSpeedButton6;
TSeSkinCheckBox *NgCheckBox1;
TSeSkinCheckBox *NgCheckBox2;
TSeSkinEdit *NgEdit1;
TSeSkinEdit *NgEdit2;
TSeSkinSpinButton *NgSpinButton1;
TSeSkinSpinButton *NgSpinButton2;
TSeSkinForm *NgForm1;
TSeSkinPopupMenu *SeSkinPopupMenu1;
TSeSkinItem *CustomItem1;
TSeSkinItem *CustomItem2;
TSeSkinItem *CustomItem3;
TSeSkinItem *CustomItem4;
TSeSkinHint *NgHint1;
TSeSkinCheckBox *SeSkinCheckBox1;
void __fastcall SeSkinCheckBox1Click(TObject *Sender);
void __fastcall NgCheckBox1Click(TObject *Sender);
void __fastcall NgSpinButton2Changing(TObject *Sender,
bool &AllowChange);
void __fastcall NgSpinButton1Changing(TObject *Sender,
bool &AllowChange);
void __fastcall NgCheckBox2Click(TObject *Sender);
private: // User declarations
public: // User declarations
__fastcall TfrmHint(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmHint *frmHint;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -