mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Add resource idds
svn path=/trunk/; revision=36326
This commit is contained in:
parent
ebc7599c6d
commit
f05f1fbaba
3 changed files with 43 additions and 1 deletions
|
@ -14,5 +14,23 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#include <reactos/version.rc>
|
||||
|
||||
|
||||
#include "lang/bg-BG.rc"
|
||||
#include "lang/cs-CZ.rc"
|
||||
#include "lang/da-DK.rc"
|
||||
#include "lang/de-DE.rc"
|
||||
#include "lang/el-GR.rc"
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/es-ES.rc"
|
||||
#include "lang/fr-FR.rc"
|
||||
#include "lang/hu-HU.rc"
|
||||
#include "lang/id-ID.rc"
|
||||
#include "lang/it-IT.rc"
|
||||
#include "lang/ja-JP.rc"
|
||||
#include "lang/no-NO.rc"
|
||||
#include "lang/nl-NL.rc"
|
||||
#include "lang/pl-PL.rc"
|
||||
#include "lang/ru-RU.rc"
|
||||
#include "lang/sk-SK.rc"
|
||||
#include "lang/sv-SE.rc"
|
||||
#include "lang/uk-UA.rc"
|
||||
#include "lang/zh-CN.rc"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
#include <olectl.h>
|
||||
#include <netcfgn.h>
|
||||
#include "resource.h"
|
||||
#include <prsht.h>
|
||||
|
||||
typedef HRESULT (CALLBACK *LPFNCREATEINSTANCE)(IUnknown* pUnkOuter, REFIID riid, LPVOID* ppvObject);
|
||||
typedef struct {
|
||||
|
|
|
@ -17,5 +17,28 @@
|
|||
#define IDC_ADVANCED 1009
|
||||
|
||||
|
||||
#define IDC_TCP_ALLOW_ALL 7000
|
||||
#define IDC_TCP_RESTRICT 7001
|
||||
#define IDC_TCP_LIST 7002
|
||||
#define IDC_TCP_ADD 7003
|
||||
#define IDC_TCP_DEL 7004
|
||||
#define IDC_UDP_ALLOW_ALL 7005
|
||||
#define IDC_UDP_RESTRICT 7006
|
||||
#define IDC_UDP_LIST 7007
|
||||
#define IDC_UDP_ADD 7008
|
||||
#define IDC_UDP_DEL 7009
|
||||
#define IDC_IP_ALLOW_ALL 7010
|
||||
#define IDC_IP_RESTRICT 7011
|
||||
#define IDC_IP_LIST 7012
|
||||
#define IDC_IP_ADD 7013
|
||||
#define IDC_IP_DEL 7014
|
||||
|
||||
|
||||
|
||||
|
||||
/* strings */
|
||||
#define IDS_NET_CONNECT 8000
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue