EditListBox.rc
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:6k
源码类别:

对话框与窗口

开发平台:

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. // Neutral resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_NEU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
  17. #pragma code_page(932)
  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. IDR_MAINFRAME           ICON    DISCARDABLE     "res\EditListBox.ico"
  26. #endif    // Neutral resources
  27. /////////////////////////////////////////////////////////////////////////////
  28. /////////////////////////////////////////////////////////////////////////////
  29. // English (U.S.) resources
  30. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  31. #ifdef _WIN32
  32. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  33. #pragma code_page(1252)
  34. #endif //_WIN32
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Dialog
  38. //
  39. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  40. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  41. CAPTION "About EditListBox"
  42. FONT 8, "MS Sans Serif"
  43. BEGIN
  44.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  45.     LTEXT           "EditListBox Version 1.0",IDC_STATIC,40,10,119,8,
  46.                     SS_NOPREFIX
  47.     LTEXT           "Copyright (C) 2002",IDC_STATIC,40,25,119,8
  48.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  49. END
  50. IDD_EDITLISTBOX_DIALOG DIALOGEX 0, 0, 230, 170
  51. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  52. EXSTYLE WS_EX_APPWINDOW
  53. CAPTION "EditListBox"
  54. FONT 8, "MS Sans Serif"
  55. BEGIN
  56.     DEFPUSHBUTTON   "OK",IDOK,173,7,50,14
  57.     PUSHBUTTON      "Cancel",IDCANCEL,173,23,50,14
  58.     LTEXT           "Static",IDC_STALIST,13,7,155,122
  59.     LTEXT           "Static",IDC_STEXT,14,143,164,11
  60. END
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // DESIGNINFO
  64. //
  65. #ifdef APSTUDIO_INVOKED
  66. GUIDELINES DESIGNINFO DISCARDABLE 
  67. BEGIN
  68.     IDD_ABOUTBOX, DIALOG
  69.     BEGIN
  70.         LEFTMARGIN, 7
  71.         RIGHTMARGIN, 228
  72.         TOPMARGIN, 7
  73.         BOTTOMMARGIN, 48
  74.     END
  75.     IDD_EDITLISTBOX_DIALOG, DIALOG
  76.     BEGIN
  77.         LEFTMARGIN, 7
  78.         RIGHTMARGIN, 223
  79.         TOPMARGIN, 7
  80.         BOTTOMMARGIN, 163
  81.     END
  82. END
  83. #endif    // APSTUDIO_INVOKED
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // String Table
  87. //
  88. STRINGTABLE DISCARDABLE 
  89. BEGIN
  90.     IDS_ABOUTBOX            "&About EditListBox..."
  91. END
  92. #endif    // English (U.S.) resources
  93. /////////////////////////////////////////////////////////////////////////////
  94. /////////////////////////////////////////////////////////////////////////////
  95. // Spanish (Modern) resources
  96. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN)
  97. #ifdef _WIN32
  98. LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
  99. #pragma code_page(1252)
  100. #endif //_WIN32
  101. #ifndef _MAC
  102. /////////////////////////////////////////////////////////////////////////////
  103. //
  104. // Version
  105. //
  106. VS_VERSION_INFO VERSIONINFO
  107.  FILEVERSION 1,0,0,1
  108.  PRODUCTVERSION 1,0,0,1
  109.  FILEFLAGSMASK 0x3fL
  110. #ifdef _DEBUG
  111.  FILEFLAGS 0x1L
  112. #else
  113.  FILEFLAGS 0x0L
  114. #endif
  115.  FILEOS 0x4L
  116.  FILETYPE 0x1L
  117.  FILESUBTYPE 0x0L
  118. BEGIN
  119.     BLOCK "StringFileInfo"
  120.     BEGIN
  121.         BLOCK "0C0A04B0"
  122.         BEGIN
  123.             VALUE "CompanyName", ""
  124.             VALUE "FileDescription", "Aplicaci髇 MFC EditListBox"
  125.             VALUE "FileVersion", "1, 0, 0, 1"
  126.             VALUE "InternalName", "EditListBox"
  127.             VALUE "LegalCopyright", "Copyright (C) 2002"
  128.             VALUE "LegalTrademarks", ""
  129.             VALUE "OriginalFilename", "EditListBox.EXE"
  130.             VALUE "ProductName", "Aplicaci髇 EditListBox"
  131.             VALUE "ProductVersion", "1, 0, 0, 1"
  132.         END
  133.     END
  134.     BLOCK "VarFileInfo"
  135.     BEGIN
  136.         VALUE "Translation", 0xc0a, 1200
  137.     END
  138. END
  139. #endif    // !_MAC
  140. #endif    // Spanish (Modern) resources
  141. /////////////////////////////////////////////////////////////////////////////
  142. /////////////////////////////////////////////////////////////////////////////
  143. // Spanish (Castilian) (unknown sub-lang: 0x9) resources
  144. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESO)
  145. #ifdef _WIN32
  146. LANGUAGE LANG_SPANISH, 0x9
  147. #pragma code_page(1252)
  148. #endif //_WIN32
  149. #ifdef APSTUDIO_INVOKED
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // TEXTINCLUDE
  153. //
  154. 1 TEXTINCLUDE DISCARDABLE 
  155. BEGIN
  156.     "resource.h"
  157. END
  158. 2 TEXTINCLUDE DISCARDABLE 
  159. BEGIN
  160.     "#include ""afxres.h""rn"
  161.     ""
  162. END
  163. 3 TEXTINCLUDE DISCARDABLE 
  164. BEGIN
  165.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  166.     "#define _AFX_NO_OLE_RESOURCESrn"
  167.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  168.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  169.     "rn"
  170.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESP)rn"
  171.     "#ifdef _WIN32rn"
  172.     "LANGUAGE 10, 3rn"
  173.     "#pragma code_page(1252)rn"
  174.     "#endif //_WIN32rn"
  175.     "#include ""res\EditListBox.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  176.     "#include ""l.esp\afxres.rc""          // Standard componentsrn"
  177.     "#endifrn"
  178.     ""
  179. END
  180. #endif    // APSTUDIO_INVOKED
  181. #endif    // Spanish (Castilian) (unknown sub-lang: 0x9) resources
  182. /////////////////////////////////////////////////////////////////////////////
  183. #ifndef APSTUDIO_INVOKED
  184. /////////////////////////////////////////////////////////////////////////////
  185. //
  186. // Generated from the TEXTINCLUDE 3 resource.
  187. //
  188. #define _AFX_NO_SPLITTER_RESOURCES
  189. #define _AFX_NO_OLE_RESOURCES
  190. #define _AFX_NO_TRACKER_RESOURCES
  191. #define _AFX_NO_PROPERTY_RESOURCES
  192. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESP)
  193. #ifdef _WIN32
  194. LANGUAGE 10, 3
  195. #pragma code_page(1252)
  196. #endif //_WIN32
  197. #include "resEditListBox.rc2"  // non-Microsoft Visual C++ edited resources
  198. #include "l.espafxres.rc"          // Standard components
  199. #endif
  200. /////////////////////////////////////////////////////////////////////////////
  201. #endif    // not APSTUDIO_INVOKED