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.

15 lines
310 B

  1. <%
  2. ' Resizing constants for the Mime Map dialog
  3. ' Dialog dimensions
  4. Const L_MIMEMAP_W = 425
  5. Const L_MIMEMAP_H = 375
  6. Const L_MIMEHEADFRM_H = 30
  7. Const L_MIMETABLEHEADFRM_H = 50
  8. Const L_MIMETABLEBORDER_NUM = 10
  9. ' Table dimensions
  10. Const L_MIMETABLEWIDTH_NUM = 300
  11. ' Colmun dimensions defined in iimimels.str
  12. %>