~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/programs/oleview/resource.h

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 /*
  2  * OleView (resource.h)
  3  *
  4  * Copyright 2006 Piotr Caban
  5  *
  6  * This library is free software; you can redistribute it and/or
  7  * modify it under the terms of the GNU Lesser General Public
  8  * License as published by the Free Software Foundation; either
  9  * version 2.1 of the License, or (at your option) any later version.
 10  *
 11  * This library is distributed in the hope that it will be useful,
 12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
 13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 14  * Lesser General Public License for more details.
 15  *
 16  * You should have received a copy of the GNU Lesser General Public
 17  * License along with this library; if not, write to the Free Software
 18  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 19  */
 20 
 21 #include <windef.h>
 22 #include <winuser.h>
 23 
 24 #define IDS_APPNAME                1
 25 #define IDS_APPTITLE               2
 26 #define IDM_MENU                   3
 27 #define IDB_TOOLBAR                4
 28 #define IDA_OLEVIEW                5
 29 #define IDS_TYPELIBTITLE           6
 30 
 31 #define IDS_READY                  10
 32 #define IDS_ABOUT                  20
 33 #define IDS_ABOUTVER               21
 34 
 35 #define IDS_OPEN                   30
 36 #define IDS_OPEN_TYPELIB_FILTER    31
 37 
 38 #define IDM_BIND                   100
 39 #define IDM_TYPELIB                101
 40 #define IDM_SYSCONF                102
 41 #define IDM_REGEDIT                103
 42 #define IDM_EXIT                   104
 43 #define IDM_TYPEINFO               110
 44 #define IDM_CREATEINST             111
 45 #define IDM_CREATEINSTON           112
 46 #define IDM_RELEASEINST            113
 47 #define IDM_COPYCLSID              114
 48 #define IDM_HTMLTAG                115
 49 #define IDM_VIEW                   116
 50 #define IDM_FLAG_INSERV            130
 51 #define IDM_FLAG_INHANDL           131
 52 #define IDM_FLAG_LOCSERV           132
 53 #define IDM_FLAG_REMSERV           133
 54 #define IDM_EXPERT                 120
 55 #define IDM_HIDDEN                 121
 56 #define IDM_TOOLBAR                122
 57 #define IDM_STATUSBAR              123
 58 #define IDM_REFRESH                124
 59 #define IDM_ABOUT                  125
 60 
 61 #define IDS_TREE_OC                200
 62 #define IDS_TREE_GBCC              201
 63 #define IDS_TREE_O1O               202
 64 #define IDS_TREE_CLO               203
 65 #define IDS_TREE_AO                204
 66 #define IDS_TREE_AID               210
 67 #define IDS_TREE_TL                220
 68 #define IDS_TL_VER                 221
 69 #define IDS_TREE_I                 230
 70 
 71 #define IDS_TAB_REG                250
 72 #define IDS_TAB_IMPL               251
 73 #define IDS_TAB_ACTIV              252
 74 
 75 #define IDS_CGCOFAIL               300
 76 #define IDS_ERROR_UNKN             301
 77 
 78 #define IDS_TRUE                   310
 79 #define IDS_FALSE                  311
 80 #define IDS_BYTES                  312
 81 
 82 #define IDS_ERROR_LOADTYPELIB      400
 83 #define IDS_INHERITINTERFACES      401
 84 
 85 #define DLG_CREATEINSTON           1000
 86 #define IDC_MACHINE                1001
 87 
 88 #define DLG_SYSCONF                1010
 89 #define IDC_ENABLEDCOM             1011
 90 #define IDC_ENABLEREMOTE           1012
 91 
 92 #define DLG_IPERSIST_IV            1020
 93 
 94 #define DLG_DEFAULT_IV             1030
 95 #define IDC_VIEWTYPEINFO           1031
 96 #define IDC_LABEL                  1032
 97 #define IDC_IDENTIFIER             1033
 98 
 99 #define DLG_IPERSISTSTREAM_IV      1040
100 #define IDC_ISDIRTY                1041
101 #define IDC_GETSIZEMAX             1042
102 #define IDC_ISDIRTY_BUTTON         1043
103 #define IDC_GETSIZEMAX_BUTTON      1044
104 
105 #define IDM_SAVEAS                 3001
106 #define IDM_CLOSE                  3002
107 #define IDM_GROUP                  3003
108 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.