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.

20 lines
450 B

  1. <%
  2. ' Resizing constants for the Application Mapping dialog.
  3. ' Dialog size
  4. Const L_IIAMAP_W = 575
  5. Const L_IIAMAP_H = 400
  6. Const L_AMAPDLGHEAD_NUM = 100
  7. Const L_AMAPTABLEHEAD_NUM = 50
  8. Const L_AMAPTABLEBORDER_NUM = 10
  9. ' Table dimensions
  10. Const L_AMAPTABLEWIDTH_NUM = 482
  11. Const L_EXTENSIONCOLWIDTH_NUM = 40
  12. Const L_EXEPATHCOLWIDTH_NUM = 200
  13. Const L_EXCLUSIONSCOLWIDTH_NUM = 105
  14. Const L_SCRIPTENGINECOLWIDTH_NUM = 50
  15. Const L_CHKFILECOLWIDTH_NUM = 50
  16. %>