DropDownBoxDlg.rc
上传用户:jnkyhqw
上传日期:2007-01-01
资源大小:25k
文件大小: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. // Danish resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DAN)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_DANISH, SUBLANG_DEFAULT
  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\DropDownBoxDlg.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. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\DropDownBoxDlg.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Bitmap
  61. //
  62. DROP_ARROW              BITMAP  DISCARDABLE     "res\drop_arrow.bmp"
  63. #endif    // Danish resources
  64. /////////////////////////////////////////////////////////////////////////////
  65. /////////////////////////////////////////////////////////////////////////////
  66. // English (U.S.) resources
  67. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  68. #ifdef _WIN32
  69. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  70. #pragma code_page(1252)
  71. #endif //_WIN32
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Dialog
  75. //
  76. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  78. CAPTION "About DropDownBoxDlg"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  82.     LTEXT           "DropDownBoxDlg Version 1.0",IDC_STATIC,40,10,119,8,
  83.                     SS_NOPREFIX
  84.     LTEXT           "Copyright (C) 1999",IDC_STATIC,40,25,119,8
  85.     DEFPUSHBUTTON   "OK",IDOK,178,7,50,14,WS_GROUP
  86. END
  87. IDD_DROPDOWNBOXDLG_DIALOG DIALOGEX 0, 0, 232, 119
  88. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
  89.     WS_SYSMENU
  90. EXSTYLE WS_EX_APPWINDOW
  91. CAPTION "DropDownBoxDlg"
  92. FONT 8, "MS Sans Serif"
  93. BEGIN
  94.     PUSHBUTTON      "&Options",IDC_OPTIONS,175,99,50,13
  95.     GROUPBOX        "New Values",IDC_STATIC,7,34,134,78
  96.     EDITTEXT        IDC_VALUE,16,92,81,14,ES_AUTOHSCROLL
  97.     PUSHBUTTON      "&Add >",IDC_ADD,100,92,35,14
  98.     LTEXT           "Click the add button to add new values to the choice list",
  99.                     IDC_STATIC,7,7,218,15
  100.     PUSHBUTTON      "&Check All",IDC_CHECKALL,67,47,68,14
  101.     PUSHBUTTON      "&Remove All",IDC_REMOVE,67,63,68,14
  102. END
  103. #ifndef _MAC
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Version
  107. //
  108. VS_VERSION_INFO VERSIONINFO
  109.  FILEVERSION 1,0,0,1
  110.  PRODUCTVERSION 1,0,0,1
  111.  FILEFLAGSMASK 0x3fL
  112. #ifdef _DEBUG
  113.  FILEFLAGS 0x1L
  114. #else
  115.  FILEFLAGS 0x0L
  116. #endif
  117.  FILEOS 0x4L
  118.  FILETYPE 0x1L
  119.  FILESUBTYPE 0x0L
  120. BEGIN
  121.     BLOCK "StringFileInfo"
  122.     BEGIN
  123.         BLOCK "040904B0"
  124.         BEGIN
  125.             VALUE "CompanyName", ""
  126.             VALUE "FileDescription", "DropDownBoxDlg MFC Application"
  127.             VALUE "FileVersion", "1, 0, 0, 1"
  128.             VALUE "InternalName", "DropDownBoxDlg"
  129.             VALUE "LegalCopyright", "Copyright (C) 1999"
  130.             VALUE "LegalTrademarks", ""
  131.             VALUE "OriginalFilename", "DropDownBoxDlg.EXE"
  132.             VALUE "ProductName", "DropDownBoxDlg Application"
  133.             VALUE "ProductVersion", "1, 0, 0, 1"
  134.         END
  135.     END
  136.     BLOCK "VarFileInfo"
  137.     BEGIN
  138.         VALUE "Translation", 0x409, 1200
  139.     END
  140. END
  141. #endif    // !_MAC
  142. /////////////////////////////////////////////////////////////////////////////
  143. //
  144. // DESIGNINFO
  145. //
  146. #ifdef APSTUDIO_INVOKED
  147. GUIDELINES DESIGNINFO DISCARDABLE 
  148. BEGIN
  149.     IDD_ABOUTBOX, DIALOG
  150.     BEGIN
  151.         LEFTMARGIN, 7
  152.         RIGHTMARGIN, 228
  153.         TOPMARGIN, 7
  154.         BOTTOMMARGIN, 48
  155.     END
  156.     IDD_DROPDOWNBOXDLG_DIALOG, DIALOG
  157.     BEGIN
  158.         LEFTMARGIN, 7
  159.         RIGHTMARGIN, 225
  160.         VERTGUIDE, 135
  161.         TOPMARGIN, 7
  162.         BOTTOMMARGIN, 112
  163.         HORZGUIDE, 34
  164.     END
  165. END
  166. #endif    // APSTUDIO_INVOKED
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // String Table
  170. //
  171. STRINGTABLE DISCARDABLE 
  172. BEGIN
  173.     IDS_ABOUTBOX            "&About DropDownBoxDlg..."
  174. END
  175. #endif    // English (U.S.) resources
  176. /////////////////////////////////////////////////////////////////////////////
  177. #ifndef APSTUDIO_INVOKED
  178. /////////////////////////////////////////////////////////////////////////////
  179. //
  180. // Generated from the TEXTINCLUDE 3 resource.
  181. //
  182. #define _AFX_NO_SPLITTER_RESOURCES
  183. #define _AFX_NO_OLE_RESOURCES
  184. #define _AFX_NO_TRACKER_RESOURCES
  185. #define _AFX_NO_PROPERTY_RESOURCES
  186. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  187. #ifdef _WIN32
  188. LANGUAGE 9, 1
  189. #pragma code_page(1252)
  190. #endif //_WIN32
  191. #include "resDropDownBoxDlg.rc2"  // non-Microsoft Visual C++ edited resources
  192. #include "afxres.rc"         // Standard components
  193. #endif
  194. /////////////////////////////////////////////////////////////////////////////
  195. #endif    // not APSTUDIO_INVOKED