blob: 96cfe3651c0fc140003b7e57cf8706404ea57f81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#define ID_EDIT 1
#define IDM_PING 100
#define IDM_CLOSE 101
#define IDM_EXIT 102
#define IDM_CLEAR 103
#define IDM_ENUMERATE 104
#define IDM_VERBOSE 105
#define IDD_DIALOG 115
#define ID_OK 118
#define ID_CANCEL 119
#define IDC_DEVICE_INDEX 1000
#define IDC_SOURCE_IP 1001
#define IDC_DESTINATION_IP 1002
#define IDC_PACKET_SIZE 1003
#define IDC_STATIC -1
|