summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/apps/tapitna/tapitna.rc
blob: 07bf578f9aa7d4ef2735d8e9846339300d57b4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#include "windows.h"
#include "tapitna.h"

STRINGTABLE
BEGIN
//  IDS_TITLE      "Telephony Location Selector"
  IDS_CAPTION,   "Telephony Location Manager"
  IDS_ABOUTTEXT, "Telephony Location Manager - Version 1.0"
  IDS_SELECTNEWLOCATION,   "I am dialing from "
  IDS_LOCATIONCHANGED,    "The location has been automatically changed.\r\n   Previous Location: %s\r\n   Current Location:  %s"

  IDS_CANTFINDLOCATIONID    "The location ID [%ld] does not exist."
  IDS_CANTFINDLOCATIONNAME  "The location [%s] does not exist."

IDS_HELP "Usage:\r\n\r\nTLOCMGR [ /i xxx | /n nnn ]  [ /x ]\r\n\r\n/n  xxxx\tSet Telephony Location to existing name: xxxx\r\n/i nn\tSet Telephony Location to existing ID: nn\r\n/x\tExit immediately after setting new location"
//IDS_HELP "\r\n-?       Display usage list (this list)\r\n-N xxxx  Set Telephony Location to existing name: xxxx\r\n-I nnn   Set Telephony Location to existing ID: nnn\r\n-X       Exit immediately after setting new location"
//         "Microsoft (R) Telephony Location Manager Version 1.00.0.0000" \
//         "Copyright (c) Microsoft Corp. 1996.  All rights reserved.\r\n" \
//         "\r\n" \



END
ALTDATA RCDATA DISCARDABLE
BEGIN
0x6378,0x7463,0x1f41,0x6e71,0x1f65,0x6872,0x411f,0
END
IDR_RBUTTONMENU MENU DISCARDABLE
BEGIN
   POPUP ""
   BEGIN
      MENUITEM "Start Phone Dialer", IDM_LAUNCHDIALER
//      MENUITEM "This space for rent", IDM_OTHERMENUITEM
      MENUITEM "About", IDM_ABOUT
      MENUITEM "Exit", IDM_CLOSEIT
      MENUITEM SEPARATOR

#ifdef NASHVILLE_BUILD_FLAG
#else
      MENUITEM "HOTDOCK Properties", IDM_PROPERTIES
#endif
      MENUITEM "Dialing Properties", IDM_DIALINGPROPERTIES
   END
END



// /////////////////////////////////////////////////////////////////////////

#include  "general.rc"

// /////////////////////////////////////////////////////////////////////////

#if WINNT
IDI_TAPITNAICON         ICON    DISCARDABLE     "TAPITNA.ICO"
#else
IDI_TAPITNAICON         ICON    DISCARDABLE     "..\\TAPITNA.ICO"
#endif


// /////////////////////////////////////////////////////////////////////////


#if TAPI_NT
#include <ntverp.h>
#else
#include <version.h>
#endif

#define VER_FILEDESCRIPTION_STR     "Microsoft\256 Windows(TM) Telephony Location Manager"
#define VER_INTERNALNAME_STR        "TLocMgr"
#define VER_ORIGINALFILENAME_STR    "TLOCMGR.EXE"
//#define VER_LEGALCOPYRIGHT_STR      "Copyright \251 Microsoft Corporation 1996.  All Rights Reserved."
#define VER_LEGALCOPYRIGHT_YEARS    "1996"

#undef VER_PRODUCTVERSION
#undef VER_PRODUCTVERSION_STR
#define VER_PRODUCTVERSION      1.00.0.0000
#define VER_PRODUCTVERSION_STR "1.00.0.0000"


#define VER_FILETYPE     VFT_DLL
#define VER_FILESUBTYPE  VFT2_UNKNOWN

#include <common.ver>

// /////////////////////////////////////////////////////////////////////////
// /////////////////////////////////////////////////////////////////////////