毕业作品网站

 首 页 机械毕业设计 电子电气毕业设计 计算机毕业设计 土木工程毕业设计 视觉传达毕业设计 理工论文 文科论文 毕设资料 帮助中心 设计流程 
垫片
您现在所在的位置:首页 >>计算机毕业设计 >> 文章内容
                 
垫片
   我们提供全套毕业设计和毕业论文服务,联系微信号:biyezuopinvvp QQ:1015083682   

VC学校收费管理系统153

文章来源:www.biyezuopin.vip   发布者:毕业作品网站  

VC学校收费管理系统153

 

VC学校收费管理系统153

 

#if !definedhttp://www.16sheji8.cn/(AFX_DATAGRID_H__84DB46D3_339C_4042_BB3D_11D6FE288C1B__INCLUDED_)
#define AFX_DATAGRID_H__84DB46D3_339C_4042_BB3D_11D6FE288C1B__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 COleFont;
class CStdDataFormatsDisp;
class CPicture;
class CColumns;
class CSelBookmarks;
class CSplits;

/////////////////////////////////////////////////////////////////////////////
// CDataGrid wrapper class

class CDataGrid : public CWnd
{
protected:
 DECLARE_DYNCREATE(CDataGrid)
public:
 CLSID const& GetClsid()
 {
  static CLSID const clsid
   = { 0xcde57a43, 0x8b86, 0x11d0, { 0xb3, 0xc6, 0x0, 0xa0, 0xc9, 0xa, 0xea, 0x82 } };
  return clsid;
 }
 virtual BOOL Create(LPCTSTR lpszClassName,
  LPCTSTR lpszWindowName, DWORD dwStyle,
  const RECT& rect,
  CWnd* pParentWnd, UINT nID,http://www.16sheji8.cn/
  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:
 long GetAddNewMode();
 BOOL GetAllowAddNew();
 void SetAllowAddNew(BOOL bNewValue);
 BOOL GetAllowArrows();
 void SetAllowArrows(BOOL bNewValue);
 BOOL GetAllowDelete();
 void SetAllowDelete(BOOL bNewValue);
 BOOL GetAllowRowSizing();
 void SetAllowRowSizing(BOOL bNewValue);
 BOOL GetAllowUpdate();
 void SetAllowUpdate(BOOL bNewValue);
 long GetAppearance();
 void SetAppearance(long nNewValue);
 long GetApproxCount();
 unsigned long GetBackColor();
 void SetBackColor(unsigned long newValue);
 VARIANT GetBookmark();
 void SetBookmark(const VARIANT& newValue);
 long GetBorderStyle();
 void SetBorderStyle(long nNewValue);
 CString GetCaption();
 void SetCaption(LPCTSTR lpszNewValue);
 short GetCol();http://www.16sheji8.cn/
 void SetCol(short nNewValue);
 BOOL GetColumnHeaders();
 void SetColumnHeaders(BOOL bNewValue);
 BOOL GetCurrentCellModified();
 void SetCurrentCellModified(BOOL bNewValue);
 BOOL GetCurrentCellVisible();
 void SetCurrentCellVisible(BOOL bNewValue);
 BOOL GetDataChanged();
 void SetDataChanged(BOOL bNewValue);
 LPUNKNOWN GetDataSource();
 void SetRefDataSource(LPUNKNOWN newValue);
 CString GetDataMember();
 void SetDataMember(LPCTSTR lpszNewValue);
 float GetDefColWidth();
 void SetDefColWidth(float newValue);
 BOOL GetEditActive();
 void SetEditActive(BOOL bNewValue);
 BOOL GetEnabled();
 void SetEnabled(BOOL bNewValue);
 CString GetErrorText();
 COleFont GetFont();
 void SetRefFont(LPDISPATCH newValue);
 unsigned long GetForeColor();
 void SetForeColor(unsigned long newValue);
 VARIANT GetFirstRow();
 void SetFirstRow(const VARIANT& newValue);
 COleFont GetHeadFont();
 void SetRefHeadFont(LPDISPATCH newValue);
 float GetHeadLines();
 void SetHeadLines(float newValue);
 long GetHWnd();
 long GetHWndEditor();
 short GetLeftCol();
 void SetLeftCol(short nNewValue);
 long GetMarqueeStyle();
 void SetMarqueeStyle(long nNewValue);
 BOOL GetRecordSelectors();
 void SetRecordSelectors(BOOL bNewValue);
 BOOL GetRightToLeft();
 void SetRightToLeft(BOOL bNewValue);
 short GetRow();
 void SetRow(short nNewValue);
 long GetRowDividerStyle();
 void SetRowDividerStyle(long nNewValue);
 float GetRowHeight();
 void SetRowHeight(float newValue);
 long GetScrollBars();
 void SetScrollBars(long nNewValue);
 short GetSelEndCol();
 void SetSelEndCol(short nNewValue);
 long GetSelLength();
 void SetSelLength(long nNewValue);
 long GetSelStart();
 void SetSelStart(long nNewValue);
 short GetSelStartCol();
 void SetSelStartCol(short nNewValue);
 CString GetSelText();
 void SetSelText(LPCTSTR lpszNewValue);
 short GetSplit();
 void SetSplit(short nNewValue);
 BOOL GetTabAcrossSplits();
 void SetTabAcrossSplits(BOOL bNewValue);http://www.16sheji8.cn/
 long GetTabAction();
 void SetTabAction(long nNewValue);
 CString GetText();
 void SetText(LPCTSTR lpszNewValue);
 short GetVisibleCols();
 short GetVisibleRows();
 BOOL GetWrapCellPointer();
 void SetWrapCellPointer(BOOL bNewValue);
 CStdDataFormatsDisp GetDataFormats();
 CPicture CaptureImage();
 void ClearSelCols();
 void ClearFields();
 short ColContaining(float X);
 CColumns GetColumns();
 VARIANT GetBookmark(long RowNum);
 void HoldFields();
 void ReBind();
 void Refresh();
 VARIANT RowBookmark(short RowNum);
 short RowContaining(float Y);
 float RowTop(short RowNum);
 void Scroll(long Cols, long Rows);
 CSelBookmarks GetSelBookmarks();
 short SplitContaining(float X, float Y);
 CSplits GetSplits();
 CString GetItem(int ColNum); // 读取当前行的数据
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_DATAGRID_H__84DB46D3_339C_4042_BB3D_11D6FE288C1B__INCLUDED_)

  全套毕业设计论文现成成品资料请咨询微信号:biyezuopinvvp QQ:1015083682     返回首页 如转载请注明来源于www.biyezuopin.vip  

                 

打印本页 | 关闭窗口
 上一篇文章:MCGS监测系统软件_A180
本类最新文章
基于MatlabSimulink 35kV输电线路继电保护的设计 分布式风电场低电压穿越故障建模与
大学生内容分享和社交平台的设计与 基于SSM框架的企业人事薪酬管理 基于大模型的代码注释自动生成与维
| 关于我们 | 友情链接 | 毕业设计招聘 |

Email:biyeshejiba@163.com 微信号:biyezuopinvvp QQ:1015083682  
本站毕业设计毕业论文资料均属原创者所有,仅供学习交流之用,请勿转载并做其他非法用途.如有侵犯您的版权有损您的利益,请联系我们会立即改正或删除有关内容!