Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygennotepad_res.h
Go to the documentation of this file.
00001 /* 00002 * Constants, used in resources. 00003 * 00004 * Copyright 2002 Sylvain Petreolle <spetreolle@yahoo.fr> 00005 * Copyright 2002 Andriy Palamarchuk 00006 * 00007 * This library is free software; you can redistribute it and/or 00008 * modify it under the terms of the GNU Lesser General Public 00009 * License as published by the Free Software Foundation; either 00010 * version 2.1 of the License, or (at your option) any later version. 00011 * 00012 * This library is distributed in the hope that it will be useful, 00013 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 * Lesser General Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser General Public 00018 * License along with this library; if not, write to the Free Software 00019 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 00020 */ 00021 00022 #define MAIN_MENU 0x201 00023 #define DIALOG_PAGESETUP 0x202 00024 #define ID_ACCEL 0x203 00025 #define DIALOG_ENCODING 0x204 00026 #define ID_ENCODING 0x205 00027 #define ID_EOLN 0x206 00028 #define DIALOG_GOTO 0x207 00029 #define ID_LINENUMBER 0x208 00030 #define IDI_NPICON 0x209 00031 #define IDD_ABOUTBOX 0x20A 00032 #define IDC_LICENSE 0x20B 00033 00034 /* Commands */ 00035 #define CMD_NEW 0x100 00036 #define CMD_OPEN 0x101 00037 #define CMD_SAVE 0x102 00038 #define CMD_SAVE_AS 0x103 00039 #define CMD_PRINT 0x104 00040 #define CMD_PAGE_SETUP 0x105 00041 #define CMD_PRINTER_SETUP 0x106 00042 #define CMD_EXIT 0x108 00043 00044 #define CMD_UNDO 0x110 00045 #define CMD_CUT 0x111 00046 #define CMD_COPY 0x112 00047 #define CMD_PASTE 0x113 00048 #define CMD_DELETE 0x114 00049 #define CMD_SELECT_ALL 0x116 00050 #define CMD_TIME_DATE 0x117 00051 00052 #define CMD_SEARCH 0x120 00053 #define CMD_SEARCH_NEXT 0x121 00054 #define CMD_REPLACE 0x122 00055 #define CMD_GOTO 0x123 00056 00057 #define CMD_WRAP 0x119 00058 #define CMD_FONT 0x140 00059 00060 #define CMD_STATUSBAR 0x150 00061 #define CMD_STATUSBAR_WND_ID 0x151 00062 00063 #define CMD_HELP_CONTENTS 0x130 00064 #define CMD_HELP_SEARCH 0x131 00065 #define CMD_HELP_ON_HELP 0x132 00066 #define CMD_ABOUT 0x135 00067 #define CMD_ABOUT_WINE 0x137 00068 00069 00070 /* Strings */ 00071 #define STRING_PAGESETUP_HEADERVALUE 0x160 00072 #define STRING_PAGESETUP_FOOTERVALUE 0x161 00073 #define STRING_PAGESETUP_LEFTVALUE 0x162 00074 #define STRING_PAGESETUP_RIGHTVALUE 0x163 00075 #define STRING_PAGESETUP_TOPVALUE 0x164 00076 #define STRING_PAGESETUP_BOTTOMVALUE 0x165 00077 00078 #define STRING_NOTEPAD 0x170 00079 #define STRING_ERROR 0x171 00080 #define STRING_WARNING 0x172 00081 #define STRING_INFO 0x173 00082 #define STRING_UNTITLED 0x174 00083 #define STRING_ALL_FILES 0x175 00084 #define STRING_TEXT_FILES_TXT 0x176 00085 #define STRING_TOOLARGE 0x177 00086 #define STRING_NOTEXT 0x178 00087 #define STRING_DOESNOTEXIST 0x179 00088 #define STRING_NOTSAVED 0x17A 00089 00090 #define STRING_NOTFOUND 0x17B 00091 #define STRING_OUT_OF_MEMORY 0x17C 00092 #define STRING_CANNOTFIND 0x17D 00093 00094 #define STRING_ANSI 0x17E 00095 #define STRING_UNICODE 0x17F 00096 #define STRING_UNICODE_BE 0x180 00097 #define STRING_UTF8 0x181 00098 00099 #define STRING_CRLF 0x182 00100 #define STRING_LF 0x183 00101 #define STRING_CR 0x184 00102 00103 #define STRING_LICENSE 0x185 00104 #define STRING_LINE_COLUMN 0x186 Generated on Sat May 26 2012 04:16:15 for ReactOS by
1.7.6.1
|