📄 ids.h
字号:
/* ---------------------------------------------------------------------------- * Copyright (C) 2004 by egnite Software GmbH * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program 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 General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * ---------------------------------------------------------------------------- * Parts are * * Copyright (C) 1998, 1999, 2000 Red Hat, Inc. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * This program 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 General Public License for * more details. * * You should have received a copy of the GNU General Public License along with * this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * ---------------------------------------------------------------------------- *//* * $Log: ids.h,v $ * Revision 1.4 2005/07/22 18:44:43 haraldkipp * New toolbar buttons added * * Revision 1.3 2004/08/18 13:34:20 haraldkipp * Now working on Linux * * Revision 1.2 2004/08/03 15:03:25 haraldkipp * Another change of everything * * Revision 1.1 2004/06/07 16:11:22 haraldkipp * Complete redesign based on eCos' configtool * */#define ID_MAIN_FRAME 2000#define ID_CONFIG_SASH_WINDOW 2500#define ID_PROPERTIES_SASH_WINDOW 2502#define ID_SHORT_DESCR_SASH_WINDOW 2504#define ID_OUTPUT_SASH_WINDOW 2505#define ID_OUTPUT_WINDOW 2002#define ID_MEMORY_WINDOW 2004#define ID_SPLITTER_WINDOW 2006#define ID_SCROLLED_WINDOW 2007#define ID_TREE_CTRL 2008#define ID_VALUE_WINDOW 2009#define ID_IMPORT 2010#define ID_EXPORT 2011#define ID_FIND_NEXT 2012#define ID_SAVE_OUTPUT 2013#define ID_TOOLBAR 2014#define ID_ITEM_EDIT_WINDOW 2017#define ID_WHATS_THIS 2018#define ID_SHORT_DESCR_WINDOW 2019#define ID_PROPERTIES_WINDOW 2020#define ID_SETTINGS 2021#define ID_TOOLBARS 2022#define ID_TOGGLE_PROPERTIES 2023#define ID_TOGGLE_OUTPUT 2024#define ID_TOGGLE_SHORT_DESCR 2025#define ID_BUILD_LIBRARY 2027#define ID_BUILD_TESTS 2028#define ID_CLEAN 2029#define ID_STOP_BUILD 2030#define ID_GENERATE_BUILD_TREE 2031#define ID_BUILD_OPTIONS 2032#define ID_BUILD_REPOSITORY 2033#define ID_BUILD_TEMPLATES 2034#define ID_BUILD_PACKAGES 2035#define ID_PATHS_BUILD_TOOLS 2036#define ID_PATHS_USER_TOOLS 2037#define ID_PATHS 2038#define ID_SHELL 2039#define ID_RUN_TESTS 2040#define ID_PLATFORMS 2041#define ID_ADMINISTRATION 2043#define ID_INDEX_DOCS 2044#define ID_CONFIGTOOL_HELP 2045#define ID_NUTOS_HELP 2046#define ID_CONTEXT_HELP 2047#define ID_LOCATE_ITEM 2048#define ID_RESOLVE_ITEM 2049#define ID_SETTINGS_DIALOG 2050#define ID_SETTINGS_NOTEBOOK 2051#define ID_SETTINGS_REPOSITORY 2052#define ID_SETTINGS_BUILD 2053#define ID_BROWSE_BUTTON 2054#define ID_PATH_ENTRY 2055#define ID_ENTRY_SRCDIR 2056#define ID_BROWSE_SRCDIR 2057#define ID_COMBO_SRCDIR 2058#define ID_BROWSE_INSTALL 2059#define ID_PATH_INSTALL 2060#define ID_BROWSE_INCLFIRST 2061#define ID_BROWSE_INCLLAST 2062#define ID_HELP_ABOUT 2063#define ID_BROWSE_REPOPATH 2064#define ID_BUILD_NUTOS 2065#define ID_CREATE_SAMPLE_APPS 2066#define ID_ENTRY_APPDIR 2067#define ID_BROWSE_APPDIR 2068#define ID_COMBO_APPDIR 2069#define ID_TOOLBARSIZE 2070
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -