unboundmodedemofastestsweepers.h

来自「DevExpress ExpressQuantumGrid Suite v5.9」· C头文件 代码 · 共 39 行

H
39
字号
//---------------------------------------------------------------------------

#ifndef UnboundModeDemoFastestSweepersH
#define UnboundModeDemoFastestSweepersH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxLookAndFeelPainters.hpp"
//---------------------------------------------------------------------------
class TUnboundModeDemoFastestSweepersForm : public TForm
{
__published:	// IDE-managed Components
  TLabel *lbBeginner;
  TLabel *lbIntermediate;
  TLabel *lbExpert;
  TLabel *lbExpertTime;
  TLabel *lbIntermediateTime;
  TLabel *lbBeginnerTime;
  TLabel *ibExpertName;
  TLabel *lbIntermediateName;
  TLabel *lbBeginnerName;
  TcxButton *bntOK;
  TcxButton *btnResetScores;
  void __fastcall FormCreate(TObject *Sender);
  void __fastcall btnResetScoresClick(TObject *Sender);
private:	// User declarations
public:		// User declarations
  __fastcall TUnboundModeDemoFastestSweepersForm(TComponent* Owner);
    bool FastestTimesResetted;
    int __fastcall ShowModal();
};
//---------------------------------------------------------------------------
extern PACKAGE TUnboundModeDemoFastestSweepersForm *UnboundModeDemoFastestSweepersForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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