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.

18 lines
385 B

  1. <%
  2. ' Localizable sizing constants for the Custom Errors property page
  3. Const L_LOADING_TEXT = "Loading..."
  4. ' Resizing constants
  5. ' Page sizes
  6. Const L_TABLEBORDER_NUM = 10
  7. Const L_PAGEHEADHEIGHT_NUM = 100
  8. Const L_LISTHEADHEIGHT_NUM = 50
  9. ' Table sizes
  10. Const L_ERRORCOLWIDTH_NUM=85
  11. Const L_OUTPUTTYPECOLWIDTH_NUM=70
  12. Const L_TEXTORFILECOLWIDTH_NUM=300
  13. Const L_ERRTABLEWIDTH_NUM = 500
  14. %>