unboundmodedemocustomfield.h

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

H
35
字号
//---------------------------------------------------------------------------

#ifndef UnboundModeDemoCustomFieldH
#define UnboundModeDemoCustomFieldH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxLookAndFeelPainters.hpp"
#include "UnboundModeDemoTypes.h"
//---------------------------------------------------------------------------
class TUnboundModeDemoCustomFieldForm : public TForm
{
__published:	// IDE-managed Components
  TLabel *lbHeight;
  TLabel *lbWidth;
  TLabel *lbMineCount;
  TEdit *edtHeight;
  TEdit *edtWidth;
  TEdit *edtMineCount;
  TcxButton *btnOK;
  TcxButton *bntCancel;
  void __fastcall edtKeyPress(TObject *Sender, char &Key);
private:	// User declarations
public:		// User declarations
  __fastcall TUnboundModeDemoCustomFieldForm(TComponent* Owner);
  int __fastcall ShowModal();
};
//---------------------------------------------------------------------------
extern PACKAGE TUnboundModeDemoCustomFieldForm *UnboundModeDemoCustomFieldForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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