📄 shell32_it.rc
字号:
/*
* Copyright 1998 Juergen Schmied
* Copyright 2003-2004 Puoti
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
LANGUAGE LANG_ITALIAN, SUBLANG_DEFAULT
MENU_001 MENU DISCARDABLE
BEGIN
MENUITEM "&Icone Grandi", FCIDM_SHVIEW_BIGICON
MENUITEM "&Icone Piccole", FCIDM_SHVIEW_SMALLICON
MENUITEM "&Lista", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&Dettagli", FCIDM_SHVIEW_REPORTVIEW
END
/*
shellview background menu
*/
MENU_002 MENU DISCARDABLE
BEGIN
POPUP ""
BEGIN
POPUP "&Visualizza"
BEGIN
MENUITEM "&Icone Grandi", FCIDM_SHVIEW_BIGICON
MENUITEM "&Icone Piccole", FCIDM_SHVIEW_SMALLICON
MENUITEM "&Lista", FCIDM_SHVIEW_LISTVIEW
MENUITEM "&Dettagli", FCIDM_SHVIEW_REPORTVIEW
END
MENUITEM SEPARATOR
POPUP "Disponi &Icone"
BEGIN
MENUITEM "Per &Nome", 0x30 /* column 0 */
MENUITEM "Per &Tipo", 0x32 /* column 2 */
MENUITEM "Per &Dimensione", 0x31 /* ... */
MENUITEM "Per &Data", 0x33
MENUITEM SEPARATOR
MENUITEM "&Disponi Automaticamente", FCIDM_SHVIEW_AUTOARRANGE
END
MENUITEM "Allinea Icone", FCIDM_SHVIEW_SNAPTOGRID
MENUITEM SEPARATOR
MENUITEM "Aggiorna", FCIDM_SHVIEW_REFRESH
MENUITEM SEPARATOR
MENUITEM "Incolla", FCIDM_SHVIEW_INSERT
MENUITEM "Crea Collegamento", FCIDM_SHVIEW_INSERTLINK
MENUITEM SEPARATOR
POPUP "Nuovo"
BEGIN
MENUITEM "Nuova &Cartella", FCIDM_SHVIEW_NEWFOLDER
MENUITEM "Nuovo &Collegamento", FCIDM_SHVIEW_NEWLINK
MENUITEM SEPARATOR
END
MENUITEM SEPARATOR
MENUITEM "Propriet
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -