editorsinplacedemocars.h

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

H
50
字号
//---------------------------------------------------------------------------

#ifndef EditorsInPlaceDemoCarsH
#define EditorsInPlaceDemoCarsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxCalc.hpp"
#include "cxCheckBox.hpp"
#include "cxContainer.hpp"
#include "cxControls.hpp"
#include "cxDBEdit.hpp"
#include "cxEdit.hpp"
#include "cxMemo.hpp"
#include "cxTextEdit.hpp"
#include <ExtCtrls.hpp>
#include "cxListBox.hpp"
//---------------------------------------------------------------------------
class TEditorsInPlaceDemoCarsForm : public TForm
{
__published:	// IDE-managed Components
  TPanel *pnlCarInfo;
  TLabel *Label6;
  TcxDBMemo *cxDBMemo1;
  TPanel *Panel1;
  TLabel *Label3;
  TLabel *Label4;
  TcxDBTextEdit *cxDBTextEdit1;
  TcxDBTextEdit *cxDBTextEdit2;
  TGroupBox *GroupBox1;
  TcxDBTextEdit *cxDBTextEdit5;
  TcxDBTextEdit *cxDBTextEdit4;
  TcxDBTextEdit *cxDBTextEdit8;
  TGroupBox *GroupBox2;
  TcxDBCheckBox *cxDBCheckBox;
  TcxDBListBox *cxDBListBox;
  TGroupBox *GroupBox3;
  TcxDBTextEdit *cxDBTextEdit7;
  TcxDBTextEdit *cxDBTextEdit6;
private:	// User declarations
public:		// User declarations
  __fastcall TEditorsInPlaceDemoCarsForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TEditorsInPlaceDemoCarsForm *EditorsInPlaceDemoCarsForm;
//---------------------------------------------------------------------------
#endif
 

⌨️ 快捷键说明

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