From f05f1fbaba26b5fbb1a01ade2fea33bfb7656b0a Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Fri, 19 Sep 2008 12:40:29 +0000 Subject: [PATCH] - Add resource idds svn path=/trunk/; revision=36326 --- reactos/dll/win32/netcfgx/netcfgx.rc | 20 +++++++++++++++++++- reactos/dll/win32/netcfgx/precomp.h | 1 + reactos/dll/win32/netcfgx/resource.h | 23 +++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/reactos/dll/win32/netcfgx/netcfgx.rc b/reactos/dll/win32/netcfgx/netcfgx.rc index 487e5a58386..3f0747836ae 100644 --- a/reactos/dll/win32/netcfgx/netcfgx.rc +++ b/reactos/dll/win32/netcfgx/netcfgx.rc @@ -14,5 +14,23 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #include - +#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" diff --git a/reactos/dll/win32/netcfgx/precomp.h b/reactos/dll/win32/netcfgx/precomp.h index 2015f7495ad..7c9233e86c3 100644 --- a/reactos/dll/win32/netcfgx/precomp.h +++ b/reactos/dll/win32/netcfgx/precomp.h @@ -13,6 +13,7 @@ #include #include #include "resource.h" +#include typedef HRESULT (CALLBACK *LPFNCREATEINSTANCE)(IUnknown* pUnkOuter, REFIID riid, LPVOID* ppvObject); typedef struct { diff --git a/reactos/dll/win32/netcfgx/resource.h b/reactos/dll/win32/netcfgx/resource.h index 2e200e393a4..ed0bf21b626 100644 --- a/reactos/dll/win32/netcfgx/resource.h +++ b/reactos/dll/win32/netcfgx/resource.h @@ -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