Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

176 lines
5.1 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: irmon.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. //Microsoft Developer Studio generated resource script.
  11. //
  12. #include "resrc1.h"
  13. #include "eventlog.rc"
  14. #define APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Generated from the TEXTINCLUDE 2 resource.
  18. //
  19. #include "resource.h"
  20. #define APSTUDIO_HIDDEN_SYMBOLS
  21. #include "windows.h"
  22. #undef APSTUDIO_HIDDEN_SYMBOLS
  23. /////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25. /////////////////////////////////////////////////////////////////////////////
  26. // English (U.S.) resources
  27. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  28. #ifdef _WIN32
  29. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  30. #pragma code_page(1252)
  31. #endif //_WIN32
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Dialog
  35. //
  36. IDD_IRMON DIALOG DISCARDABLE 0, 0, 209, 75
  37. STYLE DS_MODALFRAME | WS_POPUP | WS_MINIMIZE | WS_CAPTION
  38. CAPTION "Infrared Link Error"
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. PUSHBUTTON "Cancel",IDC_BUTTON1,152,57,50,14
  42. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  43. 7,36,195,12
  44. LTEXT "Infrared communication has been interrupted.\nRepostion your device or clear the obstruction.",
  45. IDC_STATIC,46,9,156,16
  46. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME,7,3,27,25
  47. LTEXT "Link will disconnect in %d seconds.",IDC_STATIC,7,54,
  48. 113,9
  49. END
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // DESIGNINFO
  53. //
  54. #ifdef APSTUDIO_INVOKED
  55. GUIDELINES DESIGNINFO DISCARDABLE
  56. BEGIN
  57. IDD_IRMON, DIALOG
  58. BEGIN
  59. LEFTMARGIN, 7
  60. RIGHTMARGIN, 202
  61. TOPMARGIN, 3
  62. BOTTOMMARGIN, 71
  63. END
  64. END
  65. #endif // APSTUDIO_INVOKED
  66. #ifdef APSTUDIO_INVOKED
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // TEXTINCLUDE
  70. //
  71. 1 TEXTINCLUDE DISCARDABLE
  72. BEGIN
  73. "resrc1.h\0"
  74. END
  75. 2 TEXTINCLUDE DISCARDABLE
  76. BEGIN
  77. "#include ""resource.h""\r\n"
  78. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  79. "#include ""windows.h""\r\n"
  80. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  81. "\0"
  82. END
  83. 3 TEXTINCLUDE DISCARDABLE
  84. BEGIN
  85. "\r\n"
  86. "\0"
  87. END
  88. #endif // APSTUDIO_INVOKED
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // Icon
  92. //
  93. // Icon with lowest ID value placed first to ensure application icon
  94. // remains consistent on all systems.
  95. IDI_INTR ICON DISCARDABLE "..\irmon\intr.ico"
  96. IDI_IN_RANGE ICON DISCARDABLE "..\irmon\inrange.ico"
  97. IDI_CONN1 ICON DISCARDABLE "..\irmon\conn1.ico"
  98. IDI_CONN2 ICON DISCARDABLE "..\irmon\conn2.ico"
  99. IDI_CONN3 ICON DISCARDABLE "..\irmon\conn3.ico"
  100. IDI_CONN4 ICON DISCARDABLE "..\irmon\conn4.ico"
  101. IDI_IP ICON DISCARDABLE "..\irmon\ip.ico"
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Menu
  105. //
  106. IDR_TRAY_MENU MENU DISCARDABLE
  107. BEGIN
  108. POPUP ""
  109. BEGIN
  110. MENUITEM "&Transfer Files", IDC_TX_FILES
  111. MENUITEM "&Properties", IDC_PROPERTIES
  112. END
  113. END
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // String Table
  117. //
  118. STRINGTABLE DISCARDABLE
  119. BEGIN
  120. IDS_IN_RANGE "%s is in range"
  121. IDS_DEVS_IN_RANGE "Multiple computers/devices are in range"
  122. IDS_CONNECTED_TO "Wireless link with %s at %d bps"
  123. IDS_INTERRUPTED "Wireless link has been blocked"
  124. IDS_INRANGE_LABEL "Device in range"
  125. IDS_OUTOFRANGE_LABEL "Device out of range"
  126. IDS_INTERRUPT_LABEL "Communication interrupted"
  127. IDS_WIRELESSLINK "Wireless Link"
  128. IDS_BALLOON_TITLE "Another computer is nearby"
  129. IDS_BALLOON_TXT "Click here to send files to the computer %s."
  130. IDS_BALLOON_TXT2 "Click here to send files to the other computer."
  131. IDS_BLOCKED_TITLE "Wireless link interrupted"
  132. IDS_BLOCKED_TXT "Your link is either blocked or the device has moved out of range."
  133. IDS_RPC_ANNOTATION "OBEX transfer service"
  134. IDS_DUPLICATE_FILE_PATTERN "Copy %d of %s"
  135. IDS_UNKNOWN_DEVICE2 "(unknown device)"
  136. END
  137. #endif // English (U.S.) resources
  138. /////////////////////////////////////////////////////////////////////////////
  139. #ifndef APSTUDIO_INVOKED
  140. /////////////////////////////////////////////////////////////////////////////
  141. //
  142. // Generated from the TEXTINCLUDE 3 resource.
  143. //
  144. /////////////////////////////////////////////////////////////////////////////
  145. #endif // not APSTUDIO_INVOKED