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

对话框与窗口

开发平台:

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 MOVEABLE PURE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE MOVEABLE PURE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE MOVEABLE PURE 
  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.     "LANGUAGE 9, 1rn"
  42.     "#pragma code_page(1252)rn"
  43.     "#include ""res\DatePickerDemo.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  44.     "#include ""afxres.rc""         // Standard componentsrn"
  45.     "#endifrn"
  46.     ""
  47. END
  48. #endif    // APSTUDIO_INVOKED
  49. /////////////////////////////////////////////////////////////////////////////
  50. //
  51. // Icon
  52. //
  53. // Icon with lowest ID value placed first to ensure application icon
  54. // remains consistent on all systems.
  55. IDR_MAINFRAME           ICON    DISCARDABLE     "res\CjSample.ico"
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Dialog
  59. //
  60. IDD_DATEPICKERDEMO_DIALOG DIALOGEX 0, 0, 386, 298
  61. STYLE DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CLIPCHILDREN | WS_CAPTION | 
  62.     WS_SYSMENU | WS_THICKFRAME
  63. EXSTYLE WS_EX_APPWINDOW
  64. CAPTION "Codejock Date Picker Sample"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67.     LTEXT           "Columns:",IDC_STATIC,7,7,30,8
  68.     EDITTEXT        IDC_EDIT_COLS,42,7,101,12,ES_AUTOHSCROLL
  69.     LTEXT           "Rows:",IDC_STATIC,7,23,21,8
  70.     EDITTEXT        IDC_EDIT_ROWS,42,22,104,12,ES_AUTOHSCROLL
  71.     LTEXT           "First day of week:",IDC_STATIC,7,53,67,9
  72.     COMBOBOX        IDC_COMBO_FIRST_WEEK_DAY,74,50,72,103,CBS_DROPDOWNLIST | 
  73.                     WS_VSCROLL | WS_TABSTOP
  74.     LTEXT           "Max selected days:",IDC_STATIC,7,67,67,9
  75.     COMBOBOX        IDC_COMBO_MAX_SELECTED,74,65,72,109,CBS_DROPDOWN | 
  76.                     WS_VSCROLL | WS_TABSTOP
  77.     CONTROL         "Show week numbers",IDC_CHECK_SHOWWEEKNRS,"Button",
  78.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,7,81,10
  79.     CONTROL         "Highlight today",IDC_CHECK_HIGHLIGHT_TODAY,"Button",
  80.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,18,64,10
  81.     CONTROL         "Show non-month days",IDC_CHECK_NON_MONTH_DAYS,"Button",
  82.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,29,87,10
  83.     CONTROL         "Show 3D border",IDC_CHECK_SHOW_3D_BORDER,"Button",
  84.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,40,67,10
  85.     CONTROL         "Show Today button",IDC_CHECK_SHOWTODAYBTN,"Button",
  86.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,50,76,8
  87.     CONTROL         "Show None button",IDC_CHECK_SHOWNONEBTN,"Button",
  88.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,59,75,10
  89.     CONTROL         "Enable Luna Theme",IDC_CHECK_THEME,"Button",
  90.                     BS_AUTOCHECKBOX | WS_TABSTOP,158,68,83,11
  91.     GROUPBOX        "Test Popup",IDC_STATIC,260,7,113,51,0,WS_EX_TRANSPARENT
  92.     EDITTEXT        IDC_EDIT_POPUP,269,18,79,12,ES_AUTOHSCROLL | ES_READONLY
  93.     PUSHBUTTON      "V",IDC_BTN_POPUP,353,18,14,12
  94.     CONTROL         "Auto Size",IDC_CHECK_AUTO_SIZE,"Button",BS_AUTOCHECKBOX | 
  95.                     WS_TABSTOP,42,37,46,10
  96.     PUSHBUTTON      "Change Selected Days Font...",IDC_BTN_CHANGE_SEL_FONT,
  97.                     260,64,113,14
  98.     CONTROL         "",IDC_DATEPICKER,"XTPDatePicker",WS_TABSTOP,7,101,372,
  99.                     190
  100.     COMBOBOX        IDC_COMBO_DATEPICKER,269,36,98,12,CBS_DROPDOWN | 
  101.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP
  102.     CONTROL         "Enable Office 2007 Theme",IDC_CHECK_THEME_OFFICE_2007,
  103.                     "Button",BS_AUTOCHECKBOX | WS_TABSTOP,158,79,102,11
  104. END
  105. #ifndef _MAC
  106. /////////////////////////////////////////////////////////////////////////////
  107. //
  108. // Version
  109. //
  110. VS_VERSION_INFO VERSIONINFO
  111.  FILEVERSION 12,0,0,4
  112.  PRODUCTVERSION 12,0,0,4
  113.  FILEFLAGSMASK 0x3fL
  114. #ifdef _DEBUG
  115.  FILEFLAGS 0x1L
  116. #else
  117.  FILEFLAGS 0x0L
  118. #endif
  119.  FILEOS 0x4L
  120.  FILETYPE 0x1L
  121.  FILESUBTYPE 0x0L
  122. BEGIN
  123.     BLOCK "StringFileInfo"
  124.     BEGIN
  125.         BLOCK "040904e4"
  126.         BEGIN
  127.             VALUE "CompanyName", "Codejock Software"
  128.             VALUE "FileDescription", "DatePicker Demo application"
  129.             VALUE "FileVersion", "12, 0, 0, 4"
  130.             VALUE "InternalName", "DatePickerDemo.exe"
  131.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  132.             VALUE "OriginalFilename", "DatePickerDemo.exe"
  133.             VALUE "ProductName", "DatePicker"
  134.             VALUE "ProductVersion", "12, 0, 0, 4"
  135.         END
  136.     END
  137.     BLOCK "VarFileInfo"
  138.     BEGIN
  139.         VALUE "Translation", 0x409, 1252
  140.     END
  141. END
  142. #endif    // !_MAC
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // DESIGNINFO
  146. //
  147. #ifdef APSTUDIO_INVOKED
  148. GUIDELINES DESIGNINFO MOVEABLE PURE 
  149. BEGIN
  150.     IDD_DATEPICKERDEMO_DIALOG, DIALOG
  151.     BEGIN
  152.         LEFTMARGIN, 7
  153.         RIGHTMARGIN, 379
  154.         VERTGUIDE, 42
  155.         VERTGUIDE, 74
  156.         VERTGUIDE, 146
  157.         VERTGUIDE, 158
  158.         VERTGUIDE, 260
  159.         VERTGUIDE, 373
  160.         TOPMARGIN, 7
  161.         BOTTOMMARGIN, 291
  162.         HORZGUIDE, 78
  163.         HORZGUIDE, 101
  164.     END
  165. END
  166. #endif    // APSTUDIO_INVOKED
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // Dialog Info
  170. //
  171. IDD_DATEPICKERDEMO_DIALOG DLGINIT
  172. BEGIN
  173.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 11, 0
  174. 0x2031, 0x202d, 0x7553, 0x646e, 0x7961, "00" 
  175.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 11, 0
  176. 0x2032, 0x202d, 0x6f4d, 0x646e, 0x7961, "00" 
  177.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 12, 0
  178. 0x2033, 0x202d, 0x7554, 0x7365, 0x6164, 0x0079, 
  179.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 14, 0
  180. 0x2034, 0x202d, 0x6557, 0x6e64, 0x7365, 0x6164, 0x0079, 
  181.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 13, 0
  182. 0x2035, 0x202d, 0x6854, 0x7275, 0x6473, 0x7961, "00" 
  183.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 11, 0
  184. 0x2036, 0x202d, 0x7246, 0x6469, 0x7961, "00" 
  185.     IDC_COMBO_FIRST_WEEK_DAY, 0x403, 13, 0
  186. 0x2037, 0x202d, 0x6153, 0x7574, 0x6472, 0x7961, "00" 
  187.     0
  188. END
  189. /////////////////////////////////////////////////////////////////////////////
  190. //
  191. // String Table
  192. //
  193. STRINGTABLE DISCARDABLE 
  194. BEGIN
  195.     IDS_ABOUTBOX            "&About Date Picker Sample..."
  196.     IDS_NOLIMIT             "No limit"
  197.     IDS_HINT_COLUMNS        "Change the number of columns in a date picker grid."
  198.     IDS_HINT_ROWS           "Change the number of rows in a date picker grid."
  199.     IDS_HINT_FIRST_WEEK_DAY "Change the first day of the week here.n1 - Monday, ..., 7 - Sunday"
  200.     IDS_HINT_MAX_SEL_DAYS   "Change maximum number of selected days here."
  201.     IDS_HINT_WEEK_NUMBERS   "Enable/disable week numbers showing"
  202.     IDS_HINT_TODAY          "Enable/disable highlighting Today date by a rectangle."
  203.     IDS_HINT_NONMONTH_DAYS  "Enable/disable showing days prior the begginning of the first month and after the ending of the last month in the date picker month grid."
  204.     IDS_HINT_3DBORDER       "Enable/disable drawing of the 3D border around the DatePicker control."
  205.     IDS_HINT_BTN_TODAY      "Shows/hides Today button"
  206. END
  207. STRINGTABLE DISCARDABLE 
  208. BEGIN
  209.     IDS_HINT_BTN_NONE       "Shows/hides None button"
  210.     IDS_HINT_LUNA_THEME     "Enables/disables using Office 2003 Luna theme"
  211.     IDS_HINT_AUTOSIZE       "Enables/disables autosize mode, when control is stretched on all control's coordinates rectangle."
  212.     IDS_HINT_TEST_POPUP     "Click here to run Date Picker control in a modal state."
  213.     IDS_HINT_FONT_SELECTED  "Click here to change font and color for all selected days."
  214.     IDS_HINT_POPUP_RESULTS  "This range is a result of running Date Picker in modal mode ans selecting a required dates interval. "
  215. END
  216. STRINGTABLE DISCARDABLE 
  217. BEGIN
  218.     AFX_IDS_APP_TITLE       "Codejock Date Picker Sample"
  219. END
  220. #endif    // English (U.S.) resources
  221. /////////////////////////////////////////////////////////////////////////////
  222. #ifndef APSTUDIO_INVOKED
  223. /////////////////////////////////////////////////////////////////////////////
  224. //
  225. // Generated from the TEXTINCLUDE 3 resource.
  226. //
  227. #define _AFX_NO_SPLITTER_RESOURCES
  228. #define _AFX_NO_OLE_RESOURCES
  229. #define _AFX_NO_TRACKER_RESOURCES
  230. #define _AFX_NO_PROPERTY_RESOURCES
  231. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  232. LANGUAGE 9, 1
  233. #pragma code_page(1252)
  234. #include "resDatePickerDemo.rc2"  // non-Microsoft Visual C++ edited resources
  235. #include "afxres.rc"         // Standard components
  236. #endif
  237. /////////////////////////////////////////////////////////////////////////////
  238. #endif    // not APSTUDIO_INVOKED