93 lines
3.3 KiB
C
93 lines
3.3 KiB
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: resrc1.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Infrared Monitor"
|
|
#define VER_INTERNALNAME_STR "irmon.dll"
|
|
#define VER_ORIGINALFILENAME_STR "irmon.dll"
|
|
#include "common.ver"
|
|
#endif
|
|
|
|
#include "..\irxfer\resource.h"
|
|
|
|
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Developer Studio generated include file.
|
|
// Used by irmon.rc
|
|
//
|
|
#define IDS_IN_RANGE 1
|
|
#define IDS_DEVS_IN_RANGE 2
|
|
#define IDS_CONNECTED_TO 3
|
|
#define IDS_INTERRUPTED 4
|
|
#define IDS_INRANGE_LABEL 5
|
|
#define IDS_OUTOFRANGE_LABEL 6
|
|
#define IDS_INTERRUPT_LABEL 7
|
|
#define IDS_WIRELESSLINK 8
|
|
#define IDS_BALLOON_TITLE 9
|
|
#define IDS_BALLOON_TXT 10
|
|
#define IDS_BLOCKED_TITLE 11
|
|
#define IDS_BLOCKED_TXT 12
|
|
#define IDS_BALLOON_TXT2 13
|
|
#define IDD_IRMON 101
|
|
#define IDI_IN_RANGE 107
|
|
#define IDI_RXTX 147
|
|
#define IDI_TX 151
|
|
#define IDI_RX 152
|
|
#define IDI_INTR 162
|
|
#define IDR_TRAY_MENU 165
|
|
#define IDI_CONN1 166
|
|
#define IDI_CONN2 167
|
|
#define IDI_CONN3 168
|
|
#define IDI_CONN4 169
|
|
#define IDI_IP 170
|
|
#define IDI_IDLE 246
|
|
#define IDI_CON1 251
|
|
#define IDC_DEVICES 1008
|
|
#define IDC_ENUMDEVICES 1009
|
|
#define IDC_STATUS 1010
|
|
#define IDC_CONNECTTO 1011
|
|
#define IDC_LISTENON 1012
|
|
#define IDC_EDIT1 1013
|
|
#define IDC_RX 1013
|
|
#define IDC_FILE 1013
|
|
#define IDC_SEND 1014
|
|
#define IDC_CLOSE 1015
|
|
#define IDC_EDIT2 1016
|
|
#define IDC_CLASSNAME 1016
|
|
#define IDC_IRLPT 1017
|
|
#define IDC_PRINT 1018
|
|
#define IDC_ATTRIBNAME 1019
|
|
#define IDC_GVC 1022
|
|
#define IDC_RXCNT 1023
|
|
#define IDC_STOPRX 1024
|
|
#define IDC_STARTRX 1025
|
|
#define IDC_SENDSIZE 1026
|
|
#define IDC_SENDCNT 1027
|
|
#define IDC_BYTESEC 1029
|
|
#define IDC_BUTTON1 1030
|
|
#define IDC_PROGRESS1 1031
|
|
#define IDC_TX_FILES 40001
|
|
#define IDC_PROPERTIES 40003
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
#define _APS_NEXT_RESOURCE_VALUE 170
|
|
#define _APS_NEXT_COMMAND_VALUE 40004
|
|
#define _APS_NEXT_CONTROL_VALUE 1033
|
|
#define _APS_NEXT_SYMED_VALUE 101
|
|
#endif
|
|
#endif
|