Animation.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:6k
源码类别:

对话框与窗口

开发平台:

Visual C++

  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. #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 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE 
  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\Animation.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Dialog
  54. //
  55. IDD_ANIMATION_DIALOG DIALOGEX 0, 0, 339, 230
  56. STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  57. EXSTYLE WS_EX_APPWINDOW
  58. CAPTION "Codejock Animation Sample"
  59. FONT 8, "MS Sans Serif", 0, 0, 0x1
  60. BEGIN
  61.     CONTROL         129,IDC_BMP_GEAR,"Static",SS_BITMAP,7,7,233,215
  62.     GROUPBOX        "Standard Animation",IDC_STATIC,247,7,85,83
  63.     CONTROL         "System Default",IDC_RADIO_ANIMATION,"Button",BS_AUTORADIOBUTTON | WS_GROUP,258,22,66,10
  64.     CONTROL         "Random",IDC_RADIO5,"Button",BS_AUTORADIOBUTTON,258,32,42,10
  65.     CONTROL         "Unfold",IDC_RADIO4,"Button",BS_AUTORADIOBUTTON,258,42,37,10
  66.     CONTROL         "Slide",IDC_RADIO3,"Button",BS_AUTORADIOBUTTON,258,52,31,10
  67.     CONTROL         "Fade",IDC_RADIO2,"Button",BS_AUTORADIOBUTTON,258,62,32,10
  68.     CONTROL         "None",IDC_RADIO7,"Button",BS_AUTORADIOBUTTON,258,72,33,10
  69.     PUSHBUTTON      "Animate",IDC_ANIMATE,247,189,85,14
  70.     PUSHBUTTON      "&Done",IDCANCEL,247,209,85,14
  71.     GROUPBOX        "Custom Animation",IDC_STATIC,247,130,85,51
  72.     CONTROL         "Noise",IDC_RADIO6,"Button",BS_AUTORADIOBUTTON,258,143,33,10
  73.     CONTROL         "Stretch",IDC_RADIO8,"Button",BS_AUTORADIOBUTTON,258,153,39,10
  74.     CONTROL         "Circles",IDC_RADIO9,"Button",BS_AUTORADIOBUTTON,258,163,37,10
  75.     LTEXT           "Delay:",IDC_STATIC_DELAY,247,97,21,8
  76.     EDITTEXT        IDC_EDIT_DELAY,247,108,40,12,ES_AUTOHSCROLL | ES_NUMBER
  77.     LTEXT           "Steps:",IDC_STATIC_STEPS,292,97,21,8
  78.     EDITTEXT        IDC_EDIT_STEPS,292,108,40,12,ES_AUTOHSCROLL | ES_NUMBER
  79. END
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // Version
  83. //
  84. VS_VERSION_INFO VERSIONINFO
  85.  FILEVERSION 12,0,0,4
  86.  PRODUCTVERSION 12,0,0,4
  87.  FILEFLAGSMASK 0x3fL
  88. #ifdef _DEBUG
  89.  FILEFLAGS 0x1L
  90. #else
  91.  FILEFLAGS 0x0L
  92. #endif
  93.  FILEOS 0x4L
  94.  FILETYPE 0x1L
  95.  FILESUBTYPE 0x0L
  96. BEGIN
  97.     BLOCK "StringFileInfo"
  98.     BEGIN
  99.         BLOCK "040904B0"
  100.         BEGIN
  101.             VALUE "FileDescription", "Animation MFC Application"
  102.             VALUE "FileVersion", "12, 0, 0, 4"
  103.             VALUE "InternalName", "Animation"
  104.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  105.             VALUE "OriginalFilename", "Animation.EXE"
  106.             VALUE "ProductName", "Animation Application"
  107.             VALUE "ProductVersion", "12, 0, 0, 4"
  108.         END
  109.     END
  110.     BLOCK "VarFileInfo"
  111.     BEGIN
  112.         VALUE "Translation", 0x409, 1200
  113.     END
  114. END
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // DESIGNINFO
  118. //
  119. #ifdef APSTUDIO_INVOKED
  120. GUIDELINES DESIGNINFO 
  121. BEGIN
  122.     IDD_ANIMATION_DIALOG, DIALOG
  123.     BEGIN
  124.         LEFTMARGIN, 7
  125.         RIGHTMARGIN, 332
  126.         TOPMARGIN, 7
  127.         BOTTOMMARGIN, 223
  128.     END
  129. END
  130. #endif    // APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Bitmap
  134. //
  135. IDB_CODEJOCKGEAR        BITMAP                  "res\codejockgear.bmp"
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // Icon
  139. //
  140. // Icon with lowest ID value placed first to ensure application icon
  141. // remains consistent on all systems.
  142. IDR_MAINFRAME           ICON                    "res\CjSample.ico"
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // String Table
  146. //
  147. STRINGTABLE 
  148. BEGIN
  149.     IDS_ABOUTBOX            "&About Animation Sample..."
  150. END
  151. STRINGTABLE 
  152. BEGIN
  153.     AFX_IDS_APP_TITLE       "Codejock Animation Sample"
  154. END
  155. #endif    // English (U.S.) resources
  156. /////////////////////////////////////////////////////////////////////////////
  157. #ifndef APSTUDIO_INVOKED
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // Generated from the TEXTINCLUDE 3 resource.
  161. //
  162. #define _AFX_NO_SPLITTER_RESOURCES
  163. #define _AFX_NO_OLE_RESOURCES
  164. #define _AFX_NO_TRACKER_RESOURCES
  165. #define _AFX_NO_PROPERTY_RESOURCES
  166. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  167. #ifdef _WIN32
  168. LANGUAGE 9, 1
  169. #pragma code_page(1252)
  170. #endif //_WIN32
  171. #include "resAnimation.rc2"  // non-Microsoft Visual C++ edited resources
  172. #include "afxres.rc"         // Standard components
  173. #endif
  174. /////////////////////////////////////////////////////////////////////////////
  175. #endif    // not APSTUDIO_INVOKED