Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
544 B

  1. <%
  2. ' Localizable strings for the Calendar dialog
  3. Const L_CALSHORTMON_TEXT = "Mo"
  4. Const L_CALSHORTTUE_TEXT = "Tu"
  5. Const L_CALSHORTWED_TEXT = "We"
  6. Const L_CALSHORTTHU_TEXT = "Th"
  7. Const L_CALSHORTFRI_TEXT = "Fr"
  8. Const L_CALSHORTSAT_TEXT = "Sa"
  9. Const L_CALSHORTSUN_TEXT = "Su"
  10. Const L_CALENDARTITLE_TEXT = "Calendar"
  11. Const L_CALENDAROK_TEXT = " OK "
  12. Const L_CALENDARCANCEL_TEXT = "Cancel"
  13. ' Resizing constants for the Calendar dialog
  14. ' Dialog dimensions
  15. Const L_CALENDAR_W = 250
  16. Const L_CALENDAR_H = 280
  17. Const L_CALENDARCELL_NUM = 20
  18. %>