| | |
| | | public: |
| | | int Redraw(); |
| | | public: |
| | | int DoAcceptText(); |
| | | int AcceptText() { return 1;} |
| | | //int DoAcceptText(); |
| | | //int AcceptText() { return 1;} |
| | | public: |
| | | int SetStyle(DWORD dwStyle); |
| | | int SetStyleEx(DWORD dwStyleEx); |
| | |
| | | int SetColumnState(LPCTSTR column, bool state); |
| | | |
| | | void SetDataToClip(LPCTSTR DataStr); |
| | | int AcceptText(); |
| | | int AcceptText_(); |
| | | int ShowRowTo(int row); |
| | | int GetShowRow(); |
| | | LPCTSTR GetTitleName(int col); |
| | |
| | | void ClearOriginString(int nRow, int nCol); |
| | | void ClearAdvanceString(int nRow, int nCol); |
| | | public: |
| | | int AcceptText(); |
| | | int AcceptText_(); |
| | | int getNullCell(POINT& p); |
| | | int ExpandRow(); |
| | | int ExpandRow(int sRow, int eRow); |
| | |
| | | } |
| | | int AcceptText() |
| | | { |
| | | return getKReport()->AcceptText(); |
| | | return getKReport()->AcceptText_(); |
| | | } |
| | | int ShowRowTo(int row) |
| | | { |
| | |
| | | public: |
| | | int AcceptText() |
| | | { |
| | | return GetDwTable()->AcceptText(); |
| | | return GetDwTable()->AcceptText_(); |
| | | } |
| | | int getNullCell(POINT& p) |
| | | { |