smdbgridstrings.rc

来自「SecurityLib一个user-rights系统控件」· RC 代码 · 共 39 行

RC
39
字号
#include "SMDBGridStrings.rh"


STRINGTABLE {

  strMessage        "Print..."
  strSaveChanges    "Do you really want to save a changes on the Database Server?"
  strErrSaveChanges "Can't save a data! Check a Server connection or data validation."
  strDeleteWarning  "Do you really want to delete a table %s?"
  strEmptyWarning   "Do you really want to empty a table %s?"


  SMDBGridPopUpCaptionStart +  0 	"Add record"
  SMDBGridPopUpCaptionStart +  1 	"Insert record"
  SMDBGridPopUpCaptionStart +  2 	"Edit record"
  SMDBGridPopUpCaptionStart +  3 	"Delete record"
  SMDBGridPopUpCaptionStart +  4 	"-"
  SMDBGridPopUpCaptionStart +  5 	"Print ..."
  SMDBGridPopUpCaptionStart +  6 	"Export ..."
  SMDBGridPopUpCaptionStart +  7 	"-"
  SMDBGridPopUpCaptionStart +  8 	"Save changes"
  SMDBGridPopUpCaptionStart +  9 	"Discard changes"
  SMDBGridPopUpCaptionStart + 10 	"Refresh"
  SMDBGridPopUpCaptionStart + 11 	"-"
  SMDBGridPopUpCaptionStart + 12 	"Select/Unselect records"
  SMDBGridPopUpCaptionStart + 13 	   "Select record"
  SMDBGridPopUpCaptionStart + 14 	   "Select All records"
  SMDBGridPopUpCaptionStart + 15 	   "-"
  SMDBGridPopUpCaptionStart + 16 	   "UnSelect record"
  SMDBGridPopUpCaptionStart + 17 	   "UnSelect All records"
  SMDBGridPopUpCaptionStart + 18 	"-"
  SMDBGridPopUpCaptionStart + 19 	"Save column layout"
  SMDBGridPopUpCaptionStart + 20 	"Restore column layout"
  SMDBGridPopUpCaptionStart + 21 	"-"
  SMDBGridPopUpCaptionStart + 22 	"Setup..."


}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?