resource.h

来自「一个类似windows」· C头文件 代码 · 共 18 行

H
18
字号
/*
 * PROJECT:     ReactOS utilities
 * LICENSE:     GPL - See COPYING in the top level directory
 * FILE:        apps/utils/getfirefox/resource.h
 * PURPOSE:     Resource constants
 * COPYRIGHT:   Copyright 2005 Ge van Geldorp (gvg@reactos.org)
 */

#define IDI_ICON_MAIN 1

#define IDD_GETFIREFOX 100

#define IDC_PROGRESS 1000
#define IDC_STATUS   1001
#define IDC_REMOVE   1002

#define IDS_START_MENU_NAME 1100

⌨️ 快捷键说明

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