issuelistform.h
来自「DevExpress ExpressQuantumGrid Suite v5.9」· C头文件 代码 · 共 37 行
H
37 行
//---------------------------------------------------------------------------
#ifndef IssueListFormH
#define IssueListFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <DBCtrls.hpp>
#include <ExtCtrls.hpp>
#include "cxControls.hpp"
#include "cxNavigator.hpp"
class TIssueListGridForm;
//---------------------------------------------------------------------------
class TfrmBasic : public TForm
{
__published:
TLabel *lbCaption;
TPanel *plTop;
TcxNavigator *cxNavigator;
private:
TIssueListGridForm* FGridForm;
String GetCaption();
void SetCaption(String ACaption);
public:
__fastcall TfrmBasic(TComponent* Owner);
__property String Caption = {read=GetCaption,write = SetCaption};
__property TIssueListGridForm *GridForm = {read = FGridForm};
};
//---------------------------------------------------------------------------
extern PACKAGE TfrmBasic *frmBasic;
//---------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?