⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 editorsinplacedemocars.h

📁 DevExpress ExpressQuantumGrid Suite v5.9 Full Source
💻 H
字号:
//---------------------------------------------------------------------------

#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -