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

📄 editorsstylesdemoplanets.h

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

#ifndef EditorsStylesDemoPlanetsH
#define EditorsStylesDemoPlanetsH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxContainer.hpp"
#include "cxControls.hpp"
#include "cxEdit.hpp"
#include "cxMemo.hpp"
#include "cxPropertiesStore.hpp"
#include "cxTextEdit.hpp"
#include "EditorsStylesDemoBase.h"
#include <ExtCtrls.hpp>
#include <Menus.hpp>
#include "cxLabel.hpp"
#include "cxListView.hpp"
#include "cxMCListBox.hpp"
#include "cxSplitter.hpp"
#include <ImgList.hpp>
//---------------------------------------------------------------------------
class TEditorsStylesDemoPlanetsFrame : public TEditorsStylesDemoBaseFrame
{
__published:	// IDE-managed Components
  TPanel *pnlPlanets;
  TPanel *pnlPlanetsLbl;
  TcxLabel *lblPlanets;
  TcxMCListBox *cxMCListBox;
  TPanel *pnlSatellites;
  TPanel *pnlSatellitesLbl;
  TcxLabel *lblSatellites;
  TcxListView *cxListView;
  TcxSplitter *cxSplitter;
  TImageList *ImageList;
  void __fastcall cxMCListBoxClick(TObject *Sender);
  void __fastcall cxListViewInfoTip(TObject *Sender, TListItem *Item,
          AnsiString &InfoTip);
private:
  TStringList* FRecordValues;
  void __fastcall UpdateSatellites();
  String __fastcall GetValue(int ARecordIndex, int AColIndex);
  int __fastcall GetIndexByName(String AName);
  void InitCurrentRecordValues(String ARecord);
public:		// User declarations
  String __fastcall Name();
  String __fastcall BriefName();
  __fastcall TEditorsStylesDemoPlanetsFrame(TComponent* Owner);
  __fastcall ~TEditorsStylesDemoPlanetsFrame();
  String StylesIniPath();
  TColor GetStyleBackgroundColor();
  String Description();
};
//---------------------------------------------------------------------------
extern PACKAGE TEditorsStylesDemoPlanetsFrame *EditorsStylesDemoPlanetsFrame;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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