📄 crystalctrl.h
字号:
#if !defined(AFX_CRYSTALCTRL_H__D77861E7_F128_46D6_9C9C_F79906EA0695__INCLUDED_)
#define AFX_CRYSTALCTRL_H__D77861E7_F128_46D6_9C9C_F79906EA0695__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
// Dispatch interfaces referenced by this interface
class CRowCursor;
/////////////////////////////////////////////////////////////////////////////
// CCrystalCtrl wrapper class
class CCrystalCtrl : public CWnd
{
protected:
DECLARE_DYNCREATE(CCrystalCtrl)
public:
CLSID const& GetClsid()
{
static CLSID const clsid
= { 0x25601, 0x0, 0x0, { 0xc0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x46 } };
return clsid;
}
virtual BOOL Create(LPCTSTR lpszClassName,
LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect,
CWnd* pParentWnd, UINT nID,
CCreateContext* pContext = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
const RECT& rect, CWnd* pParentWnd, UINT nID,
CFile* pPersist = NULL, BOOL bStorage = FALSE,
BSTR bstrLicKey = NULL)
{ return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
pPersist, bStorage, bstrLicKey); }
// Attributes
public:
// Operations
public:
CString GetReportFileName();
void SetReportFileName(LPCTSTR lpszNewValue);
short GetWindowLeft();
void SetWindowLeft(short nNewValue);
short GetWindowTop();
void SetWindowTop(short nNewValue);
short GetWindowWidth();
void SetWindowWidth(short nNewValue);
short GetWindowHeight();
void SetWindowHeight(short nNewValue);
CString GetWindowTitle();
void SetWindowTitle(LPCTSTR lpszNewValue);
BOOL GetWindowControlBox();
void SetWindowControlBox(BOOL bNewValue);
BOOL GetWindowMaxButton();
void SetWindowMaxButton(BOOL bNewValue);
BOOL GetWindowMinButton();
void SetWindowMinButton(BOOL bNewValue);
CString GetPrintFileName();
void SetPrintFileName(LPCTSTR lpszNewValue);
CString GetSelectionFormula();
void SetSelectionFormula(LPCTSTR lpszNewValue);
CString GetGroupSelectionFormula();
void SetGroupSelectionFormula(LPCTSTR lpszNewValue);
long GetWindowParentHandle();
void SetWindowParentHandle(long nNewValue);
short GetCopiesToPrinter();
void SetCopiesToPrinter(short nNewValue);
short GetAction();
void SetAction(short nNewValue);
short GetLastErrorNumber();
void SetLastErrorNumber(short nNewValue);
CString GetLastErrorString();
void SetLastErrorString(LPCTSTR lpszNewValue);
CString GetConnect();
void SetConnect(LPCTSTR lpszNewValue);
long GetSessionHandle();
void SetSessionHandle(long nNewValue);
CString GetUserName_();
void SetUserName(LPCTSTR lpszNewValue);
CString GetPassword();
void SetPassword(LPCTSTR lpszNewValue);
long GetDestination();
void SetDestination(long nNewValue);
long GetPrintFileType();
void SetPrintFileType(long nNewValue);
long GetWindowBorderStyle();
void SetWindowBorderStyle(long nNewValue);
CString GetBoundReportHeading();
void SetBoundReportHeading(LPCTSTR lpszNewValue);
BOOL GetBoundReportFooter();
void SetBoundReportFooter(BOOL bNewValue);
long GetReportSource();
void SetReportSource(long nNewValue);
short GetDetailCopies();
void SetDetailCopies(short nNewValue);
BOOL GetDiscardSavedData();
void SetDiscardSavedData(BOOL bNewValue);
CString GetEMailCCList();
void SetEMailCCList(LPCTSTR lpszNewValue);
CString GetEMailMessage();
void SetEMailMessage(LPCTSTR lpszNewValue);
CString GetEMailSubject();
void SetEMailSubject(LPCTSTR lpszNewValue);
CString GetEMailToList();
void SetEMailToList(LPCTSTR lpszNewValue);
short GetMarginBottom();
void SetMarginBottom(short nNewValue);
short GetMarginLeft();
void SetMarginLeft(short nNewValue);
short GetMarginRight();
void SetMarginRight(short nNewValue);
short GetMarginTop();
void SetMarginTop(short nNewValue);
short GetPrintDay();
void SetPrintDay(short nNewValue);
long GetPrinterCollation();
void SetPrinterCollation(long nNewValue);
short GetPrinterCopies();
void SetPrinterCopies(short nNewValue);
CString GetPrinterDriver();
void SetPrinterDriver(LPCTSTR lpszNewValue);
CString GetPrinterName();
void SetPrinterName(LPCTSTR lpszNewValue);
CString GetPrinterPort();
void SetPrinterPort(LPCTSTR lpszNewValue);
short GetPrinterStartPage();
void SetPrinterStartPage(short nNewValue);
short GetPrinterStopPage();
void SetPrinterStopPage(short nNewValue);
CString GetPrintFileCharSepQuote();
void SetPrintFileCharSepQuote(LPCTSTR lpszNewValue);
CString GetPrintFileCharSepSeparator();
void SetPrintFileCharSepSeparator(LPCTSTR lpszNewValue);
BOOL GetPrintFileUseRptDateFmt();
void SetPrintFileUseRptDateFmt(BOOL bNewValue);
BOOL GetPrintFileUseRptNumberFmt();
void SetPrintFileUseRptNumberFmt(BOOL bNewValue);
short GetPrintMonth();
void SetPrintMonth(short nNewValue);
short GetPrintYear();
void SetPrintYear(short nNewValue);
long GetRecordsPrinted();
void SetRecordsPrinted(long nNewValue);
long GetRecordsRead();
void SetRecordsRead(long nNewValue);
long GetRecordsSelected();
void SetRecordsSelected(long nNewValue);
short GetReportDisplayPage();
void SetReportDisplayPage(short nNewValue);
short GetReportLatestPage();
void SetReportLatestPage(short nNewValue);
short GetReportStartPage();
void SetReportStartPage(short nNewValue);
CString GetSQLQuery();
void SetSQLQuery(LPCTSTR lpszNewValue);
short GetStatus();
void SetStatus(short nNewValue);
BOOL GetWindowControls();
void SetWindowControls(BOOL bNewValue);
long GetWindowState();
void SetWindowState(long nNewValue);
CRowCursor GetDataSource();
void SetDataSource(LPDISPATCH newValue);
CString GetFormulas(short index);
void SetFormulas(short index, LPCTSTR lpszNewValue);
CString GetSortFields(short index);
void SetSortFields(short index, LPCTSTR lpszNewValue);
CString GetGroupSortFields(short index);
void SetGroupSortFields(short index, LPCTSTR lpszNewValue);
CString GetDataFiles(short index);
void SetDataFiles(short index, LPCTSTR lpszNewValue);
CString GetGroupCondition(short index);
void SetGroupCondition(short index, LPCTSTR lpszNewValue);
CString GetSectionMinHeight(short index);
void SetSectionMinHeight(short index, LPCTSTR lpszNewValue);
CString GetSectionFormat(short index);
void SetSectionFormat(short index, LPCTSTR lpszNewValue);
CString GetSectionLineHeight(short index);
void SetSectionLineHeight(short index, LPCTSTR lpszNewValue);
CString GetSectionFont(short index);
void SetSectionFont(short index, LPCTSTR lpszNewValue);
CString GetStoredProcParam(short index);
void SetStoredProcParam(short index, LPCTSTR lpszNewValue);
CString GetGraphType(short index);
void SetGraphType(short index, LPCTSTR lpszNewValue);
CString GetGraphData(short index);
void SetGraphData(short index, LPCTSTR lpszNewValue);
CString GetGraphText(short index);
void SetGraphText(short index, LPCTSTR lpszNewValue);
CString GetGraphOptions(short index);
void SetGraphOptions(short index, LPCTSTR lpszNewValue);
CString GetLogonInfo(short index);
void SetLogonInfo(short index, LPCTSTR lpszNewValue);
void AboutBox();
short PrintReport();
CString FetchSelectionFormula();
void ReplaceSelectionFormula(LPCTSTR s);
short RetrieveDataFiles();
short RetrieveLogonInfo();
void RetrieveSQLQuery();
short RetrieveStoredProcParams();
short LogOnServer(LPCTSTR dll, LPCTSTR server, LPCTSTR database, LPCTSTR userid, LPCTSTR Password);
void LogOffServer(short id, BOOL all);
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CRYSTALCTRL_H__D77861E7_F128_46D6_9C9C_F79906EA0695__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -