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

对话框与窗口

开发平台:

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\ReportDialogEx.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_REPORTDIALOGEX_DIALOG DIALOGEX 0, 0, 400, 190
  56. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  57. EXSTYLE WS_EX_APPWINDOW
  58. CAPTION "Report Sample for AddRecordEx "
  59. FONT 8, "MS Sans Serif"
  60. BEGIN
  61.     PUSHBUTTON      "E&xit",IDOK,333,169,60,14
  62.     CONTROL         "",IDC_REPORTCTRL,"XTPReport",WS_TABSTOP,7,7,386,157,
  63.                     WS_EX_STATICEDGE
  64.     PUSHBUTTON      "&Add records",IDC_ADD_RECORDS_BUTTON,269,169,60,14
  65. END
  66. #ifndef _MAC
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Version
  70. //
  71. VS_VERSION_INFO VERSIONINFO
  72.  FILEVERSION 12,0,0,4
  73.  PRODUCTVERSION 12,0,0,4
  74.  FILEFLAGSMASK 0x3fL
  75. #ifdef _DEBUG
  76.  FILEFLAGS 0x1L
  77. #else
  78.  FILEFLAGS 0x0L
  79. #endif
  80.  FILEOS 0x4L
  81.  FILETYPE 0x1L
  82.  FILESUBTYPE 0x0L
  83. BEGIN
  84.     BLOCK "StringFileInfo"
  85.     BEGIN
  86.         BLOCK "040904B0"
  87.         BEGIN
  88.             VALUE "CompanyName", "Codejock Software"
  89.             VALUE "FileDescription", "ReportDialogEx MFC Application"
  90.             VALUE "FileVersion", "12, 0, 0, 4"
  91.             VALUE "InternalName", "ReportDialogEx"
  92.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  93.             VALUE "LegalTrademarks", ""
  94.             VALUE "OriginalFilename", "ReportDialogEx.EXE"
  95.             VALUE "ProductName", "ReportDialogEx Application"
  96.             VALUE "ProductVersion", "12, 0, 0, 4"
  97.         END
  98.     END
  99.     BLOCK "VarFileInfo"
  100.     BEGIN
  101.         VALUE "Translation", 0x409, 1200
  102.     END
  103. END
  104. #endif    // !_MAC
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // DESIGNINFO
  108. //
  109. #ifdef APSTUDIO_INVOKED
  110. GUIDELINES DESIGNINFO DISCARDABLE 
  111. BEGIN
  112.     IDD_REPORTDIALOGEX_DIALOG, DIALOG
  113.     BEGIN
  114.         LEFTMARGIN, 7
  115.         RIGHTMARGIN, 393
  116.         TOPMARGIN, 7
  117.         BOTTOMMARGIN, 183
  118.     END
  119. END
  120. #endif    // APSTUDIO_INVOKED
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // Bitmap
  124. //
  125. IDB_BMREPORT            BITMAP  MOVEABLE PURE   "res\bmreport.bmp"
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // Icon
  129. //
  130. // Icon with lowest ID value placed first to ensure application icon
  131. // remains consistent on all systems.
  132. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // String Table
  136. //
  137. STRINGTABLE DISCARDABLE 
  138. BEGIN
  139.     IDS_ABOUTBOX            "&About Report Dialog..."
  140. END
  141. STRINGTABLE DISCARDABLE 
  142. BEGIN
  143.     AFX_IDS_APP_TITLE       "Codejock Report Dialog Sample"
  144. END
  145. #endif    // English (U.S.) resources
  146. /////////////////////////////////////////////////////////////////////////////
  147. #ifndef APSTUDIO_INVOKED
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Generated from the TEXTINCLUDE 3 resource.
  151. //
  152. #define _AFX_NO_SPLITTER_RESOURCES
  153. #define _AFX_NO_OLE_RESOURCES
  154. #define _AFX_NO_TRACKER_RESOURCES
  155. #define _AFX_NO_PROPERTY_RESOURCES
  156. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  157. #ifdef _WIN32
  158. LANGUAGE 9, 1
  159. #pragma code_page(1252)
  160. #endif //_WIN32
  161. #include "resReportDialogEx.rc2"  // non-Microsoft Visual C++ edited resources
  162. #include "afxres.rc"         // Standard components
  163. #endif
  164. /////////////////////////////////////////////////////////////////////////////
  165. #endif    // not APSTUDIO_INVOKED