Source code of Windows XP (NT5)
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.

352 lines
12 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Icon
  22. //
  23. // Icon with lowest ID value placed first to ensure application icon
  24. // remains consistent on all systems.
  25. IDI_MAINFRAME ICON DISCARDABLE "mainframe.ico"
  26. #ifdef APSTUDIO_INVOKED
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31. 1 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "resource.h\0"
  34. END
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37. "#include ""afxres.h""\r\n"
  38. "\0"
  39. END
  40. 3 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "\r\n"
  43. "\0"
  44. END
  45. #endif // APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Menu
  49. //
  50. IDR_MAINMENU MENU DISCARDABLE
  51. BEGIN
  52. POPUP "&File"
  53. BEGIN
  54. MENUITEM "&Save\tCtrl+S", ID_FILE_SAVE
  55. MENUITEM "Save &As...", ID_FILE_SAVEAS
  56. MENUITEM SEPARATOR
  57. MENUITEM "&Load Configuration", ID_FILE_LOADCONF
  58. MENUITEM "Save &Configuration", ID_FILE_SAVECONF
  59. MENUITEM "Save C&onfiguration As...", ID_FILE_SAVECONFAS
  60. MENUITEM SEPARATOR
  61. MENUITEM "E&xit", ID_FILE_EXIT
  62. END
  63. POPUP "&Edit"
  64. BEGIN
  65. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  66. MENUITEM "&Redo\tCtrl+Y", ID_EDIT_REDO
  67. MENUITEM SEPARATOR
  68. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  69. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  70. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  71. MENUITEM "Select Al&l\tCtrl+A", ID_EDIT_SELECTALL
  72. MENUITEM SEPARATOR
  73. MENUITEM "&Find...\tCtrl+F", ID_EDIT_FIND
  74. MENUITEM "Find &Next\tF3", ID_EDIT_FINDNEXT
  75. MENUITEM "R&eplace...\tCtrl+H", ID_EDIT_REPLACE
  76. END
  77. POPUP "&View"
  78. BEGIN
  79. MENUITEM "&Status Bar", ID_VIEW_STATUSBAR
  80. END
  81. POPUP "&Tracing"
  82. BEGIN
  83. MENUITEM "&Start\tF10", ID_MONITORING_START
  84. MENUITEM "Sto&p\tF11", ID_MONITORING_STOP
  85. MENUITEM "&Record", ID_MONITORING_RECORD
  86. MENUITEM SEPARATOR
  87. MENUITEM "&Clear Screen", ID_MONITORING_CLEARSCREEN
  88. MENUITEM "Rese&t Trace Files", ID_MONITORING_RESETTRACEFILES
  89. MENUITEM SEPARATOR
  90. MENUITEM "&Options...", ID_MONITORING_PREFERENCES
  91. END
  92. POPUP "&Help"
  93. BEGIN
  94. MENUITEM "&About eZippy", ID_HELP_ABOUTEZIPPY
  95. END
  96. END
  97. /////////////////////////////////////////////////////////////////////////////
  98. //
  99. // Accelerator
  100. //
  101. IDR_ACCELERATOR ACCELERATORS DISCARDABLE
  102. BEGIN
  103. "F", ID_EDIT_FIND, VIRTKEY, CONTROL, NOINVERT
  104. "H", ID_EDIT_REPLACE, VIRTKEY, CONTROL, NOINVERT
  105. "S", ID_FILE_SAVE, VIRTKEY, CONTROL, NOINVERT
  106. VK_F10, ID_MONITORING_START, VIRTKEY, NOINVERT
  107. VK_F11, ID_MONITORING_STOP, VIRTKEY, NOINVERT
  108. VK_F3, ID_EDIT_FINDNEXT, VIRTKEY, NOINVERT
  109. END
  110. /////////////////////////////////////////////////////////////////////////////
  111. //
  112. // Dialog
  113. //
  114. IDD_RECORDTRACE DIALOG DISCARDABLE 0, 0, 101, 55
  115. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_CAPTION
  116. CAPTION "Recording Trace..."
  117. FONT 8, "MS Shell Dlgf"
  118. BEGIN
  119. DEFPUSHBUTTON "Stop",IDOK,25,34,50,14
  120. CTEXT "Recording trace. Press stop to display trace.",
  121. IDC_STATIC,7,7,87,22
  122. END
  123. IDD_PROPPAGETRACE DIALOG DISCARDABLE 0, 0, 210, 154
  124. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  125. CAPTION "Trace"
  126. FONT 8, "MS Shell Dlg"
  127. BEGIN
  128. GROUPBOX "Trace Output",IDC_STATIC,7,7,77,45
  129. CONTROL "File",IDC_OUTPUT_FILE,"Button",BS_AUTOCHECKBOX |
  130. WS_TABSTOP,13,23,47,9
  131. CONTROL "Debugger",IDC_OUTPUT_DEBUGGER,"Button",BS_AUTOCHECKBOX |
  132. WS_TABSTOP,13,35,47,8
  133. GROUPBOX "Error Options",IDC_STATIC,7,56,77,44
  134. CONTROL "Beep",IDC_ERROR_BEEP,"Button",BS_AUTOCHECKBOX |
  135. WS_TABSTOP,13,70,35,10
  136. CONTROL "Break",IDC_ERROR_BREAK,"Button",BS_AUTOCHECKBOX |
  137. WS_TABSTOP,13,82,35,10
  138. GROUPBOX "Line Stripping Options",IDC_STATIC,89,6,114,94
  139. CONTROL "Time stamp",IDC_OPTION_STAMP,"Button",BS_AUTOCHECKBOX |
  140. WS_TABSTOP,95,18,52,10
  141. CONTROL "Process ID",IDC_OPTION_PROCID,"Button",BS_AUTOCHECKBOX |
  142. WS_TABSTOP,95,28,52,10
  143. CONTROL "Thread ID",IDC_OPTION_THREAID,"Button",BS_AUTOCHECKBOX |
  144. WS_TABSTOP,95,38,52,10
  145. LTEXT "Function name length",IDC_STATIC,95,50,73,8
  146. EDITTEXT IDC_FUNCTION_LENGTH,95,59,73,13,ES_AUTOHSCROLL
  147. LTEXT "Data truncation length",IDC_STATIC,95,74,73,8
  148. EDITTEXT IDC_TRUNCATION_LENGTH,95,82,74,14,ES_AUTOHSCROLL
  149. GROUPBOX "Other Options",IDC_STATIC,7,101,196,46
  150. CONTROL "Profile tracing",IDC_OPTION_PROFILE,"Button",
  151. BS_AUTOCHECKBOX | WS_TABSTOP,13,110,90,10
  152. CONTROL "Flush file on every trace",IDC_OPTION_FLUSH,"Button",
  153. BS_AUTOCHECKBOX | WS_TABSTOP,13,121,88,10
  154. CONTROL "Stack tracing",IDC_OPTION_STACK,"Button",
  155. BS_AUTOCHECKBOX | WS_TABSTOP,13,132,90,10
  156. END
  157. IDD_PROPPAGEFILTER DIALOG DISCARDABLE 0, 0, 210, 154
  158. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  159. CAPTION "Filter"
  160. FONT 8, "MS Shell Dlg"
  161. BEGIN
  162. GROUPBOX "Filter Level",IDC_STATIC,7,7,196,35
  163. CONTROL "Slider1",IDC_FILTERLEVEL,"msctls_trackbar32",
  164. TBS_AUTOTICKS | WS_TABSTOP,13,17,133,20
  165. LTEXT "Level",IDC_FILTERLEVELDESC,159,17,30,15,SS_CENTERIMAGE
  166. GROUPBOX "Prefixes",IDC_STATIC,7,44,196,30
  167. GROUPBOX "Component Groups",IDC_STATIC,7,77,196,70
  168. CONTROL "Network",IDC_GROUPNETWORK,"Button",BS_AUTOCHECKBOX |
  169. WS_TABSTOP,13,87,43,10
  170. CONTROL "Security",IDC_GROUPSECURITY,"Button",BS_AUTOCHECKBOX |
  171. WS_TABSTOP,13,101,43,10
  172. CONTROL "Core",IDC_GROUPCORE,"Button",BS_AUTOCHECKBOX |
  173. WS_TABSTOP,13,115,43,10
  174. CONTROL "UI",IDC_GROUPUI,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  175. 59,87,43,10
  176. CONTROL "Utilities",IDC_GROUPUTILITIES,"Button",BS_AUTOCHECKBOX |
  177. WS_TABSTOP,59,101,43,10
  178. CONTROL "Unused",IDC_GROUPUNUSED1,"Button",BS_AUTOCHECKBOX |
  179. WS_DISABLED | WS_TABSTOP,59,129,43,10
  180. CONTROL "Unused",IDC_GROUPUNUSED2,"Button",BS_AUTOCHECKBOX |
  181. WS_DISABLED | WS_TABSTOP,151,87,43,10
  182. CONTROL "Unused",IDC_GROUPUNUSED3,"Button",BS_AUTOCHECKBOX |
  183. WS_DISABLED | WS_TABSTOP,13,129,43,10
  184. CONTROL "Unused",IDC_GROUPUNUSED4,"Button",BS_AUTOCHECKBOX |
  185. WS_DISABLED | WS_TABSTOP,59,115,43,10
  186. CONTROL "Unused",IDC_GROUPUNUSED5,"Button",BS_AUTOCHECKBOX |
  187. WS_DISABLED | WS_TABSTOP,105,87,43,10
  188. PUSHBUTTON "Select All",IDC_SELECTALL,128,106,50,14
  189. PUSHBUTTON "Clear All",IDC_CLEARALL,128,126,50,14
  190. COMBOBOX IDC_FILTERPREFIX,14,55,178,70,CBS_DROPDOWN | WS_VSCROLL |
  191. WS_TABSTOP
  192. END
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // DESIGNINFO
  196. //
  197. #ifdef APSTUDIO_INVOKED
  198. GUIDELINES DESIGNINFO DISCARDABLE
  199. BEGIN
  200. IDD_RECORDTRACE, DIALOG
  201. BEGIN
  202. LEFTMARGIN, 7
  203. RIGHTMARGIN, 94
  204. TOPMARGIN, 7
  205. BOTTOMMARGIN, 48
  206. END
  207. IDD_PROPPAGETRACE, DIALOG
  208. BEGIN
  209. LEFTMARGIN, 7
  210. RIGHTMARGIN, 203
  211. TOPMARGIN, 7
  212. BOTTOMMARGIN, 147
  213. END
  214. IDD_PROPPAGEFILTER, DIALOG
  215. BEGIN
  216. LEFTMARGIN, 7
  217. RIGHTMARGIN, 203
  218. TOPMARGIN, 7
  219. BOTTOMMARGIN, 147
  220. END
  221. END
  222. #endif // APSTUDIO_INVOKED
  223. /////////////////////////////////////////////////////////////////////////////
  224. //
  225. // String Table
  226. //
  227. STRINGTABLE DISCARDABLE
  228. BEGIN
  229. IDS_ZIPPYWINDOWTITLE "eZippy"
  230. IDS_STRINGMISSING "Could not load specified string resource."
  231. IDS_ZIPPYALREADYEXISTS "You can only have a single application monitoring debug output. Debug output is global across all Terminal Server sessions so only one person on the machine can monitor debug output."
  232. IDS_FILEOPENERROR "The file you requested to save to could not be opened."
  233. IDS_FILESAVEERROR "There was an error saving the file."
  234. IDS_SAVEFILEPROMPT "The trace has been modified since it was last saved. Do you want to save it now?"
  235. IDS_SEARCHFAILURE "eZippy has finished searching the document."
  236. IDS_CLEARCONFIRMTITLE "Confirm clear screen"
  237. IDS_CLEARCONFIRMMESSAGE "Are you sure you want to clear the screen?"
  238. IDS_CONFIRMRESETTRACETITLE "Confirm reset trace files"
  239. IDS_CONFIRMRESETTRACEMESSAGE
  240. "Are you sure you want to reset the trace files?"
  241. IDS_ABOUTAPPTITLE "eZippy"
  242. IDS_ABOUTOTHERSTUFF " "
  243. IDS_TRACELEVELDETAILED "Detailed"
  244. IDS_TRACELEVELNRM "Normal"
  245. END
  246. STRINGTABLE DISCARDABLE
  247. BEGIN
  248. ID_HELP_ABOUTEZIPPY "Displays the program information and copyright"
  249. ID_FILE_SAVEAS "Saves the document with a new name"
  250. ID_FILE_EXIT "Quits the application"
  251. ID_MONITORING_START "Start capturing trace data"
  252. ID_MONITORING_STOP "Stop capturing trace data"
  253. ID_VIEW_STATUSBAR "Show or hide the status bar"
  254. ID_EDIT_SELECTALL "Selects the entire document"
  255. END
  256. STRINGTABLE DISCARDABLE
  257. BEGIN
  258. ID_FILE_SAVE "Saves the document"
  259. END
  260. STRINGTABLE DISCARDABLE
  261. BEGIN
  262. ID_VIEW_TOOLBAR "Show or hide the toolbar."
  263. END
  264. STRINGTABLE DISCARDABLE
  265. BEGIN
  266. ID_EDIT_COPY "Copies the selection to the Clipboard"
  267. ID_EDIT_CUT "Cuts the selection and moves it to the Clipboard"
  268. ID_EDIT_FIND "Finds specified text"
  269. ID_EDIT_PASTE "Inserts the Clipboard contents at the insertion point"
  270. ID_EDIT_REPLACE "Replaces specific text with different text"
  271. ID_EDIT_UNDO "Undoes the last action"
  272. ID_EDIT_REDO "Redoes the last undone action"
  273. END
  274. STRINGTABLE DISCARDABLE
  275. BEGIN
  276. ID_MONITORING_CLEARSCREEN "Clear all the tracing data off the screen"
  277. ID_MONITORING_RESETTRACEFILES "Reset and empty the tracing files"
  278. ID_EDIT_FINDNEXT "Repeats the last find"
  279. ID_OPTIONS_FILTEROPTIONS
  280. "Allows you to view and change the trace filter options"
  281. ID_OPTIONS_FILTER "Allows you to change the filter options"
  282. ID_OPTIONS_TRACE "Allows you to change the trace options"
  283. ID_FILE_LOADCONF "Loads tracing configuration from a file"
  284. ID_FILE_SAVECONF "Saves the tracing configuration to a file"
  285. ID_FILE_SAVECONFAS "Saves the tracing configuration with a new name"
  286. ID_MONITORING_RECORD "Records the trace output without displaying it immediatly on the screen"
  287. END
  288. STRINGTABLE DISCARDABLE
  289. BEGIN
  290. IDS_TRACELEVELALERT "Alert"
  291. IDS_TRACELEVELERROR "Error"
  292. IDS_TRACELEVELASSERT "Assert"
  293. IDS_TRACELEVELNONE "None"
  294. IDS_SETTINGSNOTNUMBER "You must enter a valid positive number."
  295. IDS_STATUSBARREADY "Ready"
  296. IDS_FILELOADERROR "There was an error loading the file."
  297. IDS_FILELOADOPENERROR "There was an error opening the requested file."
  298. IDS_PREFERENCESDLGTITLE "eZippy - Tracing Preferences"
  299. END
  300. #endif // English (U.S.) resources
  301. /////////////////////////////////////////////////////////////////////////////
  302. #ifndef APSTUDIO_INVOKED
  303. /////////////////////////////////////////////////////////////////////////////
  304. //
  305. // Generated from the TEXTINCLUDE 3 resource.
  306. //
  307. /////////////////////////////////////////////////////////////////////////////
  308. #endif // not APSTUDIO_INVOKED