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

📄 demorating.h

📁 delphi的的三方控件
💻 H
字号:
//---------------------------------------------------------------------------

#ifndef DemoRatingH
#define DemoRatingH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include "cxButtons.hpp"
#include "cxContainer.hpp"
#include "cxControls.hpp"
#include "cxEdit.hpp"
#include "cxLookAndFeelPainters.hpp"
#include "cxMemo.hpp"
#include "cxRadioGroup.hpp"
#include "cxTextEdit.hpp"
//---------------------------------------------------------------------------
class TDemoRatingForm : public TForm
{
__published:	// IDE-managed Components
  TLabel *Label1;
  TLabel *Label2;
  TLabel *Label3;
  TLabel *Label4;
  TcxMemo *memRateDescrip;
  TcxButton *btnSend;
  TcxRadioGroup *rgRate;
  void __fastcall rgRateChange(TObject *Sender);
  void __fastcall btnSendClick(TObject *Sender);
private:	// User declarations
  static AnsiString OurEmail;
  static AnsiString EmailSubj;
  void __fastcall AdjustMessageBody(String &ABody, String ASearchStr,
    String AReplaceStr);
public:		// User declarations
  __fastcall TDemoRatingForm(TComponent* Owner);
};

AnsiString TDemoRatingForm::OurEmail = "Support@devexpress.com";
AnsiString TDemoRatingForm::EmailSubj = "cxVerticalGrid.Demos.";

//---------------------------------------------------------------------------
extern PACKAGE TDemoRatingForm *DemoRatingForm;
//---------------------------------------------------------------------------
#endif

⌨️ 快捷键说明

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