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

对话框与窗口

开发平台:

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\ColorPicker.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\CjSample.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_COLORPICKER_DIALOG DIALOGEX 0, 0, 220, 228
  63. STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "Codejock Color Picker Sample"
  66. FONT 8, "MS Sans Serif"
  67. BEGIN
  68.     COMBOBOX        IDC_COMBO_DEMO,7,7,145,50,CBS_DROPDOWNLIST | CBS_SORT | 
  69.                     WS_VSCROLL | WS_TABSTOP
  70.     PUSHBUTTON      "Text",IDC_CLR_TEXT,7,28,50,14
  71.     LTEXT           "&Text Color:",IDC_TXT_TEXT,63,31,89,8
  72.     PUSHBUTTON      "Back",IDC_CLR_BACK,7,43,50,14
  73.     LTEXT           "B&ackground Color:",IDC_TXT_BACK,63,45,89,8
  74.     GROUPBOX        "Color Picker Button:  ",IDC_GBOX_BUTTON,7,63,206,37
  75.     CONTROL         "Show Text",IDC_CHK_NOTEXT,"Button",BS_AUTOCHECKBOX | 
  76.                     BS_FLAT | WS_TABSTOP,23,75,50,10
  77.     CONTROL         "Text In Color",IDC_CHK_COLORTEXT,"Button",
  78.                     BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,23,85,56,10
  79.     GROUPBOX        "Color Popup Window: ",IDC_GBOX_POPUP,7,105,99,53
  80.     CONTROL         "&No Fill",IDC_CHK_NOFILL,"Button",BS_AUTOCHECKBOX | 
  81.                     BS_FLAT | WS_TABSTOP,23,120,35,10
  82.     CONTROL         "&Extended Colors",IDC_CHK_EXTENDED,"Button",
  83.                     BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,23,130,67,10
  84.     CONTROL         "&More Colors",IDC_CHK_MORECOLORS,"Button",
  85.                     BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,23,140,53,10
  86.     GROUPBOX        "Popup Theme ",IDC_GBOX_THEME,114,105,99,53
  87.     CONTROL         "Default",IDC_RADIO_DEFAULT,"Button",BS_AUTORADIOBUTTON | 
  88.                     BS_FLAT | WS_GROUP,129,120,39,10
  89.     CONTROL         "Office XP",IDC_RADIO_OFFICEXP,"Button",
  90.                     BS_AUTORADIOBUTTON | BS_FLAT,129,130,46,10
  91.     CONTROL         "Office 2003",IDC_RADIO_OFFICE2003,"Button",
  92.                     BS_AUTORADIOBUTTON | BS_FLAT,129,140,53,10
  93.     GROUPBOX        "More Colors Dialog:  ",IDC_GBOX_DIALOG,7,163,206,43
  94.     CONTROL         "3D &Border Around Color Selection",IDC_CHK_3DBORDER,
  95.                     "Button",BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,23,178,
  96.                     122,10
  97.     CONTROL         "Display &Hex Values",IDC_CHK_DISPLAY_HEX,"Button",
  98.                     BS_AUTOCHECKBOX | BS_FLAT | WS_TABSTOP,23,188,77,10
  99.     CONTROL         "&Disable",IDC_CHK_DISABLE,"Button",BS_AUTOCHECKBOX | 
  100.                     BS_FLAT | WS_TABSTOP,23,211,39,10
  101.     PUSHBUTTON      "Done",IDCANCEL,163,7,50,14
  102. END
  103. #ifndef _MAC
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Version
  107. //
  108. VS_VERSION_INFO VERSIONINFO
  109.  FILEVERSION 12,0,0,4
  110.  PRODUCTVERSION 12,0,0,4
  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", "Codejock Software"
  126.             VALUE "FileDescription", "ColorPicker MFC Application"
  127.             VALUE "FileVersion", "12, 0, 0, 4"
  128.             VALUE "InternalName", "ColorPicker"
  129.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  130.             VALUE "LegalTrademarks", ""
  131.             VALUE "OriginalFilename", "ColorPicker.EXE"
  132.             VALUE "ProductName", "ColorPicker Application"
  133.             VALUE "ProductVersion", "12, 0, 0, 4"
  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_COLORPICKER_DIALOG, DIALOG
  150.     BEGIN
  151.         LEFTMARGIN, 7
  152.         RIGHTMARGIN, 213
  153.         TOPMARGIN, 7
  154.         BOTTOMMARGIN, 221
  155.     END
  156. END
  157. #endif    // APSTUDIO_INVOKED
  158. /////////////////////////////////////////////////////////////////////////////
  159. //
  160. // Dialog Info
  161. //
  162. IDD_COLORPICKER_DIALOG DLGINIT
  163. BEGIN
  164.     IDC_COMBO_DEMO, 0x403, 26, 0
  165. 0x6f4e, 0x2d6e, 0x6573, 0x656c, 0x7463, 0x6261, 0x656c, 0x6320, 0x6d6f, 
  166. 0x6f62, 0x6220, 0x786f, 0x002e, 
  167.     0
  168. END
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // String Table
  172. //
  173. STRINGTABLE DISCARDABLE 
  174. BEGIN
  175.     IDS_ABOUTBOX            "&About Color Picker Sample..."
  176. END
  177. #endif    // English (U.S.) resources
  178. /////////////////////////////////////////////////////////////////////////////
  179. #ifndef APSTUDIO_INVOKED
  180. /////////////////////////////////////////////////////////////////////////////
  181. //
  182. // Generated from the TEXTINCLUDE 3 resource.
  183. //
  184. #define _AFX_NO_SPLITTER_RESOURCES
  185. #define _AFX_NO_OLE_RESOURCES
  186. #define _AFX_NO_TRACKER_RESOURCES
  187. #define _AFX_NO_PROPERTY_RESOURCES
  188. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  189. #ifdef _WIN32
  190. LANGUAGE 9, 1
  191. #pragma code_page(1252)
  192. #endif //_WIN32
  193. #include "resColorPicker.rc2"  // non-Microsoft Visual C++ edited resources
  194. #include "afxres.rc"         // Standard components
  195. #endif
  196. /////////////////////////////////////////////////////////////////////////////
  197. #endif    // not APSTUDIO_INVOKED