WaitDialog.rc
上传用户:pengminm
上传日期:2007-01-01
资源大小:30k
文件大小:12k
源码类别:

对话框与窗口

开发平台:

Visual C++

  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. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\WaitDialog.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#include ""afxprint.rc""       // printing/print preview resourcesrn"
  48.     "#endifrn"
  49.     ""
  50. END
  51. #endif    // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Icon
  55. //
  56. // Icon with lowest ID value placed first to ensure application icon
  57. // remains consistent on all systems.
  58. IDR_MAINFRAME           ICON    DISCARDABLE     "res\WaitDialog.ico"
  59. IDR_WAITDITYPE          ICON    DISCARDABLE     "res\WaitDialogDoc.ico"
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Bitmap
  63. //
  64. IDR_MAINFRAME           BITMAP  MOVEABLE PURE   "res\Toolbar.bmp"
  65. IDB_CALC_ANIM2          BITMAP  DISCARDABLE     "res\calc2.bmp"
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Toolbar
  69. //
  70. IDR_MAINFRAME TOOLBAR DISCARDABLE  16, 15
  71. BEGIN
  72.     BUTTON      ID_FILE_NEW
  73.     BUTTON      ID_FILE_OPEN
  74.     BUTTON      ID_FILE_SAVE
  75.     SEPARATOR
  76.     BUTTON      ID_EDIT_CUT
  77.     BUTTON      ID_EDIT_COPY
  78.     BUTTON      ID_EDIT_PASTE
  79.     SEPARATOR
  80.     BUTTON      ID_FILE_PRINT
  81.     SEPARATOR
  82.     BUTTON      ID_APP_ABOUT
  83. END
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // Menu
  87. //
  88. IDR_MAINFRAME MENU PRELOAD DISCARDABLE 
  89. BEGIN
  90.     POPUP "&File"
  91.     BEGIN
  92.         MENUITEM "E&xit",                       ID_APP_EXIT
  93.     END
  94.     POPUP "&View"
  95.     BEGIN
  96.         MENUITEM "&Toolbar",                    ID_VIEW_TOOLBAR
  97.         MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR
  98.         MENUITEM SEPARATOR
  99.         MENUITEM "Show &Wait Dialog...",        ID_VIEW_WAIT_DLG
  100.         MENUITEM "Show &Abort Dialog",          ID_VIEW_ABORT_DLG
  101.     END
  102.     POPUP "&Help"
  103.     BEGIN
  104.         MENUITEM "&About WaitDialog...",        ID_APP_ABOUT
  105.     END
  106. END
  107. /////////////////////////////////////////////////////////////////////////////
  108. //
  109. // Accelerator
  110. //
  111. IDR_MAINFRAME ACCELERATORS PRELOAD MOVEABLE PURE 
  112. BEGIN
  113.     "N",            ID_FILE_NEW,            VIRTKEY, CONTROL
  114.     "O",            ID_FILE_OPEN,           VIRTKEY, CONTROL
  115.     "S",            ID_FILE_SAVE,           VIRTKEY, CONTROL
  116.     "P",            ID_FILE_PRINT,          VIRTKEY, CONTROL
  117.     "Z",            ID_EDIT_UNDO,           VIRTKEY, CONTROL
  118.     "X",            ID_EDIT_CUT,            VIRTKEY, CONTROL
  119.     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL
  120.     "V",            ID_EDIT_PASTE,          VIRTKEY, CONTROL
  121.     VK_BACK,        ID_EDIT_UNDO,           VIRTKEY, ALT
  122.     VK_DELETE,      ID_EDIT_CUT,            VIRTKEY, SHIFT
  123.     VK_INSERT,      ID_EDIT_COPY,           VIRTKEY, CONTROL
  124.     VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY, SHIFT
  125.     VK_F6,          ID_NEXT_PANE,           VIRTKEY 
  126.     VK_F6,          ID_PREV_PANE,           VIRTKEY, SHIFT
  127. END
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Dialog
  131. //
  132. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  133. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  134. CAPTION "About WaitDialog"
  135. FONT 8, "MS Sans Serif"
  136. BEGIN
  137.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  138.     LTEXT           "WaitDialog Version 1.0",IDC_STATIC,40,10,119,8,
  139.                     SS_NOPREFIX
  140.     LTEXT           "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  141.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  142. END
  143. IDD_BUSY_DLG DIALOG DISCARDABLE  0, 0, 207, 70
  144. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE
  145. FONT 8, "MS Sans Serif"
  146. BEGIN
  147.     LTEXT           "Calculating...please wait",IDC_BUSY_TEXT,7,27,104,11
  148.     CONTROL         "",IDC_BUSY_PIC,"Static",SS_GRAYFRAME,133,14,54,38
  149.     PUSHBUTTON      "Abort",IDOK,7,47,42,16
  150. END
  151. #ifndef _MAC
  152. /////////////////////////////////////////////////////////////////////////////
  153. //
  154. // Version
  155. //
  156. VS_VERSION_INFO VERSIONINFO
  157.  FILEVERSION 1,0,0,1
  158.  PRODUCTVERSION 1,0,0,1
  159.  FILEFLAGSMASK 0x3fL
  160. #ifdef _DEBUG
  161.  FILEFLAGS 0x1L
  162. #else
  163.  FILEFLAGS 0x0L
  164. #endif
  165.  FILEOS 0x4L
  166.  FILETYPE 0x1L
  167.  FILESUBTYPE 0x0L
  168. BEGIN
  169.     BLOCK "StringFileInfo"
  170.     BEGIN
  171.         BLOCK "040904B0"
  172.         BEGIN
  173.             VALUE "CompanyName", ""
  174.             VALUE "FileDescription", "WaitDialog MFC Application"
  175.             VALUE "FileVersion", "1, 0, 0, 1"
  176.             VALUE "InternalName", "WaitDialog"
  177.             VALUE "LegalCopyright", "Copyright (C) 1999"
  178.             VALUE "LegalTrademarks", ""
  179.             VALUE "OriginalFilename", "WaitDialog.EXE"
  180.             VALUE "ProductName", "WaitDialog Application"
  181.             VALUE "ProductVersion", "1, 0, 0, 1"
  182.         END
  183.     END
  184.     BLOCK "VarFileInfo"
  185.     BEGIN
  186.         VALUE "Translation", 0x409, 1200
  187.     END
  188. END
  189. #endif    // !_MAC
  190. /////////////////////////////////////////////////////////////////////////////
  191. //
  192. // DESIGNINFO
  193. //
  194. #ifdef APSTUDIO_INVOKED
  195. GUIDELINES DESIGNINFO DISCARDABLE 
  196. BEGIN
  197.     IDD_ABOUTBOX, DIALOG
  198.     BEGIN
  199.         LEFTMARGIN, 7
  200.         RIGHTMARGIN, 228
  201.         TOPMARGIN, 7
  202.         BOTTOMMARGIN, 48
  203.     END
  204.     IDD_BUSY_DLG, DIALOG
  205.     BEGIN
  206.         LEFTMARGIN, 7
  207.         RIGHTMARGIN, 200
  208.         TOPMARGIN, 7
  209.         BOTTOMMARGIN, 63
  210.     END
  211. END
  212. #endif    // APSTUDIO_INVOKED
  213. /////////////////////////////////////////////////////////////////////////////
  214. //
  215. // String Table
  216. //
  217. STRINGTABLE PRELOAD DISCARDABLE 
  218. BEGIN
  219.     IDR_MAINFRAME           "WaitDialognnWaitDinnnWaitDialog.DocumentnWaitDi Document"
  220. END
  221. STRINGTABLE PRELOAD DISCARDABLE 
  222. BEGIN
  223.     AFX_IDS_APP_TITLE       "WaitDialog"
  224.     AFX_IDS_IDLEMESSAGE     "Ready"
  225. END
  226. STRINGTABLE DISCARDABLE 
  227. BEGIN
  228.     ID_INDICATOR_EXT        "EXT"
  229.     ID_INDICATOR_CAPS       "CAP"
  230.     ID_INDICATOR_NUM        "NUM"
  231.     ID_INDICATOR_SCRL       "SCRL"
  232.     ID_INDICATOR_OVR        "OVR"
  233.     ID_INDICATOR_REC        "REC"
  234. END
  235. STRINGTABLE DISCARDABLE 
  236. BEGIN
  237.     ID_FILE_NEW             "Create a new documentnNew"
  238.     ID_FILE_OPEN            "Open an existing documentnOpen"
  239.     ID_FILE_CLOSE           "Close the active documentnClose"
  240.     ID_FILE_SAVE            "Save the active documentnSave"
  241.     ID_FILE_SAVE_AS         "Save the active document with a new namenSave As"
  242.     ID_FILE_PAGE_SETUP      "Change the printing optionsnPage Setup"
  243.     ID_FILE_PRINT_SETUP     "Change the printer and printing optionsnPrint Setup"
  244.     ID_FILE_PRINT           "Print the active documentnPrint"
  245.     ID_FILE_PRINT_PREVIEW   "Display full pagesnPrint Preview"
  246. END
  247. STRINGTABLE DISCARDABLE 
  248. BEGIN
  249.     ID_APP_ABOUT            "Display program information, version number and copyrightnAbout"
  250.     ID_APP_EXIT             "Quit the application; prompts to save documentsnExit"
  251. END
  252. STRINGTABLE DISCARDABLE 
  253. BEGIN
  254.     ID_FILE_MRU_FILE1       "Open this document"
  255.     ID_FILE_MRU_FILE2       "Open this document"
  256.     ID_FILE_MRU_FILE3       "Open this document"
  257.     ID_FILE_MRU_FILE4       "Open this document"
  258.     ID_FILE_MRU_FILE5       "Open this document"
  259.     ID_FILE_MRU_FILE6       "Open this document"
  260.     ID_FILE_MRU_FILE7       "Open this document"
  261.     ID_FILE_MRU_FILE8       "Open this document"
  262.     ID_FILE_MRU_FILE9       "Open this document"
  263.     ID_FILE_MRU_FILE10      "Open this document"
  264.     ID_FILE_MRU_FILE11      "Open this document"
  265.     ID_FILE_MRU_FILE12      "Open this document"
  266.     ID_FILE_MRU_FILE13      "Open this document"
  267.     ID_FILE_MRU_FILE14      "Open this document"
  268.     ID_FILE_MRU_FILE15      "Open this document"
  269.     ID_FILE_MRU_FILE16      "Open this document"
  270. END
  271. STRINGTABLE DISCARDABLE 
  272. BEGIN
  273.     ID_NEXT_PANE            "Switch to the next window panenNext Pane"
  274.     ID_PREV_PANE            "Switch back to the previous window panenPrevious Pane"
  275. END
  276. STRINGTABLE DISCARDABLE 
  277. BEGIN
  278.     ID_WINDOW_SPLIT         "Split the active window into panesnSplit"
  279. END
  280. STRINGTABLE DISCARDABLE 
  281. BEGIN
  282.     ID_EDIT_CLEAR           "Erase the selectionnErase"
  283.     ID_EDIT_CLEAR_ALL       "Erase everythingnErase All"
  284.     ID_EDIT_COPY            "Copy the selection and put it on the ClipboardnCopy"
  285.     ID_EDIT_CUT             "Cut the selection and put it on the ClipboardnCut"
  286.     ID_EDIT_FIND            "Find the specified textnFind"
  287.     ID_EDIT_PASTE           "Insert Clipboard contentsnPaste"
  288.     ID_EDIT_REPEAT          "Repeat the last actionnRepeat"
  289.     ID_EDIT_REPLACE         "Replace specific text with different textnReplace"
  290.     ID_EDIT_SELECT_ALL      "Select the entire documentnSelect All"
  291.     ID_EDIT_UNDO            "Undo the last actionnUndo"
  292.     ID_EDIT_REDO            "Redo the previously undone actionnRedo"
  293. END
  294. STRINGTABLE DISCARDABLE 
  295. BEGIN
  296.     ID_VIEW_TOOLBAR         "Show or hide the toolbarnToggle ToolBar"
  297.     ID_VIEW_STATUS_BAR      "Show or hide the status barnToggle StatusBar"
  298. END
  299. STRINGTABLE DISCARDABLE 
  300. BEGIN
  301.     AFX_IDS_SCSIZE          "Change the window size"
  302.     AFX_IDS_SCMOVE          "Change the window position"
  303.     AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"
  304.     AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"
  305.     AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"
  306.     AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"
  307.     AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"
  308. END
  309. STRINGTABLE DISCARDABLE 
  310. BEGIN
  311.     AFX_IDS_SCRESTORE       "Restore the window to normal size"
  312.     AFX_IDS_SCTASKLIST      "Activate Task List"
  313. END
  314. STRINGTABLE DISCARDABLE 
  315. BEGIN
  316.     AFX_IDS_PREVIEW_CLOSE   "Close print preview modenCancel Preview"
  317. END
  318. #endif    // English (U.S.) resources
  319. /////////////////////////////////////////////////////////////////////////////
  320. #ifndef APSTUDIO_INVOKED
  321. /////////////////////////////////////////////////////////////////////////////
  322. //
  323. // Generated from the TEXTINCLUDE 3 resource.
  324. //
  325. #define _AFX_NO_SPLITTER_RESOURCES
  326. #define _AFX_NO_OLE_RESOURCES
  327. #define _AFX_NO_TRACKER_RESOURCES
  328. #define _AFX_NO_PROPERTY_RESOURCES
  329. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  330. #ifdef _WIN32
  331. LANGUAGE 9, 1
  332. #pragma code_page(1252)
  333. #endif //_WIN32
  334. #include "resWaitDialog.rc2"  // non-Microsoft Visual C++ edited resources
  335. #include "afxres.rc"         // Standard components
  336. #include "afxprint.rc"       // printing/print preview resources
  337. #endif
  338. /////////////////////////////////////////////////////////////////////////////
  339. #endif    // not APSTUDIO_INVOKED