Click here to Skip to main content
15,894,291 members
Articles / Desktop Programming / MFC

Controlling IP traffic from Internet to DMZ or Intranet

Rate me:
Please Sign up or sign in to vote.
4.67/5 (5 votes)
5 Dec 2011CPOL3 min read 24.1K   958   27  
Controlling IP traffic from Internet to DMZ or Intranet
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by IPtraffic.rc
//
#define IDCONNECT                       3
#define IDTESTROUTER                    4
#define IDM_ABOUTBOX                    0x10
#define IDM_PROPERTIES                  0x20
#define IDM_HIDE                        0x30
#define IDM_SCRIPT_CMD                  0x40
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_IPTRAFFIC_DIALOG            102
#define IDP_SOCKETS_INIT_FAILED         103
#define IDR_HTML_TESTTELNETDLG          104
#define IDR_MAINFRAME                   128
#define IDD_DIALOG_PROPERTIES           129
#define IDR_MAINFRAME1                  131
#define IDD_ASK_ANSWER                  131
#define IDR_MAINFRAME2                  133
#define IDC_LIST_1                      1000
#define IDC_STATICTIMER                 1001
#define IDC_STATIC_IP                   1002
#define IDC_STATIC_SQL_LINES            1002
#define IDC_STATIC_THREAD               1006
#define IDC_EDIT_CONNECTIONSTR          1007
#define IDC_STATIC_THREAD2              1007
#define IDC_STATIC_LINES                1007
#define IDC_EDIT_ROUTER_ADDR            1008
#define IDC_EDIT_USER                   1009
#define IDC_STATIC_THREADCNT            1009
#define IDC_STATIC_DBUPDATECNT          1009
#define IDC_EDIT_USER_PASSWORD          1010
#define IDC_CHECK_RUN_THREADs           1010
#define IDC_EDIT_PASSWORD               1011
#define IDC_EDIT_SECRET                 1012
#define IDC_EDIT1                       1014
#define IDC_BUTTON_HISTORY              1015
#define IDC_EDIT_ASK_ANSWER             1020
#define IDC_EDIT2                       1022
#define IDC_EDIT_ASK_TIMER              1022
#define IDC_CHECK1                      1023
#define IDC_CHECK_RESOLVE_DNS           1023

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        132
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1024
#define _APS_NEXT_SYMED_VALUE           109
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Systems Engineer
Russian Federation Russian Federation
Last 6 years worked as a system administrator SAP systems.
My duties are to install, copy, backup/restore SAP in Unix, Linux system, create users, assign roles, and etc... .I wrote this program to make easer my work, and it is interesting for me to join C++.C# and SAP ABAP subsystems.

Comments and Discussions