VirtualKeyboard.rc 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. //Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #ifndef APSTUDIO_INVOKED
  10. #include "targetver.h"
  11. #endif
  12. #include "afxres.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. #ifdef APSTUDIO_INVOKED
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // TEXTINCLUDE
  19. //
  20. 1 TEXTINCLUDE
  21. BEGIN
  22. "resource.h\0"
  23. END
  24. 2 TEXTINCLUDE
  25. BEGIN
  26. "#ifndef APSTUDIO_INVOKED\r\n"
  27. "#include ""targetver.h""\r\n"
  28. "#endif\r\n"
  29. "#include ""afxres.h""\r\n"
  30. "\0"
  31. END
  32. 3 TEXTINCLUDE
  33. BEGIN
  34. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  35. "#define _AFX_NO_OLE_RESOURCES\r\n"
  36. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  37. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  38. "\r\n"
  39. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  40. "LANGUAGE 9, 1\r\n"
  41. "#pragma code_page(1252)\r\n"
  42. "#include ""res\\VirtualKeyboard.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  43. "#include ""afxres.rc"" // Standard components\r\n"
  44. "#endif\r\n"
  45. "\0"
  46. END
  47. #endif // APSTUDIO_INVOKED
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Icon
  51. //
  52. // Icon with lowest ID value placed first to ensure application icon
  53. // remains consistent on all systems.
  54. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  55. LANGUAGE 9, 1
  56. #pragma code_page(1252)
  57. IDR_MAINFRAME ICON "res\\VirtualKeyboard.ico"
  58. #endif
  59. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  60. LANGUAGE 9, 1
  61. #pragma code_page(1252)
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Menu
  65. //
  66. IDR_MAINFRAME MENU
  67. BEGIN
  68. POPUP "&File"
  69. BEGIN
  70. MENUITEM "E&xit", ID_APP_EXIT
  71. END
  72. POPUP "&Edit"
  73. BEGIN
  74. MENUITEM "&Undo\tCtrl+Z", ID_EDIT_UNDO
  75. MENUITEM SEPARATOR
  76. MENUITEM "Cu&t\tCtrl+X", ID_EDIT_CUT
  77. MENUITEM "&Copy\tCtrl+C", ID_EDIT_COPY
  78. MENUITEM "&Paste\tCtrl+V", ID_EDIT_PASTE
  79. END
  80. POPUP "&Help"
  81. BEGIN
  82. MENUITEM "&About VirtualKeyboard...", ID_APP_ABOUT
  83. END
  84. END
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Accelerator
  88. //
  89. IDR_MAINFRAME ACCELERATORS
  90. BEGIN
  91. "C", ID_EDIT_COPY, VIRTKEY,CONTROL,NOINVERT
  92. "V", ID_EDIT_PASTE, VIRTKEY,CONTROL,NOINVERT
  93. VK_BACK, ID_EDIT_UNDO, VIRTKEY,ALT,NOINVERT
  94. VK_DELETE, ID_EDIT_CUT, VIRTKEY,SHIFT,NOINVERT
  95. VK_F6, ID_NEXT_PANE, VIRTKEY ,NOINVERT
  96. VK_F6, ID_PREV_PANE, VIRTKEY,SHIFT,NOINVERT
  97. VK_INSERT, ID_EDIT_COPY, VIRTKEY,CONTROL,NOINVERT
  98. VK_INSERT, ID_EDIT_PASTE, VIRTKEY,SHIFT,NOINVERT
  99. "X", ID_EDIT_CUT, VIRTKEY,CONTROL,NOINVERT
  100. "Z", ID_EDIT_UNDO, VIRTKEY,CONTROL,NOINVERT
  101. END
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Dialog
  105. //
  106. IDD_ABOUTBOX DIALOGEX 0, 0, 170, 62
  107. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  108. CAPTION "About VirtualKeyboard"
  109. FONT 8, "MS Shell Dlg"
  110. BEGIN
  111. ICON IDR_MAINFRAME,IDC_STATIC,14,14,21,20
  112. LTEXT "VirtualKeyboard, Version 1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX
  113. LTEXT "Copyright (C) 2009",IDC_STATIC,42,26,114,8
  114. DEFPUSHBUTTON "OK",IDOK,113,41,50,14,WS_GROUP
  115. END
  116. /////////////////////////////////////////////////////////////////////////////
  117. //
  118. // Version
  119. //
  120. VS_VERSION_INFO VERSIONINFO
  121. FILEVERSION 1,0,0,1
  122. PRODUCTVERSION 1,0,0,1
  123. FILEFLAGSMASK 0x3fL
  124. #ifdef _DEBUG
  125. FILEFLAGS 0x1L
  126. #else
  127. FILEFLAGS 0x0L
  128. #endif
  129. FILEOS 0x4L
  130. FILETYPE 0x1L
  131. FILESUBTYPE 0x0L
  132. BEGIN
  133. BLOCK "StringFileInfo"
  134. BEGIN
  135. BLOCK "040904e4"
  136. BEGIN
  137. VALUE "CompanyName", "TODO: <Company name>"
  138. VALUE "FileDescription", "TODO: <File description>"
  139. VALUE "FileVersion", "1.0.0.1"
  140. VALUE "InternalName", "VirtualKeyboard.exe"
  141. VALUE "LegalCopyright", "TODO: (c) <Company name>. All rights reserved."
  142. VALUE "OriginalFilename","VirtualKeyboard.exe"
  143. VALUE "ProductName", "TODO: <Product name>"
  144. VALUE "ProductVersion", "1.0.0.1"
  145. END
  146. END
  147. BLOCK "VarFileInfo"
  148. BEGIN
  149. VALUE "Translation", 0x0409, 1252
  150. END
  151. END
  152. /////////////////////////////////////////////////////////////////////////////
  153. //
  154. // DESIGNINFO
  155. //
  156. #ifdef APSTUDIO_INVOKED
  157. GUIDELINES DESIGNINFO
  158. BEGIN
  159. IDD_ABOUTBOX, DIALOG
  160. BEGIN
  161. LEFTMARGIN, 7
  162. RIGHTMARGIN, 163
  163. TOPMARGIN, 7
  164. BOTTOMMARGIN, 55
  165. END
  166. END
  167. #endif // APSTUDIO_INVOKED
  168. /////////////////////////////////////////////////////////////////////////////
  169. //
  170. // String Table
  171. //
  172. STRINGTABLE
  173. BEGIN
  174. // Non-mac-targeting apps remove the two extra substrings
  175. IDR_MAINFRAME "VirtualKeyboard"
  176. END
  177. STRINGTABLE
  178. BEGIN
  179. AFX_IDS_APP_TITLE "VirtualKeyboard"
  180. AFX_IDS_IDLEMESSAGE "Ready"
  181. END
  182. STRINGTABLE
  183. BEGIN
  184. ID_INDICATOR_EXT "EXT"
  185. ID_INDICATOR_CAPS "CAP"
  186. ID_INDICATOR_NUM "NUM"
  187. ID_INDICATOR_SCRL "SCRL"
  188. ID_INDICATOR_OVR "OVR"
  189. ID_INDICATOR_REC "REC"
  190. END
  191. STRINGTABLE
  192. BEGIN
  193. ID_APP_ABOUT "Display program information, version number and copyright\nAbout"
  194. ID_APP_EXIT "Quit the application; prompts to save documents\nExit"
  195. ID_NEXT_PANE "Switch to the next window pane\nNext Pane"
  196. ID_PREV_PANE "Switch back to the previous window pane\nPrevious Pane"
  197. ID_WINDOW_SPLIT "Split the active window into panes\nSplit"
  198. ID_EDIT_CLEAR "Erase the selection\nErase"
  199. ID_EDIT_CLEAR_ALL "Erase everything\nErase All"
  200. ID_EDIT_COPY "Copy the selection and put it on the Clipboard\nCopy"
  201. ID_EDIT_CUT "Cut the selection and put it on the Clipboard\nCut"
  202. ID_EDIT_FIND "Find the specified text\nFind"
  203. ID_EDIT_PASTE "Insert Clipboard contents\nPaste"
  204. ID_EDIT_REPEAT "Repeat the last action\nRepeat"
  205. ID_EDIT_REPLACE "Replace specific text with different text\nReplace"
  206. ID_EDIT_SELECT_ALL "Select the entire document\nSelect All"
  207. ID_EDIT_UNDO "Undo the last action\nUndo"
  208. ID_EDIT_REDO "Redo the previously undone action\nRedo"
  209. END
  210. STRINGTABLE
  211. BEGIN
  212. AFX_IDS_SCSIZE "Change the window size"
  213. AFX_IDS_SCMOVE "Change the window position"
  214. AFX_IDS_SCMINIMIZE "Reduce the window to an icon"
  215. AFX_IDS_SCMAXIMIZE "Enlarge the window to full size"
  216. AFX_IDS_SCNEXTWINDOW "Switch to the next document window"
  217. AFX_IDS_SCPREVWINDOW "Switch to the previous document window"
  218. AFX_IDS_SCCLOSE "Close the active window and prompts to save the documents"
  219. AFX_IDS_SCRESTORE "Restore the window to normal size"
  220. AFX_IDS_SCTASKLIST "Activate Task List"
  221. END
  222. #endif
  223. #ifndef APSTUDIO_INVOKED
  224. /////////////////////////////////////////////////////////////////////////////
  225. //
  226. // Generated from the TEXTINCLUDE 3 resource.
  227. //
  228. #define _AFX_NO_SPLITTER_RESOURCES
  229. #define _AFX_NO_OLE_RESOURCES
  230. #define _AFX_NO_TRACKER_RESOURCES
  231. #define _AFX_NO_PROPERTY_RESOURCES
  232. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  233. LANGUAGE 9, 1
  234. #pragma code_page(1252)
  235. #include "res\\VirtualKeyboard.rc2" // non-Microsoft Visual C++ edited resources
  236. #include "afxres.rc" // Standard components
  237. #endif
  238. #endif // not APSTUDIO_INVOKED