From 1daa0565659d38b74b24815a986df000fb97a2bf Mon Sep 17 00:00:00 2001
From: xj qian <qianxj15@sina.com>
Date: 星期二, 23 七月 2024 13:19:29 +0800
Subject: [PATCH] uodate start menu
---
jrj/xframe/kobject/kdwgrid.hpp | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/jrj/xframe/kobject/kdwgrid.hpp b/jrj/xframe/kobject/kdwgrid.hpp
index c3620d5..e983c66 100644
--- a/jrj/xframe/kobject/kdwgrid.hpp
+++ b/jrj/xframe/kobject/kdwgrid.hpp
@@ -55,6 +55,7 @@
int SelectRow_(int nRow, bool bSelect = true) ;//选中单行
int SelectRow_(int sRow, int eRow, bool bSelect = true) ;//选中多行
int GetNextSelectRow_(int nStartRow) ; //得到下拉修改行
+ int GetPrevSelectRow(int nStartRow);
bool IsRowSelected_(int nRow) ; //判断行是否被选种
int SetSelectBkColor_(COLORREF color) ; //设置选择的背景颜色
int SetSelectionMode_(int nMode) ; //设置选择的模式//0 unselection 1 singleSelection 2 multiselection 3 multiselectionex
@@ -213,7 +214,9 @@
int SetColumnState(LPCTSTR column, bool state);
void SetDataToClip(LPCTSTR DataStr);
- int AcceptText();
+ int AcceptText() {
+ return 1;
+ };
int ShowRowTo(int row);
int GetShowRow();
LPCTSTR GetTitleName(int col);
@@ -236,6 +239,8 @@
public:
void ResetRepeats();
void AddRepeats(wchar_t* colName);
+ public:
+ void ShowEditor();
};
}}
}}
--
Gitblit v1.9.3