diff options
Diffstat (limited to 'plugins/CSList/res/cslist.rc')
-rw-r--r-- | plugins/CSList/res/cslist.rc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/plugins/CSList/res/cslist.rc b/plugins/CSList/res/cslist.rc index c50553c3d5..17a8d6a270 100644 --- a/plugins/CSList/res/cslist.rc +++ b/plugins/CSList/res/cslist.rc @@ -49,19 +49,19 @@ CAPTION "Custom Status List" FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "",IDC_CSLIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,3,3,207,204
- CONTROL "A",IDC_ADD,"MButtonClass",WS_TABSTOP,3,210,16,14
- CONTROL "M",IDC_MODIFY,"MButtonClass",WS_TABSTOP,23,210,16,14
- CONTROL "D",IDC_REMOVE,"MButtonClass",WS_TABSTOP,43,210,16,14
+ CONTROL "",IDC_ADD,"MButtonClass",WS_TABSTOP,3,210,16,14
+ CONTROL "",IDC_MODIFY,"MButtonClass",WS_TABSTOP,23,210,16,14
+ CONTROL "",IDC_REMOVE,"MButtonClass",WS_TABSTOP,43,210,16,14
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,63,210,1,14
- CONTROL "F",IDC_FAVOURITE,"MButtonClass",WS_TABSTOP,67,210,16,14
- CONTROL "U",IDC_UNDO,"MButtonClass",WS_DISABLED | WS_TABSTOP,87,210,16,14
- CONTROL "I",IDC_IMPORT,"MButtonClass",WS_TABSTOP,107,210,16,14
- CONTROL "I",IDC_FILTER,"MButtonClass",WS_TABSTOP | 0x1000,127,210,16,14
+ CONTROL "",IDC_FAVOURITE,"MButtonClass",WS_TABSTOP,67,210,16,14
+ CONTROL "",IDC_UNDO,"MButtonClass",WS_DISABLED | WS_TABSTOP,87,210,16,14
+ CONTROL "",IDC_IMPORT,"MButtonClass",WS_TABSTOP,107,210,16,14
+ CONTROL "",IDC_FILTER,"MButtonClass",WS_TABSTOP | 0x1000,127,210,16,14
EDITTEXT IDC_FILTER_FIELD,3,210,120,14,ES_AUTOHSCROLL | NOT WS_VISIBLE | WS_DISABLED
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,147,210,1,14
- CONTROL "N",IDCLOSE,"MButtonClass",WS_TABSTOP,153,210,16,14
- CONTROL "C",IDC_CANCEL,"MButtonClass",WS_TABSTOP,173,210,16,14
- CONTROL "O",IDOK,"MButtonClass",WS_TABSTOP,193,210,16,14
+ CONTROL "",IDCLOSE,"MButtonClass",WS_TABSTOP,153,210,16,14
+ CONTROL "",IDC_CANCEL,"MButtonClass",WS_TABSTOP,173,210,16,14
+ CONTROL "",IDOK,"MButtonClass",WS_TABSTOP,193,210,16,14
ICON IDI_ADD,IDC_ADD_SAMPLE,102,90,20,20,SS_REALSIZEIMAGE
CTEXT "No items available in the database.\nClick the Add button to define some.",IDC_NO_ITEMS,43,101,130,49,0,WS_EX_TRANSPARENT
END
|