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.

21 lines
590 B

  1. <%
  2. ' Localizable sizing constants for the ISAPI filters list
  3. ' (iifilt, iifiltls and iifilthd).
  4. ' The following values are used to define the list itself
  5. Const L_STATUSCOLWIDTH_NUM = 65
  6. Const L_PRIORITYCOLWIDTH_NUM = 55
  7. Const L_FILTERCOLWIDTH_NUM = 100
  8. Const L_EXECOLWIDTH_NUM = 225
  9. ' This is the entire width of the table. It should be > the sum of the
  10. ' four preceeding values
  11. Const L_FILTTABLEWIDTH_NUM = 475
  12. ' The following values define the dimensions of the remainder of
  13. ' the page.
  14. Const L_TABLEBORDER_NUM = 10
  15. Const L_PAGEHEADHEIGHT_NUM = 100
  16. Const L_LISTHEADHEIGHT_NUM = 50
  17. %>