⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 shell32_cs.rc

📁 winNT技术操作系统,国外开放的原代码和LIUX一样
💻 RC
字号:
/*
 * Copyright 1998 Juergen Schmied
 * Copyright 2003 Filip Navara
 *
 * 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_CZECH, SUBLANG_DEFAULT

MENU_001 MENU DISCARDABLE
BEGIN
	MENUITEM "&Vedle sebe",		FCIDM_SHVIEW_BIGICON
	MENUITEM "&Ikony",		FCIDM_SHVIEW_SMALLICON
	MENUITEM "&Seznam",		FCIDM_SHVIEW_LISTVIEW
	MENUITEM "&Podrobnosti",	FCIDM_SHVIEW_REPORTVIEW
END

/*
 shellview background menu
*/
MENU_002 MENU DISCARDABLE
BEGIN
	POPUP ""
	BEGIN
	  POPUP "Z&obrazit"
	  BEGIN
	    MENUITEM "&Vedle sebe",	FCIDM_SHVIEW_BIGICON
	    MENUITEM "&Ikony",		FCIDM_SHVIEW_SMALLICON
	    MENUITEM "&Seznam",		FCIDM_SHVIEW_LISTVIEW
	    MENUITEM "&Podrobnosti",	FCIDM_SHVIEW_REPORTVIEW
	  END
	  MENUITEM SEPARATOR
	  POPUP "Se鴄dit &ikony"
	  BEGIN
	    MENUITEM "Podle &N醶vu",	0x30	/* column 0 */
	    MENUITEM "Podle &Typu",	0x32	/* column 2 */
	    MENUITEM "Podle &Velikosti",	0x31	/* ... */
	    MENUITEM "Podle &Data",	0x33
	    MENUITEM SEPARATOR
	    MENUITEM "&Rovnat automaticky",	FCIDM_SHVIEW_AUTOARRANGE
	  END
	  MENUITEM "Zarovnat ikony",	FCIDM_SHVIEW_SNAPTOGRID
	  MENUITEM SEPARATOR
	  MENUITEM "A&ktualizovat",	FCIDM_SHVIEW_REFRESH
	  MENUITEM SEPARATOR
	  MENUITEM "V&lo瀒t",		FCIDM_SHVIEW_INSERT
	  MENUITEM "Vlo瀒t z醩t&upce",	FCIDM_SHVIEW_INSERTLINK
	  MENUITEM SEPARATOR
	  POPUP "&Nov

⌨️ 快捷键说明

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