tunsafe-clang15/resource.h
Ludvig Strigeus cf92ac7a0c Updates for TunSafe 1.4-rc1
1.Subfolders in the Config/ directory now show up as submenus.
2.Added a way to run TunSafe as a Windows Service.
  Foreground Mode: The service will disconnect when TunSafe closes.
  Background Mode: The service will stay connected in the background.
  No longer required to run the TunSafe client as Admin as long as
  the service is running.
3.New config setting [Interface].ExcludedIPs to configure IPs that
  should not be routed through TunSafe.
4.Can now automatically start TunSafe when Windows starts
5.New UI with tabs and graphs
6.Cache DNS queries to ensure DNS will succeed if connection fails
7.Recreate tray icon when explorer.exe restarts
8.Renamed window title to TunSafe instead of TunSafe VPN Client
9.Main window is now resizable
10.Disallow roaming endpoint when using AllowedIPs=0.0.0.0/0
   Only the original endpoint is added in the routing table so
   this would result in an endless loop of packets.
11.Display approximate Wireguard framing overhead in stats
12.Preparations for protocol handling with multiple threads
13.Delete the routes we made when disconnecting
14.Fix error message about unable to delete a route when connecting
2018-08-12 03:30:06 +02:00

53 lines
1.9 KiB
C

//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by TunSafe.rc
//
#define IDI_ICON0 1
#define IDI_ICON1 2
#define ID_STOP 3
#define IDRAND 3
#define ID_RESTART 4
#define ID_START 5
#define ID_EXIT 6
#define ID_EDITCONF 8
#define ID_MORE_BUTTON 9
#define IDSETT_WEB_PAGE 10
#define IDSETT_ABOUT 11
#define IDSETT_KEYPAIR 12
#define IDSETT_OPENSOURCE 13
#define IDSETT_BROWSE_FILES 14
#define IDSETT_OPEN_FILE 15
#define IDSETT_BLOCKINTERNET_OFF 16
#define IDSETT_BLOCKINTERNET_ROUTE 17
#define IDSETT_BLOCKINTERNET_FIREWALL 18
#define IDSETT_BLOCKINTERNET_BOTH 19
#define IDSETT_PREPOST 20
#define IDSETT_SERVICE_OFF 21
#define IDSETT_SERVICE_FOREGROUND 22
#define IDSETT_SERVICE_BACKGROUND 23
#define IDSETT_SERVICE_CONNECT_AUTO 24
#define IDSETT_SERVICE_MINIMIZE_AUTO 25
#define IDC_PAINTBOX 30
#define IDC_GRAPHBOX 31
#define IDC_ADVANCEDBOX 32
#define IDC_RICHEDIT21 33
#define IDC_PRIVATE_KEY 34
#define IDD_DIALOG1 101
#define IDD_DIALOG2 105
#define IDR_MENU1 107
#define IDC_STATUSBAR 108
#define IDB_DOWNARROW 108
#define IDC_PUBLIC_KEY 109
#define IDC_TAB 110
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 113
#define _APS_NEXT_COMMAND_VALUE 40023
#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif