📄 hint.h
字号:
//---------------------------------------------------------------------------
#ifndef HintH
#define HintH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <Menus.hpp>
#include "te_controls.hpp"
//---------------------------------------------------------------------------
class TfrmHint : public TForm
{
__published: // IDE-managed Components
TLabel *Label1;
TLabel *Label2;
TLabel *Label3;
TLabel *Label4;
TTeSpeedButton *NgSpeedButton1;
TTeSpeedButton *NgSpeedButton2;
TTeSpeedButton *NgSpeedButton3;
TTeSpeedButton *NgSpeedButton4;
TTeSpeedButton *NgSpeedButton5;
TTeSpeedButton *NgSpeedButton6;
TTeSpeedButton *SeSkinSpeedButton1;
TTeSpeedButton *SeSkinSpeedButton2;
TTeSpeedButton *SeSkinSpeedButton3;
TTeSpeedButton *SeSkinSpeedButton4;
TTeSpeedButton *SeSkinSpeedButton5;
TTeSpeedButton *SeSkinSpeedButton6;
TTeCheckBox *NgCheckBox1;
TTeCheckBox *NgCheckBox2;
TTeEdit *NgEdit1;
TTeEdit *NgEdit2;
TTeSpinButton *NgSpinButton1;
TTeSpinButton *NgSpinButton2;
TTeForm *NgForm1;
TTePopupMenu *SeSkinPopupMenu1;
TTeItem *CustomItem1;
TTeItem *CustomItem2;
TTeItem *CustomItem3;
TTeItem *CustomItem4;
TTeHint *NgHint1;
TTeCheckBox *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 + -