split.h
上传用户:gulin912
上传日期:2022-08-10
资源大小:330k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_SPLIT_H__70AAB163_B242_41BB_A87C_51E2FE26BC34__INCLUDED_)
  2. #define AFX_SPLIT_H__70AAB163_B242_41BB_A87C_51E2FE26BC34__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  7. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  8. //  Microsoft Visual C++, your modifications will be overwritten.
  9. // Dispatch interfaces referenced by this interface
  10. class CColumns;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CSplit wrapper class
  13. class CSplit : public COleDispatchDriver
  14. {
  15. public:
  16. CSplit() {} // Calls COleDispatchDriver default constructor
  17. CSplit(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CSplit(const CSplit& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. // Operations
  22. public:
  23. BOOL GetAllowFocus();
  24. void SetAllowFocus(BOOL bNewValue);
  25. BOOL GetAllowRowSizing();
  26. void SetAllowRowSizing(BOOL bNewValue);
  27. BOOL GetAllowSizing();
  28. void SetAllowSizing(BOOL bNewValue);
  29. BOOL GetCurrentCellVisible();
  30. void SetCurrentCellVisible(BOOL bNewValue);
  31. VARIANT GetFirstRow();
  32. void SetFirstRow(const VARIANT& newValue);
  33. short GetIndex();
  34. short GetLeftCol();
  35. void SetLeftCol(short nNewValue);
  36. BOOL GetLocked();
  37. void SetLocked(BOOL bNewValue);
  38. long GetMarqueeStyle();
  39. void SetMarqueeStyle(long nNewValue);
  40. BOOL GetRecordSelectors();
  41. void SetRecordSelectors(BOOL bNewValue);
  42. long GetScrollBars();
  43. void SetScrollBars(long nNewValue);
  44. short GetScrollGroup();
  45. void SetScrollGroup(short nNewValue);
  46. short GetSelEndCol();
  47. void SetSelEndCol(short nNewValue);
  48. short GetSelStartCol();
  49. void SetSelStartCol(short nNewValue);
  50. VARIANT GetSize();
  51. void SetSize(const VARIANT& newValue);
  52. long GetSizeMode();
  53. void SetSizeMode(long nNewValue);
  54. void ClearSelCols();
  55. CColumns GetColumns();
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_SPLIT_H__70AAB163_B242_41BB_A87C_51E2FE26BC34__INCLUDED_)